summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Jacquin <bertrand@jacquin.bzh>2017-09-27 19:55:04 +0100
committerMichał Górny <mgorny@gentoo.org>2018-01-27 11:07:33 +0100
commit19dfbad29df99e1f828c34572971ff9511b10622 (patch)
tree68ea90f361c93cd62f3e0599da1b4563c5d4636d
parenteclass/enlightenment.eclass: Remove svn references (diff)
downloadgentoo-19dfbad2.tar.gz
gentoo-19dfbad2.tar.bz2
gentoo-19dfbad2.zip
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
-rw-r--r--eclass/enlightenment.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
index c374af34cb1d..8e4cc5a7a241 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";;