diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-06 08:37:22 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-04-06 08:37:22 +0000 |
commit | e8a78d9396302b03186f86ebc2c1cc089dbc9a07 (patch) | |
tree | d02c55af2d6fb1dd927778c9e71aa6337c1a4b71 | |
parent | ChangeLog file fixed (wrong email address) (diff) | |
download | gentoo-2-e8a78d9396302b03186f86ebc2c1cc089dbc9a07.tar.gz gentoo-2-e8a78d9396302b03186f86ebc2c1cc089dbc9a07.tar.bz2 gentoo-2-e8a78d9396302b03186f86ebc2c1cc089dbc9a07.zip |
Version bump. Remove snapshot.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | x11-drivers/xf86-video-ati/ChangeLog | 8 | ||||
-rw-r--r-- | x11-drivers/xf86-video-ati/xf86-video-ati-6.13.0.ebuild (renamed from x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild) | 4 |
2 files changed, 9 insertions, 3 deletions
diff --git a/x11-drivers/xf86-video-ati/ChangeLog b/x11-drivers/xf86-video-ati/ChangeLog index 68356494bb97..1e2553973b0e 100644 --- a/x11-drivers/xf86-video-ati/ChangeLog +++ b/x11-drivers/xf86-video-ati/ChangeLog @@ -1,6 +1,12 @@ # 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.109 2010/03/15 22:57:09 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/ChangeLog,v 1.110 2010/04/06 08:37:22 scarabeus Exp $ + +*xf86-video-ati-6.13.0 (06 Apr 2010) + + 06 Apr 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xf86-video-ati-6.12.192.ebuild, +xf86-video-ati-6.13.0.ebuild: + Version bump. Remove snapshot. 15 Mar 2010; Tomáš Chvátal <scarabeus@gentoo.org> xf86-video-ati-6.12.1-r1.ebuild: diff --git a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.0.ebuild index df1bb10ff3dc..5dd4330753dc 100644 --- a/x11-drivers/xf86-video-ati/xf86-video-ati-6.12.192.ebuild +++ b/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.0.ebuild @@ -1,13 +1,13 @@ # 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.192.ebuild,v 1.1 2010/03/15 21:22:17 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-video-ati/xf86-video-ati-6.13.0.ebuild,v 1.1 2010/04/06 08:37:22 scarabeus Exp $ EAPI=3 inherit xorg-2 DESCRIPTION="ATI video driver" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" RDEPEND=">=x11-base/xorg-server-1.6.3[-minimal]" |