diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-08-29 16:51:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-08-29 16:51:49 -0700 |
commit | cff65d63fe0e6f23f0c7c1624e3746a930612281 (patch) | |
tree | eb7245c4ade55130ada0d82d1a6c8be8007ecb7d /x11-drivers | |
parent | dev-python/boto3: add version 1.1.2 (diff) | |
download | gentoo-cff65d63fe0e6f23f0c7c1624e3746a930612281.tar.gz gentoo-cff65d63fe0e6f23f0c7c1624e3746a930612281.tar.bz2 gentoo-cff65d63fe0e6f23f0c7c1624e3746a930612281.zip |
x11-drivers/xf86-video-sis: Version bump 0.10.8, straight to stable.
Bug: https://bugs.gentoo.org/551042
Package-Manager: portage-2.2.20.1
RepoMan-Options: --force
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sis/Manifest | 1 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11-drivers/xf86-video-sis/Manifest b/x11-drivers/xf86-video-sis/Manifest index aba0a6b8d7d8..b0469626d962 100644 --- a/x11-drivers/xf86-video-sis/Manifest +++ b/x11-drivers/xf86-video-sis/Manifest @@ -1 +1,2 @@ DIST xf86-video-sis-0.10.7.tar.bz2 699499 SHA256 be2eb6acba081e88dabc5be9db379e3da89a4d4edeb68064f204bf343a411cd0 SHA512 095fd47803e8296ca3769b5c62e9399b6759023660c42b215b708dfed456e3cf2dad93b8abcb48887bd40e0d0b1435d4e1d711a721f5cb55bef4d7093ab387fa WHIRLPOOL 1e02d08750b8a274d834f3268df2ecc9d3949a960796f9b3669ec48050fd6d24a8ba9aac0f2bc4514ee654956cdc058d136363fbe111b8e25e21f370baead8ef +DIST xf86-video-sis-0.10.8.tar.bz2 734785 SHA256 c8f3f2577f69334dfcc4bf96477dce45161170555f3abdfa105599e61bc7d3fe SHA512 3740acb13b087fc80c495eeb46ca8f050c6a489f7c1ec60fbee0cdfae26e516dc1a73dd6716aafbf16d8bd904a52db00cdbd538543e12792df1e43a6cbc1b72e WHIRLPOOL c256c1b192ea7d9269cc00dcb6d930d78f8a0ce374a92aadcb507fb40f254b14e26e0dad99d5090f00ff1a54a2da4f3ce32d4fcba175bf877555585e39d65cdd 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 new file mode 100644 index 000000000000..32b6a5f2aa77 --- /dev/null +++ b/x11-drivers/xf86-video-sis/xf86-video-sis-0.10.8.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="SiS and XGI video driver" +KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd" + +DEPEND=">=x11-proto/xf86dgaproto-2.1" |