updated radeonhd mailing list url in ewarn
[dottout.git] / x11-drivers / xf86-video-radeonhd / xf86-video-radeonhd-9999.ebuild
blobf65538cbd4992952855b0cbe7d2be4f34f3ef7ad
1 # Copyright 1999-2007 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/driver/xf86-video-radeonhd"
6 inherit autotools git x-modular
8 DESCRIPTION="Very Experimental Radeon HD video driver. Don't bother unless you want to help development."
9 HOMEPAGE="http://gitweb.freedesktop.org/?p=xorg/driver/xf86-video-radeonhd;a=summary"
10 SRC_URI=""
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
17 DEPEND="x11-proto/xextproto
18 dev-util/git"
19 RDEPEND="${DEPEND}
20 >=x11-base/xorg-server-1.3.0"
22 src_unpack() {
23 git_src_unpack
24 eautoreconf
27 src_compile() {
28 x-modular_src_compile
29 cd utils/conntest/
30 emake
33 src_install() {
34 x-modular_src_install
35 exeinto /usr/bin
36 doexe utils/conntest/rhd_conntest
37 dodoc utils/conntest/README
41 pkg_postinst() {
42 elog "have a look at the README and use rhd_conntest to report info to:"
43 elog "http://lists.opensuse.org/radeonhd/2008-02/"