From 5efe2b4000dc7ae03e4a383763d2cc6b41b956cb Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 28 Aug 2019 12:10:23 +0200 Subject: app-emacs/wanderlust: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 2 +- app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'app-emacs/wanderlust') diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild index b425c3ba6b4e..9fc16f03c0f9 100644 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Yet Another Message Interface on Emacsen" HOMEPAGE="https://github.com/wanderlust/wanderlust" GITHUB_SHA1="395826e99b84051396d503392f52462b6cb683a5" -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz" +SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz -> ${P}-git.tar.gz" S="${WORKDIR}/${PN}-${GITHUB_SHA1}" LICENSE="GPL-2+" diff --git a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild index bfb9cae0e084..608e5a064e41 100644 --- a/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild +++ b/app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="Yet Another Message Interface on Emacsen" HOMEPAGE="https://github.com/wanderlust/wanderlust" GITHUB_SHA1="b9a529a54b9e7eafa4ed230ad28efffe0d25a20e" -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/wanderlust/wanderlust/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0" -- cgit v1.2.3-65-gdbad