summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-radeonhd/Manifest8
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild25
2 files changed, 27 insertions, 6 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Manifest b/x11-drivers/xf86-video-radeonhd/Manifest
index ee5e0d4..2cf55cd 100644
--- a/x11-drivers/xf86-video-radeonhd/Manifest
+++ b/x11-drivers/xf86-video-radeonhd/Manifest
@@ -1,7 +1,3 @@
+DIST xf86-video-radeonhd-1.2.5.tar.bz2 751941 RMD160 e30a896cd08e82b8a1bbc73e6f0ab862fe564a8a SHA1 64fc0eb5209adba5479396bafe53b50ded6c0940 SHA256 382e2a113117e469f295fa533064c7f21645b5da26b1ef4a0490c977c5ff62c5
+EBUILD xf86-video-radeonhd-1.2.5.ebuild 651 RMD160 1b306bbeb23b6509b34059d3caac3afad0a75bad SHA1 429e003e603ffdb184d258b429145702c3fa622d SHA256 7326cf2258b92972e5b493cbb593ebca3b27e614a38d102a3526251092428a6d
EBUILD xf86-video-radeonhd-9999.ebuild 982 RMD160 410de3642dd46d2a3a5b439ec7f8b5aa668ac728 SHA1 52ba68aa8477bebfac99d1d90b6622171a732bf2 SHA256 6d3e618eb1a38581dfff5803eec8e19355d9db9d3acc737064c402c136e9ea27
-MD5 8c6395e3f218fbf4d0d50e3da6f500ac xf86-video-radeonhd-9999.ebuild 982
-RMD160 410de3642dd46d2a3a5b439ec7f8b5aa668ac728 xf86-video-radeonhd-9999.ebuild 982
-SHA256 6d3e618eb1a38581dfff5803eec8e19355d9db9d3acc737064c402c136e9ea27 xf86-video-radeonhd-9999.ebuild 982
-MD5 d41d8cd98f00b204e9800998ecf8427e files/digest-xf86-video-radeonhd-9999 0
-RMD160 9c1185a5c5e9fc54612808977ee8f548b2258d31 files/digest-xf86-video-radeonhd-9999 0
-SHA256 e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 files/digest-xf86-video-radeonhd-9999 0
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild
new file mode 100644
index 0000000..57bb582
--- /dev/null
+++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.4.ebuild,v 1.1 2008/12/21 01:45:22 je_fro Exp $
+
+XDPVER=-1
+inherit x-modular
+
+DESCRIPTION="Experimental Radeon HD video driver."
+HOMEPAGE="http://wiki.x.org/wiki/radeonhd"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.3.0
+ sys-apps/pciutils"
+DEPEND="${RDEPEND}
+ x11-proto/xextproto
+ x11-proto/xproto"
+
+src_install() {
+ x-modular_src_install
+ dobin utils/conntest/rhd_{conntest,dump}
+}