summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-07-01 06:18:41 +0000
committerTim Harder <radhermit@gentoo.org>2014-07-01 06:18:41 +0000
commit4e7da023f03ec1909fd0a0ebfeeb0dd4a0522c57 (patch)
tree4fd6512df5faf5144a5297d82088aa5330c5b4cd
parentBug #467210: missing dep for usleep binary. (diff)
downloadgentoo-2-4e7da023f03ec1909fd0a0ebfeeb0dd4a0522c57.tar.gz
gentoo-2-4e7da023f03ec1909fd0a0ebfeeb0dd4a0522c57.tar.bz2
gentoo-2-4e7da023f03ec1909fd0a0ebfeeb0dd4a0522c57.zip
Remove old.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
-rw-r--r--net-proxy/sshuttle/ChangeLog5
-rw-r--r--net-proxy/sshuttle/sshuttle-0.61.ebuild43
2 files changed, 4 insertions, 44 deletions
diff --git a/net-proxy/sshuttle/ChangeLog b/net-proxy/sshuttle/ChangeLog
index 7a4ccb4b1987..d1f4c071a5e2 100644
--- a/net-proxy/sshuttle/ChangeLog
+++ b/net-proxy/sshuttle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/sshuttle
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.17 2014/03/04 20:14:39 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.18 2014/07/01 06:18:41 radhermit Exp $
+
+ 01 Jul 2014; Tim Harder <radhermit@gentoo.org> -sshuttle-0.61.ebuild:
+ Remove old.
04 Mar 2014; Agostino Sarubbo <ago@gentoo.org> sshuttle-0.61-r1.ebuild:
Stable for x86, wrt bug #502910
diff --git a/net-proxy/sshuttle/sshuttle-0.61.ebuild b/net-proxy/sshuttle/sshuttle-0.61.ebuild
deleted file mode 100644
index 836f3628100e..000000000000
--- a/net-proxy/sshuttle/sshuttle-0.61.ebuild
+++ /dev/null
@@ -1,43 +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.61.ebuild,v 1.3 2012/10/17 03:31:23 phajdan.jr Exp $
-
-EAPI="4"
-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/dist/${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"
-
-pkg_setup() {
- linux-info_pkg_setup
- python_pkg_setup
-}
-
-src_compile() { :; }
-
-src_install() {
- rm stresstest.py || die
- insinto "$(python_get_sitedir)"/${PN}
- doins -r *.py compat
-
- exeinto "$(python_get_sitedir)"/${PN}
- doexe ${PN}
- dosym "$(python_get_sitedir)"/${PN}/${PN} /usr/bin/${PN}
-
- dodoc README.md
- doman Documentation/${PN}.8
-}