diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-09-06 19:37:39 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-09-06 19:37:39 +0000 |
commit | 90625a74e7be0f258e23af4c6434b5c580b3e132 (patch) | |
tree | b913b56fc83ec5679284446b4a851977d27009ed /x11-drivers | |
parent | Remove old (diff) | |
download | gentoo-2-90625a74e7be0f258e23af4c6434b5c580b3e132.tar.gz gentoo-2-90625a74e7be0f258e23af4c6434b5c580b3e132.tar.bz2 gentoo-2-90625a74e7be0f258e23af4c6434b5c580b3e132.zip |
Version bump.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-glint/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-glint/xf86-video-glint-1.2.6.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/x11-drivers/xf86-video-glint/ChangeLog b/x11-drivers/xf86-video-glint/ChangeLog index b26b15d973f4..2bc3ab73bcdc 100644 --- a/x11-drivers/xf86-video-glint/ChangeLog +++ b/x11-drivers/xf86-video-glint/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-glint # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.51 2011/02/14 23:56:23 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.52 2011/09/06 19:37:39 mattst88 Exp $ + +*xf86-video-glint-1.2.6 (06 Sep 2011) + + 06 Sep 2011; Matt Turner <mattst88@gentoo.org> + +xf86-video-glint-1.2.6.ebuild: + Version bump. 14 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org> xf86-video-glint-1.2.5.ebuild: diff --git a/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.6.ebuild b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.6.ebuild new file mode 100644 index 000000000000..c2caed6f79dc --- /dev/null +++ b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.6.ebuild,v 1.1 2011/09/06 19:37:39 mattst88 Exp $ + +EAPI=4 + +inherit xorg-2 + +DESCRIPTION="GLINT/Permedia video driver" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/videoproto + x11-proto/xextproto + x11-proto/xf86dgaproto + x11-proto/xproto" |