From 8de710b5ff2e7bc82ca7a8de05248f15dacf6d87 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 18 Sep 2020 11:20:57 +0200 Subject: app-crypt/scdrand: Remove old MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- app-crypt/scdrand/Manifest | 1 - app-crypt/scdrand/scdrand-0.3.4.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) delete mode 100644 app-crypt/scdrand/scdrand-0.3.4.ebuild (limited to 'app-crypt/scdrand') diff --git a/app-crypt/scdrand/Manifest b/app-crypt/scdrand/Manifest index 406c6f3be849..e9521e73b18b 100644 --- a/app-crypt/scdrand/Manifest +++ b/app-crypt/scdrand/Manifest @@ -1,2 +1 @@ -DIST scdtools-0.3.4.tar.gz 254227 BLAKE2B d2959d1be860b4809f4b20b5b3e2b06534bb49220b6818b4ac9c8e73751c31dfa4a6c0200cc6bbb33d4a627f0d55b1c3cefda3def6a78bde925a0c58d9c0429a SHA512 ff25f6360c9bd73e63cefd8fe37103dc1ef2528d87ddf7c1006e913c921e78569ff6f12096d1407bfabf626e73376f13e25f606f8c45cba79803689176801b73 DIST scdtools-0.3.5.tar.gz 155529 BLAKE2B 9b0791d8a5d92240968be82fbffd1838229586ce33b857d13fa40732bf3424df88c33c5f792e8178b52fbe06ff91c9c74e59ee686552973f7a8bbf8b1249589b SHA512 5c45948f7e6b6357aa6305c942bb388f9693908991049b2b279bbf1f27bb2de3df1b8278da30b1cc423975880890cf4533f10ca3de42c9dc88182aacc6466ced diff --git a/app-crypt/scdrand/scdrand-0.3.4.ebuild b/app-crypt/scdrand/scdrand-0.3.4.ebuild deleted file mode 100644 index a440b78d2180..000000000000 --- a/app-crypt/scdrand/scdrand-0.3.4.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_P=scdtools-${PV} -DESCRIPTION="Feed kernel entropy pool from smartcard's TRNG" -HOMEPAGE="https://incenp.org/dvlpt/scdtools.html" -SRC_URI="https://incenp.org/files/softs/scdtools/$(ver_cut 1-2)/${MY_P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-libs/libgcrypt:= - dev-libs/libassuan:= - dev-libs/libgpg-error:=" -RDEPEND="${DEPEND} - app-crypt/gnupg" - -S=${WORKDIR}/${MY_P} - -src_compile() { - emake -C lib - emake -C src scdrand -} - -src_test() { :; } - -src_install() { - emake DESTDIR="${D}" -C man man_MANS="scdrand.1" install - emake DESTDIR="${D}" -C src bin_PROGRAMS="scdrand" install -} -- cgit v1.2.3-65-gdbad