| 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.3 2012/05/01 13:43:16 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.25.0-r1.ebuild,v 1.4 2012/05/05 03:20:41 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils prefix |
7 | inherit autotools eutils prefix |
| 8 | |
8 | |
| … | |
… | |
| 44 | # rtmpdump ( media-video/rtmpdump ) / --with-librtmp |
44 | # rtmpdump ( media-video/rtmpdump ) / --with-librtmp |
| 45 | # krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html |
45 | # krb4 http://web.mit.edu/kerberos/www/krb4-end-of-life.html |
| 46 | |
46 | |
| 47 | DEPEND="${RDEPEND} |
47 | DEPEND="${RDEPEND} |
| 48 | sys-apps/ed |
48 | sys-apps/ed |
| 49 | dev-util/pkgconfig |
49 | virtual/pkgconfig |
| 50 | test? ( |
50 | test? ( |
| 51 | sys-apps/diffutils |
51 | sys-apps/diffutils |
| 52 | dev-lang/perl |
52 | dev-lang/perl |
| 53 | )" |
53 | )" |
| 54 | # used - but can do without in self test: net-misc/stunnel |
54 | # used - but can do without in self test: net-misc/stunnel |