| 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-proxy/torsocks/torsocks-1.2-r2.ebuild,v 1.2 2012/03/24 11:56:23 ago Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/net-proxy/torsocks/torsocks-1.2-r2.ebuild,v 1.3 2012/03/24 17:29:36 phajdan.jr Exp $ |
| 4 | |
4 | |
| 5 | EAPI="4" |
5 | EAPI="4" |
| 6 | |
6 | |
| 7 | inherit autotools eutils multilib |
7 | inherit autotools eutils multilib |
| 8 | |
8 | |
| … | |
… | |
| 10 | HOMEPAGE="http://code.google.com/p/torsocks" |
10 | HOMEPAGE="http://code.google.com/p/torsocks" |
| 11 | SRC_URI="http://${PN}.googlecode.com/files/${PN}-1.2.tar.gz" |
11 | SRC_URI="http://${PN}.googlecode.com/files/${PN}-1.2.tar.gz" |
| 12 | |
12 | |
| 13 | LICENSE="GPL-2" |
13 | LICENSE="GPL-2" |
| 14 | SLOT="0" |
14 | SLOT="0" |
| 15 | KEYWORDS="amd64 ~x86" |
15 | KEYWORDS="amd64 x86" |
| 16 | IUSE="static-libs" |
16 | IUSE="static-libs" |
| 17 | |
17 | |
| 18 | # We do not depend on tor which might be running on a different box |
18 | # We do not depend on tor which might be running on a different box |
| 19 | DEPEND="" |
19 | DEPEND="" |
| 20 | RDEPEND="${DEPEND}" |
20 | RDEPEND="${DEPEND}" |