dev-python/envisage: fix HOMEPAGE, add github and pypi page.
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sat, 14 Apr 2018 17:13:14 +0000 (19:13 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sat, 14 Apr 2018 21:03:18 +0000 (23:03 +0200)
dev-python/envisage/envisage-4.4.0.ebuild

index fa1070b7e6bffe3e892b8e7439642fd25756ca3a..70842fd9e36b54a356c23d01435cedfe840e9cec 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,9 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 virtualx
 
 DESCRIPTION="Enthought Tool Suite: Extensible application framework"
-HOMEPAGE="http://code.enthought.com/projects/envisage"
+HOMEPAGE="http://docs.enthought.com/envisage/
+       https://github.com/enthought/envisage
+       https://pypi.python.org/pypi/envisage"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"