commit:     cef015b62acb290f3298212d804969b05f32b30a
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 09:24:38 2021 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Apr  2 09:44:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cef015b6

app-crypt/minisign: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 app-crypt/minisign/Manifest            |  1 -
 app-crypt/minisign/minisign-0.8.ebuild | 25 -------------------------
 2 files changed, 26 deletions(-)

diff --git a/app-crypt/minisign/Manifest b/app-crypt/minisign/Manifest
index f5e4a4cea54..dbb1ef11b43 100644
--- a/app-crypt/minisign/Manifest
+++ b/app-crypt/minisign/Manifest
@@ -1,2 +1 @@
-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.8.ebuild 
b/app-crypt/minisign/minisign-0.8.ebuild
deleted file mode 100644
index 720809d52a4..00000000000
--- a/app-crypt/minisign/minisign-0.8.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2019-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake-utils
-
-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}"

Reply via email to