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 C378F15802F for ; Sat, 4 Mar 2023 16:32:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 62CDBE07EE; Sat, 4 Mar 2023 16:32:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 06EDCE07EE for ; Sat, 4 Mar 2023 16:32:20 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A864341305 for ; Sat, 4 Mar 2023 16:32:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F3988D7 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: <1677947531.f4efb8894ccd6c9dfbf0cf265178852549c3daab.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screenkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/screenkey/screenkey-1.5_p20230109.ebuild X-VCS-Directories: x11-misc/screenkey/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: f4efb8894ccd6c9dfbf0cf265178852549c3daab 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: a7132459-91a0-454f-bc18-b5129e63008e X-Archives-Hash: 8f9356069861fa63107c04aed344a6dd commit: f4efb8894ccd6c9dfbf0cf265178852549c3daab Author: Maciej Barć gentoo org> AuthorDate: Sat Mar 4 16:09:38 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Mar 4 16:32:11 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4efb889 x11-misc/screenkey: H -> COMMIT Signed-off-by: Maciej Barć gentoo.org> x11-misc/screenkey/screenkey-1.5_p20230109.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild b/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild index 065d94897723..d9ae207590c5 100644 --- a/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild +++ b/x11-misc/screenkey/screenkey-1.5_p20230109.ebuild @@ -16,10 +16,10 @@ if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://gitlab.com/screenkey/${PN}.git" else if [[ ${PV} == *_p20230109 ]] ; then - H=7bdba66574244061c6e1934c4f204d02d570f182 - SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${H}/${PN}-${H}.tar.bz2 + COMMIT=7bdba66574244061c6e1934c4f204d02d570f182 + SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/${COMMIT}/${PN}-${COMMIT}.tar.bz2 -> ${P}.tar.bz2" - S="${WORKDIR}"/${PN}-${H} + S="${WORKDIR}"/${PN}-${COMMIT} else SRC_URI="https://gitlab.com/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2 -> ${P}.tar.bz2"