summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJory Pratt <anarchy@gentoo.org>2006-06-28 01:46:08 +0000
committerJory Pratt <anarchy@gentoo.org>2006-06-28 01:46:08 +0000
commit6ed64a34a2f10a5dfe3b99bd4762216ce529183d (patch)
treef446593c1960b15111eae3d0918b8d4d77ca09ce
parentAdded ~amd64 keyword. Closes bug #130095. (diff)
downloadgentoo-2-6ed64a34a2f10a5dfe3b99bd4762216ce529183d.tar.gz
gentoo-2-6ed64a34a2f10a5dfe3b99bd4762216ce529183d.tar.bz2
gentoo-2-6ed64a34a2f10a5dfe3b99bd4762216ce529183d.zip
Removal for securty reasons, p.masked long enough
-rw-r--r--www-client/netscape/ChangeLog24
-rw-r--r--www-client/netscape/Manifest7
-rw-r--r--www-client/netscape/files/digest-netscape-7.21
-rw-r--r--www-client/netscape/files/digest-netscape-7.2-r11
-rw-r--r--www-client/netscape/files/netscape-7.2-gentoo.diff84
-rw-r--r--www-client/netscape/metadata.xml8
-rw-r--r--www-client/netscape/netscape-7.2-r1.ebuild77
-rw-r--r--www-client/netscape/netscape-7.2.ebuild76
8 files changed, 0 insertions, 278 deletions
diff --git a/www-client/netscape/ChangeLog b/www-client/netscape/ChangeLog
deleted file mode 100644
index 122cdec1031f..000000000000
--- a/www-client/netscape/ChangeLog
+++ /dev/null
@@ -1,24 +0,0 @@
-# ChangeLog for www-client/netscape
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/netscape/ChangeLog,v 1.4 2005/06/18 16:28:14 usata Exp $
-
-*netscape-7.2-r1 (18 Jun 2005)
-
- 18 Jun 2005; Mamoru KOMACHI <usata@gentoo.org>
- +files/netscape-7.2-gentoo.diff, +netscape-7.2-r1.ebuild:
- Added a patch to ignore $MOZILLA_FIVE_HOME; bug #94451. Thanks to chris
- roddy <cmr@mdc2.org>.
-
- 18 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> netscape-7.2.ebuild:
- Added a desktop entry for Netscape 7.2. Thanks to Yaakov S
- <yselkowitz@hotmail.com>; bug #82076.
-
- 13 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> netscape-7.2.ebuild:
- Corrected libnullplugin.so path. See bug #58410.
-
-*netscape-7.2 (05 Feb 2005)
-
- 05 Feb 2005; Mamoru KOMACHI <usata@gentoo.org> +metadata.xml,
- +netscape-7.2.ebuild:
- Initial import. Ebuild submitted by fn_x@hotmail.com. This closes bug #58410.
-
diff --git a/www-client/netscape/Manifest b/www-client/netscape/Manifest
deleted file mode 100644
index 89b00e29c220..000000000000
--- a/www-client/netscape/Manifest
+++ /dev/null
@@ -1,7 +0,0 @@
-MD5 8685c5bfdc6187df4b27603b6004de74 ChangeLog 942
-MD5 3ff31b5479b2a0244f5711fff3155aed metadata.xml 221
-MD5 25e4a50aacd5471529aae921a510d9dd netscape-7.2.ebuild 2634
-MD5 8aab3ccd56477ea2b79713285b08830a netscape-7.2-r1.ebuild 2698
-MD5 1356e62f21a99bbf8c79bedc63e14299 files/digest-netscape-7.2 84
-MD5 71c745b03c433608bca1a64797c1adba files/netscape-7.2-gentoo.diff 2252
-MD5 1356e62f21a99bbf8c79bedc63e14299 files/digest-netscape-7.2-r1 84
diff --git a/www-client/netscape/files/digest-netscape-7.2 b/www-client/netscape/files/digest-netscape-7.2
deleted file mode 100644
index 9c88cb685f4a..000000000000
--- a/www-client/netscape/files/digest-netscape-7.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e0111bb60993a2b97d06e738cbad27f netscape-i686-pc-linux-gnu-sea.tar.gz 16751340
diff --git a/www-client/netscape/files/digest-netscape-7.2-r1 b/www-client/netscape/files/digest-netscape-7.2-r1
deleted file mode 100644
index 9c88cb685f4a..000000000000
--- a/www-client/netscape/files/digest-netscape-7.2-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2e0111bb60993a2b97d06e738cbad27f netscape-i686-pc-linux-gnu-sea.tar.gz 16751340
diff --git a/www-client/netscape/files/netscape-7.2-gentoo.diff b/www-client/netscape/files/netscape-7.2-gentoo.diff
deleted file mode 100644
index 7dc772658e68..000000000000
--- a/www-client/netscape/files/netscape-7.2-gentoo.diff
+++ /dev/null
@@ -1,84 +0,0 @@
---- netscape~ 2005-05-25 23:59:56.000000000 -0400
-+++ netscape 2005-05-27 01:04:47.000000000 -0400
-@@ -75,47 +75,42 @@
- moz_libdir=/usr/local/lib/mozilla-1.7.2
- MRE_HOME=/usr/local/lib/mre/mre-1.7.2
-
--# honor MOZILLA_FIVE_HOME if it's there
--if [ -n "$MOZILLA_FIVE_HOME" ] ; then
-- dist_bin="$MOZILLA_FIVE_HOME"
-+# Use run-mozilla.sh in the current dir if it exists
-+# If not, then start resolving symlinks until we find run-mozilla.sh
-+found=0
-+progname=$0
-+curdir=`dirname "$progname"`
-+run_moz="$curdir/run-mozilla.sh"
-+if test -x "$run_moz"; then
-+ dist_bin=$curdir
-+ found=1
- else
-- # Use run-mozilla.sh in the current dir if it exists
-- # If not, then start resolving symlinks until we find run-mozilla.sh
-- found=0
-- progname=$0
-- curdir=`dirname "$progname"`
-- run_moz="$curdir/run-mozilla.sh"
-- if test -x "$run_moz"; then
-- dist_bin=$curdir
-- found=1
-- else
-- here=`/bin/pwd`
-- while [ -h "$progname" ]; do
-- bn=`basename "$progname"`
-- cd `dirname "$progname"`
-- progname=`/bin/ls -l "$bn" |sed -e 's/^.* -> //' `
-- if [ ! -x "$progname" ]; then
-- break
-- fi
-- curdir=`dirname "$progname"`
-- run_moz="$curdir/run-mozilla.sh"
-- if [ -x "$run_moz" ]; then
-- cd "$curdir"
-- dist_bin=`pwd`
-- found=1
-- break
-- fi
-- done
-- cd "$here"
-- fi
-- if [ $found = 0 ]; then
-- # Check default compile-time libdir
-- if [ -x "$moz_libdir/run-mozilla.sh" ]; then
-- dist_bin=$moz_libdir
-- else
-- echo "Cannot find mozilla runtime directory. Exiting."
-- exit 1
-+ here=`/bin/pwd`
-+ while [ -h "$progname" ]; do
-+ bn=`basename "$progname"`
-+ cd `dirname "$progname"`
-+ progname=`/bin/ls -l "$bn" |sed -e 's/^.* -> //' `
-+ if [ ! -x "$progname" ]; then
-+ break
-+ fi
-+ curdir=`dirname "$progname"`
-+ run_moz="$curdir/run-mozilla.sh"
-+ if [ -x "$run_moz" ]; then
-+ cd "$curdir"
-+ dist_bin=`pwd`
-+ found=1
-+ break
- fi
-+ done
-+ cd "$here"
-+fi
-+if [ $found = 0 ]; then
-+ # Check default compile-time libdir
-+ if [ -x "$moz_libdir/run-mozilla.sh" ]; then
-+ dist_bin=$moz_libdir
-+ else
-+ echo "Cannot find mozilla runtime directory. Exiting."
-+ exit 1
- fi
- fi
-
diff --git a/www-client/netscape/metadata.xml b/www-client/netscape/metadata.xml
deleted file mode 100644
index 0d93ebc2d237..000000000000
--- a/www-client/netscape/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>no-herd</herd>
-<maintainer>
- <email>usata@gentoo.org</email>
-</maintainer>
-</pkgmetadata>
diff --git a/www-client/netscape/netscape-7.2-r1.ebuild b/www-client/netscape/netscape-7.2-r1.ebuild
deleted file mode 100644
index a70aef609c8e..000000000000
--- a/www-client/netscape/netscape-7.2-r1.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/netscape/netscape-7.2-r1.ebuild,v 1.1 2005/06/18 16:28:14 usata Exp $
-
-inherit eutils
-
-DESCRIPTION="Netscape 7.x - built with Mozilla(TM)"
-HOMEPAGE="http://channels.netscape.com/ns/browsers/"
-SRC_URI="http://ftp.netscape.com/pub/netscape7/english/${PV}/unix/linux/sea/netscape-i686-pc-linux-gnu-sea.tar.gz"
-
-LICENSE="MPL-1.1 NPL-1.1"
-
-RESTRICT="nomirror"
-SLOT="${PV}"
-KEYWORDS="-* ~x86"
-IUSE="aim flash moznomail spell"
-DEPEND="virtual/x11
- =dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*
- flash? ( !net-www/netscape-flash )"
-
-S="${WORKDIR}/netscape-installer"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Removing the RunApp section to prevent Netscape from launching after installation
- # Removing the Setup Type sections because we write our own
- sed -i config.ini \
- -e "s:\(Default Location\)=.*:\1=${D}/opt/${P/-//}:" \
- -e '/\[RunApp0\]/,/^$/d' \
- -e '/\[Setup Type[0-9]*\]/,/^$/d'
- echo '[Setup Type0]' >> config.ini
- # netscape-installer segfaults if the description is missing
- echo 'Description Short=' >> config.ini
- echo 'Description Long=' >> config.ini
- local C=0
- for component in \
- 0 'XPInstall Engine' \
- 1 'Navigator' \
- $(useq !moznomail && echo 2 ) 'Mail & News' \
- $(useq aim && echo 3 ) 'Instant Messenger' \
- 4 'Personal Security Manager' \
- $(useq spell && echo 5 ) 'Spell Checker' \
- $(false && echo 6 ) 'Quality Feedback Agent' \
- 7 'US English Profile Defaults' \
- 8 'English (US) Language Pack' \
- 9 'US Region Pack' \
- $(false && echo 10) 'Sun Java 2' \
- $(useq flash && echo 11) 'Macromedia Flash Player' \
- $(false && echo 19) 'Venkman' \
- $(false && echo 20) 'Chatzilla' \
- $(false && echo 21) 'DOM Inspector' \
- ; do
- expr "$component" : '[0-9]*$' >/dev/null || continue
-
- echo "C$C=Component$component" >> config.ini
- C=$((C+1))
- done
-}
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- ./netscape-installer -ms || die 'netscape-installer failed'
- dodir /usr/lib/nsbrowser
- mv ${D}/opt/${P/-//}/plugins ${D}/usr/lib/nsbrowser
- dosym /usr/lib/nsbrowser/plugins /opt/${P/-//}/plugins
- dodir /usr/bin
- cd ${D}/opt/${P/-//}/ ; epatch ${FILESDIR}/${P}-gentoo.diff
- dosym /opt/${P/-//}/netscape /usr/bin/${P}
- rm -f ${D}/usr/lib/nsbrowser/plugins/libnullplugin.so
-
- make_desktop_entry "${P}" "Netscape ${PV}" /opt/${P/-//}/icons/mozicon50.xpm "Network"
-}
diff --git a/www-client/netscape/netscape-7.2.ebuild b/www-client/netscape/netscape-7.2.ebuild
deleted file mode 100644
index 1379d871f387..000000000000
--- a/www-client/netscape/netscape-7.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/netscape/netscape-7.2.ebuild,v 1.3 2005/02/18 13:43:27 usata Exp $
-
-inherit eutils
-
-DESCRIPTION="Netscape 7.x - built with Mozilla(TM)"
-HOMEPAGE="http://channels.netscape.com/ns/browsers/"
-SRC_URI="http://ftp.netscape.com/pub/netscape7/english/${PV}/unix/linux/sea/netscape-i686-pc-linux-gnu-sea.tar.gz"
-
-LICENSE="MPL-1.1 NPL-1.1"
-
-RESTRICT="nomirror"
-SLOT="${PV}"
-KEYWORDS="-* ~x86"
-IUSE="aim flash moznomail spell"
-DEPEND="virtual/x11
- =dev-libs/glib-1.2*
- =x11-libs/gtk+-1.2*
- flash? ( !net-www/netscape-flash )"
-
-S="${WORKDIR}/netscape-installer"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- # Removing the RunApp section to prevent Netscape from launching after installation
- # Removing the Setup Type sections because we write our own
- sed -i config.ini \
- -e "s:\(Default Location\)=.*:\1=${D}/opt/${P/-//}:" \
- -e '/\[RunApp0\]/,/^$/d' \
- -e '/\[Setup Type[0-9]*\]/,/^$/d'
- echo '[Setup Type0]' >> config.ini
- # netscape-installer segfaults if the description is missing
- echo 'Description Short=' >> config.ini
- echo 'Description Long=' >> config.ini
- local C=0
- for component in \
- 0 'XPInstall Engine' \
- 1 'Navigator' \
- $(useq !moznomail && echo 2 ) 'Mail & News' \
- $(useq aim && echo 3 ) 'Instant Messenger' \
- 4 'Personal Security Manager' \
- $(useq spell && echo 5 ) 'Spell Checker' \
- $(false && echo 6 ) 'Quality Feedback Agent' \
- 7 'US English Profile Defaults' \
- 8 'English (US) Language Pack' \
- 9 'US Region Pack' \
- $(false && echo 10) 'Sun Java 2' \
- $(useq flash && echo 11) 'Macromedia Flash Player' \
- $(false && echo 19) 'Venkman' \
- $(false && echo 20) 'Chatzilla' \
- $(false && echo 21) 'DOM Inspector' \
- ; do
- expr "$component" : '[0-9]*$' >/dev/null || continue
-
- echo "C$C=Component$component" >> config.ini
- C=$((C+1))
- done
-}
-
-src_compile() {
- einfo "Nothing to compile"
-}
-
-src_install() {
- ./netscape-installer -ms || die 'netscape-installer failed'
- dodir /usr/lib/nsbrowser
- mv ${D}/opt/${P/-//}/plugins ${D}/usr/lib/nsbrowser
- dosym /usr/lib/nsbrowser/plugins /opt/${P/-//}/plugins
- dodir /usr/bin
- dosym /opt/${P/-//}/netscape /usr/bin/${P}
- rm -f ${D}/usr/lib/nsbrowser/plugins/libnullplugin.so
-
- make_desktop_entry "${P}" "Netscape ${PV}" /opt/${P/-//}/icons/mozicon50.xpm "Network"
-}