commit:     b53ef3b9b5f86e2a92075cc4bcae4aca849f26ab
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 16 15:50:39 2021 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Jan 16 15:50:39 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53ef3b9

app-crypt/ssss: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-crypt/ssss/Manifest          |  1 -
 app-crypt/ssss/ssss-0.5.6.ebuild | 39 ---------------------------------------
 2 files changed, 40 deletions(-)

diff --git a/app-crypt/ssss/Manifest b/app-crypt/ssss/Manifest
index 8e338fb09b9..853ce3847b1 100644
--- a/app-crypt/ssss/Manifest
+++ b/app-crypt/ssss/Manifest
@@ -1,2 +1 @@
-DIST ssss-0.5.6.tar.gz 20128 BLAKE2B 
d42fff5878e2ebcc62cd86b86f0f8a3e522c089cbb5e8fb2585cf375ff133da7d9ccf00e62cc6888e00abe5d64f87ac19ddbb3f6e6a0d86913e6a6aa5a8a1d4c
 SHA512 
964af01610a7a269d19ae1fa1712ef12ca1afab02636ba83dd84ec5aeb185210a1247d932ee39d2869aa76e54ffb051d802800d295d17355d6fe2a8010edd509
 DIST ssss-0.5.7.tar.gz 21774 BLAKE2B 
923f9e0c46e82261dc4f293635aa318c986cee221a93e9df3d232e4b923a7828f0301c8729a5beb72b66e1646e5a0694cfa9546ea26b0e06fa16a8a0c7487ef6
 SHA512 
aca85b7a63e6d009fffe5540b0c8e3190c364aa2070e8d8487fd42d7ac76143e404b226b28f3630022d102679371673cc7c08b8c5d3bcf63e3676b7293d2ba00

diff --git a/app-crypt/ssss/ssss-0.5.6.ebuild b/app-crypt/ssss/ssss-0.5.6.ebuild
deleted file mode 100644
index 4897601cb3e..00000000000
--- a/app-crypt/ssss/ssss-0.5.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="Shamir's Secret Sharing Scheme"
-HOMEPAGE="https://github.com/MrJoy/ssss";
-SRC_URI="https://github.com/MrJoy/${PN}/archive/releases/v${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${PN}-releases-v${PV}"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-libs/gmp:0="
-DEPEND="${RDEPEND}"
-BDEPEND="app-doc/xmltoman"
-
-HTML_DOCS=( "doc.html" "ssss.1.html" )
-
-src_prepare() {
-       default
-
-       tc-export CC
-
-       # Respect users [CL]FLAGS and don't strip, as portage does this part
-       sed -e 's/-O2/$(CFLAGS) -lgmp $(LDFLAGS)/g' -e '/strip/d' -i Makefile 
|| die
-}
-
-src_install() {
-       dobin ssss-split
-       dosym ssss-split /usr/bin/ssss-combine
-
-       doman ssss.1
-
-       einstalldocs
-}

Reply via email to