diff options
-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}" |