diff options
author | Sven Wegener <swegener@gentoo.org> | 2016-08-21 10:49:10 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2016-10-30 20:04:26 +0000 |
commit | 17946992e6e96ef7c8a93dcda54c3e77db829dbc (patch) | |
tree | 6bcb3b2dbef00eba8e1a797cd3e498dfa62ae8a3 /sys-block | |
parent | sys-apps/smartmontools: Update SourceForge SVN URLs (diff) | |
download | gentoo-17946992e6e96ef7c8a93dcda54c3e77db829dbc.tar.gz gentoo-17946992e6e96ef7c8a93dcda54c3e77db829dbc.tar.bz2 gentoo-17946992e6e96ef7c8a93dcda54c3e77db829dbc.zip |
sys-block/iscsitarget: Update SourceForge SVN URLs
Package-Manager: portage-2.2.28
Diffstat (limited to 'sys-block')
-rw-r--r-- | sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130103.ebuild | 4 | ||||
-rw-r--r-- | sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130821.ebuild | 4 | ||||
-rw-r--r-- | sys-block/iscsitarget/iscsitarget-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130103.ebuild b/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130103.ebuild index a4bed78e9d02..4fe9234c51a3 100644 --- a/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130103.ebuild +++ b/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130103.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit linux-mod eutils flag-o-matic if [ ${PV} == "9999" ] ; then inherit subversion - ESVN_REPO_URI="http://svn.code.sf.net/p/iscsitarget/code/trunk" + ESVN_REPO_URI="https://svn.code.sf.net/p/iscsitarget/code/trunk" else SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.gz" KEYWORDS="amd64 ~ppc x86" diff --git a/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130821.ebuild b/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130821.ebuild index 33ff71bd6b07..ab2dd1b9cae1 100644 --- a/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130821.ebuild +++ b/sys-block/iscsitarget/iscsitarget-1.4.20.2_p20130821.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit linux-mod eutils flag-o-matic if [ ${PV} == "9999" ] ; then inherit subversion - ESVN_REPO_URI="http://svn.code.sf.net/p/iscsitarget/code/trunk" + ESVN_REPO_URI="https://svn.code.sf.net/p/iscsitarget/code/trunk" else SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz" KEYWORDS="amd64 ~ppc x86" diff --git a/sys-block/iscsitarget/iscsitarget-9999.ebuild b/sys-block/iscsitarget/iscsitarget-9999.ebuild index dcc91e1a4f12..615584c48669 100644 --- a/sys-block/iscsitarget/iscsitarget-9999.ebuild +++ b/sys-block/iscsitarget/iscsitarget-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit linux-mod eutils flag-o-matic if [ ${PV} == "9999" ] ; then inherit subversion - ESVN_REPO_URI="http://svn.code.sf.net/p/iscsitarget/code/trunk" + ESVN_REPO_URI="https://svn.code.sf.net/p/iscsitarget/code/trunk" else SRC_URI="https://dev.gentoo.org/~ryao/dist/${P}.tar.xz" KEYWORDS="~amd64 ~ppc ~x86" |