diff options
Diffstat (limited to 'net-www/mozilla-bin')
-rw-r--r-- | net-www/mozilla-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-www/mozilla-bin/Manifest | 4 | ||||
-rw-r--r-- | net-www/mozilla-bin/files/digest-mozilla-bin-1.7.5 | 1 | ||||
-rw-r--r-- | net-www/mozilla-bin/mozilla-bin-1.7.5.ebuild | 81 |
4 files changed, 92 insertions, 2 deletions
diff --git a/net-www/mozilla-bin/ChangeLog b/net-www/mozilla-bin/ChangeLog index 42f191752e1b..cc488cfd2440 100644 --- a/net-www/mozilla-bin/ChangeLog +++ b/net-www/mozilla-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-www/mozilla-bin # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/ChangeLog,v 1.5 2004/09/21 20:53:38 swtaylor Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/ChangeLog,v 1.6 2004/12/28 21:40:46 chriswhite Exp $ + +*mozilla-bin-1.7.5 (29 Dec 2004) + + 29 Dec 2004; Chris White <chriswhite@gentoo.org> + +mozilla-bin-1.7.5.ebuild: + Bumped to 1.7.5 as per bug #68976. Also handled x86 stable marking. 21 Sep 2004; Scott W Taylor <swtaylor@gentoo.org> mozilla-bin-1.7.2.ebuild, mozilla-bin-1.7.3.ebuild: diff --git a/net-www/mozilla-bin/Manifest b/net-www/mozilla-bin/Manifest index e57823af9a4e..7b43475b6829 100644 --- a/net-www/mozilla-bin/Manifest +++ b/net-www/mozilla-bin/Manifest @@ -1,8 +1,10 @@ -MD5 668a9257df18164edecaa7d072555aff mozilla-bin-1.7.3.ebuild 2103 MD5 3ff781b36ec8d8b65f25c4a11af23a7a ChangeLog 1033 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 MD5 41a89a6654a7ca7985929be6abcc4b05 mozilla-bin-1.7.2.ebuild 2107 +MD5 668a9257df18164edecaa7d072555aff mozilla-bin-1.7.3.ebuild 2103 +MD5 668a9257df18164edecaa7d072555aff mozilla-bin-1.7.5.ebuild 2103 MD5 20d752803fe0a78a4167a6100d4209cb files/digest-mozilla-bin-1.7.2 85 MD5 3ac1f23690d1f3208ac0d9ef0e680e23 files/digest-mozilla-bin-1.7.3 85 MD5 6d52ff4ce4567db1cad08ea40157a65d files/mozilla-bin-icon.png 2350 MD5 4eac4e98b875ba3b652d6626756f5517 files/mozilla-bin.desktop 184 +MD5 018ecd12fcb5cd65246173770adb9638 files/digest-mozilla-bin-1.7.5 85 diff --git a/net-www/mozilla-bin/files/digest-mozilla-bin-1.7.5 b/net-www/mozilla-bin/files/digest-mozilla-bin-1.7.5 new file mode 100644 index 000000000000..c7424b5f0a2e --- /dev/null +++ b/net-www/mozilla-bin/files/digest-mozilla-bin-1.7.5 @@ -0,0 +1 @@ +MD5 3aa0617045edb3024c54132163fda350 mozilla-i686-pc-linux-gnu-1.7.5.tar.gz 13868110 diff --git a/net-www/mozilla-bin/mozilla-bin-1.7.5.ebuild b/net-www/mozilla-bin/mozilla-bin-1.7.5.ebuild new file mode 100644 index 000000000000..cf4a7886df63 --- /dev/null +++ b/net-www/mozilla-bin/mozilla-bin-1.7.5.ebuild @@ -0,0 +1,81 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-bin/mozilla-bin-1.7.5.ebuild,v 1.1 2004/12/28 21:40:46 chriswhite Exp $ + +inherit nsplugins eutils mozilla-launcher + +IUSE="" + +# handle _rc versions +MY_PV=${PV/_alpha/a} # handle alpha +MY_PV=${MY_PV/_beta/b} # handle beta +MY_PV=${MY_PV/_rc/rc} # handle rc + +MY_PN=${PN/-bin/} +S=${WORKDIR}/mozilla +DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" +HOMEPAGE="http://www.mozilla.org" +# Mirrors have it in one of the following places, depending on what +# mirror you check and when you check it... :-( +SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/mozilla/releases/mozilla${PV}/mozilla-i686-pc-linux-gnu-${PV}.tar.gz" +RESTRICT="nostrip" + +KEYWORDS="x86 ~amd64" +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+-1.2* + ) + amd64? ( + >=app-emulation/emul-linux-x86-baselibs-1.0 + >=app-emulation/emul-linux-x86-gtklibs-1.0 + ) + virtual/x11 + >=net-www/mozilla-launcher-1.13" + +src_install() { + # Install mozilla in /opt + dodir /opt + mv ${S} ${D}/opt/mozilla + + # Plugin path setup (rescuing the existing plugins) + src_mv_plugins /opt/mozilla/plugins + + # Fixing permissions + chown -R root:root ${D}/opt/mozilla + + # mozilla-launcher-1.8 supports -bin versions + dodir /usr/bin + dosym /usr/libexec/mozilla-launcher /usr/bin/mozilla-bin + + # Install icon and .desktop for menu entry + insinto /usr/share/pixmaps + doins ${FILESDIR}/mozilla-bin-icon.png + insinto /usr/share/applications + doins ${FILESDIR}/mozilla-bin.desktop +} + +pkg_preinst() { + export MOZILLA_FIVE_HOME=${ROOT}/opt/mozilla + + # Remove the old plugins dir + pkg_mv_plugins ${MOZILLA_FIVE_HOME}/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/mozilla + + update_mozilla_launcher_symlinks +} + +pkg_postrm() { + update_mozilla_launcher_symlinks +} |