diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:24:54 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-01-31 06:24:54 +0000 |
commit | 49eac42776dda3a4c8149887938d87ae2453dccd (patch) | |
tree | 6480eafec26050896756e9477e7271f0f4c68a0b /dev-python/rhpl | |
parent | Moving x11-drivers/xf86-video-ivtvdev to x11-drivers/xf86-video-ivtv. (diff) | |
download | historical-49eac42776dda3a4c8149887938d87ae2453dccd.tar.gz historical-49eac42776dda3a4c8149887938d87ae2453dccd.tar.bz2 historical-49eac42776dda3a4c8149887938d87ae2453dccd.zip |
Clean up.
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-python/rhpl')
-rw-r--r-- | dev-python/rhpl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/rhpl/files/0.188-use-raw-strings-for-gettext.diff | 28 | ||||
-rw-r--r-- | dev-python/rhpl/files/digest-rhpl-0.188 | 3 | ||||
-rw-r--r-- | dev-python/rhpl/files/digest-rhpl-0.208 | 3 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.188.ebuild | 50 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.208.ebuild | 49 |
6 files changed, 7 insertions, 135 deletions
diff --git a/dev-python/rhpl/ChangeLog b/dev-python/rhpl/ChangeLog index 5b13c9e172f1..963612976f33 100644 --- a/dev-python/rhpl/ChangeLog +++ b/dev-python/rhpl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/rhpl -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.4 2007/10/15 10:24:17 dberkholz Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.5 2008/01/31 06:24:07 dberkholz Exp $ + + 31 Jan 2008; Donnie Berkholz <dberkholz@gentoo.org>; + -files/0.188-use-raw-strings-for-gettext.diff, -rhpl-0.188.ebuild, + -rhpl-0.208.ebuild: + Clean up. *rhpl-0.210 (15 Oct 2007) diff --git a/dev-python/rhpl/files/0.188-use-raw-strings-for-gettext.diff b/dev-python/rhpl/files/0.188-use-raw-strings-for-gettext.diff deleted file mode 100644 index c388c52ffa99..000000000000 --- a/dev-python/rhpl/files/0.188-use-raw-strings-for-gettext.diff +++ /dev/null @@ -1,28 +0,0 @@ -diff -ur -x '*.po' rhpl-0.188.orig/src/gzread.py rhpl-0.188/src/gzread.py ---- rhpl-0.188.orig/src/gzread.py 2002-05-22 15:07:45.000000000 -0700 -+++ rhpl-0.188/src/gzread.py 2006-09-01 16:20:01.000000000 -0700 -@@ -57,7 +57,7 @@ - - def _read_gzip_header(self): - magic = self.fileobj.read(2) -- if magic != '\037\213': -+ if magic != r'\037\213': - self._unread(magic) - self.compressed = 0 - return -Only in rhpl-0.188/src/iconvmodule: build -Only in rhpl-0.188/src/iconvmodule: iconv.so -Only in rhpl-0.188/src: _translate.o -diff -ur -x '*.po' rhpl-0.188.orig/src/translate.py rhpl-0.188/src/translate.py ---- rhpl-0.188.orig/src/translate.py 2005-07-06 11:40:10.000000000 -0700 -+++ rhpl-0.188/src/translate.py 2006-09-01 16:20:24.000000000 -0700 -@@ -125,7 +125,7 @@ - buf = f.read(2) - f.close() - -- if buf == "\037\213": -+ if buf == r"\037\213": - mofile = gzip.open(file_path) - else: - mofile = open(file_path) -Only in rhpl-0.188/src: _translate.so diff --git a/dev-python/rhpl/files/digest-rhpl-0.188 b/dev-python/rhpl/files/digest-rhpl-0.188 deleted file mode 100644 index 916ee5b293a2..000000000000 --- a/dev-python/rhpl/files/digest-rhpl-0.188 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5a74ee9e43760ea63669a27d171b7ec7 rhpl-0.188-2.src.rpm 299535 -RMD160 a5ab8e57f10c25547877d528599ca4d3b2a3fdc8 rhpl-0.188-2.src.rpm 299535 -SHA256 87db85b3dd8ded08fe8fde548cedc28cd59a51c7dd5ec4b84d6881a332c014fd rhpl-0.188-2.src.rpm 299535 diff --git a/dev-python/rhpl/files/digest-rhpl-0.208 b/dev-python/rhpl/files/digest-rhpl-0.208 deleted file mode 100644 index eeba6aedecce..000000000000 --- a/dev-python/rhpl/files/digest-rhpl-0.208 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0e3dc2990ae2f36cb182c087c0120ec5 rhpl-0.208-2.src.rpm 304448 -RMD160 60cfbc0cc04c6ecd3c33e994c49520d06c3a162b rhpl-0.208-2.src.rpm 304448 -SHA256 d7d509eb973e1c54501ea881727c89e2c8b3f1e4b6701045f7639e68512338e6 rhpl-0.208-2.src.rpm 304448 diff --git a/dev-python/rhpl/rhpl-0.188.ebuild b/dev-python/rhpl/rhpl-0.188.ebuild deleted file mode 100644 index cadf2b26fc84..000000000000 --- a/dev-python/rhpl/rhpl-0.188.ebuild +++ /dev/null @@ -1,50 +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/rhpl/rhpl-0.188.ebuild,v 1.2 2007/10/15 09:45:34 dberkholz Exp $ - -inherit eutils multilib python rpm toolchain-funcs - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="2" - -DESCRIPTION="Library of python code used by Red Hat Linux programs" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - dev-python/pyxf86config - !<sys-libs/libkudzu-1.2" -DEPEND="${RDEPEND} - !s390? ( >=net-wireless/wireless-tools-28 ) - sys-devel/gettext" - -src_unpack() { - rpm_src_unpack - epatch "${FILESDIR}"/${PV}-use-raw-strings-for-gettext.diff - - sed -i \ - -e 's:gcc:$(CC):g' \ - "${S}"/src/Makefile -} - -src_compile() { - python_version - emake \ - PYTHON=python${PYVER} \ - LIBDIR=$(get_libdir) \ - ARCH=${ARCH} \ - CC=$(tc-getCC) \ - || die "emake failed" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - PYTHON=python${PYVER} \ - LIBDIR=$(get_libdir) \ - install || die "emake install failed" -} diff --git a/dev-python/rhpl/rhpl-0.208.ebuild b/dev-python/rhpl/rhpl-0.208.ebuild deleted file mode 100644 index 1a054a135ab4..000000000000 --- a/dev-python/rhpl/rhpl-0.208.ebuild +++ /dev/null @@ -1,49 +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/rhpl/rhpl-0.208.ebuild,v 1.2 2007/10/15 09:45:34 dberkholz Exp $ - -inherit eutils multilib python rpm toolchain-funcs - -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="2" - -DESCRIPTION="Library of python code used by Red Hat Linux programs" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86" -IUSE="" -RDEPEND="dev-lang/python - !<sys-libs/libkudzu-1.2" -DEPEND="${RDEPEND} - !s390? ( >=net-wireless/wireless-tools-28 ) - sys-devel/gettext" - -src_unpack() { - rpm_src_unpack -# epatch "${FILESDIR}"/${PV}-use-raw-strings-for-gettext.diff - - sed -i \ - -e 's:gcc:$(CC):g' \ - "${S}"/src/Makefile -} - -src_compile() { - python_version - emake \ - PYTHON=python${PYVER} \ - LIBDIR=$(get_libdir) \ - ARCH=${ARCH} \ - CC=$(tc-getCC) \ - || die "emake failed" -} - -src_install() { - emake \ - DESTDIR="${D}" \ - PYTHON=python${PYVER} \ - LIBDIR=$(get_libdir) \ - install || die "emake install failed" -} |