summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-25 08:21:22 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-25 08:21:22 +0000
commit8de9c17f8aaebe0127ae459e72daafac4f128da2 (patch)
tree61452d48367e82fd5464a3262d6c3c717116762b /net-proxy
parentRemove old. (diff)
downloadgentoo-2-8de9c17f8aaebe0127ae459e72daafac4f128da2.tar.gz
gentoo-2-8de9c17f8aaebe0127ae459e72daafac4f128da2.tar.bz2
gentoo-2-8de9c17f8aaebe0127ae459e72daafac4f128da2.zip
Remove old.
(Portage version: 2.2.0_alpha95/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy')
-rw-r--r--net-proxy/sshuttle/ChangeLog5
-rw-r--r--net-proxy/sshuttle/sshuttle-0.54.ebuild38
2 files changed, 4 insertions, 39 deletions
diff --git a/net-proxy/sshuttle/ChangeLog b/net-proxy/sshuttle/ChangeLog
index 3916aa743f1e..7daf50efecf8 100644
--- a/net-proxy/sshuttle/ChangeLog
+++ b/net-proxy/sshuttle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/sshuttle
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.9 2012/02/24 14:14:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.10 2012/03/25 08:21:22 radhermit Exp $
+
+ 25 Mar 2012; Tim Harder <radhermit@gentoo.org> -sshuttle-0.54.ebuild:
+ Remove old.
24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> sshuttle-0.60.ebuild:
x86 stable wrt bug #404025
diff --git a/net-proxy/sshuttle/sshuttle-0.54.ebuild b/net-proxy/sshuttle/sshuttle-0.54.ebuild
deleted file mode 100644
index 0fa7435d6038..000000000000
--- a/net-proxy/sshuttle/sshuttle-0.54.ebuild
+++ /dev/null
@@ -1,38 +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/sshuttle/sshuttle-0.54.ebuild,v 1.6 2012/01/15 23:25:32 radhermit Exp $
-
-EAPI=3
-PYTHON_DEPEND="2"
-
-inherit python linux-info
-
-DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
-HOMEPAGE="https://github.com/apenwarr/sshuttle/"
-SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="app-arch/xz-utils"
-RDEPEND="net-firewall/iptables
- || ( app-admin/sudo sys-apps/shadow )"
-
-CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~NF_NAT"
-
-src_compile() { :; }
-
-src_install() {
- rm stresstest.py || die
- insinto "$(python_get_sitedir)"/${PN}
- doins -r *.py compat || die
-
- exeinto "$(python_get_sitedir)"/${PN}
- doexe ${PN} || die
- dosym "$(python_get_sitedir)"/${PN}/${PN} /usr/bin/${PN} || die
-
- dodoc README.md || die
- doman ${PN}.8 || die
-}