Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-drivers/xf86-video-mga/
Date: Tue, 11 Dec 2018 20:56:22
Message-Id: 1544561769.b5c8101f0f5481eb5ecbda7d52928288f77bc77e.mattst88@gentoo
1 commit: b5c8101f0f5481eb5ecbda7d52928288f77bc77e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 11 20:54:48 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 11 20:56:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5c8101f
7
8 x11-drivers/xf86-video-mga: Version bump to 2.0.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-drivers/xf86-video-mga/Manifest | 1 +
13 x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild | 16 ++++++++++++++++
14 2 files changed, 17 insertions(+)
15
16 diff --git a/x11-drivers/xf86-video-mga/Manifest b/x11-drivers/xf86-video-mga/Manifest
17 index 08c1668c018..794869d15e0 100644
18 --- a/x11-drivers/xf86-video-mga/Manifest
19 +++ b/x11-drivers/xf86-video-mga/Manifest
20 @@ -1 +1,2 @@
21 DIST xf86-video-mga-1.6.5.tar.bz2 478350 BLAKE2B 6446da393214921fd35802df387f200856c0900d42a81b28bbde55dbc453752c06f3ed7abf936b5fa693833d8a5f56767e440a37cd4b7035db0abb5736cf4020 SHA512 e1a624cb5d98796e9138bfc512b62d5130885140b1751c01f29a8eff96f66a2b57cb5abe23c1fa2b55188acabd6554c5897190a4e1aee1ec09245d53b88f69d8
22 +DIST xf86-video-mga-2.0.0.tar.bz2 452486 BLAKE2B e3c0d3d6ee3c1651f96fa2353d94d5f9f19ebf97b121a87749fdb8ba6d8d3bf7066c39c454910a2b1ad9d7e3d44dd3c31bbd432490855df4676bd4fcdafe71c9 SHA512 b92006486aef815ff4399f291d610c65d88c0b32a9dae97658c644715ff62b221b01495b5c7a2311745e26f699c1c1f753b81c7bf54cf75567af9f78ac015540
23
24 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
25 new file mode 100644
26 index 00000000000..068ece92834
27 --- /dev/null
28 +++ b/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0.ebuild
29 @@ -0,0 +1,16 @@
30 +# Copyright 1999-2018 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=5
34 +XORG_DRI=dri
35 +inherit xorg-2
36 +
37 +DESCRIPTION="Matrox video driver"
38 +
39 +SLOT="0"
40 +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
41 +
42 +src_configure() {
43 + XORG_CONFIGURE_OPTIONS="$(use_enable dri)"
44 + xorg-2_src_configure
45 +}