diff options
author | Mike Gilbert <floppym@gentoo.org> | 2012-05-21 19:34:29 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2012-05-21 19:34:29 +0000 |
commit | 7e527fef7774fbb5fb9952d258e2a56105d97c49 (patch) | |
tree | 12e206a416892691db3fa847a62c6ec45e608ea2 /dev-python/PyQt4 | |
parent | inherit eutils for make_desktop_entry (diff) | |
download | gentoo-2-7e527fef7774fbb5fb9952d258e2a56105d97c49.tar.gz gentoo-2-7e527fef7774fbb5fb9952d258e2a56105d97c49.tar.bz2 gentoo-2-7e527fef7774fbb5fb9952d258e2a56105d97c49.zip |
Inherit eutils.
(Portage version: 2.2.0_alpha107/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.8.4.ebuild | 4 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.9.1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 280e542bc977..42fe2a728dd7 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.182 2012/05/16 02:01:14 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.183 2012/05/21 19:34:29 floppym Exp $ + + 21 May 2012; Mike Gilbert <floppym@gentoo.org> PyQt4-4.8.1.ebuild, + PyQt4-4.8.4.ebuild, PyQt4-4.9.1.ebuild: + Inherit eutils. 16 May 2012; Mike Gilbert <floppym@gentoo.org> PyQt4-4.8.1.ebuild, PyQt4-4.8.4.ebuild, PyQt4-4.9.1.ebuild: diff --git a/dev-python/PyQt4/PyQt4-4.8.1.ebuild b/dev-python/PyQt4/PyQt4-4.8.1.ebuild index f2b3585eee8d..55063bb41650 100644 --- a/dev-python/PyQt4/PyQt4-4.8.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.19 2012/05/16 02:01:14 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.1.ebuild,v 1.20 2012/05/21 19:34:29 floppym Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -8,7 +8,7 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" -inherit python qt4-r2 toolchain-funcs +inherit eutils python qt4-r2 toolchain-funcs MY_P="PyQt-x11-gpl-${PV/_pre/-snapshot-}" diff --git a/dev-python/PyQt4/PyQt4-4.8.4.ebuild b/dev-python/PyQt4/PyQt4-4.8.4.ebuild index 5b010db8ad55..e99c56de0ac3 100644 --- a/dev-python/PyQt4/PyQt4-4.8.4.ebuild +++ b/dev-python/PyQt4/PyQt4-4.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.4.ebuild,v 1.12 2012/05/16 02:01:14 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.8.4.ebuild,v 1.13 2012/05/21 19:34:29 floppym Exp $ EAPI="3" PYTHON_DEPEND="*" @@ -8,7 +8,7 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" -inherit python qt4-r2 toolchain-funcs +inherit eutils python qt4-r2 toolchain-funcs MY_P="PyQt-x11-gpl-${PV/_pre/-snapshot-}" diff --git a/dev-python/PyQt4/PyQt4-4.9.1.ebuild b/dev-python/PyQt4/PyQt4-4.9.1.ebuild index 8c731dd6ce5d..144b8b733729 100644 --- a/dev-python/PyQt4/PyQt4-4.9.1.ebuild +++ b/dev-python/PyQt4/PyQt4-4.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.10 2012/05/16 02:01:14 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.9.1.ebuild,v 1.11 2012/05/21 19:34:29 floppym Exp $ EAPI=4 @@ -9,7 +9,7 @@ PYTHON_EXPORT_PHASE_FUNCTIONS="1" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="*-jython *-pypy-*" -inherit toolchain-funcs qt4-r2 python +inherit eutils toolchain-funcs qt4-r2 python # Minimal supported version of Qt. QT_VER="4.7.2" |