diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:30:00 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-04-27 21:30:00 +0000 |
commit | 0fa50ce53df6104514f6010a0817b585887d494b (patch) | |
tree | 52035f32a2cc580cae7bf8da515e1027a57ca937 /net-www/w3m | |
parent | removed older ebuilds (diff) | |
download | gentoo-2-0fa50ce53df6104514f6010a0817b585887d494b.tar.gz gentoo-2-0fa50ce53df6104514f6010a0817b585887d494b.tar.bz2 gentoo-2-0fa50ce53df6104514f6010a0817b585887d494b.zip |
cleanup
Diffstat (limited to 'net-www/w3m')
-rw-r--r-- | net-www/w3m/files/digest-w3m-0.1.10-r1 | 1 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.1.10-r1.ebuild | 47 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.2.2.ebuild | 4 | ||||
-rw-r--r-- | net-www/w3m/w3m-0.3.ebuild | 4 |
4 files changed, 4 insertions, 52 deletions
diff --git a/net-www/w3m/files/digest-w3m-0.1.10-r1 b/net-www/w3m/files/digest-w3m-0.1.10-r1 deleted file mode 100644 index b8466f9161ad..000000000000 --- a/net-www/w3m/files/digest-w3m-0.1.10-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e0ed5e8db8ac8d7eb1e6996b74ace1d w3m-0.1.10.tar.gz 649960 diff --git a/net-www/w3m/w3m-0.1.10-r1.ebuild b/net-www/w3m/w3m-0.1.10-r1.ebuild deleted file mode 100644 index 456754408ab1..000000000000 --- a/net-www/w3m/w3m-0.1.10-r1.ebuild +++ /dev/null @@ -1,47 +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/w3m/w3m-0.1.10-r1.ebuild,v 1.6 2000/11/02 08:31:53 achim Exp $ - -P=w3m-0.1.10 -A=${P}.tar.gz -S=${WORKDIR}/${P} -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="ftp://ftp.umlauf.de/pub/w3m/${A}" -# ftp://ei5nazha.yz.yamagata-u.ac.jp/w3m/${A}" - -HOMEPAGE="http://ei5nazha.yz.yamagata-u.ac.jp/~aito/w3m/eng/" - -DEPEND=">=sys-libs/glibc-2.1.3 - >=sys-libs/gpm-1.19.3 - >=sys-libs/ncurses-5.1 - >=dev-libs/openssl-0.9.6" - -src_unpack() { - unpack ${A} - cd ${S} - zcat ${O}/files/${P}.diff.gz | patch -p1 - sed -e "s:^def_libdir.*:def_libdir='/usr/libexec/w3m':" \ - -e "s:^def_helpdir.*:def_helpdir='/usr/doc/${PF}/html':" \ - -e "s:gentoolinux\.mydomain:${HOSTNAME}:" \ - ${O}/files/config.param > config.param -} - -src_compile() { - cd ${S} - try ./configure --prefix=/usr --nonstop -lang=en -model=monster -cflags="${CFLAGS}" - try make -} - -src_install() { - cd ${S} - try make DESTDIR=${D} install - dodoc doc/README* doc/*.default doc/menu.submenu doc/HISTORY - doman doc/w3m.1 -} - - - - - - diff --git a/net-www/w3m/w3m-0.2.2.ebuild b/net-www/w3m/w3m-0.2.2.ebuild index c8c419932a14..02b90a10a9b3 100644 --- a/net-www/w3m/w3m-0.2.2.ebuild +++ b/net-www/w3m/w3m-0.2.2.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 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/w3m/w3m-0.2.2.ebuild,v 1.2 2001/12/29 03:15:03 karltk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.2.2.ebuild,v 1.3 2002/04/27 21:30:00 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text based WWW browser, supports tables and frames" diff --git a/net-www/w3m/w3m-0.3.ebuild b/net-www/w3m/w3m-0.3.ebuild index ef2019aebd69..4f6d1509c9b6 100644 --- a/net-www/w3m/w3m-0.3.ebuild +++ b/net-www/w3m/w3m-0.3.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2000 Gentoo Technologies, Inc. +# Copyright 1999-2002 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/w3m/w3m-0.3.ebuild,v 1.1 2002/04/26 17:59:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3.ebuild,v 1.2 2002/04/27 21:30:00 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text based WWW browser, supports tables and frames" |