| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2012 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/curl-7.25.0-r1.ebuild,v 1.9 2012/06/18 10:22:51 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.25.0-r1.ebuild,v 1.10 2012/06/21 15:04:09 jer Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils prefix |
7 | inherit autotools eutils prefix |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://curl.haxx.se/" |
10 | HOMEPAGE="http://curl.haxx.se/" |
| 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="ares idn ipv6 kerberos ldap ssh ssl static-libs test threads" |
16 | IUSE="ares idn ipv6 kerberos ldap 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" |