diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-15 21:22:17 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-03-15 21:22:17 +0000 |
commit | 5edc1f6f81420ee1bae57971c80924885d9fb774 (patch) | |
tree | 9124701d2c797dfc68f166603cf566a3af9dce0e /x11-drivers | |
parent | Prefix changes were already merged it seems, transfer Prefix keywords (diff) | |
download | gentoo-2-5edc1f6f81420ee1bae57971c80924885d9fb774.tar.gz gentoo-2-5edc1f6f81420ee1bae57971c80924885d9fb774.tar.bz2 gentoo-2-5edc1f6f81420ee1bae57971c80924885d9fb774.zip |
Version bumps.
(Portage version: 2.2_rc65/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 10 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild (renamed from x11-drivers/xf86-video-ati/xf86-video-ati-6.12.191.ebuild) | 3 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild (renamed from x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild) | 4 |
3 files changed, 12 insertions, 5 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index fbaaaae88334..ca93abded8f9 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for x11-drivers/xf86-video-ati # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.107 2010/03/14 17:40:54 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.108 2010/03/15 21:22:17 scarabeus Exp $ + +*xf86-video-ati-6.12.192 (15 Mar 2010) +*xf86-video-ati-6.12.6 (15 Mar 2010) + + 15 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-ati-6.12.4.ebuild, +xf86-video-ati-6.12.6.ebuild, + -xf86-video-ati-6.12.191.ebuild, +xf86-video-ati-6.12.192.ebuild: + Version bumps. 14 Mar 2010; Raúl Porcel <armin76@gentoo.org> xf86-video-ati-6.12.5.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.191.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild index 2050a9a1c5df..df1bb10ff3dc 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.191.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.191.ebuild,v 1.1 2010/03/14 10:30:22 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild,v 1.1 2010/03/15 21:22:17 scarabeus Exp $ EAPI=3 inherit xorg-2 @@ -18,7 +18,6 @@ DEPEND="${RDEPEND} x11-proto/randrproto x11-proto/videoproto x11-proto/xextproto - x11-proto/xineramaproto x11-proto/xf86driproto x11-proto/xf86miscproto x11-proto/xproto" diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild index da5017ed0f9f..80f073fc7a39 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.4.ebuild,v 1.7 2010/01/11 15:14:18 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.6.ebuild,v 1.1 2010/03/15 21:22:17 scarabeus Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -11,7 +11,7 @@ inherit x-modular eutils DESCRIPTION="ATI video driver" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" IUSE="" #SRC_PATCHES="http://dev.gentooexperimental.org/~scarabeus/${PV}-patches-01.tar.bz2" |