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 158891396D0 for ; Sun, 3 Sep 2017 01:04:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 701C91FC05B; Sun, 3 Sep 2017 01:04:21 +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 4FA371FC05B for ; Sun, 3 Sep 2017 01:04:21 +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 4A608341686 for ; Sun, 3 Sep 2017 01:04:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED2F18C14 for ; Sun, 3 Sep 2017 01:04:16 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1504400608.9acc07680f8a0172550fc35c86703a08ef1d036c.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/odfpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/odfpy/odfpy-1.3.2.ebuild X-VCS-Directories: dev-python/odfpy/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9acc07680f8a0172550fc35c86703a08ef1d036c X-VCS-Branch: master Date: Sun, 3 Sep 2017 01:04:16 +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: 5b65f13f-286b-40f0-8523-afb3149b0f16 X-Archives-Hash: 161530b465c270f68ddd7ac0dcf3e1ba commit: 9acc07680f8a0172550fc35c86703a08ef1d036c Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Aug 19 12:17:39 2017 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Sep 3 01:03:28 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9acc0768 dev-python/odfpy: fix HOMEPAGE dev-python/odfpy/odfpy-1.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/odfpy/odfpy-1.3.2.ebuild b/dev-python/odfpy/odfpy-1.3.2.ebuild index 3227d562d30..f20d00b784d 100644 --- a/dev-python/odfpy/odfpy-1.3.2.ebuild +++ b/dev-python/odfpy/odfpy-1.3.2.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python{2_7,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="Python API and tools to manipulate OpenDocument files" -HOMEPAGE="https://joinup.ec.europa.eu/software/odfpy/home https://pypi.python.org/pypi/odfpy" +HOMEPAGE="https://github.com/eea/odfpy https://pypi.python.org/pypi/odfpy" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0 GPL-2 LGPL-2.1"