Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/lynx/
Date: Thu, 28 Jan 2021 08:09:14
Message-Id: 1611821341.f2133cc14f53e6ca6d33cb3346e0b58840a894ea.slyfox@gentoo
1 commit: f2133cc14f53e6ca6d33cb3346e0b58840a894ea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 28 07:58:03 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 08:09:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2133cc1
7
8 www-client/lynx: drop old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 www-client/lynx/Manifest | 1 -
14 www-client/lynx/lynx-2.8.9_p1.ebuild | 105 ---------------------------------
15 www-client/lynx/lynx-2.9.0_pre6.ebuild | 99 -------------------------------
16 3 files changed, 205 deletions(-)
17
18 diff --git a/www-client/lynx/Manifest b/www-client/lynx/Manifest
19 index afc3e74c228..e8ed0d1513b 100644
20 --- a/www-client/lynx/Manifest
21 +++ b/www-client/lynx/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST lynx2.8.9rel.1.tar.bz2 2689171 BLAKE2B 7cff536660e8fe77d40a56262c2f12e2093ffbb3e22a5ac8e7eab4410f0255e98df19e51f0c98d53aeb3ba63d0d1c2fcabe145242811bebcafb6e548a162a9fb SHA512 61edbe082684fcbd91bdbf4f4d27c3baf92358811aaffc2f8af46adf23ca7b48aede1520fc5f2a8fc974a2f4bbf4e57e7e6027a187bfc6101e56878c98178e6d
24 DIST lynx2.9.0dev.5.tar.bz2 2725365 BLAKE2B 0c8529c301796c66211120faeca204beac79b611efb367ab7861736f8d4bcd5e6f287c07d3ef8c56e7137f6b1ea9fbc0b6f31870d02ea62c4a32ffc1b921aacf SHA512 b5ce8afdab835cb65452c9bc016b861db84d8a971f1e5175118ad481708dfbe6cbd336b49602dd92a4db28ecb407ba472e839115b21ab36f5abf4a9057e1b159
25 DIST lynx2.9.0dev.6.tar.bz2 2730690 BLAKE2B 2b176db49ac053e6c057b366b625883f0877f0bbf9bc2fbc0dfe6a13af48e0c9d5a64de52e794a4e771d7f6b160c74589a9275543f2657cb678bba149cdba38c SHA512 0c15e00a8e36e43671a093182c69593d50bc5c51a4acd92faa59416055bf4a1fd9ecde903a0209963f1f55d1fd85136e8448ca7867e198100ff749c53e1e1531
26
27 diff --git a/www-client/lynx/lynx-2.8.9_p1.ebuild b/www-client/lynx/lynx-2.8.9_p1.ebuild
28 deleted file mode 100644
29 index 2fca39ca518..00000000000
30 --- a/www-client/lynx/lynx-2.8.9_p1.ebuild
31 +++ /dev/null
32 @@ -1,105 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -# VERSIONING SCHEME TRANSLATION
39 -# Upstream : Gentoo
40 -# rel. : _p
41 -# pre. : _rc
42 -# dev. : _pre
43 -
44 -case ${PV} in
45 - *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;;
46 - *_rc*) MY_P="${PN}${PV/_rc/pre.}" ;;
47 - *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;;
48 -esac
49 -
50 -DESCRIPTION="An excellent console-based web browser with ssl support"
51 -HOMEPAGE="https://lynx.invisible-island.net/"
52 -SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2"
53 -
54 -LICENSE="GPL-2"
55 -SLOT="0"
56 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
57 -IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode libressl"
58 -
59 -RDEPEND="
60 - sys-libs/ncurses:0=[unicode?]
61 - sys-libs/zlib
62 - nls? ( virtual/libintl )
63 - ssl? (
64 - !gnutls? (
65 - !libressl? ( dev-libs/openssl:0= )
66 - libressl? ( dev-libs/libressl:= )
67 - )
68 - gnutls? (
69 - dev-libs/libgcrypt:0=
70 - >=net-libs/gnutls-2.6.4:=
71 - )
72 - )
73 - bzip2? ( app-arch/bzip2 )
74 - idn? ( net-dns/libidn:0= )
75 -"
76 -
77 -DEPEND="${RDEPEND}
78 - nls? ( sys-devel/gettext )
79 - virtual/pkgconfig"
80 -
81 -S=${WORKDIR}/${MY_P}
82 -
83 -PATCHES=(
84 - "${FILESDIR}"/${PN}-2.8.6-mint.patch
85 - "${FILESDIR}"/${P}-parallel.patch
86 -)
87 -
88 -pkg_setup() {
89 - ! use ssl && elog "SSL support disabled; you will not be able to access secure websites."
90 -}
91 -
92 -src_configure() {
93 - local myconf=(
94 - --enable-nested-tables
95 - --enable-cgi-links
96 - --enable-persistent-cookies
97 - --enable-prettysrc
98 - --enable-nsl-fork
99 - --enable-file-upload
100 - --enable-read-eta
101 - --enable-color-style
102 - --enable-scrollbar
103 - --enable-included-msgs
104 - --enable-externs
105 - --with-zlib
106 - $(use_enable nls)
107 - $(use_enable idn idna)
108 - $(use_enable ipv6)
109 - $(use_enable cjk)
110 - $(use_enable unicode japanese-utf8)
111 - $(use_with bzip2 bzlib)
112 - $(usex ssl "--with-$(usex gnutls gnutls ssl)=${EPREFIX}/usr" "")
113 - --with-screen=$(usex unicode "ncursesw" "ncurses")
114 - )
115 -
116 - econf "${myconf[@]}"
117 -}
118 -
119 -src_compile() {
120 - # generating translation files in parallel is currently broken
121 - use nls && emake -C po -j1
122 - emake
123 -}
124 -
125 -src_install() {
126 - emake install DESTDIR="${D}"
127 -
128 - sed -i "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|" \
129 - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
130 - if use unicode ; then
131 - sed -i '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \
132 - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
133 - fi
134 -
135 - dodoc CHANGES COPYHEADER PROBLEMS README
136 - dodoc -r docs lynx_help
137 -}
138
139 diff --git a/www-client/lynx/lynx-2.9.0_pre6.ebuild b/www-client/lynx/lynx-2.9.0_pre6.ebuild
140 deleted file mode 100644
141 index e78c85fc09b..00000000000
142 --- a/www-client/lynx/lynx-2.9.0_pre6.ebuild
143 +++ /dev/null
144 @@ -1,99 +0,0 @@
145 -# Copyright 1999-2021 Gentoo Authors
146 -# Distributed under the terms of the GNU General Public License v2
147 -
148 -EAPI=7
149 -
150 -case ${PV} in
151 - *_pre*) MY_P="${PN}${PV/_pre/dev.}" ;;
152 - *_rc*) MY_P="${PN}${PV/_rc/pre.}" ;;
153 - *_p*|*) MY_P="${PN}${PV/_p/rel.}" ;;
154 -esac
155 -
156 -DESCRIPTION="An excellent console-based web browser with ssl support"
157 -HOMEPAGE="https://lynx.invisible-island.net/"
158 -SRC_URI="https://invisible-mirror.net/archives/lynx/tarballs/${MY_P}.tar.bz2"
159 -
160 -LICENSE="GPL-2"
161 -SLOT="0"
162 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
163 -IUSE="bzip2 cjk gnutls idn ipv6 nls ssl unicode libressl"
164 -
165 -RDEPEND="
166 - sys-libs/ncurses:0=[unicode?]
167 - sys-libs/zlib
168 - nls? ( virtual/libintl )
169 - ssl? (
170 - !gnutls? (
171 - !libressl? ( dev-libs/openssl:0= )
172 - libressl? ( dev-libs/libressl:= )
173 - )
174 - gnutls? (
175 - dev-libs/libgcrypt:0=
176 - >=net-libs/gnutls-2.6.4:=
177 - )
178 - )
179 - bzip2? ( app-arch/bzip2 )
180 - idn? ( net-dns/libidn:0= )
181 -"
182 -
183 -DEPEND="${RDEPEND}
184 - nls? ( sys-devel/gettext )
185 - virtual/pkgconfig"
186 -
187 -S=${WORKDIR}/${MY_P}
188 -
189 -PATCHES=(
190 - "${FILESDIR}"/${PN}-2.8.6-mint.patch
191 - "${FILESDIR}"/${PN}-2.8.9_p1-parallel.patch
192 -)
193 -
194 -src_configure() {
195 - local myconf=(
196 - --enable-nested-tables
197 - --enable-cgi-links
198 - --enable-persistent-cookies
199 - --enable-prettysrc
200 - --enable-nsl-fork
201 - --enable-file-upload
202 - --enable-read-eta
203 - --enable-color-style
204 - --enable-scrollbar
205 - --enable-included-msgs
206 - --enable-externs
207 - --with-zlib
208 - $(use_enable nls)
209 - $(use_enable idn idna)
210 - $(use_enable ipv6)
211 - $(use_enable cjk)
212 - $(use_enable unicode japanese-utf8)
213 - $(use_with bzip2 bzlib)
214 - --with-screen=$(usex unicode ncursesw ncurses)
215 - )
216 - if use ssl; then
217 - myconf+=(
218 - --with-$(usex gnutls gnutls ssl)="${EPREFIX}/usr"
219 - )
220 - fi
221 -
222 - econf "${myconf[@]}"
223 -}
224 -
225 -src_compile() {
226 - # generating translation files in parallel is currently broken
227 - use nls && emake -C po -j1
228 - emake
229 -}
230 -
231 -src_install() {
232 - emake install DESTDIR="${D}"
233 -
234 - sed -i "s|^HELPFILE.*$|HELPFILE:file://localhost/usr/share/doc/${PF}/lynx_help/lynx_help_main.html|" \
235 - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
236 - if use unicode ; then
237 - sed -i '/^#CHARACTER_SET:/ c\CHARACTER_SET:utf-8' \
238 - "${ED}"/etc/lynx.cfg || die "lynx.cfg not found"
239 - fi
240 -
241 - dodoc CHANGES COPYHEADER PROBLEMS README
242 - dodoc -r docs lynx_help
243 -}