diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-03-06 03:40:08 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-03-06 03:40:08 +0000 |
commit | 2d600d1e34e08baf5cc8b3619ec7b209186cfada (patch) | |
tree | 9a35e9144be7eebbcfca3142d264f7b5676e216a /www-client/lynx | |
parent | Version bump. (diff) | |
download | gentoo-2-2d600d1e34e08baf5cc8b3619ec7b209186cfada.tar.gz gentoo-2-2d600d1e34e08baf5cc8b3619ec7b209186cfada.tar.bz2 gentoo-2-2d600d1e34e08baf5cc8b3619ec7b209186cfada.zip |
Remove old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'www-client/lynx')
-rw-r--r-- | www-client/lynx/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch | 26 | ||||
-rw-r--r-- | www-client/lynx/files/lynx-2.8.8_pre12-parallel.patch | 146 | ||||
-rw-r--r-- | www-client/lynx/lynx-2.8.8_pre12.ebuild | 121 | ||||
-rw-r--r-- | www-client/lynx/lynx-2.8.8_pre14.ebuild | 99 | ||||
-rw-r--r-- | www-client/lynx/lynx-2.8.8_pre15.ebuild | 99 |
6 files changed, 7 insertions, 492 deletions
diff --git a/www-client/lynx/ChangeLog b/www-client/lynx/ChangeLog index 78b77139e180..bd50be13423b 100644 --- a/www-client/lynx/ChangeLog +++ b/www-client/lynx/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/lynx # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.149 2014/03/06 03:38:19 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/ChangeLog,v 1.150 2014/03/06 03:40:08 radhermit Exp $ + + 06 Mar 2014; Tim Harder <radhermit@gentoo.org> -lynx-2.8.8_pre12.ebuild, + -lynx-2.8.8_pre14.ebuild, -lynx-2.8.8_pre15.ebuild, + -files/lynx-2.8.8_pre12-jobserver.patch, + -files/lynx-2.8.8_pre12-parallel.patch: + Remove old. *lynx-2.8.8_p1 (06 Mar 2014) diff --git a/www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch b/www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch deleted file mode 100644 index 16e3f260ad04..000000000000 --- a/www-client/lynx/files/lynx-2.8.8_pre12-jobserver.patch +++ /dev/null @@ -1,26 +0,0 @@ -Index: lynx2-8-8/makefile.in -=================================================================== ---- lynx2-8-8.orig/makefile.in -+++ lynx2-8-8/makefile.in -@@ -196,9 +196,9 @@ binary_PROG = $(actual_PROG)$x - - all lynx$x: cfg_defs.h LYHelp.h - @MSG_DIR_MAKE@ $(SHELL) $(scripts_dir)/fixtext.sh $(srcdir)/LYMessages_en.h >LYMessages.c --@MSG_DIR_MAKE@ cd $(PO_DIR) && $(MAKE_RECUR) -- cd $(WWW_DIR) && $(MAKE_RECUR) $(WWW_CFLAGS) -- cd $(SRC_DIR) && $(MAKE_RECUR) all $(SRC_CFLAGS) -+@MSG_DIR_MAKE@ $(MAKE_RECUR) -C $(PO_DIR) -+ $(MAKE_RECUR) -C $(WWW_DIR) $(WWW_CFLAGS) -+ $(MAKE_RECUR) -C $(SRC_DIR) all $(SRC_CFLAGS) - - lint: - cd $(WWW_DIR) && $(MAKE_RECUR) LINT="$(LINT)" $(WWW_CFLAGS) $@ -@@ -317,7 +317,7 @@ install-full: install install-help insta - @echo Full installation complete. - - install-bin: $(BINDIR) lynx$x --@MSG_DIR_MAKE@ cd $(PO_DIR) && $(MAKE_RECUR) install -+@MSG_DIR_MAKE@ $(MAKE_RECUR) -C $(PO_DIR) install - @ECHO_CC@$(SHELL) -c \ - 'if test -f $(BINDIR)/$(binary_PROG) ; then \ - mv -f $(BINDIR)/$(binary_PROG) $(BINDIR)/lynx.old; fi' diff --git a/www-client/lynx/files/lynx-2.8.8_pre12-parallel.patch b/www-client/lynx/files/lynx-2.8.8_pre12-parallel.patch deleted file mode 100644 index 5eb30b641ef8..000000000000 --- a/www-client/lynx/files/lynx-2.8.8_pre12-parallel.patch +++ /dev/null @@ -1,146 +0,0 @@ -Index: lynx2-8-8/src/makefile.in -=================================================================== ---- lynx2-8-8.orig/src/makefile.in -+++ lynx2-8-8/src/makefile.in -@@ -100,7 +100,7 @@ all: lynx$x - @RULE_CC@ - @ECHO_CC@$(CPP) -C $(CPP_OPTS) $< >$@ - --lynx$x: message do_chartrans_stuff $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB) -+lynx$x: message $(top_builddir)/LYHelp.h $(OBJS) $(WWWLIB) - @echo "Linking and creating Lynx executable" - $(CC) $(CC_OPTS) $(LDFLAGS) -o $@ $(OBJS) $(WWWLIB) $(LDFLAGS) $(LIBS) $(INTLLIB) - @echo "Copying Lynx executable into top-level directory" -@@ -111,21 +111,12 @@ lynx$x: message do_chartrans_stuff $(t - message: - @echo "Compiling Lynx sources" - --do_chartrans_stuff: -- -cd chrtrans && $(MAKE) \ -- SITE_DEFS="$(SITE_DEFS)" \ -- BUILD_CFLAGS="$(BUILD_CFLAGS)" \ -- BUILD_CPPFLAGS="$(BUILD_CPPFLAGS)" \ -- BUILD_LDFLAGS="$(BUILD_LDFLAGS)" \ -- BUILD_LIBS="$(BUILD_LIBS)" \ -- BUILD_CC="$(BUILD_CC)" tables -- - lint: - $(LINT) $(LINTOPTS) $(CPP_OPTS) $(C_SRC) 2>&1 |tee $(top_builddir)/lint.lynx - - clean: - rm -f lynx$x core *.core *.leaks *.i *$o *.bak tags TAGS test_* -- cd chrtrans && $(MAKE) clean -+ $(MAKE) -C chrtrans clean - - tags: - $(CTAGS) *.[ch] -@@ -169,9 +160,11 @@ TABLES= \ - $(CHRTR)cp775_uni.h \ - $(CHRTR)cp850_uni.h \ - $(CHRTR)cp852_uni.h \ -+ $(CHRTR)cp857_uni.h \ - $(CHRTR)cp862_uni.h \ - $(CHRTR)cp864_uni.h \ - $(CHRTR)cp866_uni.h \ -+ $(CHRTR)cp866u_uni.h \ - $(CHRTR)cp869_uni.h \ - $(CHRTR)def7_uni.h \ - $(CHRTR)dmcs_uni.h \ -@@ -186,27 +179,29 @@ TABLES= \ - $(CHRTR)iso08_uni.h \ - $(CHRTR)iso09_uni.h \ - $(CHRTR)iso10_uni.h \ -+ $(CHRTR)iso13_uni.h \ -+ $(CHRTR)iso14_uni.h \ - $(CHRTR)iso15_uni.h \ - $(CHRTR)koi8r_uni.h \ -+ $(CHRTR)koi8u_uni.h \ - $(CHRTR)mac_uni.h \ - $(CHRTR)mnem_suni.h \ - $(CHRTR)mnem2_suni.h \ - $(CHRTR)next_uni.h \ -+ $(CHRTR)pt154_uni.h \ - $(CHRTR)rfc_suni.h \ - $(CHRTR)utf8_uni.h \ - $(CHRTR)viscii_uni.h - --$(TABLES): -- -cd chrtrans && $(MAKE) tables -+$(TABLES): chrtrans/makeuctb$(BUILD_EXEEXT) -+ $(MAKE) -C chrtrans `basename $@` - - UCdomap$o : UCdomap.c \ - chrtrans/UCkd.h \ -- chrtrans/makeuctb$(BUILD_EXEEXT) \ -- chrtrans/makeuctb.c \ -- UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h -+ UCdomap.h $(CMN)UCMap.h $(TABLES) $(top_srcdir)/userdefs.h - - chrtrans/makeuctb$(BUILD_EXEEXT): -- cd chrtrans; make makeuctb$(BUILD_EXEEXT) -+ $(MAKE) -C chrtrans makeuctb$(BUILD_EXEEXT) - - UCAux$o : UCAux.c $(CMN)UCAux.h $(CMN)UCDefs.h - LYCookie$o : $(top_srcdir)/userdefs.h -Index: lynx2-8-8/src/chrtrans/makefile.in -=================================================================== ---- lynx2-8-8.orig/src/chrtrans/makefile.in -+++ lynx2-8-8/src/chrtrans/makefile.in -@@ -67,57 +67,8 @@ FONTMAP_INC = iso01_uni.h# default, if n - - MAKEUCTB = makeuctb$(BUILD_EXEEXT) - --TABLES= \ -- cp1250_uni.h \ -- cp1251_uni.h \ -- cp1252_uni.h \ -- cp1253_uni.h \ -- cp1255_uni.h \ -- cp1256_uni.h \ -- cp1257_uni.h \ -- cp437_uni.h \ -- cp737_uni.h \ -- cp775_uni.h \ -- cp850_uni.h \ -- cp852_uni.h \ -- cp857_uni.h \ -- cp862_uni.h \ -- cp864_uni.h \ -- cp866_uni.h \ -- cp866u_uni.h \ -- cp869_uni.h \ -- def7_uni.h \ -- dmcs_uni.h \ -- hp_uni.h \ -- iso01_uni.h \ -- iso02_uni.h \ -- iso03_uni.h \ -- iso04_uni.h \ -- iso05_uni.h \ -- iso06_uni.h \ -- iso07_uni.h \ -- iso08_uni.h \ -- iso09_uni.h \ -- iso10_uni.h \ -- iso13_uni.h \ -- iso14_uni.h \ -- iso15_uni.h \ -- koi8r_uni.h \ -- koi8u_uni.h \ -- mac_uni.h \ -- mnem2_suni.h \ -- mnem_suni.h \ -- next_uni.h \ -- next_uni.h \ -- pt154_uni.h \ -- rfc_suni.h \ -- utf8_uni.h \ -- viscii_uni.h -- - default: $(FONTMAP_INC) - --tables: $(TABLES) -- - OBJS = makeuctb$o - C_SRC = $(OBJS:$o=.c) - diff --git a/www-client/lynx/lynx-2.8.8_pre12.ebuild b/www-client/lynx/lynx-2.8.8_pre12.ebuild deleted file mode 100644 index 90ea35df179c..000000000000 --- a/www-client/lynx/lynx-2.8.8_pre12.ebuild +++ /dev/null @@ -1,121 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_pre12.ebuild,v 1.15 2014/03/01 22:21:04 mgorny Exp $ - -EAPI=4 - -inherit eutils versionator - -# VERSIONING SCHEME TRANSLATION -# Upstream : Gentoo -# rel. : _p -# pre. : _rc -# dev. : _pre - -case ${PV} in - *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;; - *_rc*) MY_P="${PN}${PV/_rc/pre.}" ;; - *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;; -esac - -DESCRIPTION="An excellent console-based web browser with ssl support" -HOMEPAGE="http://lynx.isc.org/" -SRC_URI="http://lynx.isc.org/current/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode" - -RDEPEND="sys-libs/ncurses[unicode?] - sys-libs/zlib - nls? ( virtual/libintl ) - ssl? ( - !gnutls? ( >=dev-libs/openssl-0.9.8 ) - gnutls? ( - dev-libs/libgcrypt:0 - >=net-libs/gnutls-2.6.4 - ) - ) - bzip2? ( app-arch/bzip2 ) - idn? ( net-dns/libidn )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -S="${WORKDIR}/${PN}$(replace_all_version_separators - $(get_version_component_range 1-3))" - -pkg_setup() { - ! use ssl && elog "SSL support disabled; you will not be able to access secure websites." -} - -src_prepare() { - # fix configure for openssl compiled with kerberos (bug #267749) - epatch "${FILESDIR}/lynx-2.8.7-configure-openssl.patch" - epatch "${FILESDIR}"/${PN}-2.8.6-mint.patch - epatch "${FILESDIR}"/lynx-2.8.8_pre12-parallel.patch - epatch "${FILESDIR}"/lynx-2.8.8_pre12-jobserver.patch -} - -src_configure() { - local myargs - - if use ssl ; then - # --with-gnutls and --with-ssl are alternatives, - # the latter enabling openssl support so it should be - # _not_ be used if gnutls ssl implementation is desired - if use gnutls ; then - # ssl implementation = gnutls - myargs+=" --with-gnutls=${EPREFIX}/usr" - else - # ssl implementation = openssl - myargs+=" --with-ssl=${EPREFIX}/usr" - fi - fi - - use unicode && myargs+=" --with-screen=ncursesw" - - econf \ - --enable-nested-tables \ - --enable-cgi-links \ - --enable-persistent-cookies \ - --enable-prettysrc \ - --enable-nsl-fork \ - --enable-file-upload \ - --enable-read-eta \ - --enable-color-style \ - --enable-scrollbar \ - --enable-included-msgs \ - --enable-externs \ - --with-zlib \ - $(use_enable nls) \ - $(use_enable idn idna) \ - $(use_enable ipv6) \ - $(use_enable cjk) \ - $(use_enable unicode japanese-utf8) \ - $(use_with bzip2 bzlib) \ - $myargs -} - -#src_compile() { -# # see bug #403905 -# emake -j1 -#} - -src_install() { - emake install DESTDIR="${D}" - - sed -i -e "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|" \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - if use unicode ; then - sed -i -e '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - fi - dodoc CHANGES COPYHEADER PROBLEMS README - docinto docs - dodoc docs/* - docinto lynx_help - dodoc lynx_help/*.txt - dohtml -r lynx_help/* -} diff --git a/www-client/lynx/lynx-2.8.8_pre14.ebuild b/www-client/lynx/lynx-2.8.8_pre14.ebuild deleted file mode 100644 index 19ed4905abca..000000000000 --- a/www-client/lynx/lynx-2.8.8_pre14.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_pre14.ebuild,v 1.4 2014/03/01 22:21:04 mgorny Exp $ - -EAPI=4 - -inherit eutils versionator - -# VERSIONING SCHEME TRANSLATION -# Upstream : Gentoo -# rel. : _p -# pre. : _rc -# dev. : _pre - -case ${PV} in - *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;; - *_rc*) MY_P="${PN}${PV/_rc/pre.}" ;; - *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;; -esac - -DESCRIPTION="An excellent console-based web browser with ssl support" -HOMEPAGE="http://lynx.isc.org/" -SRC_URI="http://lynx.isc.org/current/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode" - -RDEPEND="sys-libs/ncurses[unicode?] - sys-libs/zlib - nls? ( virtual/libintl ) - ssl? ( - !gnutls? ( >=dev-libs/openssl-0.9.8 ) - gnutls? ( - dev-libs/libgcrypt:0 - >=net-libs/gnutls-2.6.4 - ) - ) - bzip2? ( app-arch/bzip2 ) - idn? ( net-dns/libidn )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -S="${WORKDIR}/${PN}$(replace_all_version_separators - $(get_version_component_range 1-3))" - -pkg_setup() { - ! use ssl && elog "SSL support disabled; you will not be able to access secure websites." -} - -src_prepare() { - # fix configure for openssl compiled with kerberos (bug #267749) - epatch "${FILESDIR}/lynx-2.8.7-configure-openssl.patch" - epatch "${FILESDIR}"/${PN}-2.8.6-mint.patch - epatch "${FILESDIR}"/${P}-parallel.patch -} - -src_configure() { - econf \ - --enable-nested-tables \ - --enable-cgi-links \ - --enable-persistent-cookies \ - --enable-prettysrc \ - --enable-nsl-fork \ - --enable-file-upload \ - --enable-read-eta \ - --enable-color-style \ - --enable-scrollbar \ - --enable-included-msgs \ - --enable-externs \ - --with-zlib \ - $(use_enable nls) \ - $(use_enable idn idna) \ - $(use_enable ipv6) \ - $(use_enable cjk) \ - $(use_enable unicode japanese-utf8) \ - $(use_with bzip2 bzlib) \ - $(usex ssl "--with-$(usex gnutls gnutls ssl)=${EPREFIX}/usr" "") \ - $(usex unicode "--with-screen=ncursesw" "") -} - -src_install() { - emake install DESTDIR="${D}" - - sed -i -e "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|" \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - if use unicode ; then - sed -i -e '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - fi - dodoc CHANGES COPYHEADER PROBLEMS README - docinto docs - dodoc docs/* - docinto lynx_help - dodoc lynx_help/*.txt - dohtml -r lynx_help/* -} diff --git a/www-client/lynx/lynx-2.8.8_pre15.ebuild b/www-client/lynx/lynx-2.8.8_pre15.ebuild deleted file mode 100644 index 156055bfc9e9..000000000000 --- a/www-client/lynx/lynx-2.8.8_pre15.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/lynx/lynx-2.8.8_pre15.ebuild,v 1.3 2014/03/01 22:21:04 mgorny Exp $ - -EAPI=5 - -inherit eutils versionator - -# VERSIONING SCHEME TRANSLATION -# Upstream : Gentoo -# rel. : _p -# pre. : _rc -# dev. : _pre - -case ${PV} in - *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;; - *_rc*) MY_P="${PN}${PV/_rc/pre.}" ;; - *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;; -esac - -DESCRIPTION="An excellent console-based web browser with ssl support" -HOMEPAGE="http://lynx.isc.org/" -SRC_URI="http://lynx.isc.org/current/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode" - -RDEPEND="sys-libs/ncurses[unicode?] - sys-libs/zlib - nls? ( virtual/libintl ) - ssl? ( - !gnutls? ( >=dev-libs/openssl-0.9.8 ) - gnutls? ( - dev-libs/libgcrypt:0 - >=net-libs/gnutls-2.6.4 - ) - ) - bzip2? ( app-arch/bzip2 ) - idn? ( net-dns/libidn )" - -DEPEND="${RDEPEND} - nls? ( sys-devel/gettext ) - virtual/pkgconfig" - -S="${WORKDIR}/${PN}$(replace_all_version_separators - $(get_version_component_range 1-3))" - -pkg_setup() { - ! use ssl && elog "SSL support disabled; you will not be able to access secure websites." -} - -src_prepare() { - # fix configure for openssl compiled with kerberos (bug #267749) - epatch "${FILESDIR}/lynx-2.8.7-configure-openssl.patch" - epatch "${FILESDIR}"/${PN}-2.8.6-mint.patch - epatch "${FILESDIR}"/${PN}-2.8.8_pre14-parallel.patch -} - -src_configure() { - econf \ - --enable-nested-tables \ - --enable-cgi-links \ - --enable-persistent-cookies \ - --enable-prettysrc \ - --enable-nsl-fork \ - --enable-file-upload \ - --enable-read-eta \ - --enable-color-style \ - --enable-scrollbar \ - --enable-included-msgs \ - --enable-externs \ - --with-zlib \ - $(use_enable nls) \ - $(use_enable idn idna) \ - $(use_enable ipv6) \ - $(use_enable cjk) \ - $(use_enable unicode japanese-utf8) \ - $(use_with bzip2 bzlib) \ - $(usex ssl "--with-$(usex gnutls gnutls ssl)=${EPREFIX}/usr" "") \ - $(usex unicode "--with-screen=ncursesw" "") -} - -src_install() { - emake install DESTDIR="${D}" - - sed -i -e "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|" \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - if use unicode ; then - sed -i -e '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \ - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found" - fi - dodoc CHANGES COPYHEADER PROBLEMS README - docinto docs - dodoc docs/* - docinto lynx_help - dodoc lynx_help/*.txt - dohtml -r lynx_help/* -} |