diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-02-27 03:06:17 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-02-27 03:06:17 +0000 |
commit | c4da6cce87fb2fb77d2228c89ac3851d4b2880b3 (patch) | |
tree | 91710d06217fd80b03d4e2a1e0b01a9e8009f77a /net-www | |
parent | new stuff (diff) | |
download | gentoo-2-c4da6cce87fb2fb77d2228c89ac3851d4b2880b3.tar.gz gentoo-2-c4da6cce87fb2fb77d2228c89ac3851d4b2880b3.tar.bz2 gentoo-2-c4da6cce87fb2fb77d2228c89ac3851d4b2880b3.zip |
various fixes
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/konqueror-embedded/konqueror-embedded-20010207.ebuild (renamed from net-www/konqueror-embedded/konqueror-embedded-20010207.build) | 2 | ||||
-rw-r--r-- | net-www/netscape/navigator-4.76-r1.ebuild | 31 | ||||
-rw-r--r-- | net-www/netscape/navigator-4.76.ebuild | 30 |
3 files changed, 1 insertions, 62 deletions
diff --git a/net-www/konqueror-embedded/konqueror-embedded-20010207.build b/net-www/konqueror-embedded/konqueror-embedded-20010207.ebuild index 52a10fd4504d..1419fb1eefec 100644 --- a/net-www/konqueror-embedded/konqueror-embedded-20010207.build +++ b/net-www/konqueror-embedded/konqueror-embedded-20010207.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Your Name <your email> -# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/konqueror-embedded-20010207.build,v 1.1 2001/02/15 21:45:22 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/konqueror-embedded/konqueror-embedded-20010207.ebuild,v 1.1 2001/02/27 03:06:16 drobbins Exp $ A=${PN}-snapshot.tar.gz S=${WORKDIR}/${PN}-snapshot diff --git a/net-www/netscape/navigator-4.76-r1.ebuild b/net-www/netscape/navigator-4.76-r1.ebuild deleted file mode 100644 index fdc335ac2762..000000000000 --- a/net-www/netscape/navigator-4.76-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/navigator-4.76-r1.ebuild,v 1.1 2001/01/15 16:20:54 achim Exp $ - -A=navigator-v476-us.x86-unknown-linux2.2.tar.gz -S=${WORKDIR}/navigator-v476.x86-unknown-linux2.2 -DESCRIPTION="Netscape Navigator Standalone 4.76" -SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.76/unix/supported/linux22/navigator_standalone/"${A} -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-v476.nif | tar xf - - gzip -dc ${S}/nethelp-v476.nif | tar xf - - cp ${S}/*.jar ${D}/opt/netscape/java/classes - cp ${O}/files/netscape ${D}/usr/X11R6/bin/netscape - rm ${D}/opt/netscape/netscape-dynMotif - rm ${D}/opt/netscape/libnullplugin-dynMotif.so - insinto /usr/X11R6/bin - doins ${FILES}/netscape - chmod +x ${D}/usr/X11R6/bin/netscape -} - diff --git a/net-www/netscape/navigator-4.76.ebuild b/net-www/netscape/navigator-4.76.ebuild deleted file mode 100644 index 449ac868be18..000000000000 --- a/net-www/netscape/navigator-4.76.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-www/netscape/navigator-4.76.ebuild,v 1.2 2000/12/03 23:12:28 drobbins Exp $ - -A=navigator-v476-us.x86-unknown-linux2.2.tar.gz -S=${WORKDIR}/navigator-v476.x86-unknown-linux2.2 -DESCRIPTION="Netscape Navigator Standalone 4.76" -SRC_URI="ftp://ftp.netscape.com/pub/communicator/english/4.76/unix/supported/linux22/navigator_standalone/"${A} -HOMEPAGE="http://developer.netscape.com/support/index.html" -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-v476.nif | tar xf - - gzip -dc ${S}/nethelp-v476.nif | tar xf - - cp ${S}/*.jar ${D}/opt/netscape/java/classes - cp ${O}/files/netscape ${D}/usr/X11R6/bin/netscape - rm ${D}/opt/netscape/netscape-dynMotif - rm ${D}/opt/netscape/libnullplugin-dynMotif.so - insinto /usr/X11R6/bin - doins ${FILES}/netscape - chmod +x ${D}/usr/X11R6/bin/netscape -} - |