diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-28 09:49:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-09-28 09:49:30 +0000 |
commit | a7190d7207cd2fe631cab8647df68351538c4bc3 (patch) | |
tree | f481ceefc3ad03d278dc3fbe987cd6861be27ab9 /x11-drivers | |
parent | Disable testsuite because of syntax change in OpenSSL 1.x wrt #326637. (diff) | |
download | gentoo-2-a7190d7207cd2fe631cab8647df68351538c4bc3.tar.gz gentoo-2-a7190d7207cd2fe631cab8647df68351538c4bc3.tar.bz2 gentoo-2-a7190d7207cd2fe631cab8647df68351538c4bc3.zip |
Version bump.
(Portage version: 2.2_rc87/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.13.2.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 cda236dc195f..0b7ee8a77efc 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.123 2010/09/19 20:01:01 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.124 2010/09/28 09:49:30 scarabeus Exp $ + +*xf86-video-ati-6.13.2 (28 Sep 2010) + + 28 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +xf86-video-ati-6.13.2.ebuild: + Version bump. 19 Sep 2010; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.13.1.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild new file mode 100644 index 000000000000..0680735a3ab1 --- /dev/null +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.2.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2010 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.13.2.ebuild,v 1.1 2010/09/28 09:49:30 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.17 + 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 + " +} |