diff options
author | Matt Turner <mattst88@gentoo.org> | 2015-05-09 17:14:10 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2015-05-09 17:14:10 +0000 |
commit | a1f03f4b427ee5b813db94c2af2057a39c7500fa (patch) | |
tree | db69a6685d5318931b6402e1e55fbc4aa9b75cdf /x11-drivers | |
parent | Sync kde5.eclass with overlay. (diff) | |
download | gentoo-2-a1f03f4b427ee5b813db94c2af2057a39c7500fa.tar.gz gentoo-2-a1f03f4b427ee5b813db94c2af2057a39c7500fa.tar.bz2 gentoo-2-a1f03f4b427ee5b813db94c2af2057a39c7500fa.zip |
Version bump to 1.7.8, straight to stable.
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.8.ebuild | 14 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-siliconmotion/ChangeLog b/x11-drivers/xf86-video-siliconmotion/ChangeLog index acd36a322d9a..9d9238f0effd 100644 --- a/x11-drivers/xf86-video-siliconmotion/ChangeLog +++ b/x11-drivers/xf86-video-siliconmotion/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-siliconmotion # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.68 2015/02/19 08:52:56 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/ChangeLog,v 1.69 2015/05/09 17:14:10 mattst88 Exp $ + +*xf86-video-siliconmotion-1.7.8 (09 May 2015) + + 09 May 2015; Matt Turner <mattst88@gentoo.org> + +xf86-video-siliconmotion-1.7.8.ebuild: + Version bump to 1.7.8, straight to stable. 19 Feb 2015; Agostino Sarubbo <ago@gentoo.org> xf86-video-siliconmotion-1.7.7-r1.ebuild: diff --git a/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.8.ebuild b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.8.ebuild new file mode 100644 index 000000000000..9eddd78f17a0 --- /dev/null +++ b/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.8.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-siliconmotion/xf86-video-siliconmotion-1.7.8.ebuild,v 1.1 2015/05/09 17:14:10 mattst88 Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="Silicon Motion video driver" + +KEYWORDS="amd64 ~mips x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND}" |