summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonny Davies <woodchip@gentoo.org>2001-08-30 03:22:02 +0000
committerDonny Davies <woodchip@gentoo.org>2001-08-30 03:22:02 +0000
commitf0d4781a54cc06f1c53a84f32d1536f1ab018227 (patch)
tree5ed24e7f64cbe6cbb4767c3530250b01598fc1e8 /net-www/lynx
parentfix --noapm and --nopnp so that the tools work *all* of the time. (diff)
downloadgentoo-2-f0d4781a54cc06f1c53a84f32d1536f1ab018227.tar.gz
gentoo-2-f0d4781a54cc06f1c53a84f32d1536f1ab018227.tar.bz2
gentoo-2-f0d4781a54cc06f1c53a84f32d1536f1ab018227.zip
last change from lamer was i gather an accident. something got screwed up. fixed.
Diffstat (limited to 'net-www/lynx')
-rw-r--r--net-www/lynx/files/digest-lynx-2.8.4a-r12
-rw-r--r--net-www/lynx/files/digest-lynx-2.8.4a-r2 (renamed from net-www/lynx/files/digest-lynx-2.8.4a)0
-rw-r--r--net-www/lynx/lynx-2.8.4a-r1.ebuild55
-rw-r--r--net-www/lynx/lynx-2.8.4a-r2.ebuild (renamed from net-www/lynx/lynx-2.8.4a.ebuild)2
4 files changed, 1 insertions, 58 deletions
diff --git a/net-www/lynx/files/digest-lynx-2.8.4a-r1 b/net-www/lynx/files/digest-lynx-2.8.4a-r1
deleted file mode 100644
index 3d9b6bf8f96a..000000000000
--- a/net-www/lynx/files/digest-lynx-2.8.4a-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 6916c0127839f1e454052b683e4691c4 lynx2.8.4.tar.bz2
-MD5 b0b269efc9ff697e40a10f99919599ea lynx2.8.4rel.1a.patch
diff --git a/net-www/lynx/files/digest-lynx-2.8.4a b/net-www/lynx/files/digest-lynx-2.8.4a-r2
index dd67becf78b7..dd67becf78b7 100644
--- a/net-www/lynx/files/digest-lynx-2.8.4a
+++ b/net-www/lynx/files/digest-lynx-2.8.4a-r2
diff --git a/net-www/lynx/lynx-2.8.4a-r1.ebuild b/net-www/lynx/lynx-2.8.4a-r1.ebuild
deleted file mode 100644
index 7f864e535d55..000000000000
--- a/net-www/lynx/lynx-2.8.4a-r1.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
- # Copyright 1999-2000 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# Author: Woodchip
-# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r1.ebuild,v 1.1 2001/08/28 22:32:13 lamer Exp $
-
-A="lynx2.8.4.tar.bz2 lynx2.8.4rel.1a.patch"
-S=${WORKDIR}/lynx2-8-4
-HOMEPAGE="http://lynx.browser.org/"
-SRC_URI="ftp://lynx.isc.org/lynx/lynx2.8.4/lynx2.8.4.tar.bz2
- ftp://lynx.isc.org/lynx/lynx2.8.4/patches/lynx2.8.4rel.1a.patch"
-
-DESCRIPTION="An excellent console-based web browser"
-
-DEPEND="virtual/glibc
- >=sys-libs/ncurses-5.1
- >=sys-libs/zlib-1.1.3
-
- nls? ( sys-devel/gettext )
- ssl? ( >= dev-libs/openssl-0.9.6 )"
-
-src_unpack() {
- unpack lynx2.8.4.tar.bz2
- cd ${S}
- patch -p1 < ${DISTDIR}/lynx2.8.4rel.1a.patch || die
-}
-
-src_compile() {
- local myconf
- use nls && myconf="${myconf} --enable-nls"
- use ssl && myconf="${myconf} --with-ssl=/usr"
- use ipv6 && myconf="${myconf} --enable-ipv6"
-
- ./configure --prefix=/usr --mandir=/usr/share/man --datadir=/usr/share \
- --libdir=/etc/lynx --enable-cgi-links --enable-prettysrc \
- --enable-nsl-fork --enable-file-upload --enable-read-eta \
- --enable-libjs --enable-color-style --enable-scrollbar \
- --enable-included-msgs --with-zlib --host=${CHOST} ${myconf} || die
-
- emake || die
-}
-
-src_install() {
- make prefix=${D}/usr datadir=${D}/usr/share mandir=${D}/usr/share/man \
- libdir=${D}/etc/lynx install || die
-
- dodoc CHANGES COPYHEADER COPYING INSTALLATION PROBLEMS README
- docinto docs
- dodoc docs/*
- docinto lynx_help
- dodoc lynx_help/*.txt
- docinto html
- dodoc lynx_help/*.html
- docinto html/keystrokes
- dodoc lynx_help/keystrokes/*.html
-}
diff --git a/net-www/lynx/lynx-2.8.4a.ebuild b/net-www/lynx/lynx-2.8.4a-r2.ebuild
index 740f6973db4e..01d1e610c521 100644
--- a/net-www/lynx/lynx-2.8.4a.ebuild
+++ b/net-www/lynx/lynx-2.8.4a-r2.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: Donny Davies <woodchip@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a.ebuild,v 1.1 2001/08/28 05:42:57 woodchip Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r2.ebuild,v 1.1 2001/08/30 03:22:02 woodchip Exp $
S=${WORKDIR}/lynx2-8-4
HOMEPAGE="http://lynx.browser.org/"