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
+}

Reply via email to