summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 16:00:58 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-05 16:00:58 +0000
commitbe0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b (patch)
treeec2741f90801414a922a50db273453f5a91bf2d0 /x11-drivers/xf86-video-r128
parentVersion bump (again). (diff)
downloadhistorical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.gz
historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.tar.bz2
historical-be0b4b3921e192ae7ccc0081ee2f95b73c2ebc1b.zip
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-r128')
-rw-r--r--x11-drivers/xf86-video-r128/ChangeLog9
-rw-r--r--x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog
index 8f9ac4428c89..97e466b236c7 100644
--- a/x11-drivers/xf86-video-r128/ChangeLog
+++ b/x11-drivers/xf86-video-r128/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-r128
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.25 2012/06/24 19:11:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.26 2012/07/05 15:59:29 chithanh Exp $
+
+*xf86-video-r128-6.8.3 (05 Jul 2012)
+
+ 05 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-r128-6.8.3.ebuild:
+ Version bump.
24 Jun 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-r128-6.8.2-r1.ebuild:
@@ -106,4 +112,3 @@
+metadata.xml, +xf86-video-r128-6.8.0.ebuild:
New package: ATI Rage128 video driver, split off from xf86-video-ati
between 6.8.0 and 6.9.0.
-
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild
new file mode 100644
index 000000000000..5f399a573884
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.3.ebuild
@@ -0,0 +1,21 @@
+# 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-r128/xf86-video-r128-6.8.3.ebuild,v 1.1 2012/07/05 15:59:29 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+}