diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:07:45 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:07:45 +0000 |
commit | 9984a296eaf220ab54cd75f83be61a23fce28546 (patch) | |
tree | ad79bc2b5531013af7f2ef326e5c7f0e7c263a50 /x11-drivers | |
parent | Version bump to 1.2.1, bug 453234. (diff) | |
download | gentoo-2-9984a296eaf220ab54cd75f83be61a23fce28546.tar.gz gentoo-2-9984a296eaf220ab54cd75f83be61a23fce28546.tar.bz2 gentoo-2-9984a296eaf220ab54cd75f83be61a23fce28546.zip |
Version bump to 1.2.1, bug 453236.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-sunffb/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.2.2.ebuild | 18 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-sunffb/ChangeLog b/x11-drivers/xf86-video-sunffb/ChangeLog index 8ed44313edd5..a008aa90d666 100644 --- a/x11-drivers/xf86-video-sunffb/ChangeLog +++ b/x11-drivers/xf86-video-sunffb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sunffb -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.29 2010/09/10 17:02:04 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/ChangeLog,v 1.30 2013/01/23 06:07:45 mattst88 Exp $ + +*xf86-video-sunffb-1.2.2 (23 Jan 2013) + + 23 Jan 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-sunffb-1.2.2.ebuild: + Version bump to 1.2.1, bug 453236. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-sunffb-1.2.0.ebuild: @@ -134,4 +140,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +files/dri.patch, +xf86-video-sunffb-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.2.2.ebuild b/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.2.2.ebuild new file mode 100644 index 000000000000..b9b8bd9200e8 --- /dev/null +++ b/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.2.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunffb/xf86-video-sunffb-1.2.2.ebuild,v 1.1 2013/01/23 06:07:45 mattst88 Exp $ + +inherit x-modular + +DESCRIPTION="SUNFFB video driver" + +KEYWORDS="-* ~sparc" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xextproto + x11-proto/xproto" |