diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2006-09-01 21:40:31 -0700 |
---|---|---|
committer | Donnie Berkholz <donnie@comet.(none)> | 2006-09-01 21:40:31 -0700 |
commit | 45be0285d8d1258c781bd488190e7c1afc4e2d9a (patch) | |
tree | b695dcd826857f512aba1c11a3d616b73635c8d5 /dev-python | |
parent | Add newt bump for system-config-* (diff) | |
download | dberkholz-45be0285d8d1258c781bd488190e7c1afc4e2d9a.tar.gz dberkholz-45be0285d8d1258c781bd488190e7c1afc4e2d9a.tar.bz2 dberkholz-45be0285d8d1258c781bd488190e7c1afc4e2d9a.zip |
Add rhpxl for system-config-* stuff
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/rhpxl/Manifest | 8 | ||||
-rw-r--r-- | dev-python/rhpxl/files/digest-rhpxl-0.32 | 3 | ||||
-rw-r--r-- | dev-python/rhpxl/rhpxl-0.32.ebuild | 30 |
3 files changed, 41 insertions, 0 deletions
diff --git a/dev-python/rhpxl/Manifest b/dev-python/rhpxl/Manifest new file mode 100644 index 0000000..be237a2 --- /dev/null +++ b/dev-python/rhpxl/Manifest @@ -0,0 +1,8 @@ +DIST rhpxl-0.32-1.src.rpm 134312 RMD160 9817fafd165768e1a126f3182e4743bffcd0de4f SHA1 0aac7841a809387b0a9ab06e65a0e59756d599bd SHA256 7905e8088926e6c96e0cac8b9cafb9f70dcc78e3ba6ac478c15050c6864b1a1c +EBUILD rhpxl-0.32.ebuild 768 RMD160 cb73437086ef6f4e5e06fc79c93c101244019aab SHA1 d26110636cc4c85837ed59eb0105366e7badf88f SHA256 773b23ed1bc27ab29594bb039c332882d2bef18a9da620fbafaccbfe4b1516bd +MD5 b52f4c2c28777cfdb8fb84101f654485 rhpxl-0.32.ebuild 768 +RMD160 cb73437086ef6f4e5e06fc79c93c101244019aab rhpxl-0.32.ebuild 768 +SHA256 773b23ed1bc27ab29594bb039c332882d2bef18a9da620fbafaccbfe4b1516bd rhpxl-0.32.ebuild 768 +MD5 613f73ed3590b68c906db9f7fd7cfeec files/digest-rhpxl-0.32 241 +RMD160 e00d6a262e0fffde342d048429e7ce60f0ff4681 files/digest-rhpxl-0.32 241 +SHA256 c2d814682b7f1bc0370bfbfab28d3b7b055167ed5f762a37d09f98f4b72fd17d files/digest-rhpxl-0.32 241 diff --git a/dev-python/rhpxl/files/digest-rhpxl-0.32 b/dev-python/rhpxl/files/digest-rhpxl-0.32 new file mode 100644 index 0000000..c2b9047 --- /dev/null +++ b/dev-python/rhpxl/files/digest-rhpxl-0.32 @@ -0,0 +1,3 @@ +MD5 20292ff20c81b0b78223205a8d498a82 rhpxl-0.32-1.src.rpm 134312 +RMD160 9817fafd165768e1a126f3182e4743bffcd0de4f rhpxl-0.32-1.src.rpm 134312 +SHA256 7905e8088926e6c96e0cac8b9cafb9f70dcc78e3ba6ac478c15050c6864b1a1c rhpxl-0.32-1.src.rpm 134312 diff --git a/dev-python/rhpxl/rhpxl-0.32.ebuild b/dev-python/rhpxl/rhpxl-0.32.ebuild new file mode 100644 index 0000000..9f3223e --- /dev/null +++ b/dev-python/rhpxl/rhpxl-0.32.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit rpm + +# 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://fedora.redhat.com/projects/config-tools/" +SRC_URI="mirror://fedora/development/source/SRPMS/${P}-${RPMREV}.src.rpm" +LICENSE="" +SLOT="0" +KEYWORDS="~ppc ~x86 -s390" +IUSE="" +RDEPEND="dev-lang/python + dev-python/pyxf86config + dev-python/rhpl + dev-libs/newt + >=sys-libs/libkudzu-1.2 + x11-base/xorg-server + x11-libs/libXrandr" +DEPEND="${RDEPEND} + sys-devel/gettext" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" +} |