diff options
Diffstat (limited to 'x11-drivers/xf86-video-radeonhd')
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/ChangeLog | 9 | ||||
-rw-r--r-- | x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.3.0.ebuild | 31 |
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-radeonhd/ChangeLog b/x11-drivers/xf86-video-radeonhd/ChangeLog index 5d48344a9853..bbac64d73dcd 100644 --- a/x11-drivers/xf86-video-radeonhd/ChangeLog +++ b/x11-drivers/xf86-video-radeonhd/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for x11-drivers/xf86-video-radeonhd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/ChangeLog,v 1.21 2009/10/11 11:19:08 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/ChangeLog,v 1.22 2009/10/12 01:43:05 je_fro Exp $ + +*xf86-video-radeonhd-1.3.0 (12 Oct 2009) + + 12 Oct 2009; Jeff Gardner <je_fro@gentoo.org> + +xf86-video-radeonhd-1.3.0.ebuild: + Latest version, thanks to Grygoriy I. Fuchedzhy for the heads up in bug + #288473. 11 Oct 2009; nixnut <nixnut@gentoo.org> xf86-video-radeonhd-1.2.5.ebuild: ppc stable #282290 diff --git a/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.3.0.ebuild b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.3.0.ebuild new file mode 100644 index 000000000000..5ee37b6ccfb3 --- /dev/null +++ b/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.3.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-radeonhd/xf86-video-radeonhd-1.3.0.ebuild,v 1.1 2009/10/12 01:43:05 je_fro Exp $ + +XDPVER=-1 +inherit x-modular + +DESCRIPTION="Experimental Radeon HD video driver." +HOMEPAGE="http://wiki.x.org/wiki/radeonhd" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.3.0 + sys-apps/pciutils" +DEPEND="${RDEPEND} + x11-proto/xextproto + x11-proto/xproto" + +src_install() { + x-modular_src_install + dobin utils/conntest/rhd_{conntest,dump} +} + +pkg_postinst() { + ewarn "You will need dri from either a 2.6.30 kernel or x11-drm via git." + ewarn "See http://wiki.x.org/wiki/radeonhd for details" + x-modular_pkg_postinst +} |