diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2014-09-23 20:11:39 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-09-23 20:11:39 +0000 |
commit | b0fc51ac7259b5e6c0d0cca76b5f058e1f09c960 (patch) | |
tree | 202aff3fc56c7d1c4bf349a190246c5b2c92762a /net-misc | |
parent | add python3_4 target to flake8-2.0 (diff) | |
download | gentoo-2-b0fc51ac7259b5e6c0d0cca76b5f058e1f09c960.tar.gz gentoo-2-b0fc51ac7259b5e6c0d0cca76b5f058e1f09c960.tar.bz2 gentoo-2-b0fc51ac7259b5e6c0d0cca76b5f058e1f09c960.zip |
Update SRC_URI to use the archives for older versions
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/stunnel/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/stunnel/stunnel-5.04.ebuild | 16 |
2 files changed, 12 insertions, 9 deletions
diff --git a/net-misc/stunnel/ChangeLog b/net-misc/stunnel/ChangeLog index bcdbff564bac..e1b1f260f229 100644 --- a/net-misc/stunnel/ChangeLog +++ b/net-misc/stunnel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/stunnel # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.183 2014/09/23 19:37:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/ChangeLog,v 1.184 2014/09/23 20:11:39 blueness Exp $ + + 23 Sep 2014; Anthony G. Basile <blueness@gentoo.org> stunnel-5.04.ebuild: + Update SRC_URI to use the archives for older versions 23 Sep 2014; Anthony G. Basile <blueness@gentoo.org> stunnel-5.04.ebuild: Add upstream mirrors, bug #523534 diff --git a/net-misc/stunnel/stunnel-5.04.ebuild b/net-misc/stunnel/stunnel-5.04.ebuild index d3782def9682..2910684adb89 100644 --- a/net-misc/stunnel/stunnel-5.04.ebuild +++ b/net-misc/stunnel/stunnel-5.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.04.ebuild,v 1.2 2014/09/23 19:37:14 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/stunnel/stunnel-5.04.ebuild,v 1.3 2014/09/23 20:11:39 blueness Exp $ EAPI="5" @@ -8,13 +8,13 @@ inherit ssl-cert eutils systemd user DESCRIPTION="TLS/SSL - Port Wrapper" HOMEPAGE="http://www.stunnel.org/index.html" -SRC_URI="http://www.stunnel.org/downloads/${P}.tar.gz - http://www.usenix.org.uk/mirrors/stunnel/${P}.tar.gz - http://ftp.nluug.nl/pub/networking/stunnel/${P}.tar.gz - http://www.namesdir.com/mirrors/stunnel/${P}.tar.gz - http://stunnel.cybermirror.org/${P}.tar.gz - http://mirrors.zerg.biz/stunnel/${P}.tar.gz - ftp://mirrors.go-parts.com/stunnel/${P}.tar.gz" +SRC_URI="ftp://ftp.stunnel.org/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://www.usenix.org.uk/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://ftp.nluug.nl/pub/networking/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://www.namesdir.com/mirrors/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + http://stunnel.cybermirror.org/archive/${PV%%.*}.x/${P}.tar.gz + http://mirrors.zerg.biz/stunnel/archive/${PV%%.*}.x/${P}.tar.gz + ftp://mirrors.go-parts.com/stunnel/archive/${PV%%.*}.x/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |