summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:31:28 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:31:28 +0000
commit8557d527aea7c8adebce16a073a0ca3153769af6 (patch)
tree0757739565944ae5f0ad4a4080dde549eecdb06f /x11-drivers/xf86-video-r128
parentVersion bump. (diff)
downloadgentoo-2-8557d527aea7c8adebce16a073a0ca3153769af6.tar.gz
gentoo-2-8557d527aea7c8adebce16a073a0ca3153769af6.tar.bz2
gentoo-2-8557d527aea7c8adebce16a073a0ca3153769af6.zip
Version bump.
(Portage version: 2.2.0_alpha115/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.8.4.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 acff9de79da9..0d46e4b5237c 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.28 2012/07/12 17:36:20 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.29 2012/07/21 20:31:28 chithanh Exp $
+
+*xf86-video-r128-6.8.4 (21 Jul 2012)
+
+ 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-r128-6.8.4.ebuild:
+ Version bump.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-video-r128-6.8.2-r1.ebuild:
Marking xf86-video-r128-6.8.2-r1 ppc stable for bug 419473
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.4.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.4.ebuild
new file mode 100644
index 000000000000..16ebccbeee59
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.4.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.4.ebuild,v 1.1 2012/07/21 20:31:28 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)
+ )
+}