diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-22 14:12:58 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-22 14:12:58 +0000 |
commit | 91c55cc53d0154a6f0211431c14ac42603db4ee8 (patch) | |
tree | df7247bbd7b7b62a9dae6f916b56ce88642273b6 /x11-drivers/xf86-video-chips | |
parent | x86 stable, bug #283685 (diff) | |
download | gentoo-2-91c55cc53d0154a6f0211431c14ac42603db4ee8.tar.gz gentoo-2-91c55cc53d0154a6f0211431c14ac42603db4ee8.tar.bz2 gentoo-2-91c55cc53d0154a6f0211431c14ac42603db4ee8.zip |
x11-drivers/xf86-video-chips: bump to 1.2.2, add missing IUSE
(Portage version: 2.2_rc41/cvs/Linux i686)
Diffstat (limited to 'x11-drivers/xf86-video-chips')
-rw-r--r-- | x11-drivers/xf86-video-chips/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild | 5 | ||||
-rw-r--r-- | x11-drivers/xf86-video-chips/xf86-video-chips-1.2.2.ebuild | 21 |
3 files changed, 32 insertions, 2 deletions
diff --git a/x11-drivers/xf86-video-chips/ChangeLog b/x11-drivers/xf86-video-chips/ChangeLog index d1bc72fae0e4..e4e278f7f790 100644 --- a/x11-drivers/xf86-video-chips/ChangeLog +++ b/x11-drivers/xf86-video-chips/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-drivers/xf86-video-chips # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.32 2009/09/22 13:00:59 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/ChangeLog,v 1.33 2009/09/22 14:12:58 remi Exp $ + +*xf86-video-chips-1.2.2 (22 Sep 2009) + + 22 Sep 2009; Rémi Cardona <remi@gentoo.org> + xf86-video-chips-1.2.1.ebuild, +xf86-video-chips-1.2.2.ebuild: + bump to 1.2.2, add missing IUSE 22 Sep 2009; Rémi Cardona <remi@gentoo.org> -xf86-video-chips-1.1.1.ebuild, -xf86-video-chips-1.2.0.ebuild: diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild index 296de1143300..25a4389453bd 100644 --- a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild @@ -1,6 +1,6 @@ # 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-chips/xf86-video-chips-1.2.1.ebuild,v 1.6 2009/04/15 15:52:58 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.1.ebuild,v 1.7 2009/09/22 14:12:58 remi Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,10 @@ inherit x-modular DESCRIPTION="Chips and Technologies video driver" + KEYWORDS="amd64 ia64 ppc x86 ~x86-fbsd" +IUSE="" + RDEPEND=">=x11-base/xorg-server-1.0.99" DEPEND="${RDEPEND} x11-proto/fontsproto diff --git a/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.2.ebuild b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.2.ebuild new file mode 100644 index 000000000000..6410e7cb0cbd --- /dev/null +++ b/x11-drivers/xf86-video-chips/xf86-video-chips-1.2.2.ebuild @@ -0,0 +1,21 @@ +# 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-chips/xf86-video-chips-1.2.2.ebuild,v 1.1 2009/09/22 14:12:58 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="Chips and Technologies video driver" + +KEYWORDS="~amd64 ~ia64 ~ppc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/fontsproto + x11-proto/randrproto + x11-proto/renderproto + x11-proto/videoproto + x11-proto/xproto" |