| 1 | # Copyright 1999-2012 Gentoo Foundation |
1 | # Copyright 1999-2013 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-proxy/obfsproxy/obfsproxy-0.1.4.ebuild,v 1.2 2012/05/11 13:48:28 blueness Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.4.ebuild,v 1.3 2013/01/08 20:17:09 blueness Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | DESCRIPTION="A tor-compliant pluggable transports proxy to obfuscate tor traffic" |
7 | DESCRIPTION="A tor-compliant pluggable transports proxy to obfuscate tor traffic" |
| 8 | HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html" |
8 | HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html" |
| 9 | SRC_URI="https://archive.torproject.org/tor-package-archive/${PN}/${P}.tar.gz" |
9 | SRC_URI="https://archive.torproject.org/tor-package-archive/${PN}/${P}.tar.gz" |
| 10 | |
10 | |
| 11 | LICENSE="GPL-2" |
11 | LICENSE="GPL-2" |
| 12 | SLOT="0" |
12 | SLOT="0" |
| 13 | KEYWORDS="~amd64 ~x86" |
13 | KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" |
| 14 | IUSE="" |
14 | IUSE="" |
| 15 | |
15 | |
| 16 | DEPEND="dev-libs/openssl |
16 | DEPEND="dev-libs/openssl |
| 17 | >=dev-libs/libevent-2 |
17 | >=dev-libs/libevent-2 |
| 18 | >=net-misc/tor-0.2.3.12_alpha |
18 | >=net-misc/tor-0.2.3.12_alpha |