diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:07:05 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-01-23 06:07:05 +0000 |
commit | 2395300469847de7a2e40afc50cc54f9388ef3a7 (patch) | |
tree | 96751842631e256b4198e7883a7d8e981736dcdb /x11-drivers/xf86-video-suntcx | |
parent | Version bump to 1.2.1, bug 453230. (diff) | |
download | gentoo-2-2395300469847de7a2e40afc50cc54f9388ef3a7.tar.gz gentoo-2-2395300469847de7a2e40afc50cc54f9388ef3a7.tar.bz2 gentoo-2-2395300469847de7a2e40afc50cc54f9388ef3a7.zip |
Version bump to 1.2.1, bug 453234.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-drivers/xf86-video-suntcx')
-rw-r--r-- | x11-drivers/xf86-video-suntcx/ChangeLog | 11 | ||||
-rw-r--r-- | x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.2.ebuild | 18 |
2 files changed, 26 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-suntcx/ChangeLog b/x11-drivers/xf86-video-suntcx/ChangeLog index 1128f9b42df2..6545ae02f751 100644 --- a/x11-drivers/xf86-video-suntcx/ChangeLog +++ b/x11-drivers/xf86-video-suntcx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-suntcx -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.22 2010/09/10 17:04:24 scarabeus Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-suntcx/ChangeLog,v 1.23 2013/01/23 06:07:05 mattst88 Exp $ + +*xf86-video-suntcx-1.1.2 (23 Jan 2013) + + 23 Jan 2013; Matt Turner <mattst88@gentoo.org> + +xf86-video-suntcx-1.1.2.ebuild: + Version bump to 1.2.1, bug 453234. 10 Sep 2010; Tomáš Chvátal <scarabeus@gentoo.org> -xf86-video-suntcx-1.1.0.ebuild: @@ -104,4 +110,3 @@ 08 Aug 2005; Donnie Berkholz <dberkholz@gentoo.org>; +xf86-video-suntcx-1.0.0.ebuild: Initial commit for modular X. - diff --git a/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.2.ebuild b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.2.ebuild new file mode 100644 index 000000000000..6bb250ec5198 --- /dev/null +++ b/x11-drivers/xf86-video-suntcx/xf86-video-suntcx-1.1.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-suntcx/xf86-video-suntcx-1.1.2.ebuild,v 1.1 2013/01/23 06:07:05 mattst88 Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="TCX 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/xproto" |