diff options
author | 2019-08-28 12:10:23 +0200 | |
---|---|---|
committer | 2019-08-28 12:10:23 +0200 | |
commit | 5efe2b4000dc7ae03e4a383763d2cc6b41b956cb (patch) | |
tree | e42d178c22d01ef70b9b11c56e65b3469eae8b8d /app-emacs/wanderlust | |
parent | app-emacs/semi: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-5efe2b4000dc7ae03e4a383763d2cc6b41b956cb.tar.gz gentoo-5efe2b4000dc7ae03e4a383763d2cc6b41b956cb.tar.bz2 gentoo-5efe2b4000dc7ae03e4a383763d2cc6b41b956cb.zip |
app-emacs/wanderlust: [QA] Fix ${HOMEPAGE} in SRC_URI
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emacs/wanderlust')
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.15.9_p20180814.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/wanderlust/wanderlust-2.15.9_p20190623.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
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" |