diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:57:28 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-04 17:57:28 +0000 |
commit | 359feda616140e9466c74020c8850d344de81b6d (patch) | |
tree | d51a2d6f999257e84451e2fd9bccef790222a3ac /dev-python/rhpl | |
parent | version bump wrt #274265 (diff) | |
download | historical-359feda616140e9466c74020c8850d344de81b6d.tar.gz historical-359feda616140e9466c74020c8850d344de81b6d.tar.bz2 historical-359feda616140e9466c74020c8850d344de81b6d.zip |
Remove old
Package-Manager: portage-2.2_rc40/cvs/Linux x86_64
Diffstat (limited to 'dev-python/rhpl')
-rw-r--r-- | dev-python/rhpl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.210.ebuild | 49 |
2 files changed, 4 insertions, 50 deletions
diff --git a/dev-python/rhpl/ChangeLog b/dev-python/rhpl/ChangeLog index f0f64f662730..a0717c5985aa 100644 --- a/dev-python/rhpl/ChangeLog +++ b/dev-python/rhpl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rhpl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.12 2009/08/30 15:54:27 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.13 2009/09/04 17:44:27 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -rhpl-0.210.ebuild: + Remove old 30 Aug 2009; nixnut <nixnut@gentoo.org> rhpl-0.213.ebuild: ppc stable #282380 diff --git a/dev-python/rhpl/rhpl-0.210.ebuild b/dev-python/rhpl/rhpl-0.210.ebuild deleted file mode 100644 index 08ed0056033c..000000000000 --- a/dev-python/rhpl/rhpl-0.210.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.210.ebuild,v 1.2 2008/02/14 02:49:37 robbat2 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="1" - -DESCRIPTION="Library of python code used by Red Hat Linux programs" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" -SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86 ~amd64" -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" -} |