summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-01-30 21:29:45 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-01-30 21:31:30 +0100
commitff7d89fb05372a559134e51f6dee5de3ab45b488 (patch)
tree3cb905e4ddc81a11feeeff36f9609ae19eff7d59 /app-emacs/racket-mode/racket-mode-1_p20221216.ebuild
parentgames-util/antimicrox: drop old 3.2.5 (diff)
downloadgentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.gz
gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.tar.bz2
gentoo-ff7d89fb05372a559134e51f6dee5de3ab45b488.zip
app-emacs: H -> COMMIT
Bug: https://github.com/pkgcore/pkgcheck/issues/536 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/racket-mode/racket-mode-1_p20221216.ebuild')
-rw-r--r--app-emacs/racket-mode/racket-mode-1_p20221216.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/racket-mode/racket-mode-1_p20221216.ebuild b/app-emacs/racket-mode/racket-mode-1_p20221216.ebuild
index 0ed04fab585d..ec05da2fd183 100644
--- a/app-emacs/racket-mode/racket-mode-1_p20221216.ebuild
+++ b/app-emacs/racket-mode/racket-mode-1_p20221216.ebuild
@@ -3,16 +3,16 @@
EAPI=8
-H=b2fdf248682364d2a9b8f7e97dd98ed02454d7bb
+[[ ${PV} == *_p20221216 ]] && COMMIT=b2fdf248682364d2a9b8f7e97dd98ed02454d7bb
NEED_EMACS=25.1
inherit elisp
DESCRIPTION="Emacs modes for Racket: edit, REPL, check-syntax, debug, profile, and more"
HOMEPAGE="https://github.com/greghendershott/racket-mode/"
-SRC_URI="https://github.com/greghendershott/${PN}/archive/${H}.tar.gz
+SRC_URI="https://github.com/greghendershott/${PN}/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${H}
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="GPL-2+"
SLOT="0"