| 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/tor/tor-0.2.3.25.ebuild,v 1.5 2012/11/27 20:23:39 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.3.25.ebuild,v 1.6 2012/12/16 19:29:18 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit eutils flag-o-matic versionator |
7 | inherit eutils flag-o-matic versionator |
| 8 | |
8 | |
| … | |
… | |
| 13 | SRC_URI="https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz" |
13 | SRC_URI="https://archive.torproject.org/tor-package-archive/${MY_PF}.tar.gz" |
| 14 | S="${WORKDIR}/${MY_PF}" |
14 | S="${WORKDIR}/${MY_PF}" |
| 15 | |
15 | |
| 16 | LICENSE="BSD GPL-2" |
16 | LICENSE="BSD GPL-2" |
| 17 | SLOT="0" |
17 | SLOT="0" |
| 18 | KEYWORDS="amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" |
18 | KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd" |
| 19 | IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web" |
19 | IUSE="+bufferevents nat-pmp tor-hardening transparent-proxy threads upnp selinux web" |
| 20 | |
20 | |
| 21 | DEPEND="dev-libs/openssl |
21 | DEPEND="dev-libs/openssl |
| 22 | sys-libs/zlib |
22 | sys-libs/zlib |
| 23 | dev-libs/libevent |
23 | dev-libs/libevent |