public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Thu, 16 Jan 2025 05:11:11 +0000 (UTC)	[thread overview]
Message-ID: <1737004266.645296fc117bc4e66f2716b986cf7fdf16ec2b4d.mgorny@gentoo> (raw)

commit:     645296fc117bc4e66f2716b986cf7fdf16ec2b4d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 16 04:54:15 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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
+}


             reply	other threads:[~2025-01-16  5:11 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-16  5:11 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-24 10:29 [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/ Michał Górny
2025-03-24  6:53 Sam James
2025-02-01 12:17 Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2024-02-14 16:33 Michał Górny
2024-02-14 16:33 Michał Górny
2024-02-14 16:33 Michał Górny
2024-01-16  7:59 Sam James
2023-09-09 13:17 David Seifert
2023-08-04 20:20 Arthur Zamarin
2023-07-08  3:39 Sam James
2023-07-07 10:14 Sam James
2023-07-07  4:40 Sam James
2023-07-07  4:40 Sam James
2023-07-07  3:36 Sam James
2023-07-07  3:36 Sam James
2023-07-07  3:36 Sam James
2023-01-19 22:24 Georgy Yakovlev
2023-01-19 22:24 Georgy Yakovlev
2023-01-19 22:24 Georgy Yakovlev
2023-01-13 16:47 Sam James
2022-12-26  3:54 Sam James
2022-12-26  3:28 Sam James
2022-12-26  3:28 Sam James
2022-12-26  3:20 Sam James
2022-12-26  3:20 Sam James
2022-12-26  3:20 Sam James
2022-12-26  3:20 Sam James
2022-05-17 14:07 WANG Xuerui
2022-05-17 14:07 WANG Xuerui
2022-01-29 14:29 James Le Cuirot
2021-11-02 18:23 Sam James
2021-10-11 19:17 Georgy Yakovlev
2021-10-11 19:17 Georgy Yakovlev
2021-09-07 17:04 Sam James
2021-08-11 19:11 Sam James
2021-08-11  0:23 Sam James
2021-08-11  0:12 Sam James
2021-08-11  0:04 Sam James
2021-07-25  7:56 Matt Turner
2021-06-27 17:25 Marek Szuba
2021-05-23 23:36 Joshua Kinard
2021-05-08  2:08 Thomas Deutschmann
2021-04-23 13:46 Sam James
2021-04-23 13:44 Sam James
2021-04-20  6:39 Sergei Trofimovich
2021-04-17 13:32 Sergei Trofimovich
2021-04-17 11:14 Sergei Trofimovich
2021-04-02  9:45 Georgy Yakovlev
2020-06-06 21:20 Georgy Yakovlev
2020-06-06 21:20 Georgy Yakovlev
2020-01-01  9:50 Georgy Yakovlev
2020-01-01  9:50 Georgy Yakovlev
2019-05-10 23:50 Georgy Yakovlev
2019-05-10 23:50 Georgy Yakovlev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1737004266.645296fc117bc4e66f2716b986cf7fdf16ec2b4d.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox