| 1 | # Copyright 1999-2011 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/www-servers/varnish/varnish-3.0.2-r1.ebuild,v 1.1 2011/12/14 22:55:13 radhermit Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2-r1.ebuild,v 1.2 2012/05/02 21:50:56 jdhore Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools-utils eutils |
7 | inherit autotools-utils eutils |
| 8 | |
8 | |
| … | |
… | |
| 21 | #varnish compiles stuff at run time |
21 | #varnish compiles stuff at run time |
| 22 | RDEPEND="${CDEPEND} |
22 | RDEPEND="${CDEPEND} |
| 23 | sys-devel/gcc" |
23 | sys-devel/gcc" |
| 24 | DEPEND="${CDEPEND} |
24 | DEPEND="${CDEPEND} |
| 25 | dev-python/docutils |
25 | dev-python/docutils |
| 26 | dev-util/pkgconfig" |
26 | virtual/pkgconfig" |
| 27 | |
27 | |
| 28 | RESTRICT="test" #315725 |
28 | RESTRICT="test" #315725 |
| 29 | |
29 | |
| 30 | DOCS=( README doc/changes.rst ) |
30 | DOCS=( README doc/changes.rst ) |
| 31 | |
31 | |