diff options
author | Matt Turner <mattst88@gentoo.org> | 2012-02-16 04:21:54 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2012-02-16 04:21:54 +0000 |
commit | 771e44c08d3c2f5447acf731b0102ae12b4e3993 (patch) | |
tree | b1140dc9e5a15c3bd08ae00d315571123e3ee904 /x11-drivers | |
parent | add missing test to IUSE (diff) | |
download | gentoo-2-771e44c08d3c2f5447acf731b0102ae12b4e3993.tar.gz gentoo-2-771e44c08d3c2f5447acf731b0102ae12b4e3993.tar.bz2 gentoo-2-771e44c08d3c2f5447acf731b0102ae12b4e3993.zip |
Version bump.
(Portage version: 2.1.10.44/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.7.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 e763e0591e97..87adb1622006 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.55 2012/02/15 19:11:42 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-glint/ChangeLog,v 1.56 2012/02/16 04:21:54 mattst88 Exp $ + +*xf86-video-glint-1.2.7 (16 Feb 2012) + + 16 Feb 2012; Matt Turner <mattst88@gentoo.org> + +xf86-video-glint-1.2.7.ebuild: + Version bump. 15 Feb 2012; Brent Baude <ranger@gentoo.org> xf86-video-glint-1.2.6.ebuild: Marking xf86-video-glint-1.2.6 ppc stable for bug 394393 diff --git a/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.7.ebuild b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.7.ebuild new file mode 100644 index 000000000000..3003f963fe99 --- /dev/null +++ b/x11-drivers/xf86-video-glint/xf86-video-glint-1.2.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 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.7.ebuild,v 1.1 2012/02/16 04:21:54 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" |