commit: 81f2dd2b61bc0c1080414397f212b401867a392c Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Feb 5 20:41:18 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Feb 5 21:45:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81f2dd2b
dev-python/async: remove dead HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7086 dev-python/async/async-0.6.2.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dev-python/async/async-0.6.2.ebuild b/dev-python/async/async-0.6.2.ebuild index cf9973078f4..c764d41bff7 100644 --- a/dev-python/async/async-0.6.2.ebuild +++ b/dev-python/async/async-0.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,9 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1 DESCRIPTION="Async Framework" -HOMEPAGE=" - http://gitorious.org/git-python/async - https://pypi.python.org/pypi/async" +HOMEPAGE="https://pypi.python.org/pypi/async" SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"
