summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-09-28 11:04:30 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-09-28 11:04:30 +0000
commitb31979b525f930a98866f3b89301a5ef683d19e9 (patch)
tree53b84b6fbd4e403dde542c03f3adc31fa7e5e814 /x11-drivers/xf86-video-r128
parentRemove obsolete docompress workaround. #433685 (diff)
downloadhistorical-b31979b525f930a98866f3b89301a5ef683d19e9.tar.gz
historical-b31979b525f930a98866f3b89301a5ef683d19e9.tar.bz2
historical-b31979b525f930a98866f3b89301a5ef683d19e9.zip
Version bump.
Package-Manager: portage-2.2.0_alpha132/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-r128')
-rw-r--r--x11-drivers/xf86-video-r128/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild21
2 files changed, 28 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog
index b97458d80643..a1b0ecbc9505 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.30 2012/08/26 19:48:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.31 2012/09/28 11:04:30 chithanh Exp $
+
+*xf86-video-r128-6.9.1 (28 Sep 2012)
+
+ 28 Sep 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-r128-6.9.1.ebuild:
+ Version bump.
26 Aug 2012; Raúl Porcel <armin76@gentoo.org>
xf86-video-r128-6.8.2-r1.ebuild:
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.ebuild
new file mode 100644
index 000000000000..05630f169e83
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.9.1.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.9.1.ebuild,v 1.1 2012/09/28 11:04:30 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)
+ )
+}