1 | # Copyright 1999-2011 Gentoo Foundation |
1 | # Copyright 1999-2011 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.21.4.ebuild,v 1.4 2011/05/24 15:00:24 jer Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/Attic/curl-7.21.4.ebuild,v 1.10 2011/06/02 12:12:54 maekke Exp $ |
4 | |
4 | |
5 | # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! |
5 | # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl! |
6 | |
6 | |
7 | EAPI=4 |
7 | EAPI=4 |
8 | |
8 | |
… | |
… | |
12 | HOMEPAGE="http://curl.haxx.se/" |
12 | HOMEPAGE="http://curl.haxx.se/" |
13 | SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" |
13 | SRC_URI="http://curl.haxx.se/download/${P}.tar.bz2" |
14 | |
14 | |
15 | LICENSE="MIT" |
15 | LICENSE="MIT" |
16 | SLOT="0" |
16 | SLOT="0" |
17 | KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~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" |
17 | KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~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" |
18 | IUSE="ares gnutls idn ipv6 kerberos ldap libssh2 nss ssl static-libs test threads" |
18 | IUSE="ares gnutls idn ipv6 kerberos ldap libssh2 nss ssl static-libs test threads" |
19 | |
19 | |
20 | RDEPEND="ldap? ( net-nds/openldap ) |
20 | RDEPEND="ldap? ( net-nds/openldap ) |
21 | ssl? ( |
21 | ssl? ( |
22 | gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) |
22 | gnutls? ( net-libs/gnutls dev-libs/libgcrypt app-misc/ca-certificates ) |