Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Sat, 27 Jan 2018 10:07:52
Message-Id: 1517047653.19dfbad29df99e1f828c34572971ff9511b10622.mgorny@gentoo
1 commit: 19dfbad29df99e1f828c34572971ff9511b10622
2 Author: Bertrand Jacquin <bertrand <AT> jacquin <DOT> bzh>
3 AuthorDate: Wed Sep 27 18:55:04 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 27 10:07:33 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19dfbad2
7
8 eclass/enlightenment.eclass: Move HOMEPAGE to https://
9
10 Update DESCRIPTION while at there since DR17 is from the past.
11
12 Closes: https://github.com/gentoo/gentoo/pull/5805
13
14 eclass/enlightenment.eclass | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
18 index c374af34cb1..8e4cc5a7a24 100644
19 --- a/eclass/enlightenment.eclass
20 +++ b/eclass/enlightenment.eclass
21 @@ -88,8 +88,8 @@ case "${EAPI:-0}" in
22 esac
23 EXPORT_FUNCTIONS ${ENLIGHTENMENT_EXPF}
24
25 -DESCRIPTION="A DR17 production"
26 -HOMEPAGE="http://www.enlightenment.org/"
27 +DESCRIPTION="An Enlightenment Foundation production"
28 +HOMEPAGE="https://www.enlightenment.org"
29 if [[ -z ${SRC_URI} ]] ; then
30 case ${EURI_STATE:-${E_STATE}} in
31 release) SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz";;