dev-python/python-memcached: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 23 Mar 2018 15:51:46 +0000 (16:51 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 24 Mar 2018 13:10:47 +0000 (14:10 +0100)
dev-python/python-memcached/python-memcached-1.53-r1.ebuild
dev-python/python-memcached/python-memcached-1.58.ebuild

index d5b2923582c07d541227d0173b5ffdf8d0e3a628..a14809eda6ad99af9cc573233243f91837eb5c6c 100644 (file)
@@ -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"
index 979976df4e012eaa07268077924f176228e60800..7b8cf80ce499d37920c988df5feff73faf180822 100644 (file)
@@ -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"