diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-05-01 23:24:30 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-05-01 23:24:30 +0000 |
commit | fb512c8ae6a15382dcadbdff1cc01414807d3a69 (patch) | |
tree | dcd7e20fecf9ed07bd18dbe02bade93f200e0db8 /www-client | |
parent | Version bump and removed release candidates. (diff) | |
download | gentoo-2-fb512c8ae6a15382dcadbdff1cc01414807d3a69.tar.gz gentoo-2-fb512c8ae6a15382dcadbdff1cc01414807d3a69.tar.bz2 gentoo-2-fb512c8ae6a15382dcadbdff1cc01414807d3a69.zip |
Keeping the pkg_preinst is causing more problems than removing it, such as bug 267363
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/mozilla-firefox/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/www-client/mozilla-firefox/ChangeLog b/www-client/mozilla-firefox/ChangeLog index 8d387fa7503c..e166805e5937 100644 --- a/www-client/mozilla-firefox/ChangeLog +++ b/www-client/mozilla-firefox/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/mozilla-firefox # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.506 2009/05/01 14:06:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/ChangeLog,v 1.507 2009/05/01 23:24:30 nirbheek Exp $ + + 01 May 2009; Nirbheek Chauhan <nirbheek@gentoo.org> + mozilla-firefox-3.0.10: + Keeping the pkg_preinst is causing more problems than removing it, such as + bug 267363 01 May 2009; Markus Meier <maekke@gentoo.org> mozilla-firefox-3.0.10.ebuild: diff --git a/www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild b/www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild index eaeb12abe5dd..5a2865e2846d 100644 --- a/www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild +++ b/www-client/mozilla-firefox/mozilla-firefox-3.0.10.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/www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild,v 1.6 2009/05/01 14:06:19 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox/mozilla-firefox-3.0.10.ebuild,v 1.7 2009/05/01 23:24:30 nirbheek Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -218,16 +218,6 @@ src_compile() { emake ${jobs} || die } -pkg_preinst() { - declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" - - einfo "Removing old installs with some really ugly code. It potentially" - einfo "eliminates any problems during the install, however suggestions to" - einfo "replace this are highly welcome. Send comments and suggestions to" - einfo "mozilla@gentoo.org." - rm -rf "${ROOT}"${MOZILLA_FIVE_HOME} -} - src_install() { declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}" |