From 3d823ef4397659f32084387d4205ff5e79013783 Mon Sep 17 00:00:00 2001 From: Mamoru Komachi Date: Tue, 23 Sep 2003 07:32:58 +0000 Subject: Cleaned out old versions --- net-www/w3m/ChangeLog | 9 ++- net-www/w3m/Manifest | 18 +---- net-www/w3m/files/config.param | 24 ------- net-www/w3m/files/digest-w3m-0.2.2-r1 | 1 - net-www/w3m/files/digest-w3m-0.3-r2 | 1 - net-www/w3m/files/digest-w3m-0.3-r6 | 1 - net-www/w3m/files/digest-w3m-0.3.2.1 | 1 - net-www/w3m/files/digest-w3m-0.4.1 | 1 - net-www/w3m/files/digest-w3m-0.4.1-r1 | 1 - net-www/w3m/files/digest-w3m-0.4.1-r2 | 1 - net-www/w3m/files/w3m-0.1.10.diff.gz | Bin 562 -> 0 bytes net-www/w3m/w3m-0.2.2-r1.ebuild | 97 -------------------------- net-www/w3m/w3m-0.3-r2.ebuild | 118 -------------------------------- net-www/w3m/w3m-0.3-r6.ebuild | 123 --------------------------------- net-www/w3m/w3m-0.3.2.1.ebuild | 125 ---------------------------------- net-www/w3m/w3m-0.4.1-r1.ebuild | 86 ----------------------- net-www/w3m/w3m-0.4.1-r2.ebuild | 86 ----------------------- net-www/w3m/w3m-0.4.1.ebuild | 86 ----------------------- 18 files changed, 9 insertions(+), 770 deletions(-) delete mode 100644 net-www/w3m/files/config.param delete mode 100644 net-www/w3m/files/digest-w3m-0.2.2-r1 delete mode 100644 net-www/w3m/files/digest-w3m-0.3-r2 delete mode 100644 net-www/w3m/files/digest-w3m-0.3-r6 delete mode 100644 net-www/w3m/files/digest-w3m-0.3.2.1 delete mode 100644 net-www/w3m/files/digest-w3m-0.4.1 delete mode 100644 net-www/w3m/files/digest-w3m-0.4.1-r1 delete mode 100644 net-www/w3m/files/digest-w3m-0.4.1-r2 delete mode 100644 net-www/w3m/files/w3m-0.1.10.diff.gz delete mode 100644 net-www/w3m/w3m-0.2.2-r1.ebuild delete mode 100644 net-www/w3m/w3m-0.3-r2.ebuild delete mode 100644 net-www/w3m/w3m-0.3-r6.ebuild delete mode 100644 net-www/w3m/w3m-0.3.2.1.ebuild delete mode 100644 net-www/w3m/w3m-0.4.1-r1.ebuild delete mode 100644 net-www/w3m/w3m-0.4.1-r2.ebuild delete mode 100644 net-www/w3m/w3m-0.4.1.ebuild diff --git a/net-www/w3m/ChangeLog b/net-www/w3m/ChangeLog index 14314bfa4e61..5a3889c35c46 100644 --- a/net-www/w3m/ChangeLog +++ b/net-www/w3m/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-www/w3m # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/ChangeLog,v 1.28 2003/09/23 01:11:02 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/ChangeLog,v 1.29 2003/09/23 07:32:53 usata Exp $ + + 23 Sep 2003; Mamoru KOMACHI w3m-0.2.2-r1.ebuild, + w3m-0.3-r2.ebuild, w3m-0.3-r6.ebuild, w3m-0.3.2.1.ebuild, + w3m-0.4.1-r1.ebuild, w3m-0.4.1-r2.ebuild, w3m-0.4.1.ebuild, + files/config.param, files/w3m-0.1.10.diff.gz: + Cleaned out old versions and patches. /dev/null && echo y || echo n - # Input your favorite editor program. - echo /usr/bin/nano - # Input your favorite mailer program. - echo /usr/bin/mail - # Input your favorite external browser program. - echo /usr/bin/mozilla - # Input your favorite C-compiler. - echo gcc - # Input your favorite C flags. - # Cflags and next line were getting jammed together - printf "%s\n" "$CFLAGS" - # Which terminal library do you want to use? (type "none" if you do not - # need one) -- ncurses is the default actually, (default: -lncurses) : - # besides this printf needs spaces around the %s to work, use default - # instead - #printf " %s " "-lncurses" - echo - # Input additional LD flags other than listed above, if any: - # - echo - ) | ./configure || die "configure failed" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.3-r2.ebuild b/net-www/w3m/w3m-0.3-r2.ebuild deleted file mode 100644 index bc176c4dc4f3..000000000000 --- a/net-www/w3m/w3m-0.3-r2.ebuild +++ /dev/null @@ -1,118 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3-r2.ebuild,v 1.10 2003/09/06 01:54:09 msterret Exp $ - -IUSE="gpm imlib ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86 sparc " - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b ) - imlib? ( media-libs/imlib )" - -PROVIDE="virtual/textbrowser" - -src_compile() { - # It seems to be hard to configure this program in any reasonable - # way. - ( - # Which directory do you want to put the binary? - echo /usr/bin - # Which directory do you want to put the support binary files? - echo /usr/lib/w3m - # Which directory do you want to put the helpfile? - echo /usr/share/w3m - # Which directory do you want to put the system wide w3m - # configuration file? - echo /etc/w3m - # Which language do you prefer? - # 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS) - # 2 - English (charset US_ASCII, ISO-8859-1, etc.) - echo 2 - # Do you want to use Lynx-like key binding? - echo n - # Let's do some configurations. Choose config option among the list. - # - # 1 - Baby model (no color, no menu, no mouse, no cookie, no SSL) - # 2 - Little model (color, menu, no mouse, no cookie, no SSL) - # 3 - Mouse model (color, menu, mouse, no cookie, no SSL) - # 4 - Cookie model (color, menu, mouse, cookie, no SSL) - # 5 - Monster model (with everything; you need openSSL library) - # 6 - Customize - # Ok this was 5 but there is no option to disable gpm which not all - # people want, so I'm switching this to 6 instead. - # Which? - echo 6 - # Do you want color ESC sequence for kterm/pxvt? - echo n - # Use mouse (requires xterm/kterm/gpm/sysmouse)? - use gpm &>/dev/null && echo y || echo n - # Use popup menu? - echo y - # Use cookie? - echo y - # Do you want SSL verification support? - # (Your SSL library must be version 0.8 or later) - use ssl &>/dev/null && echo y || echo n - # Digest Auth support [y]? - echo y - # Inline image support (you need Imlib library) [n]? - use imlib &>/dev/null && echo y || echo n - # ANSI color escape sequences support [n]? - echo y - # Use Migemo (Roma-ji search; Please see - # http://migemo.namazu.org/) [n]? - echo n - # External URI loader support [y]? - echo y - # Use w3mmail.cgi [y]? - echo y - # NNTP support [y]? - echo n - # Gopher support [y]? - echo n - # Use alarm support code [y]? - echo y - # Use mark operation [y]? - echo y - # Input your favorite editor program. - echo /usr/bin/vi - # Input your favorite external browser program. - echo /usr/bin/mozilla - # Input your favorite C-compiler. - echo gcc - # Input your favorite C flags. - printf "%s\n" "$CFLAGS" - # Which terminal library do you want to use? (type "none" if you - # do not need one) - printf "%s\n" "-lncurses" - # Input additional LD flags other than listed above, if any: - # (default: -lncurses) : - echo - ) | ./configure || die "configure failed" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dohtml -r doc - dodoc README* doc/{HISTORY,README*,keymap*,menu*} - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.3-r6.ebuild b/net-www/w3m/w3m-0.3-r6.ebuild deleted file mode 100644 index 6397acaa01cc..000000000000 --- a/net-www/w3m/w3m-0.3-r6.ebuild +++ /dev/null @@ -1,123 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3-r6.ebuild,v 1.9 2003/09/06 01:54:09 msterret Exp $ - -IUSE="gpm cjk imlib ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86 sparc ppc alpha" - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - imlib? ( >=media-libs/imlib-1.9.8 ) - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -PROVIDE="virtual/textbrowser" - -src_compile() { - # It seems to be hard to configure this program in any reasonable - # way. - ( - # Which directory do you want to put the binary? - echo /usr/bin - # Which directory do you want to put the support binary files? - echo /usr/lib/w3m - # Which directory do you want to put the helpfile? - echo /usr/share/w3m - # Which directory do you want to put the system wide w3m - # configuration file? - echo /etc/w3m - # Which language do you prefer? - # 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS) - # 2 - English (charset US_ASCII, ISO-8859-1, etc.) - use cjk &>/dev/null && echo 1 || echo 2 - # What is your Kanji display - use cjk &>/dev/null && echo E - # Use 2-byte character for table border, etc - use cjk &>/dev/null && echo n - # Do you want to use Lynx-like key binding? - echo n - # Let's do some configurations. Choose config option among the list. - # - # 1 - Baby model (no color, no menu, no mouse, no cookie, no SSL) - # 2 - Little model (color, menu, no mouse, no cookie, no SSL) - # 3 - Mouse model (color, menu, mouse, no cookie, no SSL) - # 4 - Cookie model (color, menu, mouse, cookie, no SSL) - # 5 - Monster model (with everything; you need openSSL library) - # 6 - Customize - # - # Which? - echo 6 - # Do you want color ESC sequence for Kterm/pxvt - echo y - # Use mouse (requires xterm/kterm/gpm/sysmouse) - echo y - # Use popup menu - echo y - # Use cookie - echo y - # Do you want SSL verification support? - # (Your SSL library must be version 0.8 or later) - use ssl &>/dev/null && echo y || echo n - # (ssl) SSL verification support (SSL library >= version 0.8) [n]? - use ssl &>/dev/null && echo n - # (ssl) Digest Auth support [y]? - use ssl &>/dev/null && echo y - # Inline image support (you need Imlib library) [n]? - use imlib &>/dev/null && echo y || echo n - # ANSI color escape sequences support [n]? - echo y - # Use Migemo (Roma-ji search; Please see - # http://migemo.namazu.org/) [n]? - echo n - # External URI loader support [y]? - echo y - # Use w3mmail.cgi [y]? - echo y - # NNTP support [y]? - echo n - # Gopher support [y]? - echo n - # Use alarm support code [y]? - echo y - # Use mark operation [y]? - echo y - # Input your favorite editor program. - echo /usr/bin/vi - # Input your favorite external browser program. - echo /usr/bin/mozilla - # Input your favorite C-compiler. - echo gcc - # Input your favorite C flags. - printf "%s\n" "$CFLAGS" - # Which terminal library do you want to use? (type "none" if you - # do not need one) - echo - #printf "%s\n" "-lncurses" - # Input additional LD flags other than listed above, if any: - # (default: -lncurses) : - echo - ) | ./configure || die "configure failed" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.3.2.1.ebuild b/net-www/w3m/w3m-0.3.2.1.ebuild deleted file mode 100644 index 7e0efa861a29..000000000000 --- a/net-www/w3m/w3m-0.3.2.1.ebuild +++ /dev/null @@ -1,125 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.3.2.1.ebuild,v 1.6 2003/09/06 01:54:09 msterret Exp $ - -IUSE="gpm cjk imlib ssl" - -S=${WORKDIR}/${P} -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86 ~sparc ~ppc" - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - imlib? ( >=media-libs/imlib-1.9.8 ) - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -PROVIDE="virtual/textbrowser" - -src_compile() { - # It seems to be hard to configure this program in any reasonable - # way. - ( - # Which directory do you want to put the binary? - echo /usr/bin - # Which directory do you want to put the support binary files? - echo /usr/lib/w3m - # Which directory do you want to put the helpfile? - echo /usr/share/w3m - # Which directory do you want to put the manfile? - echo /usr/share/man - # Which directory do you want to put the system wide w3m - # configuration file? - echo /etc/w3m - # Which language do you prefer? - # 1 - Japanese (charset ISO-2022-JP, EUC-JP, Shift_JIS) - # 2 - English (charset US_ASCII, ISO-8859-1, etc.) - use cjk &>/dev/null && echo 1 || echo 2 - # What is your Kanji display - use cjk &>/dev/null && echo E - # Use 2-byte character for table border, etc - use cjk &>/dev/null && echo n - # Do you want to use Lynx-like key binding? - echo n - # Let's do some configurations. Choose config option among the list. - # - # 1 - Baby model (no color, no menu, no mouse, no cookie, no SSL) - # 2 - Little model (color, menu, no mouse, no cookie, no SSL) - # 3 - Mouse model (color, menu, mouse, no cookie, no SSL) - # 4 - Cookie model (color, menu, mouse, cookie, no SSL) - # 5 - Monster model (with everything; you need openSSL library) - # 6 - Customize - # - # Which? - echo 6 - # Do you want color ESC sequence for Kterm/pxvt - echo y - # Use mouse (requires xterm/kterm/gpm/sysmouse) - use gpm &>/dev/null && echo y - # Use popup menu - echo y - # Use cookie - echo y - # Do you want SSL verification support? - # (Your SSL library must be version 0.8 or later) - use ssl &>/dev/null && echo y || echo n - # (ssl) SSL verification support (SSL library >= version 0.8) [n]? - use ssl &>/dev/null && echo n - # (ssl) Digest Auth support [y]? - use ssl &>/dev/null && echo y - # Inline image support (you need Imlib library) [n]? - use imlib &>/dev/null && echo y || echo n - # ANSI color escape sequences support [n]? - echo y - # Use Migemo (Roma-ji search; Please see - # http://migemo.namazu.org/) [n]? - echo n - # External URI loader support [y]? - echo y - # Use w3mmail.cgi [y]? - echo y - # NNTP support [y]? - echo n - # Gopher support [y]? - echo n - # Use alarm support code [y]? - echo y - # Use mark operation [y]? - echo y - # Input your favorite editor program. - echo /usr/bin/nano - # Input your favorite external browser program. - echo /usr/bin/mozilla - # Input your favorite C-compiler. - echo gcc - # Input your favorite C flags. - printf "%s\n" "$CFLAGS" - # Which terminal library do you want to use? (type "none" if you - # do not need one) - echo - #printf "%s\n" "-lncurses" - # Input additional LD flags other than listed above, if any: - # (default: -lncurses) : - echo - ) | ./configure || die "configure failed" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.4.1-r1.ebuild b/net-www/w3m/w3m-0.4.1-r1.ebuild deleted file mode 100644 index b757779da2e2..000000000000 --- a/net-www/w3m/w3m-0.4.1-r1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.4.1-r1.ebuild,v 1.3 2003/09/06 01:54:09 msterret Exp $ - -inherit eutils - -IUSE="gpm cjk imlib ssl" - -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86 ~alpha" - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - imlib? ( >=media-libs/imlib-1.9.8 media-libs/compface ) - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -PROVIDE="virtual/textbrowser" - -src_unpack() { - unpack ${A} - cd ${S} - if use alpha; then - epatch ${FILESDIR}/w3m-0.4-alpha.patch || die "epatch failed" - fi -} - -src_compile() { - local myuse - myuse="use_cookie=y use_ansi_color=y" - - local myconf - myconf="-prefix=/usr -mandir=/usr/share/man -sysconfdir=/etc/w3m \ - --gc-includedir=/usr/include/gc --gc-libdir=/usr/lib \ - -cflags=${CFLAGS} -model=custom -nonstop" - - if use cjk &>/dev/null; then - myconf="${myconf} -lang=ja -code=E" - else - myconf="${myconf} -lang=en" - fi - - if use ssl &>/dev/null; then - myconf="${myconf} --ssl-includedir=/usr/include/openssl --ssl-libdir=/usr/lib" - myuse="${myuse} use_ssl=y use_ssl_verify=n use_digest_auth=y" - else - myuse="${myuse} use_ssl=n" - fi - - if use gpm &>/dev/null; then - myuse="${myuse} use_mouse=y" - else - myuse="${myuse} use_mouse=n" - fi - - if use imlib &>/dev/null; then - myuse="${myuse} use_image=y use_w3mimg_x11=y use_w3mimg_fb=y w3mimgdisplay_setuid=n use_xface=y" - else - myuse="${myuse} use_image=n" - fi - - env ${myuse} ./configure ${myconf} || die "configure failed" - - # Test to make sure the above configuration was sane - grep -q "dcc='gcc'" config.param || \ - die "configure out of sync; ebuild needs an update" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.4.1-r2.ebuild b/net-www/w3m/w3m-0.4.1-r2.ebuild deleted file mode 100644 index b06a3f70d9be..000000000000 --- a/net-www/w3m/w3m-0.4.1-r2.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.4.1-r2.ebuild,v 1.2 2003/09/06 01:54:09 msterret Exp $ - -inherit eutils - -IUSE="gpm cjk imlib ssl" - -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86 ~alpha" - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - imlib? ( >=media-libs/imlib-1.9.8 media-libs/compface ) - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -PROVIDE="virtual/textbrowser" - -src_unpack() { - unpack ${A} - cd ${S} - if use alpha; then - epatch ${FILESDIR}/w3m-0.4-alpha.patch || die "epatch failed" - fi -} - -src_compile() { - local myuse - myuse="use_cookie=y use_ansi_color=y" - - local myconf - myconf="-prefix=/usr -mandir=/usr/share/man -sysconfdir=/etc/w3m \ - --gc-includedir=/usr/include/gc --gc-libdir=/usr/lib \ - -cflags=${CFLAGS} -model=custom -nonstop" - - if use cjk &>/dev/null; then - myconf="${myconf} -lang=ja -code=E" - else - myconf="${myconf} -lang=en" - fi - - if use ssl &>/dev/null; then - myconf="${myconf} --ssl-includedir=/usr/include/openssl --ssl-libdir=/usr/lib" - myuse="${myuse} use_ssl=y use_ssl_verify=y use_digest_auth=y" - else - myuse="${myuse} use_ssl=n" - fi - - if use gpm &>/dev/null; then - myuse="${myuse} use_mouse=y" - else - myuse="${myuse} use_mouse=n" - fi - - if use imlib &>/dev/null; then - myuse="${myuse} use_image=y use_w3mimg_x11=y use_w3mimg_fb=y w3mimgdisplay_setuid=n use_xface=y" - else - myuse="${myuse} use_image=n" - fi - - env ${myuse} ./configure ${myconf} || die "configure failed" - - # Test to make sure the above configuration was sane - grep -q "dcc='gcc'" config.param || \ - die "configure out of sync; ebuild needs an update" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} diff --git a/net-www/w3m/w3m-0.4.1.ebuild b/net-www/w3m/w3m-0.4.1.ebuild deleted file mode 100644 index 364c8843714f..000000000000 --- a/net-www/w3m/w3m-0.4.1.ebuild +++ /dev/null @@ -1,86 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/w3m/w3m-0.4.1.ebuild,v 1.3 2003/09/06 01:54:09 msterret Exp $ - -inherit eutils - -IUSE="gpm cjk imlib ssl" - -DESCRIPTION="Text based WWW browser, supports tables and frames" -SRC_URI="mirror://sourceforge/w3m/${P}.tar.gz" -HOMEPAGE="http://w3m.sourceforge.net/" - -SLOT="0" -LICENSE="w3m" -KEYWORDS="x86" - -DEPEND=">=sys-libs/ncurses-5.2-r3 - >=sys-libs/zlib-1.1.3-r2 - imlib? ( >=media-libs/imlib-1.9.8 media-libs/compface ) - gpm? ( >=sys-libs/gpm-1.19.3-r5 ) - ssl? ( >=dev-libs/openssl-0.9.6b )" - -PROVIDE="virtual/textbrowser" - -src_unpack() { - unpack ${A} - cd ${S} - if use alpha; then - epatch ${FILESDIR}/w3m-0.4-alpha.patch || die "epatch failed" - fi -} - -src_compile() { - local myuse - myuse="use_cookie=y use_ansi_color=y" - - local myconf - myconf="-prefix=/usr -mandir=/usr/share/man -sysconfdir=/etc/w3m \ - --gc-includedir=/usr/include/gc --gc-libdir=/usr/lib \ - -cflags=${CFLAGS} -model=custom -nonstop" - - if use cjk &>/dev/null; then - myconf="${myconf} -lang=ja -code=E" - else - myconf="${myconf} -lang=en" - fi - - if use ssl &>/dev/null; then - myconf="${myconf} --ssl-includedir=/usr/include/openssl --ssl-libdir=/usr/lib" - myuse="${myuse} use_ssl=yes use_ssl_verify=n use_digest_auth=y" - else - myuse="${myuse} use_ssl=no" - fi - - if use gpm &>/dev/null; then - myuse="${myuse} use_mouse=y" - else - myuse="${myuse} use_mouse=n" - fi - - if use imlib &>/dev/null; then - myuse="${myuse} use_image=y use_w3mimg_x11=y use_w3mimg_fb=y w3mimgdisplay_setuid=n use_xface=y" - else - myuse="${myuse} use_image=n" - fi - - env ${myuse} ./configure ${myconf} || die "configure failed" - - # Test to make sure the above configuration was sane - grep -q "dcc='gcc'" config.param || \ - die "configure out of sync; ebuild needs an update" - - # binary executables come prebuilt for 80386! - # clean it up and be sure to remake for ANY arch - cd ${S}/gc - make clean - cd - - - emake || die "emake failed" -} - -src_install() { - make DESTDIR=${D} install || die "make install failed" - dodoc doc/* README* - doman doc/w3m.1 -} -- cgit v1.2.3-65-gdbad