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/graphql
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/graphql')
-rw-r--r--app-emacs/graphql/graphql-0.1.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/graphql/graphql-0.1.2.ebuild b/app-emacs/graphql/graphql-0.1.2.ebuild
index 1ea6269125e9..92e657553313 100644
--- a/app-emacs/graphql/graphql-0.1.2.ebuild
+++ b/app-emacs/graphql/graphql-0.1.2.ebuild
@@ -4,15 +4,15 @@
EAPI=8
NEED_EMACS=25
-[[ "${PV}" == 0.1.2 ]] && H=67237f284f2dfb94f3cfba672ff64a37e1cb860f
+[[ "${PV}" == 0.1.2 ]] && COMMIT=67237f284f2dfb94f3cfba672ff64a37e1cb860f
inherit elisp
DESCRIPTION="GraphQL utilities"
HOMEPAGE="https://github.com/vermiculus/graphql.el/"
-SRC_URI="https://github.com/vermiculus/graphql.el/archive/${H}.tar.gz
+SRC_URI="https://github.com/vermiculus/graphql.el/archive/${COMMIT}.tar.gz
-> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}.el-${H}
+S="${WORKDIR}"/${PN}.el-${COMMIT}
LICENSE="GPL-3+"
SLOT="0"