summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:29:55 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2012-03-24 16:29:55 +0000
commit421e13573ba8d45a6768e89ea51bf8ff8c346687 (patch)
tree23523fabe32c95c4413e5f38977a7b8b4fec8501 /x11-drivers/xf86-video-mga
parentAdd Prefix keywords, bug #408399 (diff)
downloadhistorical-421e13573ba8d45a6768e89ea51bf8ff8c346687.tar.gz
historical-421e13573ba8d45a6768e89ea51bf8ff8c346687.tar.bz2
historical-421e13573ba8d45a6768e89ea51bf8ff8c346687.zip
Version bump.
Package-Manager: portage-2.2.0_alpha94/cvs/Linux x86_64
Diffstat (limited to 'x11-drivers/xf86-video-mga')
-rw-r--r--x11-drivers/xf86-video-mga/ChangeLog10
-rw-r--r--x11-drivers/xf86-video-mga/xf86-video-mga-1.5.0.ebuild20
2 files changed, 28 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-mga/ChangeLog b/x11-drivers/xf86-video-mga/ChangeLog
index 8cfa005ef93e..6533716ca090 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-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.97 2011/02/14 23:56:22 xarthisius Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-mga/ChangeLog,v 1.98 2012/03/24 16:27:24 chithanh Exp $
+
+*xf86-video-mga-1.5.0 (24 Mar 2012)
+
+ 24 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ +xf86-video-mga-1.5.0.ebuild:
+ Version bump.
14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
xf86-video-mga-1.4.13.ebuild:
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-1.5.0.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-1.5.0.ebuild
new file mode 100644
index 000000000000..eecf75f180fb
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-1.5.0.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.5.0.ebuild,v 1.1 2012/03/24 16:27:24 chithanh Exp $
+
+EAPI=4
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="Matrox video driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE="dri"
+
+RDEPEND=">=x11-base/xorg-server-1.4"
+DEPEND="${RDEPEND}"
+
+pkg_setup() {
+ CONFIGURE_OPTIONS="$(use_enable dri)"
+}