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 | |
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')
3 files changed, 0 insertions, 52 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Manifest b/x11-drivers/xf86-video-radeonhd/Manifest index de537ad..28e5a04 100644 --- a/x11-drivers/xf86-video-radeonhd/Manifest +++ b/x11-drivers/xf86-video-radeonhd/Manifest @@ -3,10 +3,6 @@ EBUILD xf86-video-radeonhd-1.0.0.ebuild 382 RMD160 5c3bc9ca9ca995215049bcfd5faac MD5 6ce927001ebbf580fe98b37ebd0c5327 xf86-video-radeonhd-1.0.0.ebuild 382 RMD160 5c3bc9ca9ca995215049bcfd5faac554d25eab1d xf86-video-radeonhd-1.0.0.ebuild 382 SHA256 2a54c6c4c528617606117c62c3b0d5ce719fe9d6951dee4afe4b45af0bc3b007 xf86-video-radeonhd-1.0.0.ebuild 382 -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 MISC metadata.xml 255 RMD160 188a13cdc56d41f2af85a0c91de4f65a39cdcce6 SHA1 365e224acac89bda68a67a6795194c7e02153c76 SHA256 155ec5d886fc623075f322f7d107d90976ee9a5d9600e98cd66a9b3a5dc70d26 MD5 5490e1035ccc06d90db6adbaa6cf398f metadata.xml 255 RMD160 188a13cdc56d41f2af85a0c91de4f65a39cdcce6 metadata.xml 255 @@ -14,6 +10,3 @@ SHA256 155ec5d886fc623075f322f7d107d90976ee9a5d9600e98cd66a9b3a5dc70d26 metadata MD5 a8732e06a69886d42123bf6ea88f983f files/digest-xf86-video-radeonhd-1.0.0 280 RMD160 74464aa474e26be92f0d9457a6c11fc05142ef6e files/digest-xf86-video-radeonhd-1.0.0 280 SHA256 074075faded473e361a1d9cf123e4b5b6abae35c837768282c3564fec39e4ebd files/digest-xf86-video-radeonhd-1.0.0 280 -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/files/digest-xf86-video-radeonhd-9999 b/x11-drivers/xf86-video-radeonhd/files/digest-xf86-video-radeonhd-9999 deleted file mode 100644 index e69de29..0000000 --- a/x11-drivers/xf86-video-radeonhd/files/digest-xf86-video-radeonhd-9999 +++ /dev/null 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/" - -} |