Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/vertex/
Date: Mon, 07 Aug 2017 12:17:33
Message-Id: 1502108234.62f273bf48e485f184ee086ba3ab669d415f9dc7.monsieurp@gentoo
1 commit: 62f273bf48e485f184ee086ba3ab669d415f9dc7
2 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Aug 7 09:56:26 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 7 12:17:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f273bf
7
8 dev-python/vertex: fix HOMEPAGE.
9
10 Closes: https://github.com/gentoo/gentoo/pull/5328
11
12 dev-python/vertex/vertex-0.3.0-r1.ebuild | 2 +-
13 dev-python/vertex/vertex-0.3.1-r1.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild
17 index 2e1ae9c0e06..d28c67053d4 100644
18 --- a/dev-python/vertex/vertex-0.3.0-r1.ebuild
19 +++ b/dev-python/vertex/vertex-0.3.0-r1.ebuild
20 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
21 inherit twisted-r1
22
23 DESCRIPTION="An implementation of the Q2Q protocol"
24 -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex"
25 +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex"
26 SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
27
28 KEYWORDS="amd64 x86"
29
30 diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild
31 index 066292c6548..2e568be706c 100644
32 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild
33 +++ b/dev-python/vertex/vertex-0.3.1-r1.ebuild
34 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
35 inherit twisted-r1
36
37 DESCRIPTION="An implementation of the Q2Q protocol"
38 -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex"
39 +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex"
40 SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz"
41
42 KEYWORDS="~amd64 ~x86"