diff options
author | Jory Pratt <anarchy@gentoo.org> | 2005-07-20 04:03:40 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2005-07-20 04:03:40 +0000 |
commit | 112a89155a599e3799a43dca98fc5d17c1f5cce1 (patch) | |
tree | 15d5590ebcc3bc3d1fdd10bd40e737246e78c492 /www-client | |
parent | revision bump, api fixes (diff) | |
download | gentoo-2-112a89155a599e3799a43dca98fc5d17c1f5cce1.tar.gz gentoo-2-112a89155a599e3799a43dca98fc5d17c1f5cce1.tar.bz2 gentoo-2-112a89155a599e3799a43dca98fc5d17c1f5cce1.zip |
revision bump, fixes api
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'www-client')
4 files changed, 99 insertions, 3 deletions
diff --git a/www-client/mozilla-firefox-bin/ChangeLog b/www-client/mozilla-firefox-bin/ChangeLog index 248be6b3aad8..6b3c3f567c01 100644 --- a/www-client/mozilla-firefox-bin/ChangeLog +++ b/www-client/mozilla-firefox-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/mozilla-firefox-bin # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox-bin/ChangeLog,v 1.18 2005/07/18 15:22:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox-bin/ChangeLog,v 1.19 2005/07/20 04:03:40 anarchy Exp $ + +*mozilla-firefox-bin-1.0.6 (20 Jul 2005) + + 20 Jul 2005; Jory A. Pratt <anarchy@gentoo.org> + +mozilla-firefox-bin-1.0.6.ebuild: + revision bump, fixes API 18 Jul 2005; Aron Griffis <agriffis@gentoo.org> mozilla-firefox-bin-1.0.5-r1.ebuild: diff --git a/www-client/mozilla-firefox-bin/Manifest b/www-client/mozilla-firefox-bin/Manifest index d6c37fe002c4..9146c44a6c0d 100644 --- a/www-client/mozilla-firefox-bin/Manifest +++ b/www-client/mozilla-firefox-bin/Manifest @@ -1,7 +1,9 @@ -MD5 92586c93078bc7f3e744f8b90275bafa mozilla-firefox-bin-1.0.5-r1.ebuild 2420 MD5 f40055a42d50f9b4b440f79133e793ba ChangeLog 8707 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 +MD5 92586c93078bc7f3e744f8b90275bafa mozilla-firefox-bin-1.0.5-r1.ebuild 2420 +MD5 363ce6d808eca0934f96c678c23a08a6 mozilla-firefox-bin-1.0.6.ebuild 2422 MD5 7b6378c14fc0f9bd858c2ac9abbca109 files/firefox-bin-0.9-init.tar.bz2 3327 MD5 4b866b7683105489860f6352e8651be0 files/digest-mozilla-firefox-bin-1.0.5-r1 66 -MD5 dc62e3f15845b0343d1513abada402d7 files/icon/mozillafirefox-bin.desktop 203 +MD5 a55b185b30df1647429525139fe29ec5 files/digest-mozilla-firefox-bin-1.0.6 66 MD5 bff260036c5dcca45da3218517fb33d8 files/icon/mozillafirefox-bin-icon.png 3979 +MD5 dc62e3f15845b0343d1513abada402d7 files/icon/mozillafirefox-bin.desktop 203 diff --git a/www-client/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-1.0.6 b/www-client/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-1.0.6 new file mode 100644 index 000000000000..d4c3acc92af7 --- /dev/null +++ b/www-client/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-1.0.6 @@ -0,0 +1 @@ +MD5 01ff4bcf6363e3e41411b8dd39fce902 firefox-1.0.6.tar.gz 8223348 diff --git a/www-client/mozilla-firefox-bin/mozilla-firefox-bin-1.0.6.ebuild b/www-client/mozilla-firefox-bin/mozilla-firefox-bin-1.0.6.ebuild new file mode 100644 index 000000000000..2b5c6bbf787d --- /dev/null +++ b/www-client/mozilla-firefox-bin/mozilla-firefox-bin-1.0.6.ebuild @@ -0,0 +1,87 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/mozilla-firefox-bin/mozilla-firefox-bin-1.0.6.ebuild,v 1.1 2005/07/20 04:03:40 anarchy Exp $ + +inherit nsplugins eutils mozilla-launcher + +IUSE="gnome" + +DESCRIPTION="The Mozilla Firefox Web Browser" +SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/linux-i686/en-US/firefox-${PV}.tar.gz" +HOMEPAGE="http://www.mozilla.org/projects/firefox" +RESTRICT="nostrip" + +KEYWORDS="-* ~amd64 ~x86" +SLOT="0" +LICENSE="MPL-1.1 NPL-1.1" + +DEPEND="virtual/libc" +RDEPEND="virtual/x11 + x86? ( + >=sys-libs/lib-compat-1.0-r2 + >=x11-libs/gtk+-2.2 + ) + amd64? ( + >=app-emulation/emul-linux-x86-baselibs-1.0 + >=app-emulation/emul-linux-x86-gtklibs-1.0 + ) + >=www-client/mozilla-launcher-1.35" + +S=${WORKDIR}/firefox + +# This is a binary x86 package => ABI=x86 +# Please keep this in future versions +# Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 +has_multilib_profile && ABI="x86" + +src_install() { + # Install firefox in /opt + dodir /opt + mv ${S} ${D}/opt/firefox + + # Plugin path setup (rescuing the existing plugins) + src_mv_plugins /opt/firefox/plugins + + # Fixing permissions + chown -R root:root ${D}/opt/firefox + + # Create /usr/bin/firefox + install_mozilla_launcher_stub firefox-bin /opt/firefox + + # Install icon and .desktop for menu entry + if use gnome; then + insinto /usr/share/pixmaps + doins ${FILESDIR}/icon/mozillafirefox-bin-icon.png + # Fix bug 54179: Install .desktop file into /usr/share/applications + # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) + insinto /usr/share/applications + doins ${FILESDIR}/icon/mozillafirefox-bin.desktop + fi + + # Normally firefox-bin-0.9 must be run as root once before it can + # be run as a normal user. Drop in some initialized files to + # avoid this. + einfo "Extracting firefox-bin-${PV} initialization files" + tar xjpf ${FILESDIR}/firefox-bin-0.9-init.tar.bz2 -C ${D}/opt/firefox +} + +pkg_preinst() { + export MOZILLA_FIVE_HOME=${ROOT}/opt/firefox + + # Remove the old plugins dir + pkg_mv_plugins /opt/firefox/plugins + + # Remove entire installed instance to prevent all kinds of + # problems... see bug 44772 for example + rm -rf "${MOZILLA_FIVE_HOME}" +} + +pkg_postinst() { + export MOZILLA_FIVE_HOME=${ROOT}/opt/firefox + + update_mozilla_launcher_symlinks +} + +pkg_postrm() { + update_mozilla_launcher_symlinks +} |