| 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/Attic/tor-0.2.2.39.ebuild,v 1.4 2012/09/15 10:20:06 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-misc/tor/Attic/tor-0.2.2.39.ebuild,v 1.6 2012/09/15 18:02:37 armin76 Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils flag-o-matic |
7 | inherit autotools eutils flag-o-matic |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://www.torproject.org/" |
10 | HOMEPAGE="http://www.torproject.org/" |
| 11 | SRC_URI="https://archive.torproject.org/tor-package-archive/${PN}-${PV}.tar.gz" |
11 | SRC_URI="https://archive.torproject.org/tor-package-archive/${PN}-${PV}.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="BSD GPL-2" |
13 | LICENSE="BSD GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="~amd64 arm ~mips ppc ppc64 ~sparc x86 ~x86-fbsd" |
15 | KEYWORDS="amd64 arm ~mips ppc ppc64 sparc x86 ~x86-fbsd" |
| 16 | IUSE="tor-hardening +transparent-proxy threads selinux" |
16 | IUSE="tor-hardening +transparent-proxy threads selinux" |
| 17 | |
17 | |
| 18 | DEPEND="dev-libs/openssl |
18 | DEPEND="dev-libs/openssl |
| 19 | >=dev-libs/libevent-2.0 |
19 | >=dev-libs/libevent-2.0 |
| 20 | selinux? ( sec-policy/selinux-tor )" |
20 | selinux? ( sec-policy/selinux-tor )" |