summaryrefslogtreecommitdiff
path: root/kde-base/pykde4/pykde4-9999.ebuild
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2011-01-30 17:22:46 +0100
committerTomas Chvatal <scarabeus@gentoo.org>2011-01-30 17:22:46 +0100
commitb3a4c757884440d9a199c25206b132bf5feb7e50 (patch)
treec99528b7a9d350b9a98353157b6b2393570ce203 /kde-base/pykde4/pykde4-9999.ebuild
parent6ef3fc56dcfcf17ef8f68bf9ce527aa3026d9d5f (diff)
downloadkde-b3a4c757884440d9a199c25206b132bf5feb7e50.tar.gz
kde-b3a4c757884440d9a199c25206b132bf5feb7e50.tar.bz2
kde-b3a4c757884440d9a199c25206b132bf5feb7e50.zip
[kde-base/pykde4] Use git for live.
Diffstat (limited to 'kde-base/pykde4/pykde4-9999.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-9999.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild
index 9427b669c6c..4e76c3cbdde 100644
--- a/kde-base/pykde4/pykde4-9999.ebuild
+++ b/kde-base/pykde4/pykde4-9999.ebuild
@@ -9,6 +9,8 @@ KMMODULE="python/pykde4"
OPENGL_REQUIRED="always"
PYTHON_USE_WITH="threads"
RESTRICT_PYTHON_ABIS="2.4"
+KDE_SCM="git"
+ESCM_REPONAME="pykde4"
inherit python kde4-meta
DESCRIPTION="Python bindings for KDE4"
@@ -35,7 +37,7 @@ src_prepare() {
kde4-meta_src_prepare
if ! use examples; then
- sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i python/${PN}/CMakeLists.txt \
+ sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i ${KMMODULE}/CMakeLists.txt \
|| die "Failed to disable examples"
fi
@@ -56,7 +58,7 @@ src_configure() {
}
src_install() {
- use doc && HTML_DOCS=("${S}/python/pykde4/docs/html/")
+ use doc && HTML_DOCS=("${S}/${KMMODULE}/docs/html/")
kde4-meta_src_install