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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2799158089 for ; Sat, 9 Sep 2023 13:17:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D22012BC050; Sat, 9 Sep 2023 13:17:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA4EA2BC050 for ; Sat, 9 Sep 2023 13:17:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B80335CB4 for ; Sat, 9 Sep 2023 13:17:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 47C92115C for ; Sat, 9 Sep 2023 13:17:39 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1694265413.543768c86c87b41108f8217df7ca3bc249fc6ac7.soap@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: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 543768c86c87b41108f8217df7ca3bc249fc6ac7 X-VCS-Branch: master Date: Sat, 9 Sep 2023 13:17:39 +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: 1cbc9eee-30e4-46c2-a5f0-277693012c14 X-Archives-Hash: 5bef35cee57bf9bb196454f8c412e6a5 commit: 543768c86c87b41108f8217df7ca3bc249fc6ac7 Author: David Seifert gentoo org> AuthorDate: Sat Sep 9 13:16:53 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Sep 9 13:16:53 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=543768c8 app-crypt/minisign: drop 0.10 Signed-off-by: David Seifert gentoo.org> app-crypt/minisign/Manifest | 1 - app-crypt/minisign/minisign-0.10.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest index 04c079af5d5c..4c879cc7316f 100644 --- a/app-crypt/minisign/Manifest +++ b/app-crypt/minisign/Manifest @@ -1,2 +1 @@ -DIST minisign-0.10.tar.gz 18242 BLAKE2B 8b71f01ced4be00c38937e7db5ace2c7e348410a9381f6cc27374827fa0a9da70cca96153af199880ccd5f2265e18a7f21d074f877e0e21ca797bbba2bf5cbf5 SHA512 6a38500ed896c17b100bca47443f9806debe6e44d3ce09189f5f8913a41d4913434397175d1caa770fb0cc0918078dfc71c01b82b9bf919fdfba00434f4ce100 DIST minisign-0.11.tar.gz 18410 BLAKE2B 503d73f53b9405f337865536d132e0de880cdefa9df2c08815b4cc9f7e2995a0d3032fe7b2ec48610c10b6023d998286ac705e0d10c6a475185b60405f69ec50 SHA512 a7445cb9646ae56fcba718f61f73486d5774d9cafe72ef051a3e60f94baf852b597261778bce50371ea5ee63395b0477bf1a33c7683fde32d003fab66029241f diff --git a/app-crypt/minisign/minisign-0.10.ebuild b/app-crypt/minisign/minisign-0.10.ebuild deleted file mode 100644 index 929ac4ad6490..000000000000 --- a/app-crypt/minisign/minisign-0.10.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2019-2023 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 ~loong ~m68k ~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 -}