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 CBFC31382C5 for ; Mon, 5 Feb 2018 21:54:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 395E4E09A2; Mon, 5 Feb 2018 21:54:13 +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 1884BE09A2 for ; Mon, 5 Feb 2018 21:54:13 +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 55566335C3C for ; Mon, 5 Feb 2018 21:54:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D43B19B for ; Mon, 5 Feb 2018 21:54:10 +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: <1517867626.d0ebbd962d80edab45ce151bfc9bd15a73cb7d32.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/configobj/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/configobj/configobj-5.0.6.ebuild X-VCS-Directories: dev-python/configobj/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d0ebbd962d80edab45ce151bfc9bd15a73cb7d32 X-VCS-Branch: master Date: Mon, 5 Feb 2018 21:54:10 +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: b2bd7aeb-9b1f-4d34-91f2-ea783446d196 X-Archives-Hash: d14725b413998e0eeaa06dbe6cf910a0 commit: d0ebbd962d80edab45ce151bfc9bd15a73cb7d32 Author: Michael Mair-Keimberger gmail com> AuthorDate: Mon Feb 5 20:11:45 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Feb 5 21:53:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0ebbd96 dev-python/configobj: remove dead HOMEPAGE dev-python/configobj/configobj-5.0.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/configobj/configobj-5.0.6.ebuild b/dev-python/configobj/configobj-5.0.6.ebuild index 32e648e29e1..27d1111dc4d 100644 --- a/dev-python/configobj/configobj-5.0.6.ebuild +++ b/dev-python/configobj/configobj-5.0.6.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 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 DESCRIPTION="Simple config file reader and writer" -HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html https://code.google.com/p/configobj/ https://pypi.python.org/pypi/configobj" +HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html https://pypi.python.org/pypi/configobj" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"