summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild')
-rw-r--r--x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild
deleted file mode 100644
index 178505f..0000000
--- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd"
-inherit autotools git x-modular
-
-DESCRIPTION="Very Experimental Radeon HD video driver. Don't bother unless you want to help development."
-HOMEPAGE="http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=summary"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="x11-proto/xextproto"
-# dev-util/git"
-RDEPEND="${DEPEND}
- >=x11-base/xorg-server-1.3.0"
-
-src_unpack() {
- git_src_unpack
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- x-modular_src_compile
- cd utils/conntest/
- emake
-}
-
-src_install() {
- x-modular_src_install
- exeinto /usr/bin
- doexe utils/conntest/rhd_conntest
- dodoc utils/conntest/README
-
-}
-
-pkg_postinst() {
- elog "have a look at the README and use rhd_conntest to report info to:"
- elog "http://lists.opensuse.org/radeonhd/2007-09/"
-
-}