commit:     a42698d36805f24acab34c2c74971c0cff85c93f
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Mar 23 15:51:46 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar 24 13:10:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a42698d3

dev-python/python-memcached: use HTTPS

 dev-python/python-memcached/python-memcached-1.53-r1.ebuild | 5 +++--
 dev-python/python-memcached/python-memcached-1.58.ebuild    | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/python-memcached/python-memcached-1.53-r1.ebuild 
b/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
index d5b2923582c..a14809eda6a 100644
--- a/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.53-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -8,7 +8,8 @@ PYTHON_COMPAT=( python2_7 pypy )
 inherit distutils-r1
 
 DESCRIPTION="Pure python memcached client"
-HOMEPAGE="http://www.tummy.com/Community/software/python-memcached/ 
https://pypi.python.org/pypi/python-memcached";
+HOMEPAGE="https://www.tummy.com/Community/software/python-memcached/
+       https://pypi.python.org/pypi/python-memcached";
 SRC_URI="ftp://ftp.tummy.com/pub/python-memcached/old-releases/${P}.tar.gz";
 
 LICENSE="OSL-2.0"

diff --git a/dev-python/python-memcached/python-memcached-1.58.ebuild 
b/dev-python/python-memcached/python-memcached-1.58.ebuild
index 979976df4e0..7b8cf80ce49 100644
--- a/dev-python/python-memcached/python-memcached-1.58.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.58.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ inherit distutils-r1
 
 DESCRIPTION="Pure python memcached client"
 HOMEPAGE="
-       http://www.tummy.com/Community/software/python-memcached/
+       https://www.tummy.com/Community/software/python-memcached/
        https://pypi.python.org/pypi/python-memcached";
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 

Reply via email to