From ff7d89fb05372a559134e51f6dee5de3ab45b488 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Mon, 30 Jan 2023 21:29:45 +0100 Subject: app-emacs: H -> COMMIT MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bug: https://github.com/pkgcore/pkgcheck/issues/536 Signed-off-by: Maciej Barć --- app-emacs/espuds/espuds-0.3.3_p20171111.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'app-emacs/espuds') diff --git a/app-emacs/espuds/espuds-0.3.3_p20171111.ebuild b/app-emacs/espuds/espuds-0.3.3_p20171111.ebuild index 78445e7d3393..2e6287dddd44 100644 --- a/app-emacs/espuds/espuds-0.3.3_p20171111.ebuild +++ b/app-emacs/espuds/espuds-0.3.3_p20171111.ebuild @@ -3,14 +3,14 @@ EAPI=8 -H=78fc53feaf77a98d63894cd410faee2a18107b00 +COMMIT=78fc53feaf77a98d63894cd410faee2a18107b00 inherit elisp DESCRIPTION="Common step definitions for Emacs Ecukes" HOMEPAGE="https://github.com/ecukes/espuds/" -SRC_URI="https://github.com/ecukes/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/${PN}-${H} +SRC_URI="https://github.com/ecukes/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-${COMMIT} LICENSE="GPL-3+" SLOT="0" -- cgit v1.2.3-65-gdbad