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 0C26B139694 for ; Sun, 30 Jul 2017 09:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BCCB1FC0ED; Sun, 30 Jul 2017 09:35:03 +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 39FD41FC0ED for ; Sun, 30 Jul 2017 09:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 716353419E0 for ; Sun, 30 Jul 2017 09:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7343474CA for ; Sun, 30 Jul 2017 09:34:59 +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: <1501407259.82c1d663e48d5a3abe28d331e9e0ed0f413b62eb.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/git-python/git-python-1.0.2.ebuild dev-python/git-python/git-python-2.0.6.ebuild X-VCS-Directories: dev-python/git-python/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 82c1d663e48d5a3abe28d331e9e0ed0f413b62eb X-VCS-Branch: master Date: Sun, 30 Jul 2017 09:34:59 +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: ade1593a-bbed-4b1c-9fbf-166580287ddc X-Archives-Hash: 1ea9cf6c196c3606142c1df325a07940 commit: 82c1d663e48d5a3abe28d331e9e0ed0f413b62eb Author: Marius Brehler linux sungazer de> AuthorDate: Thu Jun 1 07:37:08 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jul 30 09:34:19 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c1d663 dev-python/git-python: Fix homepage Package-Manager: Portage-2.3.5, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/5198 dev-python/git-python/git-python-1.0.2.ebuild | 2 +- dev-python/git-python/git-python-2.0.6.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/git-python/git-python-1.0.2.ebuild b/dev-python/git-python/git-python-1.0.2.ebuild index 6c889335316..407a96443c9 100644 --- a/dev-python/git-python/git-python-1.0.2.ebuild +++ b/dev-python/git-python/git-python-1.0.2.ebuild @@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Library used to interact with Git repositories" -HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython" +HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/git-python/git-python-2.0.6.ebuild b/dev-python/git-python/git-python-2.0.6.ebuild index 31ea5072a7a..3d1c453295f 100644 --- a/dev-python/git-python/git-python-2.0.6.ebuild +++ b/dev-python/git-python/git-python-2.0.6.ebuild @@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}" MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Library used to interact with Git repositories" -HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython" +HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD"