From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 270FB1580B8 for ; Sat, 4 Mar 2023 16:32:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5A461E07C7; Sat, 4 Mar 2023 16:32:18 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E9E74E07C7 for ; Sat, 4 Mar 2023 16:32:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE68A3412F3 for ; Sat, 4 Mar 2023 16:32:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FFAC8D1 for ; Sat, 4 Mar 2023 16:32:15 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1677947530.f013942f1c469b82d14e51d85f4c8e4e20a2a58e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-scheme/guile-libyaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild X-VCS-Directories: dev-scheme/guile-libyaml/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f013942f1c469b82d14e51d85f4c8e4e20a2a58e X-VCS-Branch: master Date: Sat, 4 Mar 2023 16:32:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0a02fe95-61af-4ebb-8486-baf80503ee1a X-Archives-Hash: 17e93a4770ee7e139150255e450d0dcc commit: f013942f1c469b82d14e51d85f4c8e4e20a2a58e Author: Maciej Barć gentoo org> AuthorDate: Sat Mar 4 15:52:31 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Mar 4 16:32:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f013942f dev-scheme/guile-libyaml: H -> COMMIT Signed-off-by: Maciej Barć gentoo.org> dev-scheme/guile-libyaml/guile-libyaml-20211124.ebuild | 9 +++++---- 1 file 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"