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 507A31382C5 for ; Sun, 18 Mar 2018 19:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28368E07A9; Sun, 18 Mar 2018 19:19:17 +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 022AAE07A9 for ; Sun, 18 Mar 2018 19:19:16 +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 909C7335C63 for ; Sun, 18 Mar 2018 19:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3999C260 for ; Sun, 18 Mar 2018 19:19:14 +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: <1521400724.a31d78e89257b7f8aa4809c1265b733eddb05bb2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dbutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dbutils/dbutils-1.1-r1.ebuild X-VCS-Directories: dev-python/dbutils/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a31d78e89257b7f8aa4809c1265b733eddb05bb2 X-VCS-Branch: master Date: Sun, 18 Mar 2018 19:19:14 +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: f2fd5301-6360-45a4-956b-edc43e22e4f9 X-Archives-Hash: b225831f10daf2e16d5cdcb3ee94fd06 commit: a31d78e89257b7f8aa4809c1265b733eddb05bb2 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Mar 18 14:27:46 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 18 19:18:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31d78e8 dev-python/dbutils: update HOMEPAGE, use HTTPS, fix SRC_URI dev-python/dbutils/dbutils-1.1-r1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dev-python/dbutils/dbutils-1.1-r1.ebuild b/dev-python/dbutils/dbutils-1.1-r1.ebuild index bfc3136922a..c8ccf617c12 100644 --- a/dev-python/dbutils/dbutils-1.1-r1.ebuild +++ b/dev-python/dbutils/dbutils-1.1-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 @@ -10,8 +10,10 @@ MY_PN="DBUtils" MY_P="${MY_PN}-${PV}" DESCRIPTION="Database connections for multi-threaded environments" -HOMEPAGE="http://www.webwareforpython.org/DBUtils https://pypi.python.org/pypi/DBUtils" -SRC_URI="http://www.webwareforpython.org/downloads/DBUtils/${MY_P}.tar.gz" +HOMEPAGE="https://cito.github.io/DBUtils/ + https://github.com/Cito/DBUtils + https://pypi.python.org/pypi/DBUtils" +SRC_URI="mirror://pypi/${P:0:1}/${PN}/${MY_P}.tar.gz" LICENSE="OSL-2.0" SLOT="0"