summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:40:08 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-07-21 20:40:08 +0000
commitc7ad3152c66be091f7e25d2dfd7ff474ee987aff (patch)
treed3b46930f71de8050d071462ae9f009cfc861c75 /x11-drivers/xf86-video-mga
parentFix build with gcc-4.7 Bug #424735 (diff)
downloadhistorical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.gz
historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.tar.bz2
historical-c7ad3152c66be091f7e25d2dfd7ff474ee987aff.zip
Version bump.
Package-Manager: portage-2.2.0_alpha115/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-mga')
-rw-r--r--x11-drivers/xf86-video-mga/ChangeLog8
-rw-r--r--x11-drivers/xf86-video-mga/xf86-video-mga-1.6.1.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-mga/ChangeLog b/x11-drivers/xf86-video-mga/ChangeLog
index add869675412..ff1897d7750b 100644
--- a/x11-drivers/xf86-video-mga/ChangeLog
+++ b/x11-drivers/xf86-video-mga/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-drivers/xf86-video-mga
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.104 2012/07/12 17:34:32 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.105 2012/07/21 20:29:26 chithanh Exp $
+
+*xf86-video-mga-1.6.1 (21 Jul 2012)
+
+ 21 Jul 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-mga-1.6.1.ebuild:
+ Version bump.
12 Jul 2012; Brent Baude <ranger@gentoo.org> xf86-video-mga-1.5.0.ebuild:
Marking xf86-video-mga-1.5.0 ppc stable for bug 419473
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.1.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.1.ebuild
new file mode 100644
index 000000000000..9874c5caa1aa
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.6.1.ebuild
@@ -0,0 +1,20 @@
+# 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-mga/xf86-video-mga-1.6.1.ebuild,v 1.1 2012/07/21 20:29:26 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="Matrox video driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.4"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+}