summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-12-11 12:54:48 -0800
committerMatt Turner <mattst88@gentoo.org>2018-12-11 12:56:09 -0800
commitb5c8101f0f5481eb5ecbda7d52928288f77bc77e (patch)
tree7208cc1db558a39b25c7624b8eca423583e2bbef /x11-drivers
parentprofiles/package.mask: fix comment from previous commit (diff)
downloadgentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.tar.gz
gentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.tar.bz2
gentoo-b5c8101f0f5481eb5ecbda7d52928288f77bc77e.zip
x11-drivers/xf86-video-mga: Version bump to 2.0.0
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-drivers')
-rw-r--r--x11-drivers/xf86-video-mga/Manifest1
-rw-r--r--x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild16
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-mga/Manifest b/x11-drivers/xf86-video-mga/Manifest
index 08c1668c0187..794869d15e0a 100644
--- a/x11-drivers/xf86-video-mga/Manifest
+++ b/x11-drivers/xf86-video-mga/Manifest
@@ -1 +1,2 @@
DIST xf86-video-mga-1.6.5.tar.bz2 478350 BLAKE2B 6446da393214921fd35802df387f200856c0900d42a81b28bbde55dbc453752c06f3ed7abf936b5fa693833d8a5f56767e440a37cd4b7035db0abb5736cf4020 SHA512 e1a624cb5d98796e9138bfc512b62d5130885140b1751c01f29a8eff96f66a2b57cb5abe23c1fa2b55188acabd6554c5897190a4e1aee1ec09245d53b88f69d8
+DIST xf86-video-mga-2.0.0.tar.bz2 452486 BLAKE2B e3c0d3d6ee3c1651f96fa2353d94d5f9f19ebf97b121a87749fdb8ba6d8d3bf7066c39c454910a2b1ad9d7e3d44dd3c31bbd432490855df4676bd4fcdafe71c9 SHA512 b92006486aef815ff4399f291d610c65d88c0b32a9dae97658c644715ff62b221b01495b5c7a2311745e26f699c1c1f753b81c7bf54cf75567af9f78ac015540
diff --git a/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild
new file mode 100644
index 000000000000..068ece928341
--- /dev/null
+++ b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+XORG_DRI=dri
+inherit xorg-2
+
+DESCRIPTION="Matrox video driver"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+
+src_configure() {
+ XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
+ xorg-2_src_configure
+}