| 1 | # Copyright 1999-2013 Gentoo Foundation |
1 | # Copyright 1999-2013 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/Attic/curl-7.29.0.ebuild,v 1.1 2013/02/07 19:11:23 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/Attic/curl-7.29.0.ebuild,v 1.2 2013/02/09 17:35:54 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils prefix |
7 | inherit autotools eutils prefix |
| 8 | |
8 | |
| … | |
… | |
| 11 | SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" |
11 | SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" |
| 12 | |
12 | |
| 13 | LICENSE="MIT" |
13 | LICENSE="MIT" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
15 | KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~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 ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |
| 16 | IUSE="adns idn ipv6 kerberos ldap metalink +nonblocking rtmp ssh ssl static-libs test threads" |
16 | IUSE="adns idn ipv6 kerberos ldap metalink rtmp ssh ssl static-libs test threads" |
| 17 | IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl" |
17 | IUSE="${IUSE} curl_ssl_axtls curl_ssl_cyassl curl_ssl_gnutls curl_ssl_nss +curl_ssl_openssl curl_ssl_polarssl" |
| 18 | |
18 | |
| 19 | #lead to lots of false negatives, bug #285669 |
19 | #lead to lots of false negatives, bug #285669 |
| 20 | RESTRICT="test" |
20 | RESTRICT="test" |
| 21 | |
21 | |
| … | |
… | |
| 170 | --enable-cookies \ |
170 | --enable-cookies \ |
| 171 | --enable-hidden-symbols \ |
171 | --enable-hidden-symbols \ |
| 172 | $(use_enable ipv6) \ |
172 | $(use_enable ipv6) \ |
| 173 | --enable-largefile \ |
173 | --enable-largefile \ |
| 174 | --enable-manual \ |
174 | --enable-manual \ |
| 175 | $(use_enable nonblocking) \ |
|
|
| 176 | --enable-proxy \ |
175 | --enable-proxy \ |
| 177 | --disable-soname-bump \ |
176 | --disable-soname-bump \ |
| 178 | --disable-sspi \ |
177 | --disable-sspi \ |
| 179 | $(use_enable static-libs static) \ |
178 | $(use_enable static-libs static) \ |
| 180 | $(use_enable threads threaded-resolver) \ |
179 | $(use_enable threads threaded-resolver) \ |