diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:06:35 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:06:35 +0000 |
commit | 010d8475c0fdbe2a94aa063aed68c2052eeb8a14 (patch) | |
tree | 5cad67d5e81341de41f94a27c988a88dd528ecb0 /x11-drivers/xf86-video-sunleo | |
parent | Version bump to 1.1.2, bug 453228. (diff) | |
download | gentoo-2-010d8475c0fdbe2a94aa063aed68c2052eeb8a14.tar.gz gentoo-2-010d8475c0fdbe2a94aa063aed68c2052eeb8a14.tar.bz2 gentoo-2-010d8475c0fdbe2a94aa063aed68c2052eeb8a14.zip |
Version bump to 1.2.1, bug 453230.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers/xf86-video-sunleo')
-rw-r--r-- | x11-drivers/xf86-video-sunleo/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.2.1.ebuild | 17 |
2 files changed, 25 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-sunleo/ChangeLog b/x11-drivers/xf86-video-sunleo/ChangeLog index 6cd94856ffa1..0cb96ab6b911 100644 --- a/x11-drivers/xf86-video-sunleo/ChangeLog +++ b/x11-drivers/xf86-video-sunleo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-sunleo -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/ChangeLog,v 1.20 2010/01/23 20:31:36 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-sunleo/ChangeLog,v 1.21 2013/01/23 06:06:35 mattst88 Exp $ + +*xf86-video-sunleo-1.2.1 (23 Jan 2013) + + 23 Jan 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-sunleo-1.2.1.ebuild: + Version bump to 1.2.1, bug 453230. 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-sunleo-1.1.0.ebuild: @@ -96,4 +102,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-sunleo-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.2.1.ebuild b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.2.1.ebuild new file mode 100644 index 000000000000..e9f92604fc36 --- /dev/null +++ b/x11-drivers/xf86-video-sunleo/xf86-video-sunleo-1.2.1.ebuild @@ -0,0 +1,17 @@ +# 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-sunleo/xf86-video-sunleo-1.2.1.ebuild,v 1.1 2013/01/23 06:06:35 mattst88 Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Leo video driver" +KEYWORDS="-* ~sparc" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/xproto" |