summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:28:07 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:28:07 +0000
commitffd0061205853610021cfa40628391e34ca007ef (patch)
tree16797dde9e0e0236a2eff4363108d1482eb76946
parentVersion bump. (diff)
downloadgentoo-2-ffd0061205853610021cfa40628391e34ca007ef.tar.gz
gentoo-2-ffd0061205853610021cfa40628391e34ca007ef.tar.bz2
gentoo-2-ffd0061205853610021cfa40628391e34ca007ef.zip
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
-rw-r--r--x11-drivers/xf86-video-r128/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild19
2 files changed, 27 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-r128/ChangeLog b/x11-drivers/xf86-video-r128/ChangeLog
index 2e34ed22b22f..8cd209a4696c 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-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.20 2010/09/11 22:24:19 scarabeus Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-r128/ChangeLog,v 1.21 2012/03/24 16:28:07 chithanh Exp $
+
+*xf86-video-r128-6.8.2 (24 Mar 2012)
+
+ 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-r128-6.8.2.ebuild:
+ Version bump.
11 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -files/r128.xinf:
drop useless file
diff --git a/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild
new file mode 100644
index 000000000000..f95b757763c0
--- /dev/null
+++ b/x11-drivers/xf86-video-r128/xf86-video-r128-6.8.2.ebuild
@@ -0,0 +1,19 @@
+# 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.2.ebuild,v 1.1 2012/03/24 16:28:07 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="ATI Rage128 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+}