From: Michael Mair-Keimberger Date: Tue, 20 Mar 2018 20:11:40 +0000 (+0100) Subject: dev-python/python-ldap: update HOMEPAGE, use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d3f1b80d922a1e9c7942d6f9d569a0bb9c441c37;p=gentoo.git dev-python/python-ldap: update HOMEPAGE, use HTTPS Closes: https://github.com/gentoo/gentoo/pull/7524 --- 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 f4e2cb14cf01..5f2ddf353131 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 2a53470d7c00..5372d99e5a1a 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 023c4923afbc..a32f42da69f2 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"