diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-10 22:02:27 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-09-10 22:02:27 +0000 |
commit | 407540c3e2251fc80d9872fd1b7a831f32d69e1b (patch) | |
tree | 8ca5d4c8184a538eeb2915cf07b7913f085e3754 | |
parent | Initial addition. (diff) | |
download | gentoo-2-407540c3e2251fc80d9872fd1b7a831f32d69e1b.tar.gz gentoo-2-407540c3e2251fc80d9872fd1b7a831f32d69e1b.tar.bz2 gentoo-2-407540c3e2251fc80d9872fd1b7a831f32d69e1b.zip |
Update EAPI. Fix dependencies.
(Portage version: 2.2_rc79_p5/cvs/Linux x86_64)
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.7.6.ebuild | 11 |
2 files changed, 9 insertions, 8 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index fc7c5db731e6..9b252491c2c3 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.125 2010/09/08 23:30:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.126 2010/09/10 22:02:27 arfrever Exp $ + + 10 Sep 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + PyQt4-4.7.6.ebuild: + Update EAPI. Fix dependencies. *PyQt4-4.7.6 (08 Sep 2010) diff --git a/dev-python/PyQt4/PyQt4-4.7.6.ebuild b/dev-python/PyQt4/PyQt4-4.7.6.ebuild index 6cd18ea32d1b..a37385e07677 100644 --- a/dev-python/PyQt4/PyQt4-4.7.6.ebuild +++ b/dev-python/PyQt4/PyQt4-4.7.6.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild,v 1.1 2010/09/08 23:30:31 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.7.6.ebuild,v 1.2 2010/09/10 22:02:27 arfrever Exp $ -EAPI="2" +EAPI="3" +PYTHON_DEPEND="*" PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" @@ -50,8 +51,6 @@ PATCHES=( ) src_prepare() { - use prefix || EPREFIX= - if ! use dbus; then sed -i -e 's,^\([[:blank:]]\+\)check_dbus(),\1pass,' \ "${S}"/configure.py || die @@ -70,7 +69,7 @@ src_prepare() { python_copy_sources preparation() { - if [[ "${PYTHON_ABI:0:1}" == "3" ]]; then + if [[ "$(python_get_version --major)" == "3" ]]; then rm -fr pyuic/uic/port_v2 else rm -fr pyuic/uic/port_v3 @@ -84,8 +83,6 @@ pyqt4_use_enable() { } src_configure() { - use prefix || EPREFIX= - configuration() { local myconf="$(PYTHON) configure.py --confirm-license |