summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Cardona <remi@gentoo.org>2009-08-04 09:28:21 +0000
committerRémi Cardona <remi@gentoo.org>2009-08-04 09:28:21 +0000
commit576065678508b36512e29c110e4f7ff93abd068b (patch)
tree4806a3bab8c5013278ae9bc6c787971dffde0fd7 /x11-drivers/xf86-video-mach64
parentAutomated update of use.local.desc (diff)
downloadgentoo-2-576065678508b36512e29c110e4f7ff93abd068b.tar.gz
gentoo-2-576065678508b36512e29c110e4f7ff93abd068b.tar.bz2
gentoo-2-576065678508b36512e29c110e4f7ff93abd068b.zip
x11-drivers/xf86-video-mach64: bump to 6.8.2
(Portage version: 2.2_rc33/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-mach64')
-rw-r--r--x11-drivers/xf86-video-mach64/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild32
2 files changed, 39 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mach64/ChangeLog b/x11-drivers/xf86-video-mach64/ChangeLog
index 4a8f660b2761..eeceb8b6e48e 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.10 2009/06/23 20:03:09 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mach64/ChangeLog,v 1.11 2009/08/04 09:28:21 remi Exp $
+
+*xf86-video-mach64-6.8.2 (04 Aug 2009)
+
+ 04 Aug 2009; Rémi Cardona <remi@gentoo.org>
+ +xf86-video-mach64-6.8.2.ebuild:
+ bump to 6.8.2
23 Jun 2009; Tobias Klausmann <klausman@gentoo.org>
xf86-video-mach64-6.8.0.ebuild:
diff --git a/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild
new file mode 100644
index 000000000000..cda5d3a04346
--- /dev/null
+++ b/x11-drivers/xf86-video-mach64/xf86-video-mach64-6.8.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2009 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.8.2.ebuild,v 1.1 2009/08/04 09:28:21 remi Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="ATI Mach64 video driver"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+LICENSE="xf86-video-ati"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.2
+ !<x11-drivers/xf86-video-ati-6.9"
+DEPEND="${RDEPEND}
+ x11-proto/fontsproto
+ x11-proto/randrproto
+ x11-proto/videoproto
+ x11-proto/xextproto
+ x11-proto/xineramaproto
+ x11-proto/xf86miscproto
+ x11-proto/xproto
+ dri? ( x11-proto/glproto
+ x11-proto/xf86driproto
+ >=x11-libs/libdrm-2 )"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable dri)"
+}