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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5A73A1382C5 for ; Sat, 6 Jun 2020 21:20:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D494E0AB8; Sat, 6 Jun 2020 21:20:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75FEBE0AB8 for ; Sat, 6 Jun 2020 21:20:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0D12534E835 for ; Sat, 6 Jun 2020 21:20:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE895242 for ; Sat, 6 Jun 2020 21:20:00 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591478390.cf87931458b2be5a459e8291fe66a5bff16c922c.gyakovlev@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.9.ebuild X-VCS-Directories: app-crypt/minisign/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: cf87931458b2be5a459e8291fe66a5bff16c922c X-VCS-Branch: master Date: Sat, 6 Jun 2020 21:20:00 +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: c623185f-7124-4bfa-aee5-cc182668f141 X-Archives-Hash: 304b1bd37fff7abe799750d17f80e978 commit: cf87931458b2be5a459e8291fe66a5bff16c922c Author: Georgy Yakovlev gentoo org> AuthorDate: Sat Jun 6 21:18:02 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Sat Jun 6 21:19:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf879314 app-crypt/minisign: bump to 0.9 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> app-crypt/minisign/Manifest | 1 + app-crypt/minisign/minisign-0.9.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest index ef15304c3b1..f5e4a4cea54 100644 --- a/app-crypt/minisign/Manifest +++ b/app-crypt/minisign/Manifest @@ -1 +1,2 @@ DIST minisign-0.8.tar.gz 14045 BLAKE2B 3c0cb0ebaeeacee5f56c788a48eef8d0a324c2db2fe8f63fc16a197870c327ed2cacc618cb6422f8d7d7ef35860b58aa0a2769c851e8af9b1a7a7cd9d2ca3a07 SHA512 79bf626d0c15e39ce3bdf53600038028c0b22904b648074bf516a9ea6962c9486c41244e80637a5fbac090cce1ed9b4b3d57b8a02632646e01b43aa413cd8bd9 +DIST minisign-0.9.tar.gz 15664 BLAKE2B f9f358a27b069e752894326932a8c5c51f308ade49ed7088a5f693b4e8327639fc5578607f348994a7ab7484091ed93190894c1965cadbbbf2a27e939ccc117b SHA512 7970f3e72ff759f3f02416de5d6035e1c8dd4e92ea718083cc5091c7e2355b59c4e178c60ca934985ba1e1afcd970967d4fb39a434ba54b140f3fc9be661253d diff --git a/app-crypt/minisign/minisign-0.9.ebuild b/app-crypt/minisign/minisign-0.9.ebuild new file mode 100644 index 00000000000..6b1c1c8ca14 --- /dev/null +++ b/app-crypt/minisign/minisign-0.9.ebuild @@ -0,0 +1,30 @@ +# Copyright 2019-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +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 ~ppc64" +fi + +LICENSE="ISC" +SLOT="0" + +IUSE="" + +DEPEND=">=dev-libs/libsodium-1.0.16:=[-minimal]" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( -DCMAKE_STRIP="${EPREFIX}/bin/true" ) + cmake_src_configure +}