summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Gardner <je_fro@gentoo.org>2008-10-15 00:54:01 +0000
committerJeffrey Gardner <je_fro@gentoo.org>2008-10-15 00:54:01 +0000
commit0d206aabfe4c2d8882db28e1eb547ad2df6f9350 (patch)
treec6441b63239db55199e4b099f87d3c632196593c /x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-0d206aabfe4c2d8882db28e1eb547ad2df6f9350.tar.gz
gentoo-2-0d206aabfe4c2d8882db28e1eb547ad2df6f9350.tar.bz2
gentoo-2-0d206aabfe4c2d8882db28e1eb547ad2df6f9350.zip
Latest version, thanks to George Wu on bug #241892.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild')
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild25
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.ebuild
new file mode 100644
index 000000000000..436faa833646
--- /dev/null
+++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.2.3.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.3.ebuild,v 1.1 2008/10/15 00:54:01 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 ~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}
+}