diff options
author | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:20:10 +0000 |
---|---|---|
committer | Jon Nelson <jnelson@gentoo.org> | 2002-04-10 01:20:10 +0000 |
commit | e6b038e2d13cf8ec48c2713e4dd336f298d0172a (patch) | |
tree | 06259b9c254140cd5e76a0d31acc638504419ca2 /net-www/netscape-communicator | |
parent | remove navigator -=> renamed netscape-navigator (diff) | |
download | gentoo-2-e6b038e2d13cf8ec48c2713e4dd336f298d0172a.tar.gz gentoo-2-e6b038e2d13cf8ec48c2713e4dd336f298d0172a.tar.bz2 gentoo-2-e6b038e2d13cf8ec48c2713e4dd336f298d0172a.zip |
the grand re-naming of netscape to netscape-communicator continues
Diffstat (limited to 'net-www/netscape-communicator')
3 files changed, 51 insertions, 0 deletions
diff --git a/net-www/netscape-communicator/ChangeLog b/net-www/netscape-communicator/ChangeLog new file mode 100644 index 000000000000..c470b37689ba --- /dev/null +++ b/net-www/netscape-communicator/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for net-www/netscape +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/net-www/netscape-communicator/ChangeLog,v 1.1 2002/04/10 01:20:10 jnelson Exp $ + +*netscape-communicator-4.79 (9 Apr 2002) + + 1 Feb 2002; Jon Nelson <jnelson@gentoo.org> ChangeLog, + netscape-communicator-4.79.ebuild : + + The grand re-naming of netscape to netscape-communicator + +*netscape-4.78 (1 Feb 2002) + + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/net-www/netscape-communicator/files/digest-netscape-communicator-4.79 b/net-www/netscape-communicator/files/digest-netscape-communicator-4.79 new file mode 100644 index 000000000000..1d82ec70b3bb --- /dev/null +++ b/net-www/netscape-communicator/files/digest-netscape-communicator-4.79 @@ -0,0 +1 @@ +MD5 91f7db2ffe194e87a454c3ec234c5bf0 communicator-v479-us.x86-unknown-linux2.2.tar.gz 295404 diff --git a/net-www/netscape-communicator/netscape-communicator-4.79.ebuild b/net-www/netscape-communicator/netscape-communicator-4.79.ebuild new file mode 100644 index 000000000000..789ea2446d01 --- /dev/null +++ b/net-www/netscape-communicator/netscape-communicator-4.79.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# /space/gentoo/cvsroot/gentoo-x86/net-www/netscape/netscape-4.79.ebuild,v 1.1 2001/08/03 13:33:54 pm Exp + +S=${WORKDIR}/communicator-v479.x86-unknown-linux2.2 +DESCRIPTION="Netscape Communicator 4.79" +SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.79/unix/supported/linux22/complete_install/communicator-v479-us.x86-unknown-linux2.2.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-v479.nif | tar xf - + gzip -dc ${S}/nethelp-v479.nif | tar xf - + gzip -dc ${S}/spellchk-v479.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 +} + |