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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9312115813A for ; Thu, 16 Jan 2025 05:11:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C408E0806; Thu, 16 Jan 2025 05:11:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 24D5CE0809 for ; Thu, 16 Jan 2025 05:11:16 +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 3F7543430DF for ; Thu, 16 Jan 2025 05:11:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9625A252F for ; Thu, 16 Jan 2025 05:11:11 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1737004266.645296fc117bc4e66f2716b986cf7fdf16ec2b4d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/minisign/Manifest app-crypt/minisign/minisign-0.12.ebuild X-VCS-Directories: app-crypt/minisign/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 645296fc117bc4e66f2716b986cf7fdf16ec2b4d X-VCS-Branch: master Date: Thu, 16 Jan 2025 05:11:11 +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: 3fefa47b-da75-45f4-b4b7-707ca3b7cc32 X-Archives-Hash: 64d8b3487805d07e2c14b091668d05ac commit: 645296fc117bc4e66f2716b986cf7fdf16ec2b4d Author: Michał Górny gentoo org> AuthorDate: Thu Jan 16 04:54:15 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jan 16 05:11:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=645296fc app-crypt/minisign: Bump to 0.12 Signed-off-by: Michał Górny gentoo.org> app-crypt/minisign/Manifest | 1 + app-crypt/minisign/minisign-0.12.ebuild | 34 +++++++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest index 4c879cc7316f..d3716360c1ff 100644 --- a/app-crypt/minisign/Manifest +++ b/app-crypt/minisign/Manifest @@ -1 +1,2 @@ DIST minisign-0.11.tar.gz 18410 BLAKE2B 503d73f53b9405f337865536d132e0de880cdefa9df2c08815b4cc9f7e2995a0d3032fe7b2ec48610c10b6023d998286ac705e0d10c6a475185b60405f69ec50 SHA512 a7445cb9646ae56fcba718f61f73486d5774d9cafe72ef051a3e60f94baf852b597261778bce50371ea5ee63395b0477bf1a33c7683fde32d003fab66029241f +DIST minisign-0.12.tar.gz 20663 BLAKE2B 4d704816c1fc9aea645418a1a01a0d7d3fa19354afae282dcd2a4979500c0b44df0f254d5f5e19ea57584e29d88878c596418107c546605d03b4fabb3c9fe080 SHA512 fc95020fef3ae63ab974a20c39b9bf05df957c40838fceb73cb10d6cec9880d882727b6a0240b81b4a7593ff2603d4eef4b32b0857dcf5f85de5e0b7573086ed diff --git a/app-crypt/minisign/minisign-0.12.ebuild b/app-crypt/minisign/minisign-0.12.ebuild new file mode 100644 index 000000000000..6103c8054fa0 --- /dev/null +++ b/app-crypt/minisign/minisign-0.12.ebuild @@ -0,0 +1,34 @@ +# Copyright 2019-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Dead simple tool to sign files and verify signatures" +HOMEPAGE="https://github.com/jedisct1/minisign/" +SRC_URI=" + https://github.com/jedisct1/minisign/archive/${PV}.tar.gz + -> ${P}.tar.gz +" + +LICENSE="ISC" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +DEPEND=" + dev-libs/libsodium:=[-minimal(-)] +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" + +src_configure() { + local mycmakeargs=( + -DCMAKE_STRIP=OFF + ) + cmake_src_configure +}