diff options
author | Brad Laue <brad@gentoo.org> | 2004-10-03 17:36:29 +0000 |
---|---|---|
committer | Brad Laue <brad@gentoo.org> | 2004-10-03 17:36:29 +0000 |
commit | 6527492227e51a10391212f7c61caff894acc4c6 (patch) | |
tree | 771ce1eb2f549fff87452bba289851f49485d04c /net-www/mozilla-firefox-bin | |
parent | Patching VBS for gcc-3.4; bug #65613. (Manifest recommit) (diff) | |
download | gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.tar.gz gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.tar.bz2 gentoo-2-6527492227e51a10391212f7c61caff894acc4c6.zip |
Remove old versions
Diffstat (limited to 'net-www/mozilla-firefox-bin')
8 files changed, 0 insertions, 321 deletions
diff --git a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8 b/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8 deleted file mode 100644 index c39b570db3ac..000000000000 --- a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 0492ff379e12f406430557b3564ff443 firefox-0.8-i686-linux-gtk2+xft.tar.gz 7673647 diff --git a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8-r1 b/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8-r1 deleted file mode 100644 index c39b570db3ac..000000000000 --- a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.8-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 0492ff379e12f406430557b3564ff443 firefox-0.8-i686-linux-gtk2+xft.tar.gz 7673647 diff --git a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9-r1 b/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9-r1 deleted file mode 100644 index f9aaa329aaab..000000000000 --- a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9-r1 +++ /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/files/digest-mozilla-firefox-bin-0.9.1 b/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9.1 deleted file mode 100644 index dda24873e431..000000000000 --- a/net-www/mozilla-firefox-bin/files/digest-mozilla-firefox-bin-0.9.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b47060e273cd4d5ee521cb2d85a2ff06 firefox-0.9.1-i686-linux-gtk2+xft.tar.gz 8159403 diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild deleted file mode 100644 index 8f194f7abf0c..000000000000 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8-r1.ebuild +++ /dev/null @@ -1,73 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.8-r1.ebuild,v 1.5 2004/07/01 22:47:40 eradicator 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/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 - ) - virtual/x11 - >=net-www/mozilla-launcher-1.9" - -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}" - epatch ${FILESDIR}/firebird-0.7-antialiasing-patch - - # 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 -} diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild deleted file mode 100644 index 5a828e237e1f..000000000000 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.8.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.8.ebuild,v 1.9 2004/07/01 22:47:40 eradicator Exp $ - -inherit nsplugins eutils - -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 -ppc -sparc -alpha ~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+-2.2 - ) - amd64? ( - >=app-emulation/emul-linux-x86-baselibs-1.0 - >=app-emulation/emul-linux-x86-gtklibs-1.0 - ) - virtual/x11 - !net-www/mozilla-firefox" - -src_install() { - # Plugin path creation - PLUGIN_DIR="/usr/lib/nsbrowser/plugins" - dodir /${PLUGIN_DIR} - - # 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}" - epatch ${FILESDIR}/firebird-0.7-antialiasing-patch - - # XXX: should become symlink to mozilla-launcher - dobin ${FILESDIR}/firefox - - # Install icon and .desktop for menu entry - if use gnome; then - insinto /usr/share/pixmaps - doins ${FILESDIR}/icon/firefox-icon.png - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/icon/mozillafirefox.desktop - fi -} - -pkg_preinst() { - # Remove the old plugins dir - pkg_mv_plugins /opt/firefox/plugins -} diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild deleted file mode 100644 index bc531b14a38c..000000000000 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9-r1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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-r1.ebuild,v 1.5 2004/07/01 22:47:40 eradicator Exp $ - -inherit nsplugins eutils mozilla-launcher - -IUSE="gnome" - -MY_PN=${PN/-bin/} -S=${WORKDIR}/firefox -DESCRIPTION="The Mozilla Firefox Web Browser" -# 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/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz - http://ftp.mozilla.org/pub/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/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 - ) - 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 - - # 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 - # 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-${PV}-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 -} diff --git a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.1.ebuild b/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.1.ebuild deleted file mode 100644 index 2a0ef0ef9c93..000000000000 --- a/net-www/mozilla-firefox-bin/mozilla-firefox-bin-0.9.1.ebuild +++ /dev/null @@ -1,88 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# 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.1.ebuild,v 1.1 2004/07/04 06:09:08 brad Exp $ - -inherit nsplugins eutils mozilla-launcher - -IUSE="gnome" - -MY_PN=${PN/-bin/} -S=${WORKDIR}/firefox -DESCRIPTION="The Mozilla Firefox Web Browser" -# 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/firefox/releases/${PV}/firefox-${PV}-i686-linux-gtk2+xft.tar.gz - http://ftp.mozilla.org/pub/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/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 - ) - 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 - - # 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 - # 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 -} |