summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-03-04 16:52:31 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-03-04 17:32:10 +0100
commitf013942f1c469b82d14e51d85f4c8e4e20a2a58e (patch)
treee5e90e585777d81517e960774dfae915a1ba04f0 /dev-scheme
parentdev-python/pyjsparser: H -> COMMIT (diff)
downloadgentoo-f013942f1c469b82d14e51d85f4c8e4e20a2a58e.tar.gz
gentoo-f013942f1c469b82d14e51d85f4c8e4e20a2a58e.tar.bz2
gentoo-f013942f1c469b82d14e51d85f4c8e4e20a2a58e.zip
dev-scheme/guile-libyaml: H -> COMMIT
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme')
-rw-r--r--dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild b/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
index 36fd680e32a4..9a9d84dc8e24 100644
--- a/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
+++ b/dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild
@@ -1,14 +1,15 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-H=2bdacb72a65ab63264b2edc9dac9692df7ec9b3e
+[[ ${PV} == 20211124 ]] && COMMIT=2bdacb72a65ab63264b2edc9dac9692df7ec9b3e
DESCRIPTION="Simple yaml module for Guile using the ffi-helper from nyacc"
HOMEPAGE="https://github.com/mwette/guile-libyaml/"
-SRC_URI="https://github.com/mwette/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
-S="${WORKDIR}/${PN}-${H}"
+SRC_URI="https://github.com/mwette/${PN}/archive/${COMMIT}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${COMMIT}
LICENSE="LGPL-3+"
SLOT="0"