summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2011-10-24 21:35:33 +0000
committerTim Harder <radhermit@gentoo.org>2011-10-24 21:35:33 +0000
commitea9dac20d75ba38a463ccf8ba19182ca48959e7a (patch)
treea36581d4e0ab982fe14aebe800d55aa8ce05847f /net-proxy/sshuttle
parentUse mirror://github/ as introduced lately. (diff)
downloadgentoo-2-ea9dac20d75ba38a463ccf8ba19182ca48959e7a.tar.gz
gentoo-2-ea9dac20d75ba38a463ccf8ba19182ca48959e7a.tar.bz2
gentoo-2-ea9dac20d75ba38a463ccf8ba19182ca48959e7a.zip
Use devspace for custom tarball.
(Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
Diffstat (limited to 'net-proxy/sshuttle')
-rw-r--r--net-proxy/sshuttle/ChangeLog5
-rw-r--r--net-proxy/sshuttle/sshuttle-0.54.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-proxy/sshuttle/ChangeLog b/net-proxy/sshuttle/ChangeLog
index 7260218047c3..fe3415394be1 100644
--- a/net-proxy/sshuttle/ChangeLog
+++ b/net-proxy/sshuttle/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-proxy/sshuttle
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.2 2011/10/24 21:29:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/ChangeLog,v 1.3 2011/10/24 21:35:33 radhermit Exp $
+
+ 24 Oct 2011; Tim Harder <radhermit@gentoo.org> sshuttle-0.54.ebuild:
+ Use devspace for custom tarball.
24 Oct 2011; Tim Harder <radhermit@gentoo.org> sshuttle-0.54.ebuild:
Add xz-utils to DEPEND.
diff --git a/net-proxy/sshuttle/sshuttle-0.54.ebuild b/net-proxy/sshuttle/sshuttle-0.54.ebuild
index 36e01cd5ecd5..85da9e003b4c 100644
--- a/net-proxy/sshuttle/sshuttle-0.54.ebuild
+++ b/net-proxy/sshuttle/sshuttle-0.54.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.2 2011/10/24 21:29:20 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-proxy/sshuttle/sshuttle-0.54.ebuild,v 1.3 2011/10/24 21:35:33 radhermit Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -9,7 +9,7 @@ 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="mirror://gentoo/${P}.tar.xz"
+SRC_URI="http://dev.gentoo.org/~radhermit/distfiles/${P}.tar.xz"
LICENSE="GPL-2"
SLOT="0"