Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/minisign/
Date: Fri, 02 Apr 2021 09:45:22
Message-Id: 1617356697.cef015b62acb290f3298212d804969b05f32b30a.gyakovlev@gentoo
1 commit: cef015b62acb290f3298212d804969b05f32b30a
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 09:24:38 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 2 09:44:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef015b6
7
8 app-crypt/minisign: drop old
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
12
13 app-crypt/minisign/Manifest | 1 -
14 app-crypt/minisign/minisign-0.8.ebuild | 25 -------------------------
15 2 files changed, 26 deletions(-)
16
17 diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest
18 index f5e4a4cea54..dbb1ef11b43 100644
19 --- a/app-crypt/minisign/Manifest
20 +++ b/app-crypt/minisign/Manifest
21 @@ -1,2 +1 @@
22 -DIST minisign-0.8.tar.gz 14045 BLAKE2B 3c0cb0ebaeeacee5f56c788a48eef8d0a324c2db2fe8f63fc16a197870c327ed2cacc618cb6422f8d7d7ef35860b58aa0a2769c851e8af9b1a7a7cd9d2ca3a07 SHA512 79bf626d0c15e39ce3bdf53600038028c0b22904b648074bf516a9ea6962c9486c41244e80637a5fbac090cce1ed9b4b3d57b8a02632646e01b43aa413cd8bd9
23 DIST minisign-0.9.tar.gz 15664 BLAKE2B f9f358a27b069e752894326932a8c5c51f308ade49ed7088a5f693b4e8327639fc5578607f348994a7ab7484091ed93190894c1965cadbbbf2a27e939ccc117b SHA512 7970f3e72ff759f3f02416de5d6035e1c8dd4e92ea718083cc5091c7e2355b59c4e178c60ca934985ba1e1afcd970967d4fb39a434ba54b140f3fc9be661253d
24
25 diff --git a/app-crypt/minisign/minisign-0.8.ebuild b/app-crypt/minisign/minisign-0.8.ebuild
26 deleted file mode 100644
27 index 720809d52a4..00000000000
28 --- a/app-crypt/minisign/minisign-0.8.ebuild
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -# Copyright 2019-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit cmake-utils
37 -
38 -DESCRIPTION="Dead simple tool to sign files and verify signatures"
39 -HOMEPAGE="https://github.com/jedisct1/minisign"
40 -
41 -if [[ ${PV} == "9999" ]]; then
42 - inherit git-r3
43 - EGIT_REPO_URI="https://github.com/jedisct1/${PN}.git"
44 -else
45 - SRC_URI="https://github.com/jedisct1/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
46 - KEYWORDS="~amd64 ~ppc64"
47 -fi
48 -
49 -LICENSE="ISC"
50 -SLOT="0"
51 -
52 -IUSE=""
53 -
54 -DEPEND=">=dev-libs/libsodium-1.0.16:=[-minimal]"
55 -RDEPEND="${DEPEND}"