summaryrefslogtreecommitdiff
path: root/kde-frameworks/kapidox/kapidox-9999.ebuild
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2014-01-21 15:51:35 +1100
committerMichael Palimaka <kensington@gentoo.org>2014-01-21 15:51:35 +1100
commit6de665ba8efe47ba1be556f2872dacc90fb487a1 (patch)
treeff8d6ce89df3281aedc0c9fba338479f3eca3d6f /kde-frameworks/kapidox/kapidox-9999.ebuild
parent7feeb97ad5b319d23be82668160d609e3e576326 (diff)
downloadkde-6de665ba8efe47ba1be556f2872dacc90fb487a1.tar.gz
kde-6de665ba8efe47ba1be556f2872dacc90fb487a1.tar.bz2
kde-6de665ba8efe47ba1be556f2872dacc90fb487a1.zip
[kde-frameworks/kapidox] Upstream switched to distutils.
Package-Manager: portage-2.2.7
Diffstat (limited to 'kde-frameworks/kapidox/kapidox-9999.ebuild')
-rw-r--r--kde-frameworks/kapidox/kapidox-9999.ebuild24
1 files changed, 1 insertions, 23 deletions
diff --git a/kde-frameworks/kapidox/kapidox-9999.ebuild b/kde-frameworks/kapidox/kapidox-9999.ebuild
index c270a0fa72a..2f4b30a59a2 100644
--- a/kde-frameworks/kapidox/kapidox-9999.ebuild
+++ b/kde-frameworks/kapidox/kapidox-9999.ebuild
@@ -8,7 +8,7 @@ FRAMEWORKS_DEBUG="false"
FRAMEWORKS_DOXYGEN="false"
FRAMEWORKS_TEST="false"
PYTHON_COMPAT=( python{2_7,3_2,3_3} )
-inherit kde-frameworks python-single-r1
+inherit kde-frameworks distutils-r1
DESCRIPTION="Framework for building KDE API documentation in a standard format and style"
LICENSE="GPL-2 LGPL-2.1"
@@ -23,25 +23,3 @@ RDEPEND="
dev-python/pyyaml[${PYTHON_USEDEP}]
${PYTHON_DEPS}
"
-
-src_configure() {
- :
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins src/*.local src/*.sh src/*.py
-
- python_fix_shebang "${D}"/usr/share/${PN}
-
- fperms +x /usr/share/${PN}/{doxygen-preprocess-kcfg.sh,kgenapidox.py,kgenframeworksapidox.py}
-
- docompress -x /usr/share/doc/HTML/en/common
- insinto /usr/share/doc/HTML/en/common
- doins common/{*.html,dependencies.md,Doxyfile.global,doxygen.css}
- doins -r common/htmlresource
-}