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-sis/
Date: Sat, 29 Aug 2015 23:47:44
Message-Id: 1440892309.cff65d63fe0e6f23f0c7c1624e3746a930612281.mattst88@gentoo
1 commit: cff65d63fe0e6f23f0c7c1624e3746a930612281
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 23:51:36 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 23:51:49 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cff65d63
7
8 x11-drivers/xf86-video-sis: Version bump 0.10.8, straight to stable.
9
10 Bug: https://bugs.gentoo.org/551042
11
12 Package-Manager: portage-2.2.20.1
13 RepoMan-Options: --force
14
15 x11-drivers/xf86-video-sis/Manifest | 1 +
16 x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild | 11 +++++++++++
17 2 files changed, 12 insertions(+)
18
19 diff --git a/x11-drivers/xf86-video-sis/Manifest b/x11-drivers/xf86-video-sis/Manifest
20 index aba0a6b..b046962 100644
21 --- a/x11-drivers/xf86-video-sis/Manifest
22 +++ b/x11-drivers/xf86-video-sis/Manifest
23 @@ -1 +1,2 @@
24 DIST xf86-video-sis-0.10.7.tar.bz2 699499 SHA256 be2eb6acba081e88dabc5be9db379e3da89a4d4edeb68064f204bf343a411cd0 SHA512 095fd47803e8296ca3769b5c62e9399b6759023660c42b215b708dfed456e3cf2dad93b8abcb48887bd40e0d0b1435d4e1d711a721f5cb55bef4d7093ab387fa WHIRLPOOL 1e02d08750b8a274d834f3268df2ecc9d3949a960796f9b3669ec48050fd6d24a8ba9aac0f2bc4514ee654956cdc058d136363fbe111b8e25e21f370baead8ef
25 +DIST xf86-video-sis-0.10.8.tar.bz2 734785 SHA256 c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe SHA512 3740acb13b087fc80c495eeb46ca8f050c6a489f7c1ec60fbee0cdfae26e516dc1a73dd6716aafbf16d8bd904a52db00cdbd538543e12792df1e43a6cbc1b72e WHIRLPOOL c256c1b192ea7d9269cc00dcb6d930d78f8a0ce374a92aadcb507fb40f254b14e26e0dad99d5090f00ff1a54a2da4f3ce32d4fcba175bf877555585e39d65cdd
26
27 diff --git a/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild
28 new file mode 100644
29 index 0000000..32b6a5f
30 --- /dev/null
31 +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild
32 @@ -0,0 +1,11 @@
33 +# Copyright 1999-2015 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Id$
36 +
37 +EAPI=5
38 +inherit xorg-2
39 +
40 +DESCRIPTION="SiS and XGI video driver"
41 +KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd"
42 +
43 +DEPEND=">=x11-proto/xf86dgaproto-2.1"