diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-10-08 18:26:42 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-10-08 18:26:42 +0000 |
commit | 49d5b912ff8eb73db8529f4e7561abda6c83d5b6 (patch) | |
tree | 7069ade33109f3b292f128fb42ab4b4f9d0e7535 /www-client/icecat | |
parent | alpha/ia64/sparc stable wrt #384135 (diff) | |
download | gentoo-2-49d5b912ff8eb73db8529f4e7561abda6c83d5b6.tar.gz gentoo-2-49d5b912ff8eb73db8529f4e7561abda6c83d5b6.tar.bz2 gentoo-2-49d5b912ff8eb73db8529f4e7561abda6c83d5b6.zip |
Version bump to real 7.0.1 version
(Portage version: 2.2.0_alpha64/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/icecat/icecat-7.0.1.ebuild (renamed from www-client/icecat/icecat-7.0.ebuild) | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index 57a2494bd841..125d41f97611 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/icecat # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.105 2011/10/02 23:19:21 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.106 2011/10/08 18:26:42 polynomial-c Exp $ + +*icecat-7.0.1 (08 Oct 2011) + + 08 Oct 2011; Lars Wendler <polynomial-c@gentoo.org> -icecat-7.0.ebuild, + +icecat-7.0.1.ebuild: + Version bump to real 7.0.1 version. *icecat-7.0 (02 Oct 2011) diff --git a/www-client/icecat/icecat-7.0.ebuild b/www-client/icecat/icecat-7.0.1.ebuild index 8f8f3c597f04..cca8970a155b 100644 --- a/www-client/icecat/icecat-7.0.ebuild +++ b/www-client/icecat/icecat-7.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-7.0.ebuild,v 1.1 2011/10/02 23:19:21 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-7.0.1.ebuild,v 1.1 2011/10/08 18:26:42 polynomial-c Exp $ EAPI="3" VIRTUALX_REQUIRED="pgo" @@ -133,9 +133,6 @@ src_unpack() { } src_prepare() { - # Make this a 7.0.1 version - epatch "${DISTDIR}"/ff701.diff.xz - # Fix preferences location sed -i 's|defaults/pref/|defaults/preferences/|' browser/installer/packages-static || die "sed failed" |