summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:27:00 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:27:00 +0000
commitfa6a9af9b820b78f18cc761c924b3ab7c669baad (patch)
tree14d2484d5ba5a7914abd07bd01b117718b668c9a /x11-drivers/xf86-video-mach64
parentVersion bump. (diff)
downloadgentoo-2-fa6a9af9b820b78f18cc761c924b3ab7c669baad.tar.gz
gentoo-2-fa6a9af9b820b78f18cc761c924b3ab7c669baad.tar.bz2
gentoo-2-fa6a9af9b820b78f18cc761c924b3ab7c669baad.zip
Version bump.
(Portage version: 2.2.0_alpha94/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r--x11-drivers/xf86-video-mach64/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild24
2 files changed, 32 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog
index 202f97fd158c..9ed163c44467 100644
--- a/x11-drivers/xf86-video-mach64/ChangeLog
+++ b/x11-drivers/xf86-video-mach64/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-mach64
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.25 2011/07/30 10:49:15 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.26 2012/03/24 16:27:00 chithanh Exp $
+
+*xf86-video-mach64-6.9.1 (24 Mar 2012)
+
+ 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-mach64-6.9.1.ebuild:
+ Version bump.
30 Jul 2011; Raúl Porcel <armin76@gentoo.org>
xf86-video-mach64-6.9.0.ebuild:
diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild
new file mode 100644
index 000000000000..7ec30b6a6fa2
--- /dev/null
+++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.1.ebuild
@@ -0,0 +1,24 @@
+# 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-mach64/xf86-video-mach64-6.9.1.ebuild,v 1.1 2012/03/24 16:27:00 chithanh Exp $
+
+EAPI=4
+
+XORG_DRI="dri"
+inherit xorg-2
+
+DESCRIPTION="ATI Mach64 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.10"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+
+ xorg-2_pkg_setup
+}