diff options
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7 | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.ebuild | 24 |
3 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index f40bf8639586..f0cef572e627 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.11 2005/10/31 17:44:50 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.12 2005/11/11 18:57:59 joshuabaergen Exp $ + +*xf86-video-ati-6.5.7 (11 Nov 2005) + + 11 Nov 2005; Joshua Baergen <joshuabaergen@gentoo.org> + +xf86-video-ati-6.5.7.ebuild: + Bump for 7.0RC2. 31 Oct 2005; Donnie Berkholz <spyderous@gentoo.org>; -xf86-video-ati-6.5.6_p20050903.ebuild: diff --git a/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7 b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7 new file mode 100644 index 000000000000..a2c7c4bda3b7 --- /dev/null +++ b/x11-drivers/xf86-video-ati/files/digest-xf86-video-ati-6.5.7 @@ -0,0 +1 @@ +MD5 54b63c143d71096c9a3cddae9f1917bb xf86-video-ati-6.5.7.tar.bz2 599017 diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.ebuild new file mode 100644 index 000000000000..c1dd7ce12aca --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.5.7.ebuild,v 1.1 2005/11/11 18:57:59 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for ati cards" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="dri" +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/xproto + dri? ( x11-proto/xf86driproto )" + +CONFIGURE_OPTIONS="$(use_enable dri)" + +pkg_setup() { + if use dri && ! built_with_use x11-base/xorg-server dri; then + die "Build x11-base/xorg-server with USE=dri." + fi +} |