From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/
Date: Wed, 2 Sep 2020 21:07:49 +0000 (UTC) [thread overview]
Message-ID: <1599080796.1fa3c9d3f32fb9fadcbbfb9f6ca6472c29372f64.sam@gentoo> (raw)
commit: 1fa3c9d3f32fb9fadcbbfb9f6ca6472c29372f64
Author: William Breathitt Gray <vilhelm.gray <AT> gmail <DOT> com>
AuthorDate: Mon Jul 27 18:25:51 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 2 21:06:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fa3c9d3
app-crypt/signify: Version bump to 29
Closes: https://bugs.gentoo.org/655818
Closes: https://bugs.gentoo.org/729168
Closes: https://bugs.gentoo.org/734128
Signed-off-by: William Breathitt Gray <vilhelm.gray <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/16861
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/signify/Manifest | 1 +
app-crypt/signify/signify-29.ebuild | 27 +++++++++++++++++++++++++++
2 files changed, 28 insertions(+)
diff --git a/app-crypt/signify/Manifest b/app-crypt/signify/Manifest
index 851b7b78ba6..a2fde444ec9 100644
--- a/app-crypt/signify/Manifest
+++ b/app-crypt/signify/Manifest
@@ -1,3 +1,4 @@
DIST signify-20.tar.gz 97765 BLAKE2B c2b086b59310cd364d28ee7f8802daa7f170eb2a19a5d6722d0b59202b7ee302f4b810a2809f8badfab38ae4d8402dec82141207be3d1b64f747c2e27b2c54f7 SHA512 993f02b10ef9c74a98455e2c93e094de40a40710c38ff35752decb87430895bd276cb5e6a46b5f7cf3f098d66562f1f0e134158d221a87fb33cfff09199a8773
DIST signify-23.tar.gz 95335 BLAKE2B 4cdbee5dae7f217644a5df41d4253938c5cb8fb1f621f945addfceb64090234199e8dd81d7ef42c41aae13e9e5158541f40062296ca07562977473e39f68cd0b SHA512 f0330994f3d308e9ad7c7bf4b6d6f8e8bef914d6d10d83507002ad97f853b4e0a829997a0225373e2c34829a611b70980d7d3674247d4b5b447204ad7f039608
DIST signify-24.tar.gz 92038 BLAKE2B 4d9413a423534fb4f9adfb50494802b737e6099b47933eed9686ba751f7ffb6999b084c5a5431652a33baab11d7384e762c4709bab52bb0de4694a885c8eb570 SHA512 d612aca617f44ea7bf32a31d65da7e265dfdbe67f7983fc095b1f2d5c83cfa27f4c857279d98f6928199d15193c706cf3c77022fec70529a7b5d38b16ce64df5
+DIST signify-29.tar.gz 94553 BLAKE2B eba286618c5ea9fb9515c44330297276504009078a09d7b36c208225e4fd33e014623829dd582ededc2f35f207058ad2c93412ad006852966c37466ed87e7b9a SHA512 a0fc07c176f3e0e6ea32d059fb6cc27849159dcc3975c47b2b0a54f7047cb1f1dc0e032f2c55eaf84096b0a84288193afec0777e669851a7c7f97a880fb0f0ab
diff --git a/app-crypt/signify/signify-29.ebuild b/app-crypt/signify/signify-29.ebuild
new file mode 100644
index 00000000000..142c2f147c6
--- /dev/null
+++ b/app-crypt/signify/signify-29.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="OpenBSD tool to sign and verify signatures on files"
+HOMEPAGE="http://www.openbsd.org/ https://github.com/aperezdc/signify"
+SRC_URI="https://github.com/aperezdc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=dev-libs/libbsd-0.8"
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ tc-export CC
+ default
+}
+
+src_install() {
+ dobin signify
+ doman signify.1
+}
next reply other threads:[~2020-09-02 21:07 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-09-02 21:07 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-25 22:38 [gentoo-commits] repo/gentoo:master commit in: app-crypt/signify/ Sam James
2024-11-23 16:02 Michał Górny
2022-09-05 5:23 Michał Górny
2022-09-05 5:23 Michał Górny
2022-09-04 21:49 Jakov Smolić
2022-09-04 17:45 Sam James
2022-07-09 8:28 罗百科
2022-07-08 10:22 罗百科
2022-04-29 3:09 Sam James
2022-04-09 19:23 Arthur Zamarin
2022-04-09 19:23 Arthur Zamarin
2022-04-02 7:43 Arthur Zamarin
2022-04-02 7:39 Arthur Zamarin
2022-03-31 19:07 Arthur Zamarin
2022-03-26 23:54 Yixun Lan
2022-03-25 19:03 Sam James
2022-03-25 19:03 Sam James
2021-12-23 4:03 Sam James
2021-12-19 12:20 Michał Górny
2021-12-19 12:20 Michał Górny
2021-04-19 22:56 Sam James
2020-12-20 19:26 Thomas Deutschmann
2020-09-26 14:33 Aaron Bauman
2018-09-29 7:11 Patrick Lauer
2017-12-07 20:34 Jeroen Roovers
2017-12-07 20:34 Jeroen Roovers
2017-04-27 12:44 Patrick Lauer
2016-04-22 17:21 Patrick Lauer
2016-04-17 11:08 Patrick Lauer
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=1599080796.1fa3c9d3f32fb9fadcbbfb9f6ca6472c29372f64.sam@gentoo \
--to=sam@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