Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/curl/
Date: Wed, 25 Nov 2015 23:25:24
Message-Id: 1448493928.92f858c07d0752d7d2bffa2f4027a619326c5726.blueness@gentoo
1 commit: 92f858c07d0752d7d2bffa2f4027a619326c5726
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 25 23:25:28 2015 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 25 23:25:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92f858c0
7
8 net-misc/curl: remove older unstable versions
9
10 Package-Manager: portage-2.2.20.1
11
12 net-misc/curl/Manifest | 1 -
13 net-misc/curl/curl-7.44.0-r1.ebuild | 253 ------------------------------------
14 net-misc/curl/curl-7.44.0.ebuild | 245 ----------------------------------
15 3 files changed, 499 deletions(-)
16
17 diff --git a/net-misc/curl/Manifest b/net-misc/curl/Manifest
18 index d1476ae..ac58e7f 100644
19 --- a/net-misc/curl/Manifest
20 +++ b/net-misc/curl/Manifest
21 @@ -1,3 +1,2 @@
22 DIST curl-7.43.0.tar.bz2 3363770 SHA256 baa654a1122530483ccc1c58cc112fec3724a82c11c6a389f1e6a37dc8858df9 SHA512 0b06ec078680619f56a458ac115142546134917331b71b73ed2c0371c480034dac7ed848814be0dd1e752154c53e48b9e0276b83f75a690df6cfb480ab331272 WHIRLPOOL e5c97b3cbf0f9915f62a100ce2972e6cffcabae753770c2f0a1fc3bcef3a66c0a2d4d7e361b00f442d62eca3b0d9526eb34f6b043fb655648180e81ef630a527
23 -DIST curl-7.44.0.tar.bz2 3398814 SHA256 1e2541bae6582bb697c0fbae49e1d3e6fad5d05d5aa80dbd6f072e0a44341814 SHA512 250a0aa6ba9917cd7666ff180efb02d994d1040759b94370b8c3bb215467d632b867f111b555228ab7f9a7ecd1e5d205204b29cbc003797dd315f628376a376d WHIRLPOOL 6725c44667016365f6c83a75cae1fc1f4d310256194a7f6b2738f642250b5229a565047c9f4882f07dd2daf0a4b5149e22ce91d62c26a52d73c087e50c64f6cd
24 DIST curl-7.45.0.tar.bz2 3473632 SHA256 65154e66b9f8a442b57c436904639507b4ac37ec13d6f8a48248f1b4012b98ea SHA512 71c557c69eb8d160f74a9b76ef83a46ce33ef4e8a66a261699329583dadf10205b4ba4783f92d4e6c8724f6610ffade5b0a9f189b0a7b9169ff839dfc8980481 WHIRLPOOL afc1627cebb64c9111f943fe63d95c8a998934fd02e3b8d12f061d23b174b7475c48451ecc1713ce54771455a6465238aa3b818b0eb9ba5c86ffd06eb1f2bc76
25
26 diff --git a/net-misc/curl/curl-7.44.0-r1.ebuild b/net-misc/curl/curl-7.44.0-r1.ebuild
27 deleted file mode 100644
28 index 93ba073..0000000
29 --- a/net-misc/curl/curl-7.44.0-r1.ebuild
30 +++ /dev/null
31 @@ -1,253 +0,0 @@
32 -# Copyright 1999-2015 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI="5"
37 -
38 -inherit autotools eutils prefix multilib-minimal
39 -
40 -DESCRIPTION="A Client that groks URLs"
41 -HOMEPAGE="http://curl.haxx.se/"
42 -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
43 -
44 -LICENSE="MIT"
45 -SLOT="0"
46 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 -IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test threads"
48 -IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_libressl curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
49 -IUSE+=" elibc_Winnt"
50 -
51 -#lead to lots of false negatives, bug #285669
52 -RESTRICT="test"
53 -
54 -RDEPEND="ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
55 - ssl? (
56 - curl_ssl_axtls? (
57 - >=net-libs/axtls-1.4.9-r1[${MULTILIB_USEDEP}]
58 - app-misc/ca-certificates
59 - )
60 - curl_ssl_gnutls? (
61 - || (
62 - (
63 - >=net-libs/gnutls-3.2.15[static-libs?,${MULTILIB_USEDEP}]
64 - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
65 - )
66 - (
67 - =net-libs/gnutls-2.12*[nettle,static-libs?,${MULTILIB_USEDEP}]
68 - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
69 - )
70 - (
71 - =net-libs/gnutls-2.12*[-nettle,static-libs?,${MULTILIB_USEDEP}]
72 - >=dev-libs/libgcrypt-1.5.3[static-libs?,${MULTILIB_USEDEP}]
73 - )
74 - )
75 - app-misc/ca-certificates
76 - )
77 - curl_ssl_libressl? (
78 - dev-libs/libressl[static-libs?,${MULTILIB_USEDEP}]
79 - )
80 - curl_ssl_openssl? (
81 - >=dev-libs/openssl-1.0.1h-r2[static-libs?,${MULTILIB_USEDEP}]
82 - )
83 - curl_ssl_nss? (
84 - >=dev-libs/nss-3.15.4[${MULTILIB_USEDEP}]
85 - app-misc/ca-certificates
86 - )
87 - curl_ssl_polarssl? (
88 - >=net-libs/polarssl-1.3.4:=[${MULTILIB_USEDEP}]
89 - app-misc/ca-certificates
90 - )
91 - )
92 - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
93 - idn? ( >=net-dns/libidn-1.28[static-libs?,${MULTILIB_USEDEP}] )
94 - adns? ( >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] )
95 - kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
96 - metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
97 - rtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
98 - ssh? ( >=net-libs/libssh2-1.4.3[static-libs?,${MULTILIB_USEDEP}] )
99 - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
100 - abi_x86_32? (
101 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r13
102 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
103 - )"
104 -
105 -# Do we need to enforce the same ssl backend for curl and rtmpdump? Bug #423303
106 -# rtmp? (
107 -# media-video/rtmpdump
108 -# curl_ssl_gnutls? ( media-video/rtmpdump[gnutls] )
109 -# curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,ssl] )
110 -# )
111 -
112 -# ssl providers to be added:
113 -# fbopenssl $(use_with spnego)
114 -
115 -# krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html
116 -
117 -DEPEND="${RDEPEND}
118 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
119 - test? (
120 - sys-apps/diffutils
121 - dev-lang/perl
122 - )"
123 -
124 -# c-ares must be disabled for threads
125 -# only one ssl provider can be enabled
126 -REQUIRED_USE="
127 - curl_ssl_winssl? ( elibc_Winnt )
128 - threads? ( !adns )
129 - ssl? (
130 - ^^ (
131 - curl_ssl_axtls
132 - curl_ssl_gnutls
133 - curl_ssl_libressl
134 - curl_ssl_openssl
135 - curl_ssl_nss
136 - curl_ssl_polarssl
137 - curl_ssl_winssl
138 - )
139 - )"
140 -
141 -DOCS=( CHANGES README docs/FEATURES docs/INTERNALS \
142 - docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE)
143 -
144 -MULTILIB_WRAPPED_HEADERS=(
145 - /usr/include/curl/curlbuild.h
146 -)
147 -
148 -MULTILIB_CHOST_TOOLS=(
149 - /usr/bin/curl-config
150 -)
151 -
152 -src_prepare() {
153 - epatch \
154 - "${FILESDIR}"/${PN}-7.30.0-prefix.patch \
155 - "${FILESDIR}"/${PN}-respect-cflags-3.patch \
156 - "${FILESDIR}"/${PN}-fix-gnutls-nettle.patch
157 -
158 - sed -i '/LD_LIBRARY_PATH=/d' configure.ac || die #382241
159 -
160 - epatch_user
161 - eprefixify curl-config.in
162 - eautoreconf
163 -}
164 -
165 -multilib_src_configure() {
166 - einfo "\033[1;32m**************************************************\033[00m"
167 -
168 - # We make use of the fact that later flags override earlier ones
169 - # So start with all ssl providers off until proven otherwise
170 - local myconf=()
171 - myconf+=( --without-axtls --without-gnutls --without-nss --without-polarssl --without-ssl --without-winssl )
172 - myconf+=( --with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt )
173 - if use ssl ; then
174 - if use curl_ssl_axtls; then
175 - einfo "SSL provided by axtls"
176 - einfo "NOTE: axtls is meant for embedded systems and"
177 - einfo "may not be the best choice as an ssl provider"
178 - myconf+=( --with-axtls )
179 - fi
180 - if use curl_ssl_gnutls; then
181 - einfo "SSL provided by gnutls"
182 - if has_version ">=net-libs/gnutls-3.2.15[${MULTILIB_USEDEP}]" || has_version "=net-libs/gnutls-2.12*[nettle,${MULTILIB_USEDEP}]"; then
183 - einfo "gnutls compiled with dev-libs/nettle"
184 - myconf+=( --with-gnutls --with-nettle )
185 - else
186 - einfo "gnutls compiled with dev-libs/libgcrypt"
187 - myconf+=( --with-gnutls --without-nettle )
188 - fi
189 - fi
190 - if use curl_ssl_nss; then
191 - einfo "SSL provided by nss"
192 - myconf+=( --with-nss )
193 - fi
194 - if use curl_ssl_polarssl; then
195 - einfo "SSL provided by polarssl"
196 - einfo "NOTE: polarssl is meant for embedded systems and"
197 - einfo "may not be the best choice as an ssl provider"
198 - myconf+=( --with-polarssl )
199 - fi
200 - if use curl_ssl_libressl; then
201 - einfo "SSL provided by LibreSSL"
202 - myconf+=( --with-ssl --with-ca-path="${EPREFIX}"/etc/ssl/certs )
203 - fi
204 - if use curl_ssl_openssl; then
205 - einfo "SSL provided by openssl"
206 - myconf+=( --with-ssl --with-ca-path="${EPREFIX}"/etc/ssl/certs )
207 - fi
208 - if use curl_ssl_winssl; then
209 - einfo "SSL provided by Windows"
210 - myconf+=( --with-winssl )
211 - fi
212 - else
213 - einfo "SSL disabled"
214 - fi
215 - einfo "\033[1;32m**************************************************\033[00m"
216 -
217 - # These configuration options are organized alphabetically
218 - # within each category. This should make it easier if we
219 - # ever decide to make any of them contingent on USE flags:
220 - # 1) protocols first. To see them all do
221 - # 'grep SUPPORT_PROTOCOLS configure.ac'
222 - # 2) --enable/disable options second.
223 - # 'grep -- --enable configure | grep Check | awk '{ print $4 }' | sort
224 - # 3) --with/without options third.
225 - # grep -- --with configure | grep Check | awk '{ print $4 }' | sort
226 - ECONF_SOURCE="${S}" \
227 - econf \
228 - --enable-dict \
229 - --enable-file \
230 - --enable-ftp \
231 - --enable-gopher \
232 - --enable-http \
233 - --enable-imap \
234 - $(use_enable ldap) \
235 - $(use_enable ldap ldaps) \
236 - --enable-pop3 \
237 - --enable-rt \
238 - --enable-rtsp \
239 - $(use_enable samba smb) \
240 - $(use_with ssh libssh2) \
241 - --enable-smtp \
242 - --enable-telnet \
243 - --enable-tftp \
244 - $(use_enable adns ares) \
245 - --enable-cookies \
246 - --enable-hidden-symbols \
247 - $(use_enable ipv6) \
248 - --enable-largefile \
249 - --enable-manual \
250 - --enable-proxy \
251 - --disable-soname-bump \
252 - --disable-sspi \
253 - $(use_enable static-libs static) \
254 - $(use_enable threads threaded-resolver) \
255 - --disable-versioned-symbols \
256 - --without-cyassl \
257 - --without-darwinssl \
258 - $(use_with idn libidn) \
259 - $(use_with kerberos gssapi "${EPREFIX}"/usr) \
260 - --without-krb4 \
261 - $(use_with metalink libmetalink) \
262 - $(use_with http2 nghttp2) \
263 - $(use_with rtmp librtmp) \
264 - --without-spnego \
265 - --without-winidn \
266 - --with-zlib \
267 - "${myconf[@]}"
268 -
269 - if ! multilib_is_native_abi; then
270 - # avoid building the client
271 - sed -i -e '/SUBDIRS/s:src::' Makefile || die
272 - fi
273 -}
274 -
275 -multilib_src_install_all() {
276 - einstalldocs
277 - prune_libtool_files --all
278 -
279 - rm -rf "${ED}"/etc/
280 -
281 - # https://sourceforge.net/tracker/index.php?func=detail&aid=1705197&group_id=976&atid=350976
282 - insinto /usr/share/aclocal
283 - doins docs/libcurl/libcurl.m4
284 -}
285
286 diff --git a/net-misc/curl/curl-7.44.0.ebuild b/net-misc/curl/curl-7.44.0.ebuild
287 deleted file mode 100644
288 index 0ebbfc4..0000000
289 --- a/net-misc/curl/curl-7.44.0.ebuild
290 +++ /dev/null
291 @@ -1,245 +0,0 @@
292 -# Copyright 1999-2015 Gentoo Foundation
293 -# Distributed under the terms of the GNU General Public License v2
294 -# $Id$
295 -
296 -EAPI="5"
297 -
298 -inherit autotools eutils prefix multilib-minimal
299 -
300 -DESCRIPTION="A Client that groks URLs"
301 -HOMEPAGE="http://curl.haxx.se/"
302 -SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2"
303 -
304 -LICENSE="MIT"
305 -SLOT="0"
306 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
307 -IUSE="adns http2 idn ipv6 kerberos ldap metalink rtmp samba ssh ssl static-libs test threads"
308 -IUSE+=" curl_ssl_axtls curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl curl_ssl_winssl"
309 -IUSE+=" elibc_Winnt"
310 -
311 -#lead to lots of false negatives, bug #285669
312 -RESTRICT="test"
313 -
314 -RDEPEND="ldap? ( >=net-nds/openldap-2.4.38-r1[${MULTILIB_USEDEP}] )
315 - ssl? (
316 - curl_ssl_axtls? (
317 - >=net-libs/axtls-1.4.9-r1[${MULTILIB_USEDEP}]
318 - app-misc/ca-certificates
319 - )
320 - curl_ssl_gnutls? (
321 - || (
322 - (
323 - >=net-libs/gnutls-3.2.15[static-libs?,${MULTILIB_USEDEP}]
324 - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
325 - )
326 - (
327 - =net-libs/gnutls-2.12*[nettle,static-libs?,${MULTILIB_USEDEP}]
328 - >=dev-libs/nettle-2.6[${MULTILIB_USEDEP}]
329 - )
330 - (
331 - =net-libs/gnutls-2.12*[-nettle,static-libs?,${MULTILIB_USEDEP}]
332 - >=dev-libs/libgcrypt-1.5.3[static-libs?,${MULTILIB_USEDEP}]
333 - )
334 - )
335 - app-misc/ca-certificates
336 - )
337 - curl_ssl_openssl? (
338 - >=dev-libs/openssl-1.0.1h-r2[static-libs?,${MULTILIB_USEDEP}]
339 - )
340 - curl_ssl_nss? (
341 - >=dev-libs/nss-3.15.4[${MULTILIB_USEDEP}]
342 - app-misc/ca-certificates
343 - )
344 - curl_ssl_polarssl? (
345 - >=net-libs/polarssl-1.3.4:=[${MULTILIB_USEDEP}]
346 - app-misc/ca-certificates
347 - )
348 - )
349 - http2? ( net-libs/nghttp2[${MULTILIB_USEDEP}] )
350 - idn? ( >=net-dns/libidn-1.28[static-libs?,${MULTILIB_USEDEP}] )
351 - adns? ( >=net-dns/c-ares-1.10.0-r1[${MULTILIB_USEDEP}] )
352 - kerberos? ( >=virtual/krb5-0-r1[${MULTILIB_USEDEP}] )
353 - metalink? ( >=media-libs/libmetalink-0.1.1[${MULTILIB_USEDEP}] )
354 - rtmp? ( >=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}] )
355 - ssh? ( >=net-libs/libssh2-1.4.3[static-libs?,${MULTILIB_USEDEP}] )
356 - >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
357 - abi_x86_32? (
358 - !<=app-emulation/emul-linux-x86-baselibs-20140508-r13
359 - !app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
360 - )"
361 -
362 -# Do we need to enforce the same ssl backend for curl and rtmpdump? Bug #423303
363 -# rtmp? (
364 -# media-video/rtmpdump
365 -# curl_ssl_gnutls? ( media-video/rtmpdump[gnutls] )
366 -# curl_ssl_openssl? ( media-video/rtmpdump[-gnutls,ssl] )
367 -# )
368 -
369 -# ssl providers to be added:
370 -# fbopenssl $(use_with spnego)
371 -
372 -# krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html
373 -
374 -DEPEND="${RDEPEND}
375 - >=virtual/pkgconfig-0-r1[${MULTILIB_USEDEP}]
376 - test? (
377 - sys-apps/diffutils
378 - dev-lang/perl
379 - )"
380 -
381 -# c-ares must be disabled for threads
382 -# only one ssl provider can be enabled
383 -REQUIRED_USE="
384 - curl_ssl_winssl? ( elibc_Winnt )
385 - threads? ( !adns )
386 - ssl? (
387 - ^^ (
388 - curl_ssl_axtls
389 - curl_ssl_gnutls
390 - curl_ssl_openssl
391 - curl_ssl_nss
392 - curl_ssl_polarssl
393 - curl_ssl_winssl
394 - )
395 - )"
396 -
397 -DOCS=( CHANGES README docs/FEATURES docs/INTERNALS \
398 - docs/MANUAL docs/FAQ docs/BUGS docs/CONTRIBUTE)
399 -
400 -MULTILIB_WRAPPED_HEADERS=(
401 - /usr/include/curl/curlbuild.h
402 -)
403 -
404 -MULTILIB_CHOST_TOOLS=(
405 - /usr/bin/curl-config
406 -)
407 -
408 -src_prepare() {
409 - epatch \
410 - "${FILESDIR}"/${PN}-7.30.0-prefix.patch \
411 - "${FILESDIR}"/${PN}-respect-cflags-3.patch \
412 - "${FILESDIR}"/${PN}-fix-gnutls-nettle.patch
413 -
414 - sed -i '/LD_LIBRARY_PATH=/d' configure.ac || die #382241
415 -
416 - epatch_user
417 - eprefixify curl-config.in
418 - eautoreconf
419 -}
420 -
421 -multilib_src_configure() {
422 - einfo "\033[1;32m**************************************************\033[00m"
423 -
424 - # We make use of the fact that later flags override earlier ones
425 - # So start with all ssl providers off until proven otherwise
426 - local myconf=()
427 - myconf+=( --without-axtls --without-gnutls --without-nss --without-polarssl --without-ssl --without-winssl )
428 - myconf+=( --with-ca-bundle="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt )
429 - if use ssl ; then
430 - if use curl_ssl_axtls; then
431 - einfo "SSL provided by axtls"
432 - einfo "NOTE: axtls is meant for embedded systems and"
433 - einfo "may not be the best choice as an ssl provider"
434 - myconf+=( --with-axtls )
435 - fi
436 - if use curl_ssl_gnutls; then
437 - einfo "SSL provided by gnutls"
438 - if has_version ">=net-libs/gnutls-3.2.15[${MULTILIB_USEDEP}]" || has_version "=net-libs/gnutls-2.12*[nettle,${MULTILIB_USEDEP}]"; then
439 - einfo "gnutls compiled with dev-libs/nettle"
440 - myconf+=( --with-gnutls --with-nettle )
441 - else
442 - einfo "gnutls compiled with dev-libs/libgcrypt"
443 - myconf+=( --with-gnutls --without-nettle )
444 - fi
445 - fi
446 - if use curl_ssl_nss; then
447 - einfo "SSL provided by nss"
448 - myconf+=( --with-nss )
449 - fi
450 - if use curl_ssl_polarssl; then
451 - einfo "SSL provided by polarssl"
452 - einfo "NOTE: polarssl is meant for embedded systems and"
453 - einfo "may not be the best choice as an ssl provider"
454 - myconf+=( --with-polarssl )
455 - fi
456 - if use curl_ssl_openssl; then
457 - einfo "SSL provided by openssl"
458 - myconf+=( --with-ssl --with-ca-path="${EPREFIX}"/etc/ssl/certs )
459 - fi
460 - if use curl_ssl_winssl; then
461 - einfo "SSL provided by Windows"
462 - myconf+=( --with-winssl )
463 - fi
464 - else
465 - einfo "SSL disabled"
466 - fi
467 - einfo "\033[1;32m**************************************************\033[00m"
468 -
469 - # These configuration options are organized alphabetically
470 - # within each category. This should make it easier if we
471 - # ever decide to make any of them contingent on USE flags:
472 - # 1) protocols first. To see them all do
473 - # 'grep SUPPORT_PROTOCOLS configure.ac'
474 - # 2) --enable/disable options second.
475 - # 'grep -- --enable configure | grep Check | awk '{ print $4 }' | sort
476 - # 3) --with/without options third.
477 - # grep -- --with configure | grep Check | awk '{ print $4 }' | sort
478 - ECONF_SOURCE="${S}" \
479 - econf \
480 - --enable-dict \
481 - --enable-file \
482 - --enable-ftp \
483 - --enable-gopher \
484 - --enable-http \
485 - --enable-imap \
486 - $(use_enable ldap) \
487 - $(use_enable ldap ldaps) \
488 - --enable-pop3 \
489 - --enable-rt \
490 - --enable-rtsp \
491 - $(use_enable samba smb) \
492 - $(use_with ssh libssh2) \
493 - --enable-smtp \
494 - --enable-telnet \
495 - --enable-tftp \
496 - $(use_enable adns ares) \
497 - --enable-cookies \
498 - --enable-hidden-symbols \
499 - $(use_enable ipv6) \
500 - --enable-largefile \
501 - --enable-manual \
502 - --enable-proxy \
503 - --disable-soname-bump \
504 - --disable-sspi \
505 - $(use_enable static-libs static) \
506 - $(use_enable threads threaded-resolver) \
507 - --disable-versioned-symbols \
508 - --without-cyassl \
509 - --without-darwinssl \
510 - $(use_with idn libidn) \
511 - $(use_with kerberos gssapi "${EPREFIX}"/usr) \
512 - --without-krb4 \
513 - $(use_with metalink libmetalink) \
514 - $(use_with http2 nghttp2) \
515 - $(use_with rtmp librtmp) \
516 - --without-spnego \
517 - --without-winidn \
518 - --with-zlib \
519 - "${myconf[@]}"
520 -
521 - if ! multilib_is_native_abi; then
522 - # avoid building the client
523 - sed -i -e '/SUBDIRS/s:src::' Makefile || die
524 - fi
525 -}
526 -
527 -multilib_src_install_all() {
528 - einstalldocs
529 - prune_libtool_files --all
530 -
531 - rm -rf "${ED}"/etc/
532 -
533 - # https://sourceforge.net/tracker/index.php?func=detail&aid=1705197&group_id=976&atid=350976
534 - insinto /usr/share/aclocal
535 - doins docs/libcurl/libcurl.m4
536 -}