Gentoo Archives: gentoo-dev

From: Bertrand Jacquin <bertrand@×××××××.bzh>
To: gentoo-dev@l.g.o
Cc: Bertrand Jacquin <bertrand@×××××××.bzh>
Subject: [gentoo-dev] [PATCH 3/3] eclass/enlightenment.eclass: Move HOMEPAGE to https://
Date: Sat, 30 Sep 2017 15:13:08
Message-Id: 20170930151150.25439-3-bertrand@jacquin.bzh
In Reply to: [gentoo-dev] [PATCH 1/3] eclass/enlightenment.eclass: Use https:// git URI by Bertrand Jacquin
1 Update DESCRIPTION while at there since DR17 is from the past.
2 ---
3 eclass/enlightenment.eclass | 4 ++--
4 1 file changed, 2 insertions(+), 2 deletions(-)
5
6 diff --git a/eclass/enlightenment.eclass b/eclass/enlightenment.eclass
7 index c374af34cb1d..8e4cc5a7a241 100644
8 --- a/eclass/enlightenment.eclass
9 +++ b/eclass/enlightenment.eclass
10 @@ -88,8 +88,8 @@ case "${EAPI:-0}" in
11 esac
12 EXPORT_FUNCTIONS ${ENLIGHTENMENT_EXPF}
13
14 -DESCRIPTION="A DR17 production"
15 -HOMEPAGE="http://www.enlightenment.org/"
16 +DESCRIPTION="An Enlightenment Foundation production"
17 +HOMEPAGE="https://www.enlightenment.org"
18 if [[ -z ${SRC_URI} ]] ; then
19 case ${EURI_STATE:-${E_STATE}} in
20 release) SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.gz";;