public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/
Date: Sat, 28 Nov 2015 00:56:35 +0000 (UTC)	[thread overview]
Message-ID: <1448672162.2fc813a4bf6b8b8969f7c7f6f9775d4f8100fb6a.radhermit@gentoo> (raw)

commit:     2fc813a4bf6b8b8969f7c7f6f9775d4f8100fb6a
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 28 00:54:08 2015 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Sat Nov 28 00:56:02 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc813a4

net-proxy/sshuttle: version bump to 0.73

 net-proxy/sshuttle/Manifest             |  1 +
 net-proxy/sshuttle/metadata.xml         |  2 +-
 net-proxy/sshuttle/sshuttle-0.73.ebuild | 34 +++++++++++++++++++++++++++++++++
 3 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/net-proxy/sshuttle/Manifest b/net-proxy/sshuttle/Manifest
index 79dba7b..f28f2b9 100644
--- a/net-proxy/sshuttle/Manifest
+++ b/net-proxy/sshuttle/Manifest
@@ -1 +1,2 @@
 DIST sshuttle-0.61.tar.xz 181528 SHA256 78cea312c4bab6f6baa459131cb7739d9fae7d0df9e54efd48fc4ddd852042f5 SHA512 39687ecf0a9b78cc0f7dc576c3c036f5afb52050f17d793602e50c8a9ab8bb0f9eb3277cb2fffb1e9c0f5f652d96c6915aecf8a8da93697172d8cbef1161a986 WHIRLPOOL 9c8597d98306730fcab750094588310c03bafea473b54a2758e055a7bb4bb851b3edad4d2cf2995893a30ed4148b7fd8437820099042ff6c7c52a0dc279d6ebc
+DIST sshuttle-0.73.tar.gz 53321 SHA256 d78a6aa76f93ab69fd9685ce11b428a9b549c049a6c0104740c06c9b354a5ae3 SHA512 75bef9f0472cf648454fbde6d6fb14e0656e5d84896cf3295e8535a4cf6859bdafd0053d65ebb673da46e0bcb422dd1a615deef026c2eefd67a4702e70dd3660 WHIRLPOOL c07745df347e68326e211939db0fb8f0eac862cd7f1035b4e3424f3ad6bc9509a558508e8af77e2aaef290e694d871227d3f5a569ae444bc67457419a988b9f1

diff --git a/net-proxy/sshuttle/metadata.xml b/net-proxy/sshuttle/metadata.xml
index be10143..f932a94 100644
--- a/net-proxy/sshuttle/metadata.xml
+++ b/net-proxy/sshuttle/metadata.xml
@@ -6,6 +6,6 @@
     <name>Tim Harder</name>
   </maintainer>
   <upstream>
-    <remote-id type="github">apenwarr/sshuttle</remote-id>
+    <remote-id type="github">sshuttle/sshuttle</remote-id>
   </upstream>
 </pkgmetadata>

diff --git a/net-proxy/sshuttle/sshuttle-0.73.ebuild b/net-proxy/sshuttle/sshuttle-0.73.ebuild
new file mode 100644
index 0000000..1ff6ebf
--- /dev/null
+++ b/net-proxy/sshuttle/sshuttle-0.73.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python{2_7,3_5} )
+
+inherit eutils linux-info distutils-r1
+
+DESCRIPTION="Transparent proxy server that works as a poor man's VPN using ssh"
+HOMEPAGE="https://github.com/sshuttle/sshuttle"
+SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	net-firewall/iptables
+"
+DEPEND="
+	test? (
+		dev-python/pytest[${PYTHON_USEDEP}]
+		dev-python/mock[${PYTHON_USEDEP}]
+	)
+"
+
+CONFIG_CHECK="~NETFILTER_XT_TARGET_HL ~IP_NF_TARGET_REDIRECT ~NF_NAT"
+
+python_test() {
+	py.test || die "Tests fail under ${EPYTHON}"
+}


             reply	other threads:[~2015-11-28  0:56 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-28  0:56 Tim Harder [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-10  2:52 [gentoo-commits] repo/gentoo:master commit in: net-proxy/sshuttle/ Tim Harder
2016-01-13 21:58 Tim Harder
2016-01-19  4:28 Tim Harder
2016-01-19  4:44 Tim Harder
2016-03-12  7:00 Tim Harder
2016-03-12  7:03 Tim Harder
2016-04-08  5:14 Tim Harder
2016-08-06  7:37 Tim Harder
2016-08-06  7:37 Tim Harder
2016-08-10  3:06 Tim Harder
2016-11-23  5:15 Tim Harder
2016-11-23  5:15 Tim Harder
2017-07-29  4:51 Tim Harder
2017-08-31 14:30 Tim Harder
2017-08-31 14:30 Tim Harder
2018-02-06  3:18 Tim Harder
2018-03-23  6:39 Tim Harder
2018-03-23  6:39 Tim Harder
2018-06-30 17:34 Tim Harder
2018-12-28 10:13 Tim Harder
2018-12-28 10:13 Tim Harder
2019-03-04  8:34 Tim Harder
2019-04-03  4:46 Tim Harder
2019-04-03  4:46 Tim Harder
2019-06-09 22:13 Tim Harder
2019-08-14 23:17 Tim Harder
2019-11-18  6:29 Tim Harder
2020-02-11 12:16 Michał Górny
2020-08-02 22:49 Sam James
2020-08-02 23:08 Sam James
2020-08-30  1:32 Thomas Deutschmann
2020-09-20 20:21 Agostino Sarubbo
2020-12-27  4:31 Sam James
2020-12-27  4:47 Sam James
2020-12-29 20:15 Sam James
2021-01-31 21:51 Sam James
2021-02-02 23:46 Sam James
2021-02-02 23:51 Sam James
2021-03-16 21:28 Sam James
2021-03-16 21:28 Sam James
2021-05-17  1:09 Sam James
2021-05-28  3:21 Sam James
2021-08-21 13:29 Arthur Zamarin
2022-01-28  8:17 Sam James
2022-03-02  3:42 Sam James
2022-03-02  3:42 Sam James
2022-04-29 10:21 Sam James
2022-09-06  2:16 Sam James
2022-10-08 23:10 Sam James
2022-10-08 23:10 Sam James
2022-10-28 19:53 Sam James
2023-03-17  5:32 Michał Górny
2024-02-21 10:17 Sam James
2024-04-29  5:48 Sam James
2024-04-29 13:42 Sam James
2024-07-17  5:54 Sam James
2024-07-17  5:54 Sam James
2025-03-20  3:51 Sam James
2025-04-22  4:42 Sam James
2025-04-22  5:56 Sam James
2025-05-25  6:01 Sam James
2025-05-25  6:01 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1448672162.2fc813a4bf6b8b8969f7c7f6f9775d4f8100fb6a.radhermit@gentoo \
    --to=radhermit@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox