public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Georgy Yakovlev" <gyakovlev@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Fri, 10 May 2019 23:50:07 +0000 (UTC)	[thread overview]
Message-ID: <1557531829.e9a9ac79a842c707793e063e2b285e59908b9178.gyakovlev@gentoo> (raw)

commit:     e9a9ac79a842c707793e063e2b285e59908b9178
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri May 10 23:42:21 2019 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri May 10 23:43:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a9ac79

app-crypt/minisign: new package

simple tool to sign files and verify signatures

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-crypt/minisign/Manifest            |  1 +
 app-crypt/minisign/metadata.xml        | 17 +++++++++++++++++
 app-crypt/minisign/minisign-0.8.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 43 insertions(+)

diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest
new file mode 100644
index 00000000000..ef15304c3b1
--- /dev/null
+++ b/app-crypt/minisign/Manifest
@@ -0,0 +1 @@
+DIST minisign-0.8.tar.gz 14045 BLAKE2B 3c0cb0ebaeeacee5f56c788a48eef8d0a324c2db2fe8f63fc16a197870c327ed2cacc618cb6422f8d7d7ef35860b58aa0a2769c851e8af9b1a7a7cd9d2ca3a07 SHA512 79bf626d0c15e39ce3bdf53600038028c0b22904b648074bf516a9ea6962c9486c41244e80637a5fbac090cce1ed9b4b3d57b8a02632646e01b43aa413cd8bd9

diff --git a/app-crypt/minisign/metadata.xml b/app-crypt/minisign/metadata.xml
new file mode 100644
index 00000000000..974452080b5
--- /dev/null
+++ b/app-crypt/minisign/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>gyakovlev@gentoo.org</email>
+		<name>Georgy Yakovlev</name>
+	</maintainer>
+	<longdescription lang="en">
+		Minisign is a dead simple tool to sign files and verify signatures.
+		It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system.
+		Signature written by minisign can be verified using OpenBSD's signify tool:
+			public key files and signature files are compatible.
+	</longdescription>
+	<upstream>
+		<remote-id type="github">jedisct1/minisign</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-crypt/minisign/minisign-0.8.ebuild b/app-crypt/minisign/minisign-0.8.ebuild
new file mode 100644
index 00000000000..da90d6d5d3f
--- /dev/null
+++ b/app-crypt/minisign/minisign-0.8.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Dead simple tool to sign files and verify signatures"
+HOMEPAGE="https://github.com/jedisct1/minisign"
+
+if [[ ${PV} == "9999" ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git"
+else
+	SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+
+IUSE=""
+
+DEPEND=">=dev-libs/libsodium-1.0.16:=[-minimal]"
+RDEPEND="${DEPEND}"


             reply	other threads:[~2019-05-10 23:50 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-10 23:50 Georgy Yakovlev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 12:17 [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/ Arthur Zamarin
2025-02-01 12:17 Arthur Zamarin
2025-01-16  5:11 Michał Górny
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

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=1557531829.e9a9ac79a842c707793e063e2b285e59908b9178.gyakovlev@gentoo \
    --to=gyakovlev@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