diff options
author | Peter Johanson <latexer@gentoo.org> | 2004-02-29 14:25:35 +0000 |
---|---|---|
committer | Peter Johanson <latexer@gentoo.org> | 2004-02-29 14:25:35 +0000 |
commit | d40cb7c88ec0ffcc6a92f627165dc2e88ac183c4 (patch) | |
tree | c1d7dbb7b64d4b98312d8de8578c32f6bfb3df13 /net-misc/tor/tor-0.0.2_pre23.ebuild | |
parent | Version bump, cleanup old, change DEPEND from x11-base/xfree to virtual/x11. ... (diff) | |
download | gentoo-2-d40cb7c88ec0ffcc6a92f627165dc2e88ac183c4.tar.gz gentoo-2-d40cb7c88ec0ffcc6a92f627165dc2e88ac183c4.tar.bz2 gentoo-2-d40cb7c88ec0ffcc6a92f627165dc2e88ac183c4.zip |
Bump
Diffstat (limited to 'net-misc/tor/tor-0.0.2_pre23.ebuild')
-rw-r--r-- | net-misc/tor/tor-0.0.2_pre23.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-misc/tor/tor-0.0.2_pre23.ebuild b/net-misc/tor/tor-0.0.2_pre23.ebuild new file mode 100644 index 000000000000..40f610308b00 --- /dev/null +++ b/net-misc/tor/tor-0.0.2_pre23.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/tor/tor-0.0.2_pre23.ebuild,v 1.1 2004/02/29 14:25:35 latexer Exp $ + +MY_P=${P/_pre/pre} +DESCRIPTION="Anonymizing overlay network for TCP" +HOMEPAGE="http://www.freehaven.net/tor/" +SRC_URI="http://www.freehaven.net/tor/dist/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="dev-libs/openssl" +RDEPEND="net-misc/tsocks" +S=${WORKDIR}/${MY_P} + +src_install() { + make DESTDIR=${D} install || die + + dodoc README ChangeLog AUTHORS \ + doc/{CLIENTS,FAQ,HACKING,TODO} \ + doc/{rendezvous.txt,tor-design.tex,tor-spec.txt} +} |