commit: 62f273bf48e485f184ee086ba3ab669d415f9dc7 Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Aug 7 09:56:26 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon Aug 7 12:17:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62f273bf
dev-python/vertex: fix HOMEPAGE. Closes: https://github.com/gentoo/gentoo/pull/5328 dev-python/vertex/vertex-0.3.0-r1.ebuild | 2 +- dev-python/vertex/vertex-0.3.1-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/vertex/vertex-0.3.0-r1.ebuild b/dev-python/vertex/vertex-0.3.0-r1.ebuild index 2e1ae9c0e06..d28c67053d4 100644 --- a/dev-python/vertex/vertex-0.3.0-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.0-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex" +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="amd64 x86" diff --git a/dev-python/vertex/vertex-0.3.1-r1.ebuild b/dev-python/vertex/vertex-0.3.1-r1.ebuild index 066292c6548..2e568be706c 100644 --- a/dev-python/vertex/vertex-0.3.1-r1.ebuild +++ b/dev-python/vertex/vertex-0.3.1-r1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit twisted-r1 DESCRIPTION="An implementation of the Q2Q protocol" -HOMEPAGE="http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex" +HOMEPAGE="https://github.com/twisted/vertex https://pypi.python.org/pypi/Vertex" SRC_URI="mirror://pypi/${TWISTED_PN:0:1}/${TWISTED_PN}/${TWISTED_P}.tar.gz" KEYWORDS="~amd64 ~x86"
