diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-08-07 06:34:24 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-08-07 06:34:24 +0000 |
commit | aabf4695310b991fe2ecc106303e83597f6175bd (patch) | |
tree | 4437ca0c7c551351c73e7cf2e75b0bca3c986512 /x11-drivers/xf86-video-tseng | |
parent | Fix compile against glibc2.10. Closes #273841 (diff) | |
download | gentoo-2-aabf4695310b991fe2ecc106303e83597f6175bd.tar.gz gentoo-2-aabf4695310b991fe2ecc106303e83597f6175bd.tar.bz2 gentoo-2-aabf4695310b991fe2ecc106303e83597f6175bd.zip |
x11-drivers/xf86-video-tseng: bump to 1.2.2
(Portage version: 2.2_rc36/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-tseng')
-rw-r--r-- | x11-drivers/xf86-video-tseng/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.2.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-tseng/ChangeLog b/x11-drivers/xf86-video-tseng/ChangeLog index b7f6fb896b4d..a0f18f4dbc32 100644 --- a/x11-drivers/xf86-video-tseng/ChangeLog +++ b/x11-drivers/xf86-video-tseng/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-tseng # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.33 2009/04/15 15:42:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/ChangeLog,v 1.34 2009/08/07 06:34:24 remi Exp $ + +*xf86-video-tseng-1.2.2 (07 Aug 2009) + + 07 Aug 2009; Rémi Cardona <remi@gentoo.org> + +xf86-video-tseng-1.2.2.ebuild: + bump to 1.2.2 15 Apr 2009; Raúl Porcel <armin76@gentoo.org> xf86-video-tseng-1.2.1.ebuild: diff --git a/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.2.ebuild b/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.2.ebuild new file mode 100644 index 000000000000..0dcdb2763d56 --- /dev/null +++ b/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-tseng/xf86-video-tseng-1.2.2.ebuild,v 1.1 2009/08/07 06:34:24 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Tseng Labs video driver" +KEYWORDS="~amd64 ~ia64 ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xproto" |