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 73DF4159C9B for ; Wed, 31 Jul 2024 11:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E5462BC044; Wed, 31 Jul 2024 11:52:06 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4FE9E2BC044 for ; Wed, 31 Jul 2024 11:51:59 +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 70FA53406A2 for ; Wed, 31 Jul 2024 11:51:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9A4C31E82 for ; Wed, 31 Jul 2024 11:51:56 +0000 (UTC) From: "Mark Harmstone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mark Harmstone" Message-ID: <1722426700.62fcd02a185daebf0ee442b85bc2d1b3e27e0d68.mark@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: sys-fs/fsverity-utils/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-fs/fsverity-utils/Manifest sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild sys-fs/fsverity-utils/metadata.xml X-VCS-Directories: sys-fs/fsverity-utils/ X-VCS-Committer: mark X-VCS-Committer-Name: Mark Harmstone X-VCS-Revision: 62fcd02a185daebf0ee442b85bc2d1b3e27e0d68 X-VCS-Branch: dev Date: Wed, 31 Jul 2024 11:51:56 +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: 447d35ea-2149-44d4-91d7-88655f4cfbd4 X-Archives-Hash: b5df71cba36206c1cd3d8d9ce22666c3 commit: 62fcd02a185daebf0ee442b85bc2d1b3e27e0d68 Author: Mark Harmstone harmstone com> AuthorDate: Wed Jul 31 11:48:44 2024 +0000 Commit: Mark Harmstone harmstone com> CommitDate: Wed Jul 31 11:51:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=62fcd02a sys-fs/fsverity-utils: new package, add 1.6 Signed-off-by: Mark Harmstone harmstone.com> sys-fs/fsverity-utils/Manifest | 1 + sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild | 32 +++++++++++++++++++++++++ sys-fs/fsverity-utils/metadata.xml | 8 +++++++ 3 files changed, 41 insertions(+) diff --git a/sys-fs/fsverity-utils/Manifest b/sys-fs/fsverity-utils/Manifest new file mode 100644 index 000000000..ece33d130 --- /dev/null +++ b/sys-fs/fsverity-utils/Manifest @@ -0,0 +1 @@ +DIST fsverity-utils-1.6.tar.gz 43940 BLAKE2B 723edd75772ae74e95cd51740a67aede266ec1824cd6b5b68f0dfcd0f0c1165c08f36cefb460e2ae506c3afd5fc60d0df87552e1ae54582f95383868395769e7 SHA512 9a05264f75b270472dc8d18b0d5a7cb17c24f8b77aa5d1a06ad5dd7813526c06070ceb47a43aa999a542ea4cf5ce7e1500287e7944ce676a97a3cafb985dc4b8 diff --git a/sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild b/sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild new file mode 100644 index 000000000..b1d55cd06 --- /dev/null +++ b/sys-fs/fsverity-utils/fsverity-utils-1.6.ebuild @@ -0,0 +1,32 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit linux-info +inherit toolchain-funcs + +if [[ ${PV} == *9999* ]]; then + EGIT_REPO_URI="https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git" + inherit git-r3 +else + SRC_URI="https://git.kernel.org/pub/scm/fs/fsverity/${PN}.git/snapshot/${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +fi + +DESCRIPTION="Userspace utility for file-level integrity/authenticity verification" +HOMEPAGE="https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git" +LICENSE="GPL-2" +SLOT="0" + +DEPEND="dev-libs/openssl:=" + +RDEPEND="${DEPEND}" + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + emake install CC="$(tc-getCC)" DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="${EPREFIX}/usr/$(get_libdir)" +} diff --git a/sys-fs/fsverity-utils/metadata.xml b/sys-fs/fsverity-utils/metadata.xml new file mode 100644 index 000000000..4d55b3ce9 --- /dev/null +++ b/sys-fs/fsverity-utils/metadata.xml @@ -0,0 +1,8 @@ + + + + + mark@harmstone.com + Mark Harmstone + +