diff options
author | 2007-12-04 21:52:43 +0000 | |
---|---|---|
committer | 2007-12-04 21:52:43 +0000 | |
commit | cd3a42f93d0f58e91db7f94465073f0a2e1fc8c8 (patch) | |
tree | 66e0d22d9fd6511b0caae1d80515f8ed15f6ade3 /x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild | |
parent | add keyboard led support along with fix for xmodmap in xinitrc loading (diff) | |
download | je_fro-cd3a42f93d0f58e91db7f94465073f0a2e1fc8c8.tar.gz je_fro-cd3a42f93d0f58e91db7f94465073f0a2e1fc8c8.tar.bz2 je_fro-cd3a42f93d0f58e91db7f94465073f0a2e1fc8c8.zip |
removing git ebuild
svn path=/; revision=138
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.ebuild | 45 |
1 files changed, 0 insertions, 45 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 af4090a..0000000 --- a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 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 - 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/" - -} |