From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 152131382C5 for ; Sat, 24 Mar 2018 13:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 166F2E0856; Sat, 24 Mar 2018 13:10:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E2F5FE0856 for ; Sat, 24 Mar 2018 13:10:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4A9E335C51 for ; Sat, 24 Mar 2018 13:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B795F26B for ; Sat, 24 Mar 2018 13:10:53 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1521897047.a42698d36805f24acab34c2c74971c0cff85c93f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-memcached/python-memcached-1.53-r1.ebuild dev-python/python-memcached/python-memcached-1.58.ebuild X-VCS-Directories: dev-python/python-memcached/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a42698d36805f24acab34c2c74971c0cff85c93f X-VCS-Branch: master Date: Sat, 24 Mar 2018 13:10:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bfedc1a3-fba5-4dde-886a-0099128ced5e X-Archives-Hash: 2da19e33ccf85a243bb78466f3d7acb1 commit: a42698d36805f24acab34c2c74971c0cff85c93f Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri Mar 23 15:51:46 2018 +0000 Commit: Michał Górny gentoo 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"