commit: 19dfbad29df99e1f828c34572971ff9511b10622 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh> AuthorDate: Wed Sep 27 18:55:04 2017 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 27 10:07:33 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dfbad2
eclass/enlightenment.eclass: Move HOMEPAGE to https:// Update DESCRIPTION while at there since DR17 is from the past. Closes: https://github.com/gentoo/gentoo/pull/5805 eclass/enlightenment.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass index c374af34cb1..8e4cc5a7a24 100644 --- a/eclass/enlightenment.eclass +++ b/eclass/enlightenment.eclass @@ -88,8 +88,8 @@ case "${EAPI:-0}" in esac EXPORT_FUNCTIONS ${ENLIGHTENMENT_EXPF} -DESCRIPTION="A DR17 production" -HOMEPAGE="http://www.enlightenment.org/" +DESCRIPTION="An Enlightenment Foundation production" +HOMEPAGE="https://www.enlightenment.org" if [[ -z ${SRC_URI} ]] ; then case ${EURI_STATE:-${E_STATE}} in release) SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz";;
