diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /sci-libs/pyshp | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs/pyshp')
-rw-r--r-- | sci-libs/pyshp/pyshp-1.2.0.ebuild | 2 | ||||
-rw-r--r-- | sci-libs/pyshp/pyshp-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/pyshp/pyshp-1.2.0.ebuild b/sci-libs/pyshp/pyshp-1.2.0.ebuild index dfc89c31310e..41d346a4bce2 100644 --- a/sci-libs/pyshp/pyshp-1.2.0.ebuild +++ b/sci-libs/pyshp/pyshp-1.2.0.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.python.org/pypi/pyshp/" if [[ ${PV} == "9999" ]] ; then SRC_URI="" - ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" + ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk" inherit subversion else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" diff --git a/sci-libs/pyshp/pyshp-9999.ebuild b/sci-libs/pyshp/pyshp-9999.ebuild index dfc89c31310e..41d346a4bce2 100644 --- a/sci-libs/pyshp/pyshp-9999.ebuild +++ b/sci-libs/pyshp/pyshp-9999.ebuild @@ -12,7 +12,7 @@ HOMEPAGE="https://pypi.python.org/pypi/pyshp/" if [[ ${PV} == "9999" ]] ; then SRC_URI="" - ESVN_REPO_URI="http://${PN}.googlecode.com/svn/trunk" + ESVN_REPO_URI="https://${PN}.googlecode.com/svn/trunk" inherit subversion else SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" |