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 011A6138359 for ; Sun, 23 Aug 2020 11:45:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD7EAE0815; Sun, 23 Aug 2020 11:45:07 +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 C48C5E0815 for ; Sun, 23 Aug 2020 11:45:07 +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 BAC70335D87 for ; Sun, 23 Aug 2020 11:45:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2889B334 for ; Sun, 23 Aug 2020 11:45:04 +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: <1598182976.f19d7bee1bde0f481ea444d707fddd0686ee95b3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/polib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/polib/metadata.xml dev-python/polib/polib-1.1.0-r1.ebuild X-VCS-Directories: dev-python/polib/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: f19d7bee1bde0f481ea444d707fddd0686ee95b3 X-VCS-Branch: master Date: Sun, 23 Aug 2020 11:45:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7ba17dc8-1760-4da8-a134-3de447a698e0 X-Archives-Hash: 93c39da0f2fd1c428319b5307d6dd57e commit: f19d7bee1bde0f481ea444d707fddd0686ee95b3 Author: Azamat H. Hackimov gmail com> AuthorDate: Sun Aug 23 03:17:42 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Aug 23 11:42:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f19d7bee dev-python/polib: update HOMEPAGE Replace non-functioning BitBucket URL Bug: https://bugs.gentoo.org/737896 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Azamat H. Hackimov gmail.com> Signed-off-by: David Seifert gentoo.org> dev-python/polib/metadata.xml | 2 +- dev-python/polib/polib-1.1.0-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/polib/metadata.xml b/dev-python/polib/metadata.xml index c9e9163b81e..8b160640a11 100644 --- a/dev-python/polib/metadata.xml +++ b/dev-python/polib/metadata.xml @@ -3,7 +3,7 @@ - izi/polib + izimobil/polib polib diff --git a/dev-python/polib/polib-1.1.0-r1.ebuild b/dev-python/polib/polib-1.1.0-r1.ebuild index a73f724ff92..3d13a4e48dd 100644 --- a/dev-python/polib/polib-1.1.0-r1.ebuild +++ b/dev-python/polib/polib-1.1.0-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A library to manipulate gettext files (.po and .mo files)" -HOMEPAGE="https://bitbucket.org/izi/polib/wiki/Home" +HOMEPAGE="https://github.com/izimobil/polib https://polib.readthedocs.io/en/latest/" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT"