summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:01:07 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:01:07 +0100
commit0ce8741eda5e52ca522b4c6facdc331d11f961f6 (patch)
treef1dcc0da49aa0a812aa5f1a270b7b0ff26020483 /dev-vcs
parentdev-vcs/git-sh: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-0ce8741eda5e52ca522b4c6facdc331d11f961f6.tar.gz
gentoo-0ce8741eda5e52ca522b4c6facdc331d11f961f6.tar.bz2
gentoo-0ce8741eda5e52ca522b4c6facdc331d11f961f6.zip
dev-vcs/guilt: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/guilt/guilt-0.36-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-vcs/guilt/guilt-0.36-r1.ebuild b/dev-vcs/guilt/guilt-0.36-r1.ebuild
index 52a9c49c0e4b..1ab2f14f1ef0 100644
--- a/dev-vcs/guilt/guilt-0.36-r1.ebuild
+++ b/dev-vcs/guilt/guilt-0.36-r1.ebuild
@@ -3,9 +3,11 @@
EAPI=7
+EGIT_COMMIT="22d785dd24329170f66e7696da38b3e90e033d61"
+
DESCRIPTION="A series of bash scripts which add a quilt-like interface to git"
HOMEPAGE="https://repo.or.cz/w/guilt.git"
-SRC_URI="${HOMEPAGE}/snapshot/22d785dd24329170f66e7696da38b3e90e033d61.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://repo.or.cz/w/guilt.git/snapshot/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"