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 5E748139085 for ; Mon, 16 Jan 2017 09:28:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EBF7E0EFE; Mon, 16 Jan 2017 09:28:24 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CDA6E0EFD for ; Mon, 16 Jan 2017 09:28:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01075341134 for ; Mon, 16 Jan 2017 09:28:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6118D286F for ; Mon, 16 Jan 2017 09:28:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1484558864.d60c37233136c1999dc8f7f8613079510475e60c.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/minidb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/minidb/minidb-2.0.1-r1.ebuild X-VCS-Directories: dev-python/minidb/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: d60c37233136c1999dc8f7f8613079510475e60c X-VCS-Branch: master Date: Mon, 16 Jan 2017 09:28:21 +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: bbff22a6-c047-413e-b0ea-238fb82e6a2d X-Archives-Hash: 33490992f248b1ad478ee128d63575fd commit: d60c37233136c1999dc8f7f8613079510475e60c Author: Louis Sautier gmail com> AuthorDate: Mon Jan 16 00:53:53 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 16 09:27:44 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d60c3723 dev-python/minidb: update HOMEPAGE Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3496 dev-python/minidb/minidb-2.0.1-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/minidb/minidb-2.0.1-r1.ebuild b/dev-python/minidb/minidb-2.0.1-r1.ebuild index 3df0dce..ea39cd2 100644 --- a/dev-python/minidb/minidb-2.0.1-r1.ebuild +++ b/dev-python/minidb/minidb-2.0.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,7 +10,7 @@ PYTHON_REQ_USE="sqlite" inherit distutils-r1 DESCRIPTION="Simple SQLite-based object store" -HOMEPAGE="http://thp.io/2010/minidb/" +HOMEPAGE="https://thp.io/2010/minidb/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="ISC"