summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-05-11 13:49:48 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-05-11 13:49:48 +0000
commit843e6f3d7aa4558e998051c62f88541284d3a7dd (patch)
treeee70db0371b5cee7454a489e694f684eb4410b21 /net-proxy/obfsproxy
parentMoved SRC_URI as per upstream's instructions, thanks Sebastian. (diff)
downloadgentoo-2-843e6f3d7aa4558e998051c62f88541284d3a7dd.tar.gz
gentoo-2-843e6f3d7aa4558e998051c62f88541284d3a7dd.tar.bz2
gentoo-2-843e6f3d7aa4558e998051c62f88541284d3a7dd.zip
Remove older unstable versions
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/obfsproxy')
-rw-r--r--net-proxy/obfsproxy/ChangeLog6
-rw-r--r--net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild56
-rw-r--r--net-proxy/obfsproxy/obfsproxy-0.1.3.ebuild56
3 files changed, 5 insertions, 113 deletions
diff --git a/net-proxy/obfsproxy/ChangeLog b/net-proxy/obfsproxy/ChangeLog
index 6eff6d47e511..8b2b45724e0d 100644
--- a/net-proxy/obfsproxy/ChangeLog
+++ b/net-proxy/obfsproxy/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-proxy/obfsproxy
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.5 2012/05/11 13:48:28 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/ChangeLog,v 1.6 2012/05/11 13:49:48 blueness Exp $
+
+ 11 May 2012; Anthony G. Basile <blueness@gentoo.org> -obfsproxy-0.1.1.ebuild,
+ -obfsproxy-0.1.3.ebuild:
+ Remove older unstable versions
11 May 2012; Anthony G. Basile <blueness@gentoo.org> obfsproxy-0.1.4.ebuild:
Moved SRC_URI as per upstream's instructions, thanks Sebastian.
diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild
deleted file mode 100644
index ac0325db32bf..000000000000
--- a/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.1.ebuild,v 1.2 2012/04/07 15:21:48 blueness Exp $
-
-EAPI="4"
-
-DESCRIPTION="A tor-compliant pluggable transports proxy to obfuscate tor traffic"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html"
-SRC_URI="https://www.torproject.org/dist/obfsproxy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl
- >=dev-libs/libevent-2
- >=net-misc/tor-0.2.3.12_alpha
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README ChangeLog
- dodoc -r doc/*
-}
-
-pkg_postinst() {
- einfo
- einfo "To run ${PN} with a tor bridge, add the following to your torrc file:"
- einfo
- einfo " ORPort 5001"
- einfo " BridgeRelay 1"
- einfo " ExitPolicy reject *:*"
- einfo " ServerTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
- einfo
- einfo "Change your ORPort to whatever value you use. When you start tor,"
- einfo "you should see a message similar to the following in its logs:"
- einfo
- einfo " Registered server transport 'obfs2' at '0.0.0.0:33578'"
- einfo
- einfo "Note the port number, 33578 in this case, and report it, along with"
- einfo "your IP address, to your bridge clients."
- einfo
- einfo
- einfo "To run ${PN} with a tor client, add the following to your torrc file:"
- einfo
- einfo " SocksPort 5000"
- einfo " UseBridges 1"
- einfo " Bridge obfs2 <IP>:<port>"
- einfo " ClientTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
- einfo
- einfo "Change your SocksPort to whatever value you use. Also, replace the"
- einfo "<IP>:<port> pair with the values you received from the tor obfs bridge."
- einfo
-}
diff --git a/net-proxy/obfsproxy/obfsproxy-0.1.3.ebuild b/net-proxy/obfsproxy/obfsproxy-0.1.3.ebuild
deleted file mode 100644
index 807054efdbea..000000000000
--- a/net-proxy/obfsproxy/obfsproxy-0.1.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/obfsproxy/obfsproxy-0.1.3.ebuild,v 1.1 2012/04/07 15:21:48 blueness Exp $
-
-EAPI="4"
-
-DESCRIPTION="A tor-compliant pluggable transports proxy to obfuscate tor traffic"
-HOMEPAGE="https://www.torproject.org/projects/obfsproxy.html"
-SRC_URI="https://www.torproject.org/dist/obfsproxy/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="dev-libs/openssl
- >=dev-libs/libevent-2
- >=net-misc/tor-0.2.3.12_alpha
- sys-libs/zlib"
-RDEPEND="${DEPEND}"
-
-src_install() {
- emake DESTDIR="${D}" install
- dodoc README ChangeLog
- dodoc -r doc/*
-}
-
-pkg_postinst() {
- einfo
- einfo "To run ${PN} with a tor bridge, add the following to your torrc file:"
- einfo
- einfo " ORPort 5001"
- einfo " BridgeRelay 1"
- einfo " ExitPolicy reject *:*"
- einfo " ServerTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
- einfo
- einfo "Change your ORPort to whatever value you use. When you start tor,"
- einfo "you should see a message similar to the following in its logs:"
- einfo
- einfo " Registered server transport 'obfs2' at '0.0.0.0:33578'"
- einfo
- einfo "Note the port number, 33578 in this case, and report it, along with"
- einfo "your IP address, to your bridge clients."
- einfo
- einfo
- einfo "To run ${PN} with a tor client, add the following to your torrc file:"
- einfo
- einfo " SocksPort 5000"
- einfo " UseBridges 1"
- einfo " Bridge obfs2 <IP>:<port>"
- einfo " ClientTransportPlugin obfs2 exec /usr/bin/${PN} --managed"
- einfo
- einfo "Change your SocksPort to whatever value you use. Also, replace the"
- einfo "<IP>:<port> pair with the values you received from the tor obfs bridge."
- einfo
-}