diff options
author | 2008-01-22 05:13:12 +0000 | |
---|---|---|
committer | 2008-01-22 05:13:12 +0000 | |
commit | 4f8541ac51003cdf39bdb39088e5fc11d8801e6e (patch) | |
tree | d11c96d201c0efed32d8f07e1da80ce62ff6e691 /x11-drivers/xf86-video-radeonhd | |
parent | Latest svn (diff) | |
download | je_fro-4f8541ac51003cdf39bdb39088e5fc11d8801e6e.tar.gz je_fro-4f8541ac51003cdf39bdb39088e5fc11d8801e6e.tar.bz2 je_fro-4f8541ac51003cdf39bdb39088e5fc11d8801e6e.zip |
Adding a git ebuild.
svn path=/; revision=164
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
3 files changed, 52 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/Manifest b/x11-drivers/xf86-video-radeonhd/Manifest new file mode 100644 index 0000000..ee5e0d4 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/Manifest @@ -0,0 +1,7 @@ +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/files/digest-xf86-video-radeonhd-9999 b/x11-drivers/xf86-video-radeonhd/files/digest-xf86-video-radeonhd-9999 new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/files/digest-xf86-video-radeonhd-9999 diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild new file mode 100644 index 0000000..af4090a --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild @@ -0,0 +1,45 @@ +# 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/" + +} |