diff options
author | 2007-11-28 12:56:38 +0000 | |
---|---|---|
committer | 2007-11-28 12:56:38 +0000 | |
commit | 9e93414e2ade7cbdb392b820e4598ddd09b75d26 (patch) | |
tree | b16251d1b46823a68b42a5acc6b61537ee3c88d5 /dev-python/PyQt4 | |
parent | Add www-servers/apache-2.2.6-r4 for testing (diff) | |
download | gentoo-2-9e93414e2ade7cbdb392b820e4598ddd09b75d26.tar.gz gentoo-2-9e93414e2ade7cbdb392b820e4598ddd09b75d26.tar.bz2 gentoo-2-9e93414e2ade7cbdb392b820e4598ddd09b75d26.zip |
remove old versions
(Portage version: 2.1.3.16)
Diffstat (limited to 'dev-python/PyQt4')
-rw-r--r-- | dev-python/PyQt4/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.2.ebuild | 53 | ||||
-rw-r--r-- | dev-python/PyQt4/PyQt4-4.3.ebuild | 53 | ||||
-rw-r--r-- | dev-python/PyQt4/files/digest-PyQt4-4.2 | 3 | ||||
-rw-r--r-- | dev-python/PyQt4/files/digest-PyQt4-4.3 | 3 |
5 files changed, 5 insertions, 113 deletions
diff --git a/dev-python/PyQt4/ChangeLog b/dev-python/PyQt4/ChangeLog index 424c29d67d02..434776c2de32 100644 --- a/dev-python/PyQt4/ChangeLog +++ b/dev-python/PyQt4/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/PyQt4 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.19 2007/11/09 17:47:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/ChangeLog,v 1.20 2007/11/28 12:56:37 caleb Exp $ + + 28 Nov 2007; Caleb Tennis <caleb@gentoo.org> -PyQt4-4.2.ebuild, + -PyQt4-4.3.ebuild: + Remove old versions 09 Nov 2007; Jeroen Roovers <jer@gentoo.org> PyQt4-4.3.1.ebuild: Marked ~hppa (bug #198456). Fixed quoting issues. diff --git a/dev-python/PyQt4/PyQt4-4.2.ebuild b/dev-python/PyQt4/PyQt4-4.2.ebuild deleted file mode 100644 index 4b6914a32a91..000000000000 --- a/dev-python/PyQt4/PyQt4-4.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.2.ebuild,v 1.4 2007/06/24 20:11:22 dev-zero Exp $ - -inherit distutils - -MY_P=PyQt-x11-gpl-${PV} - -DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." -HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" -SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86" -IUSE="debug doc examples" - -RDEPEND="=x11-libs/qt-4* - >=dev-python/sip-4.6" -DEPEND="${RDEPEND} - sys-devel/libtool" - -S=${WORKDIR}/${MY_P} - -src_unpack() { - unpack ${A} - sed -i -e "s:^[ \t]*check_license():# check_license():" ${S}/configure.py - sed -i -e "s:join(qt_dir, \"mkspecs\":join(\"/usr/share/qt4\", \"mkspecs\":g" ${S}/configure.py - sed -i -e "s:\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include\":\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include/qt4\":g" ${S}/configure.py - sed -i -e "s:\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib\":\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib/qt4\":g" ${S}/configure.py -} - -src_compile() { - distutils_python_version - addpredict ${QTDIR}/etc/settings - - local myconf="-d /usr/$(get_libdir)/python${PYVER}/site-packages/PyQt4 \ - -b /usr/bin \ - -v /usr/share/sip" - use debug && myconf="${myconf} -u" - - "${python}" configure.py ${myconf} - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install || die "install failed" - dodoc ChangeLog NEWS README THANKS - use doc && dohtml -r doc/html/* - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/PyQt4/PyQt4-4.3.ebuild b/dev-python/PyQt4/PyQt4-4.3.ebuild deleted file mode 100644 index 885622bf92cd..000000000000 --- a/dev-python/PyQt4/PyQt4-4.3.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt4/PyQt4-4.3.ebuild,v 1.4 2007/08/22 23:58:05 rbu Exp $ - -inherit distutils qt4 - -MY_P=PyQt-x11-gpl-${PV} - -DESCRIPTION="PyQt is a set of Python bindings for the Qt toolkit." -HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" -SRC_URI="http://www.riverbankcomputing.com/Downloads/PyQt4/GPL/${MY_P}.tar.gz" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="debug doc examples" - -RDEPEND="=x11-libs/qt-4* - >=dev-python/sip-4.7" -DEPEND="${RDEPEND} - sys-devel/libtool" - -S=${WORKDIR}/${MY_P} - -QT4_BUILT_WITH_USE_CHECK="zlib" - -src_unpack() { - unpack ${A} - sed -i -e "s:^[ \t]*check_license():# check_license():" ${S}/configure.py - sed -i -e "s:join(qt_dir, \"mkspecs\":join(\"/usr/share/qt4\", \"mkspecs\":g" ${S}/configure.py - sed -i -e "s:\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include\":\"QT_INSTALL_HEADERS\"\: os.path.join(qt_dir, \"include/qt4\":g" ${S}/configure.py - sed -i -e "s:\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib\":\"QT_INSTALL_LIBS\"\: os.path.join(qt_dir, \"lib/qt4\":g" ${S}/configure.py -} - -src_compile() { - distutils_python_version - addpredict ${QTDIR}/etc/settings - - local myconf="-d /usr/$(get_libdir)/python${PYVER}/site-packages -b /usr/bin -v /usr/share/sip" - use debug && myconf="${myconf} -u" - - "${python}" configure.py ${myconf} - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" INSTALL_ROOT="${D}" install || die "install failed" - dodoc ChangeLog NEWS README THANKS - use doc && dohtml -r doc/html/* - if use examples ; then - insinto /usr/share/doc/${PF} - doins -r examples - fi -} diff --git a/dev-python/PyQt4/files/digest-PyQt4-4.2 b/dev-python/PyQt4/files/digest-PyQt4-4.2 deleted file mode 100644 index 171539a70bd7..000000000000 --- a/dev-python/PyQt4/files/digest-PyQt4-4.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 af4baa7f7441914f9a527ef3cf788fef PyQt-x11-gpl-4.2.tar.gz 5661258 -RMD160 0dad2de04f0943c0eb7f10a7f97e3e76d8f8279f PyQt-x11-gpl-4.2.tar.gz 5661258 -SHA256 6fa8a853a66ae500f36629793e7d4c54896c7ccf6337c2b90ea0175b28aa7ae6 PyQt-x11-gpl-4.2.tar.gz 5661258 diff --git a/dev-python/PyQt4/files/digest-PyQt4-4.3 b/dev-python/PyQt4/files/digest-PyQt4-4.3 deleted file mode 100644 index 64e090e48e96..000000000000 --- a/dev-python/PyQt4/files/digest-PyQt4-4.3 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 3bb0c0064dc6b8b80413f87a14e5553c PyQt-x11-gpl-4.3.tar.gz 6036193 -RMD160 26efc917243400a9925684e1d36f1478f7fcfb92 PyQt-x11-gpl-4.3.tar.gz 6036193 -SHA256 c184c3df596c13e9ed610aa8fa0504881976c4d972ccab1b739738a95f4ab0e5 PyQt-x11-gpl-4.3.tar.gz 6036193 |