Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/apel/
Date: Wed, 28 Aug 2019 10:10:47
Message-Id: 1566987010.9cc4a6b940f842402cc1036f17aafd0126e5a20e.soap@gentoo
1 commit: 9cc4a6b940f842402cc1036f17aafd0126e5a20e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:10:10 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:10:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc4a6b9
7
8 app-emacs/apel: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emacs/apel/apel-10.8_p20190407.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/app-emacs/apel/apel-10.8_p20190407.ebuild b/app-emacs/apel/apel-10.8_p20190407.ebuild
17 index a218a947a7b..a810dc04e8d 100644
18 --- a/app-emacs/apel/apel-10.8_p20190407.ebuild
19 +++ b/app-emacs/apel/apel-10.8_p20190407.ebuild
20 @@ -8,7 +8,7 @@ inherit elisp
21 DESCRIPTION="A Portable Emacs Library is a library for making portable Emacs Lisp programs"
22 HOMEPAGE="https://github.com/wanderlust/apel"
23 GITHUB_SHA1="d146ddbf8818e81d3577d5eee7825d377bec0c73"
24 -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
25 +SRC_URI="https://github.com/wanderlust/apel/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz"
26
27 LICENSE="GPL-2+"
28 SLOT="0"