dev-python/async: remove dead HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 5 Feb 2018 20:41:18 +0000 (21:41 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 5 Feb 2018 21:45:02 +0000 (22:45 +0100)
Closes: https://github.com/gentoo/gentoo/pull/7086

dev-python/async/async-0.6.2.ebuild

index cf9973078f4e3ced462c64cc7ca3a1f30ca065e7..c764d41bff7ae82c821b66deeaec6accf69136e9 100644 (file)
@@ -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"