diff options
author | 2009-09-04 17:43:11 +0000 | |
---|---|---|
committer | 2009-09-04 17:43:11 +0000 | |
commit | 83bca873abc4bc80ee5c7ea4a46f0b8c05334873 (patch) | |
tree | 7ca233b2310e52f4c04233fee1eb2d9245656a7c /dev-python/rhpxl | |
parent | Bump to 0.9.2, remove 0.8.4 (diff) | |
download | gentoo-2-83bca873abc4bc80ee5c7ea4a46f0b8c05334873.tar.gz gentoo-2-83bca873abc4bc80ee5c7ea4a46f0b8c05334873.tar.bz2 gentoo-2-83bca873abc4bc80ee5c7ea4a46f0b8c05334873.zip |
Remove old
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rhpxl')
-rw-r--r-- | dev-python/rhpxl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/rhpxl/rhpxl-0.47.ebuild | 38 |
2 files changed, 4 insertions, 39 deletions
diff --git a/dev-python/rhpxl/ChangeLog b/dev-python/rhpxl/ChangeLog index 6b0c07efcc73..d300c34e241d 100644 --- a/dev-python/rhpxl/ChangeLog +++ b/dev-python/rhpxl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/rhpxl # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpxl/ChangeLog,v 1.9 2009/01/31 07:44:44 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpxl/ChangeLog,v 1.10 2009/09/04 17:43:11 patrick Exp $ + + 04 Sep 2009; Patrick Lauer <patrick@gentoo.org> -rhpxl-0.47.ebuild: + Remove old 31 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml: Give up maintainership; reassign to maintainer-needed. diff --git a/dev-python/rhpxl/rhpxl-0.47.ebuild b/dev-python/rhpxl/rhpxl-0.47.ebuild deleted file mode 100644 index 049e4d89f1f6..000000000000 --- a/dev-python/rhpxl/rhpxl-0.47.ebuild +++ /dev/null @@ -1,38 +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/rhpxl/rhpxl-0.47.ebuild,v 1.2 2007/10/15 09:46:06 dberkholz Exp $ - -inherit eutils rpm - -# Tag for which Fedora Core version it's from -FCVER="8" -# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source -# tarball out of it -RPMREV="2" - -DESCRIPTION="Python library for configuring and running X" -HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/" -SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.fc${FCVER}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~ppc ~x86 -s390" -IUSE="" -RDEPEND="dev-lang/python - >=dev-python/pyxf86config-0.3.31 - dev-python/rhpl - dev-libs/newt - >=sys-apps/kudzu-1.2 - x11-base/xorg-server - x11-libs/libXrandr" -DEPEND="${RDEPEND} - sys-devel/gettext" - -src_unpack() { - rpm_src_unpack - cd "${S}" - epatch "${FILESDIR}"/0.32-use-radeon-ddc.patch -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |