Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 488426
Collapse All | Expand All

(-)/usr/portage/net-misc/tor/tor-0.2.5.1_alpha.ebuild (-3 / +5 lines)
Lines 2-10 Link Here
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.5.1_alpha.ebuild,v 1.1 2013/10/02 10:15:52 blueness Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.2.5.1_alpha.ebuild,v 1.1 2013/10/02 10:15:52 blueness Exp $
4
4
5
EAPI="4"
5
EAPI="5"
6
6
7
inherit eutils flag-o-matic versionator
7
inherit eutils flag-o-matic systemd versionator user
8
8
9
MY_PV="$(replace_version_separator 4 -)"
9
MY_PV="$(replace_version_separator 4 -)"
10
MY_PF="${PN}-${MY_PV}"
10
MY_PF="${PN}-${MY_PV}"
Lines 17-23 Link Here
17
LICENSE="BSD GPL-2"
17
LICENSE="BSD GPL-2"
18
SLOT="0"
18
SLOT="0"
19
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
19
KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
20
IUSE="-bufferevents +ecc nat-pmp selinux stats tor-hardening transparent-proxy threads upnp web"
20
IUSE="-bufferevents +ecc nat-pmp selinux stats test tor-hardening transparent-proxy threads upnp web"
21
21
22
DEPEND="dev-libs/openssl
22
DEPEND="dev-libs/openssl
23
	sys-libs/zlib
23
	sys-libs/zlib
Lines 68-73 Link Here
68
	newconfd "${FILESDIR}"/tor.confd tor
68
	newconfd "${FILESDIR}"/tor.confd tor
69
	newinitd "${FILESDIR}"/tor.initd-r6 tor
69
	newinitd "${FILESDIR}"/tor.initd-r6 tor
70
70
71
	systemd_dounit "${FILESDIR}"/tor.service
72
71
	emake DESTDIR="${D}" install
73
	emake DESTDIR="${D}" install
72
74
73
	keepdir /var/lib/tor
75
	keepdir /var/lib/tor

Return to bug 488426