diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 09:59:22 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-01-06 09:59:22 +0000 |
commit | 17049f7f4cd279135dcd1e2ad930040c6113760e (patch) | |
tree | 7c1478e5d8ccb5347f714e157876e1d16741c019 /dev-python/PyQt4 | |
parent | Remove license popt, it's a duplicate of license MIT. (diff) | |
download | gentoo-2-17049f7f4cd279135dcd1e2ad930040c6113760e.tar.gz gentoo-2-17049f7f4cd279135dcd1e2ad930040c6113760e.tar.bz2 gentoo-2-17049f7f4cd279135dcd1e2ad930040c6113760e.zip |
Migrate to qt4-r2 eclass
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.6.2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 6c12278cddba..2c301a6f42c2 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,9 @@ # 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.100 2010/01/02 17:03:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.101 2010/01/06 09:59:22 hwoarang Exp $ + + 06 Jan 2010; <hwoarang@gentoo.org> PyQt4-4.6.2.ebuild: + Migrate to qt4-r2 eclass 02 Jan 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> PyQt4-4.5.4-r4.ebuild, PyQt4-4.6.2.ebuild: diff --git a/dev-python/PyQt4/PyQt4-4.6.2.ebuild b/dev-python/PyQt4/PyQt4-4.6.2.ebuild index 784dcace311b..00f378ca3ec0 100644 --- a/dev-python/PyQt4/PyQt4-4.6.2.ebuild +++ b/dev-python/PyQt4/PyQt4-4.6.2.ebuild @@ -1,11 +1,11 @@ # 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.6.2.ebuild,v 1.4 2010/01/02 17:03:41 arfrever Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.6.2.ebuild,v 1.5 2010/01/06 09:59:22 hwoarang Exp $ EAPI="2" SUPPORT_PYTHON_ABIS="1" -inherit python qt4 toolchain-funcs +inherit python qt4-r2 toolchain-funcs MY_P="PyQt-x11-gpl-${PV/_pre/-snapshot-}" QTVER="4.5.3" @@ -53,7 +53,7 @@ src_prepare() { sed -i -e 's,^\([[:blank:]]\+\)check_dbus(),\1pass,' \ "${S}"/configure.py || die fi - qt4_src_prepare + qt4-r2_src_prepare python_copy_sources |