diff --git a/dev-python/python-ldap/python-ldap-2.4.19-r1.ebuild b/dev-python/python-ldap/python-ldap-2.4.19-r1.ebuild index f4e2cb14cf017..5f2ddf353131e 100644 --- a/dev-python/python-ldap/python-ldap-2.4.19-r1.ebuild +++ b/dev-python/python-ldap/python-ldap-2.4.19-r1.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 @@ -9,7 +9,8 @@ PYTHON_COMPAT=( python2_7 pypy ) inherit distutils-r1 multilib DESCRIPTION="Various LDAP-related Python modules" -HOMEPAGE="http://www.python-ldap.org https://pypi.python.org/pypi/python-ldap" +HOMEPAGE="https://www.python-ldap.org/en/latest/ + https://pypi.python.org/pypi/python-ldap" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/python-ldap/python-ldap-2.4.32.ebuild b/dev-python/python-ldap/python-ldap-2.4.32.ebuild index 2a53470d7c00b..5372d99e5a1ac 100644 --- a/dev-python/python-ldap/python-ldap-2.4.32.ebuild +++ b/dev-python/python-ldap/python-ldap-2.4.32.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 pypy ) inherit distutils-r1 multilib DESCRIPTION="Various LDAP-related Python modules" -HOMEPAGE="http://www.python-ldap.org https://pypi.python.org/pypi/python-ldap" +HOMEPAGE="https://www.python-ldap.org/en/latest/ + https://pypi.python.org/pypi/python-ldap" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="PSF-2" diff --git a/dev-python/python-ldap/python-ldap-9999.ebuild b/dev-python/python-ldap/python-ldap-9999.ebuild index 023c4923afbc8..a32f42da69f29 100644 --- a/dev-python/python-ldap/python-ldap-9999.ebuild +++ b/dev-python/python-ldap/python-ldap-9999.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 @@ -10,7 +10,8 @@ DISTUTILS_IN_SOURCE_BUILD=1 inherit distutils-r1 git-2 multilib DESCRIPTION="Various LDAP-related Python modules" -HOMEPAGE="http://www.python-ldap.org https://pypi.python.org/pypi/python-ldap" +HOMEPAGE="https://www.python-ldap.org/en/latest/ + https://pypi.python.org/pypi/python-ldap" EGIT_REPO_URI="https://github.com/xmw/python-ldap.git" LICENSE="PSF-2"