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 2EA21158030 for ; Tue, 28 Feb 2023 13:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C9EFE077F; Tue, 28 Feb 2023 13:12:43 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A4C56E0718 for ; Tue, 28 Feb 2023 13:12:42 +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 C0979340D38 for ; Tue, 28 Feb 2023 13:12:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C3558C2 for ; Tue, 28 Feb 2023 13:12:40 +0000 (UTC) From: "Denis Reva" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Denis Reva" Message-ID: <1677589948.db7a395a067f7af608efc0f93bb0a9de08f65318.RarogCmex@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/dwarfs-bin/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild X-VCS-Directories: sys-fs/dwarfs-bin/ X-VCS-Committer: RarogCmex X-VCS-Committer-Name: Denis Reva X-VCS-Revision: db7a395a067f7af608efc0f93bb0a9de08f65318 X-VCS-Branch: dev Date: Tue, 28 Feb 2023 13:12:40 +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: 1a1708eb-786c-428d-a36c-6402dbbbb92b X-Archives-Hash: ea5518c656a949288a0ad17abcb7ce4b commit: db7a395a067f7af608efc0f93bb0a9de08f65318 Author: Denis Reva gmail com> AuthorDate: Tue Feb 28 13:12:28 2023 +0000 Commit: Denis Reva gmail com> CommitDate: Tue Feb 28 13:12:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db7a395a sys-fs/dwarfs-bin: added release-candidate version Signed-off-by: Denis Reva gmail.com> sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild b/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild index afdef5b74..2de067452 100644 --- a/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild +++ b/sys-fs/dwarfs-bin/dwarfs-bin-0.7.0_rc4.ebuild @@ -3,16 +3,15 @@ EAPI=7 -MY_P="${P/_rc/-RC}" +MY_PV="${PV/_rc/-RC}" DESCRIPTION="Static version of a fast very high compression read-only FUSE file system" HOMEPAGE="https://github.com/mhx/dwarfs" -SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${PV}-RC4/dwarfs-${MY_P}-Linux.tar.xz" +SRC_URI="https://github.com/mhx/dwarfs/releases/download/v${MY_PV}/dwarfs-${MY_PV}-Linux.tar.xz" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/${MY_P}" RDEPEND=" ${PYTHON_DEPS} @@ -22,7 +21,7 @@ RDEPEND=" DEPEND=" ${RDEPEND} " -S="${WORKDIR}/dwarfs-${PV}-Linux/" +S="${WORKDIR}/dwarfs-${MY_PV}-Linux/" QA_PREBUILT=" sbin/dwarfs bin/*