summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 06:24:54 +0000
committerDonnie Berkholz <dberkholz@gentoo.org>2008-01-31 06:24:54 +0000
commit49eac42776dda3a4c8149887938d87ae2453dccd (patch)
tree6480eafec26050896756e9477e7271f0f4c68a0b /dev-python/rhpxl/rhpxl-0.32.ebuild
parentMoving x11-drivers/xf86-video-ivtvdev to x11-drivers/xf86-video-ivtv. (diff)
downloadhistorical-49eac42776dda3a4c8149887938d87ae2453dccd.tar.gz
historical-49eac42776dda3a4c8149887938d87ae2453dccd.tar.bz2
historical-49eac42776dda3a4c8149887938d87ae2453dccd.zip
Clean up.
Package-Manager: portage-2.1.4
Diffstat (limited to 'dev-python/rhpxl/rhpxl-0.32.ebuild')
-rw-r--r--dev-python/rhpxl/rhpxl-0.32.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/rhpxl/rhpxl-0.32.ebuild b/dev-python/rhpxl/rhpxl-0.32.ebuild
deleted file mode 100644
index fd47b93a0565..000000000000
--- a/dev-python/rhpxl/rhpxl-0.32.ebuild
+++ /dev/null
@@ -1,36 +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.32.ebuild,v 1.3 2007/10/15 09:46:06 dberkholz Exp $
-
-inherit eutils rpm
-
-# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
-# tarball out of it
-RPMREV="1"
-
-DESCRIPTION="Python library for configuring and running X"
-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 -s390"
-IUSE=""
-RDEPEND="dev-lang/python
- dev-python/pyxf86config
- 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}"/${PV}-use-radeon-ddc.patch
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-}