diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-16 04:54:34 +0000 |
commit | 298d227d08b5e9fbd6b494dcfc5a6eab5473fad0 (patch) | |
tree | f43ed76f996fa9cd13e978a19d53b0235122677b /net-www/lynx | |
parent | ppc tagging (diff) | |
download | historical-298d227d08b5e9fbd6b494dcfc5a6eab5473fad0.tar.gz historical-298d227d08b5e9fbd6b494dcfc5a6eab5473fad0.tar.bz2 historical-298d227d08b5e9fbd6b494dcfc5a6eab5473fad0.zip |
ppc tagging
Diffstat (limited to 'net-www/lynx')
-rw-r--r-- | net-www/lynx/files/digest-lynx-2.8.4a-r2 | 1 | ||||
-rw-r--r-- | net-www/lynx/files/digest-lynx-2.8.4a-r3 | 1 | ||||
-rw-r--r-- | net-www/lynx/lynx-2.8.4a-r2.ebuild | 59 | ||||
-rw-r--r-- | net-www/lynx/lynx-2.8.4a-r3.ebuild | 56 | ||||
-rw-r--r-- | net-www/lynx/lynx-2.8.4a-r4.ebuild | 9 |
5 files changed, 5 insertions, 121 deletions
diff --git a/net-www/lynx/files/digest-lynx-2.8.4a-r2 b/net-www/lynx/files/digest-lynx-2.8.4a-r2 deleted file mode 100644 index 691a54fa5b52..000000000000 --- a/net-www/lynx/files/digest-lynx-2.8.4a-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 6916c0127839f1e454052b683e4691c4 lynx2.8.4.tar.bz2 1940531 diff --git a/net-www/lynx/files/digest-lynx-2.8.4a-r3 b/net-www/lynx/files/digest-lynx-2.8.4a-r3 deleted file mode 100644 index 691a54fa5b52..000000000000 --- a/net-www/lynx/files/digest-lynx-2.8.4a-r3 +++ /dev/null @@ -1 +0,0 @@ -MD5 6916c0127839f1e454052b683e4691c4 lynx2.8.4.tar.bz2 1940531 diff --git a/net-www/lynx/lynx-2.8.4a-r2.ebuild b/net-www/lynx/lynx-2.8.4a-r2.ebuild deleted file mode 100644 index 6838bb7456af..000000000000 --- a/net-www/lynx/lynx-2.8.4a-r2.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r2.ebuild,v 1.5 2002/07/14 20:25:23 aliz Exp $ - -S=${WORKDIR}/lynx2-8-4 -HOMEPAGE="http://lynx.browser.org/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -SRC_URI="ftp://lynx.isc.org/lynx/lynx2.8.4/lynx2.8.4.tar.bz2" - -DESCRIPTION="An excellent console-based web browser with ssl support" - -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 ${A} - cd ${S} - patch -p1 < ${FILESDIR}/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} - assert - - emake || die "compile problem" -} - -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 - - # small little manpage glitch - rm ${D}/usr/share/man/lynx.1 - newman lynx.man lynx.1 -} diff --git a/net-www/lynx/lynx-2.8.4a-r3.ebuild b/net-www/lynx/lynx-2.8.4a-r3.ebuild deleted file mode 100644 index 1abe1d3bb91f..000000000000 --- a/net-www/lynx/lynx-2.8.4a-r3.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r3.ebuild,v 1.5 2002/07/14 20:25:23 aliz Exp $ - -S=${WORKDIR}/lynx2-8-4 -HOMEPAGE="http://lynx.browser.org/" -KEYWORDS="x86" -SLOT="0" -LICENSE="GPL-2" -SRC_URI="ftp://lynx.isc.org/lynx2.8.4/lynx2.8.4.tar.bz2" - -DESCRIPTION="An excellent console-based web browser with ssl support" - -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 ${A} - cd ${S} - patch -p1 < ${FILESDIR}/lynx2.8.4rel.1a.patch || die -} - -src_compile() { - local myconf - use nls && myconf="${myconf} --enable-nls" - use ssl && myconf="${myconf} --with-ssl=yes" - 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} - assert - - emake || die "compile problem" -} - -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 - dohtml -r lynx_help - - # small little manpage glitch - rm ${D}/usr/share/man/lynx.1 - newman lynx.man lynx.1 -} diff --git a/net-www/lynx/lynx-2.8.4a-r4.ebuild b/net-www/lynx/lynx-2.8.4a-r4.ebuild index c9ace32fc21a..81c9019f0b5a 100644 --- a/net-www/lynx/lynx-2.8.4a-r4.ebuild +++ b/net-www/lynx/lynx-2.8.4a-r4.ebuild @@ -1,15 +1,16 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r4.ebuild,v 1.3 2002/07/14 20:25:23 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/lynx/lynx-2.8.4a-r4.ebuild,v 1.4 2002/07/16 04:54:33 seemant Exp $ S=${WORKDIR}/lynx2-8-4 +DESCRIPTION="An excellent console-based web browser with ssl support" HOMEPAGE="http://lynx.browser.org/" -KEYWORDS="x86" +SRC_URI="ftp://lynx.isc.org/lynx2.8.4/lynx2.8.4.tar.bz2" + +KEYWORDS="x86 ppc" SLOT="0" LICENSE="GPL-2" -SRC_URI="ftp://lynx.isc.org/lynx2.8.4/lynx2.8.4.tar.bz2" -DESCRIPTION="An excellent console-based web browser with ssl support" DEPEND="virtual/glibc >=sys-libs/ncurses-5.1 |