summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-01-19 02:13:20 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-01-19 02:13:20 +0000
commiteef2b3b66494013b52d184802b942c5f183f3ca6 (patch)
tree353be946592c0bfb499f7d8872e978e288c8bd79 /kde-base/pykde
parentDepend on >=dev-python/PyQt-3.17.3, thanks to Bernd Steinhauser in bug 189575. (diff)
downloadgentoo-2-eef2b3b66494013b52d184802b942c5f183f3ca6.tar.gz
gentoo-2-eef2b3b66494013b52d184802b942c5f183f3ca6.tar.bz2
gentoo-2-eef2b3b66494013b52d184802b942c5f183f3ca6.zip
Fix dependencies, thanks to Bernd Steinhauser.
(Portage version: 2.1.4)
Diffstat (limited to 'kde-base/pykde')
-rw-r--r--kde-base/pykde/ChangeLog7
-rw-r--r--kde-base/pykde/pykde-3.5.8.ebuild19
2 files changed, 15 insertions, 11 deletions
diff --git a/kde-base/pykde/ChangeLog b/kde-base/pykde/ChangeLog
index 7c5fbefaacd4..a7f1908c3b08 100644
--- a/kde-base/pykde/ChangeLog
+++ b/kde-base/pykde/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/pykde
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.35 2007/10/30 06:02:14 philantrop Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/ChangeLog,v 1.36 2008/01/19 02:13:20 ingmar Exp $
+
+ 19 Jan 2008; Ingmar Vanhassel <ingmar@gentoo.org> pykde-3.5.8.ebuild:
+ Fix dependencies, thanks to Bernd Steinhauser.
30 Oct 2007; Wulf C. Krueger <philantrop@gentoo.org> pykde-3.5.8.ebuild:
Restricted the dependencies to specific versions as only those are known to
diff --git a/kde-base/pykde/pykde-3.5.8.ebuild b/kde-base/pykde/pykde-3.5.8.ebuild
index b553364d97be..3cac2a91f543 100644
--- a/kde-base/pykde/pykde-3.5.8.ebuild
+++ b/kde-base/pykde/pykde-3.5.8.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.4 2007/10/30 06:02:14 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde/pykde-3.5.8.ebuild,v 1.5 2008/01/19 02:13:20 ingmar Exp $
KMNAME=kdebindings
KMMODULE=python
@@ -18,10 +18,11 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE="debug doc examples"
DEPEND="~dev-python/sip-4.6
- ~dev-python/PyQt-3.17.2
- kde-base/kdelibs
- || ( kde-base/kdebase kde-base/konsole )
- !dev-python/pykde"
+ ~dev-python/PyQt-3.17.2
+ =kde-base/kdelibs-3.5*
+ || ( =kde-base/kdebase-3.5* =kde-base/konsole-3.5* )
+ !dev-python/pykde"
+RDEPEND="${DEPEND}"
src_unpack() {
kde-meta_src_unpack
@@ -44,7 +45,7 @@ src_compile() {
myconf="${myconf} -i"
python configure.py ${myconf} || die "configure failed"
- emake || die
+ emake || die "emake failed"
}
src_install() {
@@ -56,8 +57,8 @@ src_install() {
sed -i -e '/strip $(DESTDIR).*/d' ${X}/Makefile
done
- make DESTDIR="${D}" install || die
- find "${D}/usr/share/sip" -not -type d -not -iname *.sip -exec rm '{}' \;
+ emake DESTDIR="${D}" install || die "emake install failed"
+ find "${D}/usr/share/sip" -not -type d -not -iname *.sip -delete
dodoc AUTHORS ChangeLog NEWS README THANKS
use doc && dohtml -r doc/*