Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-python/
Date: Sun, 30 Jul 2017 09:35:05
Message-Id: 1501407259.82c1d663e48d5a3abe28d331e9e0ed0f413b62eb.soap@gentoo
1 commit: 82c1d663e48d5a3abe28d331e9e0ed0f413b62eb
2 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
3 AuthorDate: Thu Jun 1 07:37:08 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 30 09:34:19 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c1d663
7
8 dev-python/git-python: Fix homepage
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.1
11 Closes: https://github.com/gentoo/gentoo/pull/5198
12
13 dev-python/git-python/git-python-1.0.2.ebuild | 2 +-
14 dev-python/git-python/git-python-2.0.6.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-python/git-python/git-python-1.0.2.ebuild b/dev-python/git-python/git-python-1.0.2.ebuild
18 index 6c889335316..407a96443c9 100644
19 --- a/dev-python/git-python/git-python-1.0.2.ebuild
20 +++ b/dev-python/git-python/git-python-1.0.2.ebuild
21 @@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}"
22 MY_P="${MY_PN}-${MY_PV}"
23
24 DESCRIPTION="Library used to interact with Git repositories"
25 -HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython"
26 +HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython"
27 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
28
29 LICENSE="BSD"
30
31 diff --git a/dev-python/git-python/git-python-2.0.6.ebuild b/dev-python/git-python/git-python-2.0.6.ebuild
32 index 31ea5072a7a..3d1c453295f 100644
33 --- a/dev-python/git-python/git-python-2.0.6.ebuild
34 +++ b/dev-python/git-python/git-python-2.0.6.ebuild
35 @@ -13,7 +13,7 @@ MY_PV="${PV/_rc/.RC}"
36 MY_P="${MY_PN}-${MY_PV}"
37
38 DESCRIPTION="Library used to interact with Git repositories"
39 -HOMEPAGE="http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython"
40 +HOMEPAGE="https://github.com/gitpython-developers/GitPython https://pypi.python.org/pypi/GitPython"
41 SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
42
43 LICENSE="BSD"