summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 15:22:19 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 15:22:19 +0000
commitacfb9c45645eede36cd27ced0910bdcd73aae254 (patch)
tree06d165ddeebe74cc1780d1db5b5e3496e7998196 /x11-drivers/xf86-video-ati
parentStable for HPPA (bug #413597). (diff)
downloadgentoo-2-acfb9c45645eede36cd27ced0910bdcd73aae254.tar.gz
gentoo-2-acfb9c45645eede36cd27ced0910bdcd73aae254.tar.bz2
gentoo-2-acfb9c45645eede36cd27ced0910bdcd73aae254.zip
Version bump.
(Portage version: 2.2.0_alpha115/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-ati')
-rw-r--r--x11-drivers/xf86-video-ati/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog
index faf71d581ed1..964ae7b9216c 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.172 2012/06/24 19:05:06 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.173 2012/07/05 15:22:19 chithanh Exp $
+
+*xf86-video-ati-6.14.6 (05 Jul 2012)
+
+ 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-ati-6.14.6.ebuild:
+ Version bump.
24 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-ati-6.14.4-r1.ebuild:
@@ -869,4 +875,3 @@
08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>;
+xf86-video-ati-6.5.6.ebuild:
Initial commit for modular X.
-
diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild
new file mode 100644
index 000000000000..2ff462e5f9ea
--- /dev/null
+++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.14.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2012 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.6.ebuild,v 1.1 2012/07/05 15:22:19 chithanh Exp $
+
+EAPI=4
+
+XORG_DRI=always
+inherit xorg-2
+
+DESCRIPTION="ATI video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-libs/libdrm-2.4.36[video_cards_radeon]"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ xorg-2_pkg_setup
+ XORG_CONFIGURE_OPTIONS=(
+ --enable-dri
+ --enable-kms
+ --enable-exa
+ )
+}