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 /dev-python/gdata | |
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 'dev-python/gdata')
-rw-r--r-- | dev-python/gdata/gdata-2.0.14.ebuild | 2 | ||||
-rw-r--r-- | dev-python/gdata/gdata-2.0.17-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/gdata/gdata-2.0.18.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/gdata/gdata-2.0.14.ebuild b/dev-python/gdata/gdata-2.0.14.ebuild index 47ddd21b312b..997522e5655c 100644 --- a/dev-python/gdata/gdata-2.0.14.ebuild +++ b/dev-python/gdata/gdata-2.0.14.ebuild @@ -14,7 +14,7 @@ MY_P="gdata-${PV}" DESCRIPTION="Python client library for Google data APIs" HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata" -SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" +SRC_URI="https://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/gdata/gdata-2.0.17-r1.ebuild b/dev-python/gdata/gdata-2.0.17-r1.ebuild index ff4bf930b24b..d7ecb17eb23c 100644 --- a/dev-python/gdata/gdata-2.0.17-r1.ebuild +++ b/dev-python/gdata/gdata-2.0.17-r1.ebuild @@ -12,7 +12,7 @@ MY_P="gdata-${PV}" DESCRIPTION="Python client library for Google data APIs" HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata" -SRC_URI="http://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" +SRC_URI="https://gdata-python-client.googlecode.com/files/${MY_P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" diff --git a/dev-python/gdata/gdata-2.0.18.ebuild b/dev-python/gdata/gdata-2.0.18.ebuild index 0ac7c6ddfd74..214dee27df22 100644 --- a/dev-python/gdata/gdata-2.0.18.ebuild +++ b/dev-python/gdata/gdata-2.0.18.ebuild @@ -10,7 +10,7 @@ inherit distutils-r1 DESCRIPTION="Python client library for Google data APIs" HOMEPAGE="https://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata" -SRC_URI="http://gdata-python-client.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://gdata-python-client.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |