diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-29 22:45:20 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-29 22:45:20 +0000 |
commit | 20a1c0ca1aebed51ae6dca265a63e911f2b7c953 (patch) | |
tree | d42ba2ea01f3c8952d72f827fb92b563a0e75463 /net-www/links | |
parent | PROVDE virtual/textbrowser (diff) | |
download | gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.tar.gz gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.tar.bz2 gentoo-2-20a1c0ca1aebed51ae6dca265a63e911f2b7c953.zip |
PROVIDE virtual/textbrowser
Diffstat (limited to 'net-www/links')
-rw-r--r-- | net-www/links/ChangeLog | 7 | ||||
-rw-r--r-- | net-www/links/files/digest-links-0.96-r1 | 1 | ||||
-rw-r--r-- | net-www/links/links-0.96-r1.ebuild | 42 | ||||
-rw-r--r-- | net-www/links/links-0.96-r2.ebuild | 11 | ||||
-rw-r--r-- | net-www/links/links-2.1_pre2-r1.ebuild | 8 |
5 files changed, 18 insertions, 51 deletions
diff --git a/net-www/links/ChangeLog b/net-www/links/ChangeLog index 5b9390957014..9fbdb1b9e66a 100644 --- a/net-www/links/ChangeLog +++ b/net-www/links/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-www/links # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.12 2002/07/22 18:08:48 naz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/ChangeLog,v 1.13 2002/08/29 22:42:37 seemant Exp $ + + 29 Aug 2002; Seemant Kulleen <seemant@gentoo.org> links-0.96-r2.ebuild + links-2.1_pre2-r1.ebuild : + + PROVIDE="virtual/textbrowser" 22 Jul 2002; Michael Nazaroff <naz@gentoo.org> links-0.96-r2.ebuild : diff --git a/net-www/links/files/digest-links-0.96-r1 b/net-www/links/files/digest-links-0.96-r1 deleted file mode 100644 index ca0426901384..000000000000 --- a/net-www/links/files/digest-links-0.96-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1c3502f3a3a5b79312cd296fb3d60544 links-0.96.tar.gz 485442 diff --git a/net-www/links/links-0.96-r1.ebuild b/net-www/links/links-0.96-r1.ebuild deleted file mode 100644 index 0cbe20082d7e..000000000000 --- a/net-www/links/links-0.96-r1.ebuild +++ /dev/null @@ -1,42 +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/links/links-0.96-r1.ebuild,v 1.6 2002/08/16 03:01:01 murphy Exp $ - -S=${WORKDIR}/${P} -SRC_URI="http://artax.karlin.mff.cuni.cz/~mikulas/links/download/${P}.tar.gz" -HOMEPAGE="http://artax.karlin.mff.cuni.cz/~mikulas/links" -DESCRIPTION="A console-based web browser" -DEPEND=">=sys-libs/ncurses-5.1 - gpm? ( >=sys-libs/gpm-1.19.3 ) - ssl? ( >=dev-libs/openssl-0.9.6 )" - -SLOT="0" -LICENSE="GPL" -KEYWORDS="x86 ppc sparc sparc64" - -src_compile() { - local myconf - use ssl \ - && myconf="--enable-ssl" \ - || myconf="--disable-ssl" - - econf ${myconf} || die - - # links doesn't respect a --without-gpm option; - # the only way to fix it is to edit the - # 'config.h' file afterwads. Luckily for us, sed exists. ;) - use gpm && ( \ - echo "Leaving LibGPM enabled." - ) || ( \ - echo "Disabling LibGPM." - cat config.h | sed 's/.*LIBGPM 1/#undef HAVE_LIBGPM/g' > tmp~ - mv tmp~ config.h - ) - emake || die -} - - -src_install() { - make DESTDIR=${D} install || die - dodoc README SITES NEWS AUTHORS COPYING BUGS TODO Changelog -} diff --git a/net-www/links/links-0.96-r2.ebuild b/net-www/links/links-0.96-r2.ebuild index af63170e1a4e..10a828ecef51 100644 --- a/net-www/links/links-0.96-r2.ebuild +++ b/net-www/links/links-0.96-r2.ebuild @@ -1,18 +1,21 @@ # 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/links/links-0.96-r2.ebuild,v 1.3 2002/08/16 03:01:01 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-0.96-r2.ebuild,v 1.4 2002/08/29 22:42:37 seemant Exp $ S=${WORKDIR}/${P} SRC_URI="http://artax.karlin.mff.cuni.cz/~mikulas/links/download/${P}.tar.gz" HOMEPAGE="http://artax.karlin.mff.cuni.cz/~mikulas/links" DESCRIPTION="A console-based web browser" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86 ppc sparc sparc64" + DEPEND=">=sys-libs/ncurses-5.1 gpm? ( >=sys-libs/gpm-1.19.3 ) ssl? ( >=dev-libs/openssl-0.9.6 )" -SLOT="0" -LICENSE="GPL" -KEYWORDS="x86 ppc sparc sparc64" +PROVIDE="virtual/textbrowser" src_unpack() { diff --git a/net-www/links/links-2.1_pre2-r1.ebuild b/net-www/links/links-2.1_pre2-r1.ebuild index fb6d329c5190..cd4811912575 100644 --- a/net-www/links/links-2.1_pre2-r1.ebuild +++ b/net-www/links/links-2.1_pre2-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre2-r1.ebuild,v 1.4 2002/08/16 03:01:01 murphy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/links/links-2.1_pre2-r1.ebuild,v 1.5 2002/08/29 22:42:37 seemant Exp $ DESCRIPTION="links is a fast lightweight text tand graphic web-browser" HOMEPAGE="http://atrey.karlin.mff.cuni.cz/~clock/twibright/links/" @@ -10,12 +10,12 @@ MYP="${P/_/}" S="${WORKDIR}/${MYP}" SRC_URI="${HOMEPAGE}/download/${MYP}.tar.bz2 http://www.ibiblio.org/gentoo/distfiles/links-2.1_pre2-patch.tar.bz2" + SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc sparc64" -DEPEND="virtual/glibc - ssl? ( >=dev-libs/openssl-0.9.6c ) +DEPEND="ssl? ( >=dev-libs/openssl-0.9.6c ) gpm? ( sys-libs/gpm ) java? ( >=sys-devel/flex-2.5.4a ) png? ( >=media-libs/libpng-1.2.1 ) @@ -24,6 +24,8 @@ DEPEND="virtual/glibc svga? ( >=media-libs/svgalib-1.4.3 ) X? ( virtual/x11 )" +PROVIDE="virtual/textbrowser" + src_compile () { local myconf |