summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-12-20 21:43:03 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-12-20 21:43:03 +0000
commitaf0c5aefcb96fb616fbb874a5e3dbcd71f4b03c7 (patch)
tree5c673f8ab68e247f2485f9571c9fe2a0b78dd18e /x11-drivers
parentDrop maintainer as talked with him (diff)
downloadgentoo-2-af0c5aefcb96fb616fbb874a5e3dbcd71f4b03c7.tar.gz
gentoo-2-af0c5aefcb96fb616fbb874a5e3dbcd71f4b03c7.tar.bz2
gentoo-2-af0c5aefcb96fb616fbb874a5e3dbcd71f4b03c7.zip
Version bump.
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-mach64/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.4.ebuild25
2 files changed, 32 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog
index 6b81cfd64671..cf2b3e4f2d35 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.39 2012/12/08 17:10:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.40 2012/12/20 21:43:03 chithanh Exp $
+
+*xf86-video-mach64-6.9.4 (20 Dec 2012)
+
+ 20 Dec 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-mach64-6.9.4.ebuild:
+ Version bump.
08 Dec 2012; Agostino Sarubbo <ago@gentoo.org>
xf86-video-mach64-6.9.3.ebuild:
diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.4.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.4.ebuild
new file mode 100644
index 000000000000..4f364d665665
--- /dev/null
+++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.9.4.ebuild
@@ -0,0 +1,25 @@
+# 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.4.ebuild,v 1.1 2012/12/20 21:43:03 chithanh Exp $
+
+EAPI=4
+
+XORG_DRI="dri"
+inherit xorg-2
+
+DESCRIPTION="ATI Mach64 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.10
+ >=x11-libs/libpciaccess-0.12.901"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS=(
+ $(use_enable dri)
+ )
+
+ xorg-2_pkg_setup
+}