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 866A7138334 for ; Thu, 13 Sep 2018 21:23:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A338E0CAB; Thu, 13 Sep 2018 21:23:00 +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 170C4E0C97 for ; Thu, 13 Sep 2018 21:22:59 +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 06EB2335D03 for ; Thu, 13 Sep 2018 21:22:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 98FC13D9 for ; Thu, 13 Sep 2018 21:22:55 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1536873753.9aa5320a1b633262d70c08031bb653fd6c1be5b6.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hachoir-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild X-VCS-Directories: dev-python/hachoir-core/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9aa5320a1b633262d70c08031bb653fd6c1be5b6 X-VCS-Branch: master Date: Thu, 13 Sep 2018 21:22:55 +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: 11fa8a6e-7237-4593-b8c2-a2cf5955c83c X-Archives-Hash: fbc4e6e6b06ddd37e8f54fbf7005781c commit: 9aa5320a1b633262d70c08031bb653fd6c1be5b6 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed Sep 12 09:01:16 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Thu Sep 13 21:22:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa5320a dev-python/hachoir-core: remove dead HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/9838 dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild b/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild index 15d353d9439..bce6a2f3a66 100644 --- a/dev-python/hachoir-core/hachoir-core-1.3.3-r1.ebuild +++ b/dev-python/hachoir-core/hachoir-core-1.3.3-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,7 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 DESCRIPTION="Core of Hachoir framework: parse and edit binary files" -HOMEPAGE="https://bitbucket.org/haypo/hachoir/wiki/hachoir-core https://pypi.org/project/hachoir-core/" +HOMEPAGE="https://pypi.org/project/hachoir-core/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2"