diff options
author | Jory Pratt <anarchy@gentoo.org> | 2011-04-18 15:06:25 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2011-04-18 15:06:25 +0000 |
commit | 918ea81d8b2a8ad29e316bfc6699872fb2350467 (patch) | |
tree | 877a3bd7d99b966dc4b62ed60e912b47da2423b3 /www-client/icecat | |
parent | whitespace (diff) | |
download | gentoo-2-918ea81d8b2a8ad29e316bfc6699872fb2350467.tar.gz gentoo-2-918ea81d8b2a8ad29e316bfc6699872fb2350467.tar.bz2 gentoo-2-918ea81d8b2a8ad29e316bfc6699872fb2350467.zip |
remove unused sed, bug #363867
(Portage version: 2.1.9.46/cvs/Linux x86_64)
Diffstat (limited to 'www-client/icecat')
-rw-r--r-- | www-client/icecat/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/icecat/icecat-4.0.ebuild | 6 |
2 files changed, 5 insertions, 6 deletions
diff --git a/www-client/icecat/ChangeLog b/www-client/icecat/ChangeLog index e3836b8d168f..64c7cd4c1804 100644 --- a/www-client/icecat/ChangeLog +++ b/www-client/icecat/ChangeLog @@ -1,6 +1,9 @@ # 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.78 2011/04/17 23:51:42 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/ChangeLog,v 1.79 2011/04/18 15:06:25 anarchy Exp $ + + 18 Apr 2011; Jory A. Pratt <anarchy@gentoo.org> icecat-4.0.ebuild: + remove unused sed, bug #363867 17 Apr 2011; Jory A. Pratt <anarchy@gentoo.org> icecat-4.0.ebuild: Remove the unused gconf use_enable, bug #363865 diff --git a/www-client/icecat/icecat-4.0.ebuild b/www-client/icecat/icecat-4.0.ebuild index 701955f5ae97..94db1b413b8d 100644 --- a/www-client/icecat/icecat-4.0.ebuild +++ b/www-client/icecat/icecat-4.0.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-4.0.ebuild,v 1.2 2011/04/17 23:51:42 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/icecat/icecat-4.0.ebuild,v 1.3 2011/04/18 15:06:25 anarchy Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -109,10 +109,6 @@ src_unpack() { } src_prepare() { - # Integrate rebranding - sed -i "s|/firefox|/icecat|" \ - "${WORKDIR}"/001-firefox_gentoo_install_dirs.patch - # Fix preferences location sed -i 's|defaults/pref/|defaults/preferences/|' browser/installer/packages-static || die "sed failed" |