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 2AC411382C5 for ; Tue, 13 Mar 2018 19:52:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7FABE08A5; Tue, 13 Mar 2018 19:52:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 97A4AE08A5 for ; Tue, 13 Mar 2018 19:52:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D2F20335C05 for ; Tue, 13 Mar 2018 19:52:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 332F225F for ; Tue, 13 Mar 2018 19:52:42 +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: <1520970747.3d2bc72e68fc686e93b376689cb3725329023452.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bsddb3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/bsddb3/bsddb3-6.1.1.ebuild dev-python/bsddb3/bsddb3-6.2.4.ebuild X-VCS-Directories: dev-python/bsddb3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3d2bc72e68fc686e93b376689cb3725329023452 X-VCS-Branch: master Date: Tue, 13 Mar 2018 19:52:42 +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: c15b60b1-4667-4a21-ae80-d7935b5a3a12 X-Archives-Hash: 26058774db592638111080a9b7a0f072 commit: 3d2bc72e68fc686e93b376689cb3725329023452 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Mar 13 19:26:08 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 13 19:52:27 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d2bc72e dev-python/bsddb3: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7448 dev-python/bsddb3/bsddb3-6.1.1.ebuild | 4 ++-- dev-python/bsddb3/bsddb3-6.2.4.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/bsddb3/bsddb3-6.1.1.ebuild b/dev-python/bsddb3/bsddb3-6.1.1.ebuild index 335bb3826ac..abc7b3f3f37 100644 --- a/dev-python/bsddb3/bsddb3-6.1.1.ebuild +++ b/dev-python/bsddb3/bsddb3-6.1.1.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 @@ PYTHON_REQ_USE="threads(+)" inherit db-use distutils-r1 multilib DESCRIPTION="Python bindings for Berkeley DB" -HOMEPAGE="http://www.jcea.es/programacion/pybsddb.htm https://pypi.python.org/pypi/bsddb3" +HOMEPAGE="https://www.jcea.es/programacion/pybsddb.htm https://pypi.python.org/pypi/bsddb3" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/bsddb3/bsddb3-6.2.4.ebuild b/dev-python/bsddb3/bsddb3-6.2.4.ebuild index 83d346637cb..c74882da16c 100644 --- a/dev-python/bsddb3/bsddb3-6.2.4.ebuild +++ b/dev-python/bsddb3/bsddb3-6.2.4.ebuild @@ -9,7 +9,7 @@ PYTHON_REQ_USE="threads(+)" inherit db-use distutils-r1 DESCRIPTION="Python bindings for Berkeley DB" -HOMEPAGE="http://www.jcea.es/programacion/pybsddb.htm https://pypi.python.org/pypi/bsddb3" +HOMEPAGE="https://www.jcea.es/programacion/pybsddb.htm https://pypi.python.org/pypi/bsddb3" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"