summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-16 21:27:08 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-16 21:27:08 +0000
commite4be42cd8fe90732e75188ea344e6f22ac05c16f (patch)
tree1c33040d79bacb5b0fbd892593e28932187338d6 /net-www/mozilla-firefox-bin
parentremove firefox-0.9 mask (diff)
downloadhistorical-e4be42cd8fe90732e75188ea344e6f22ac05c16f.tar.gz
historical-e4be42cd8fe90732e75188ea344e6f22ac05c16f.tar.bz2
historical-e4be42cd8fe90732e75188ea344e6f22ac05c16f.zip
Remove 0.9 version in favor of 0.9-r1 to reduce confusion
Diffstat (limited to 'net-www/mozilla-firefox-bin')
-rw-r--r--net-www/mozilla-firefox-bin/ChangeLog6
-rw-r--r--net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.91
-rw-r--r--net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild72
3 files changed, 5 insertions, 74 deletions
diff --git a/net-www/mozilla-firefox-bin/ChangeLog b/net-www/mozilla-firefox-bin/ChangeLog
index 1121c1ca4e39..57bc6b3c47d9 100644
--- a/net-www/mozilla-firefox-bin/ChangeLog
+++ b/net-www/mozilla-firefox-bin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-www/mozilla-firefox-bin
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.10 2004/06/16 18:03:02 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/ChangeLog,v 1.11 2004/06/16 21:27:08 agriffis Exp $
+
+ 16 Jun 2004; Aron Griffis <agriffis@gentoo.org>
+ -mozilla-firefox-bin-0.9.ebuild:
+ Remove 0.9 version in favor of 0.9-r1 to reduce confusion
*mozilla-firefox-bin-0.9-r1 (16 Jun 2004)
diff --git a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9 b/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9
deleted file mode 100644
index f9aaa329aaab..000000000000
--- a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e23a47dac325196919fe4f4eb7e82540 firefox-0.9-i686-linux-gtk2+xft.tar.gz 8144467
diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild
deleted file mode 100644
index 48bdffb405ae..000000000000
--- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild
+++ /dev/null
@@ -1,72 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.ebuild,v 1.3 2004/06/16 15:31:13 agriffis Exp $
-
-inherit nsplugins eutils mozilla-launcher
-
-IUSE="gnome"
-
-MY_PN=${PN/-bin/}
-S=${WORKDIR}/firefox
-DESCRIPTION="The Mozilla Firefox Web Browser"
-SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz"
-HOMEPAGE="http://www.mozilla.org/projects/firefox"
-RESTRICT="nostrip"
-
-KEYWORDS="-* ~x86 ~amd64"
-SLOT="0"
-LICENSE="MPL-1.1 NPL-1.1"
-
-DEPEND="virtual/glibc"
-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
- )
- virtual/x11
- >=net-www/mozilla-launcher-1.13"
-
-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
-
- # Truetype fonts
- cd ${D}/opt/firefox/defaults/pref
- einfo "Enabling truetype fonts. Filesdir is ${FILESDIR}"
-
- # mozilla-launcher-1.8 supports -bin versions
- dodir /usr/bin
- dosym /usr/libexec/mozilla-launcher /usr/bin/firefox-bin
-
- # Install icon and .desktop for menu entry
- if use gnome; then
- insinto /usr/share/pixmaps
- doins ${FILESDIR}/icon/mozillafirefox-bin-icon.png
- insinto /usr/share/gnome/apps/Internet
- doins ${FILESDIR}/icon/mozillafirefox-bin.desktop
- fi
-}
-
-pkg_preinst() {
- # Remove the old plugins dir
- pkg_mv_plugins /opt/firefox/plugins
-}
-
-pkg_postinst() {
- update_mozilla_launcher_symlinks
-}
-
-pkg_postrm() {
- update_mozilla_launcher_symlinks
-}