diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-14 19:15:03 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-04-14 23:03:21 +0200 |
commit | df9a6909207d7c83ed312c56633beda3b5a3ca65 (patch) | |
tree | fefb4eef059123914fa8ea72c01197161443e593 /dev-python | |
parent | dev-python/envisage: fix HOMEPAGE, add github and pypi page. (diff) | |
download | gentoo-df9a6909207d7c83ed312c56633beda3b5a3ca65.tar.gz gentoo-df9a6909207d7c83ed312c56633beda3b5a3ca65.tar.bz2 gentoo-df9a6909207d7c83ed312c56633beda3b5a3ca65.zip |
dev-python/enable: fix HOMEPAGE.
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/enable/enable-4.4.1.ebuild | 6 | ||||
-rw-r--r-- | dev-python/enable/enable-4.5.1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/enable/enable-4.4.1.ebuild b/dev-python/enable/enable-4.4.1.ebuild index 68fe4fd77629..55f024350dde 100644 --- a/dev-python/enable/enable-4.4.1.ebuild +++ b/dev-python/enable/enable-4.4.1.ebuild @@ -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 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx flag-o-matic DESCRIPTION="Enthought Tool Suite: Drawing and interaction packages" -HOMEPAGE="http://code.enthought.com/projects/enable/ https://pypi.python.org/pypi/enable https://github.com/enthought/enable" +HOMEPAGE="http://docs.enthought.com/enable/ + https://pypi.python.org/pypi/enable + https://github.com/enthought/enable" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/enable/enable-4.5.1.ebuild b/dev-python/enable/enable-4.5.1.ebuild index ffa29e06d113..e453e3a5ce63 100644 --- a/dev-python/enable/enable-4.5.1.ebuild +++ b/dev-python/enable/enable-4.5.1.ebuild @@ -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 @@ -8,7 +8,9 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 virtualx flag-o-matic DESCRIPTION="Enthought Tool Suite: Drawing and interaction packages" -HOMEPAGE="http://code.enthought.com/projects/enable/ https://pypi.python.org/pypi/enable https://github.com/enthought/enable" +HOMEPAGE="http://docs.enthought.com/enable/ + https://pypi.python.org/pypi/enable + https://github.com/enthought/enable" #SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SRC_URI="https://github.com/enthought/enable/archive/${PV}.tar.gz -> ${P}.tar.gz" |