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 C6BB0158086 for ; Mon, 11 Oct 2021 19:18:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 183BEE07FE; Mon, 11 Oct 2021 19:18:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EB742E0729 for ; Mon, 11 Oct 2021 19:18:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CE00335D19 for ; Mon, 11 Oct 2021 19:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B7016CA for ; Mon, 11 Oct 2021 19:17:57 +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: <1633979615.f642933e6b3c1009641aa0fa3692f6350ec6a618.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.10.ebuild X-VCS-Directories: app-crypt/minisign/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: f642933e6b3c1009641aa0fa3692f6350ec6a618 X-VCS-Branch: master Date: Mon, 11 Oct 2021 19:17:57 +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: 9c49e89b-6fff-44bf-b5a8-24b37faa6d70 X-Archives-Hash: 265f79b7e2b1127e5f61256123ca8d82 commit: f642933e6b3c1009641aa0fa3692f6350ec6a618 Author: Georgy Yakovlev gentoo org> AuthorDate: Mon Oct 11 19:10:49 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Mon Oct 11 19:13:35 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f642933e app-crypt/minisign: add 0.10, minor fixes added pkgconfig dep fixed stripping var relaxed libsodium dep Signed-off-by: Georgy Yakovlev gentoo.org> app-crypt/minisign/Manifest | 1 + app-crypt/minisign/minisign-0.10.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest index dbb1ef11b43..9ad31126e5d 100644 --- a/app-crypt/minisign/Manifest +++ b/app-crypt/minisign/Manifest @@ -1 +1,2 @@ +DIST minisign-0.10.tar.gz 18242 BLAKE2B 8b71f01ced4be00c38937e7db5ace2c7e348410a9381f6cc27374827fa0a9da70cca96153af199880ccd5f2265e18a7f21d074f877e0e21ca797bbba2bf5cbf5 SHA512 6a38500ed896c17b100bca47443f9806debe6e44d3ce09189f5f8913a41d4913434397175d1caa770fb0cc0918078dfc71c01b82b9bf919fdfba00434f4ce100 DIST minisign-0.9.tar.gz 15664 BLAKE2B f9f358a27b069e752894326932a8c5c51f308ade49ed7088a5f693b4e8327639fc5578607f348994a7ab7484091ed93190894c1965cadbbbf2a27e939ccc117b SHA512 7970f3e72ff759f3f02416de5d6035e1c8dd4e92ea718083cc5091c7e2355b59c4e178c60ca934985ba1e1afcd970967d4fb39a434ba54b140f3fc9be661253d diff --git a/app-crypt/minisign/minisign-0.10.ebuild b/app-crypt/minisign/minisign-0.10.ebuild new file mode 100644 index 00000000000..154ff1cfe79 --- /dev/null +++ b/app-crypt/minisign/minisign-0.10.ebuild @@ -0,0 +1,31 @@ +# Copyright 2019-2021 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" + +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi + +LICENSE="ISC" +SLOT="0" + +IUSE="" + +BDEPEND="virtual/pkgconfig" +DEPEND="dev-libs/libsodium:=[-minimal]" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( -DCMAKE_STRIP=OFF ) + cmake_src_configure +}