| 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/www-servers/varnish/varnish-3.0.2-r1.ebuild,v 1.4 2012/06/15 09:37:35 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/www-servers/varnish/varnish-3.0.2-r1.ebuild,v 1.5 2012/07/11 23:10:42 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools-utils eutils |
7 | inherit autotools-utils eutils |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.varnish-cache.org/" |
10 | HOMEPAGE="http://www.varnish-cache.org/" |
| 11 | SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz" |
11 | SRC_URI="http://repo.varnish-cache.org/source/${P}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="BSD-2" |
13 | LICENSE="BSD-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="amd64 x86" |
15 | KEYWORDS="amd64 ~mips x86" |
| 16 | IUSE="doc libedit static-libs +tools" |
16 | IUSE="doc libedit static-libs +tools" |
| 17 | |
17 | |
| 18 | CDEPEND="dev-libs/libpcre |
18 | CDEPEND="dev-libs/libpcre |
| 19 | libedit? ( dev-libs/libedit ) |
19 | libedit? ( dev-libs/libedit ) |
| 20 | tools? ( sys-libs/ncurses )" |
20 | tools? ( sys-libs/ncurses )" |