diff options
author | 2007-09-22 21:31:29 +0000 | |
---|---|---|
committer | 2007-09-22 21:31:29 +0000 | |
commit | a68e94ed98ad48d7ffb7cac55462b515ab387552 (patch) | |
tree | beba7a933f08bfcb71c77e09d690aa84d2bc2805 /x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild | |
parent | Added to main tree. (diff) | |
download | je_fro-a68e94ed98ad48d7ffb7cac55462b515ab387552.tar.gz je_fro-a68e94ed98ad48d7ffb7cac55462b515ab387552.tar.bz2 je_fro-a68e94ed98ad48d7ffb7cac55462b515ab387552.zip |
Initial import. This is supposed to work with macbook pro v.2's
svn path=/; revision=77
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 | 25 |
1 files changed, 25 insertions, 0 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 new file mode 100644 index 0000000..edd1f2f --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-9999.ebuild @@ -0,0 +1,25 @@ +# 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="Radeon HD video driver" +HOMEPAGE="http://freedesktop.org" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="x11-libs/libpciaccess + x11-proto/xextproto" +RDEPEND="${DEPEND} + >=x11-base/xorg-server-1.3.0" + +src_unpack() { + git_src_unpack + eautoreconf +} |