From: Michael Mair-Keimberger Date: Sat, 14 Apr 2018 17:16:33 +0000 (+0200) Subject: dev-python/ets: fix HOMEPAGE, replace with github/pypi. page X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=033a94c6248b2f4890c051b0f1813760a32c5e82;p=gentoo.git dev-python/ets: fix HOMEPAGE, replace with github/pypi. page --- diff --git a/dev-python/ets/ets-4.4.1-r1.ebuild b/dev-python/ets/ets-4.4.1-r1.ebuild index edf2d340c781..de96df138714 100644 --- a/dev-python/ets/ets-4.4.1-r1.ebuild +++ b/dev-python/ets/ets-4.4.1-r1.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,7 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Meta package for the Enthought Tool Suite" -HOMEPAGE="http://code.enthought.com/projects/" +HOMEPAGE="https://pypi.python.org/pypi/ets + https://github.com/enthought/ets" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD"