diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:15:06 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:15:06 +0000 |
commit | 721ea1bbcdbd95f238d149206c4dbba3b8488c37 (patch) | |
tree | d61e232f75853c234e9a4a9c40ad92cbfd93ac2c /net-www | |
parent | add netscape-navigator to replace just navigator (diff) | |
download | gentoo-2-721ea1bbcdbd95f238d149206c4dbba3b8488c37.tar.gz gentoo-2-721ea1bbcdbd95f238d149206c4dbba3b8488c37.tar.bz2 gentoo-2-721ea1bbcdbd95f238d149206c4dbba3b8488c37.zip |
remove navigator -=> renamed netscape-navigator
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/navigator/ChangeLog | 9 | ||||
-rw-r--r-- | net-www/navigator/files/digest-navigator-4.08 | 1 | ||||
-rw-r--r-- | net-www/navigator/files/netscape | 8 | ||||
-rw-r--r-- | net-www/navigator/navigator-4.08.ebuild | 30 |
4 files changed, 0 insertions, 48 deletions
diff --git a/net-www/navigator/ChangeLog b/net-www/navigator/ChangeLog deleted file mode 100644 index 04704eca4406..000000000000 --- a/net-www/navigator/ChangeLog +++ /dev/null @@ -1,9 +0,0 @@ -# ChangeLog for <CATEGORY>/<PACKAGE_NAME> -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/navigator/ChangeLog,v 1.1 2002/04/07 00:42:09 jnelson Exp $ - -*navigator-4.08 (6 Apr 2002) - - 6 Apr 2002; Jon Nelson <jnelson@gentoo.org> navigator-4.08.ebuild - - Initial release of navigator package diff --git a/net-www/navigator/files/digest-navigator-4.08 b/net-www/navigator/files/digest-navigator-4.08 deleted file mode 100644 index bb464361f959..000000000000 --- a/net-www/navigator/files/digest-navigator-4.08 +++ /dev/null @@ -1 +0,0 @@ -MD5 da7c40e3123600fb01149cdb0f60138b navigator-v408-export.x86-unknown-linux2.0_glibc.tar.gz 9653773 diff --git a/net-www/navigator/files/netscape b/net-www/navigator/files/netscape deleted file mode 100644 index 291dc4dee6e7..000000000000 --- a/net-www/navigator/files/netscape +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh - -export MOZILLA_HOME=/opt/netscape - -if [ -f $MOZILLA_HOME/netscape ] -then - $MOZILLA_HOME/netscape $@ -fi diff --git a/net-www/navigator/navigator-4.08.ebuild b/net-www/navigator/navigator-4.08.ebuild deleted file mode 100644 index 2e5d31bc40b8..000000000000 --- a/net-www/navigator/navigator-4.08.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/navigator/navigator-4.08.ebuild,v 1.2 2002/04/07 00:43:01 jnelson Exp $ - -S=${WORKDIR}/navigator-v408.x86-unknown-linux2.0 -DESCRIPTION="Netscape Communicator 4.08" -SRC_URI="ftp://ftp.netscape.com/pub/communicator/4.08/english/unix/unsupported/linux20_glibc2/complete_install/navigator-standalone/navigator-v408-export.x86-unknown-linux2.0_glibc.tar.gz" -HOMEPAGE="http://developer.netscape.com/support/index.html" -RDEPEND=">=sys-libs/lib-compat-1.0" -PROVIDE="virtual/x11-web-browser" - -src_install() { - cd ${S} - dodir /opt/netscape - dodir /opt/netscape/java/classes - dodir /usr/X11R6/bin - dodoc README.install - cd ${D}/opt/netscape - gzip -dc ${S}/netscape-v408.nif | tar xf - - gzip -dc ${S}/nethelp-v408.nif | tar xf - -# gzip -dc ${S}/spellchk-v408.nif | tar xf - - cp ${S}/*.jar ${D}/opt/netscape/java/classes - cp ${FILESDIR}/netscape ${D}/usr/X11R6/bin/netscape - rm ${D}/opt/netscape/netscape-dynMotif - rm ${D}/opt/netscape/libnullplugin-dynMotif.so - insinto /usr/X11R6/bin - doins ${FILESDIR}/netscape - chmod +x ${D}/usr/X11R6/bin/netscape -} - |