diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-04 14:56:46 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-02-04 14:56:46 +0000 |
commit | 1e57c0430d59293e4c85f95f658942678f1923f2 (patch) | |
tree | 5ed9b283b6808954171d4ecc43c0720675f7c2c7 /x11-drivers | |
parent | Version bump. (diff) | |
download | gentoo-2-1e57c0430d59293e4c85f95f658942678f1923f2.tar.gz gentoo-2-1e57c0430d59293e4c85f95f658942678f1923f2.tar.bz2 gentoo-2-1e57c0430d59293e4c85f95f658942678f1923f2.zip |
Version bump
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild | 31 |
2 files changed, 38 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 682b4f394998..851c1ada0be1 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.133 2011/01/06 15:57:06 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.134 2011/02/04 14:56:46 scarabeus Exp $ + +*xf86-video-ati-6.14.0 (04 Feb 2011) + + 04 Feb 2011; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-video-ati-6.14.0.ebuild: + Version bump 06 Jan 2011; Samuli Suominen <ssuominen@gentoo.org> xf86-video-ati-6.12.7.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild new file mode 100644 index 000000000000..2c7b06276711 --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2011 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.14.0.ebuild,v 1.1 2011/02/04 14:56:46 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="ATI video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]" +DEPEND="${RDEPEND} + || ( <x11-libs/libdrm-2.4.22 x11-libs/libdrm[video_cards_radeon] ) + x11-proto/fontsproto + x11-proto/glproto + x11-proto/randrproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86driproto + x11-proto/xf86miscproto + x11-proto/xproto" + +pkg_setup() { + xorg-2_pkg_setup + CONFIGURE_OPTIONS=" + --enable-dri + --enable-kms + " +} |