diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-23 10:21:06 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-02-23 10:40:01 +0100 |
commit | b1d13d79da45f245eb17ad282f13209bafa9a9d6 (patch) | |
tree | 172885347b27ab8bb725ad0533672da50f2f3648 /app-crypt | |
parent | sys-devel/prelink: treeclean (diff) | |
download | gentoo-b1d13d79da45f245eb17ad282f13209bafa9a9d6.tar.gz gentoo-b1d13d79da45f245eb17ad282f13209bafa9a9d6.tar.bz2 gentoo-b1d13d79da45f245eb17ad282f13209bafa9a9d6.zip |
app-crypt/hmaccalc: treeclean
Closes: https://bugs.gentoo.org/717220
Closes: https://bugs.gentoo.org/747823
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/hmaccalc/Manifest | 1 | ||||
-rw-r--r-- | app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild | 25 | ||||
-rw-r--r-- | app-crypt/hmaccalc/metadata.xml | 14 |
3 files changed, 0 insertions, 40 deletions
diff --git a/app-crypt/hmaccalc/Manifest b/app-crypt/hmaccalc/Manifest deleted file mode 100644 index 872e76ee4a67..000000000000 --- a/app-crypt/hmaccalc/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST hmaccalc-0.9.14.tar.gz 111893 BLAKE2B 30aebd67e49db354c616110477e78fd6923df3ddfbe5e5023fd791bd90c783031da8c631fbfc9e5f2bdae06a08da1d56a08df921ddee359b630c5665e833ad4e SHA512 688a72b4e534ca4a1d45a116c0361ffd389de93dfdeec68e35cbffe0be13832789abaf33300003e12c7317ba473d3a0415f4b22cb3b7b36946c04bd40aa49184 diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild deleted file mode 100644 index b094e1169982..000000000000 --- a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit multilib-minimal - -DESCRIPTION="Tools for computing and checking HMAC values for files" -HOMEPAGE="https://pagure.io/hmaccalc" -SRC_URI="https://releases.pagure.org/${PN}/${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+fips" - -DEPEND="dev-libs/nss - sys-devel/prelink" -RDEPEND="${DEPEND}" - -multilib_src_configure() { - ECONF_SOURCE="${S}" econf \ - --enable-sum-directory=/usr/$(get_libdir)/${PN}/ \ - $(use_enable !fips non-fips) -} diff --git a/app-crypt/hmaccalc/metadata.xml b/app-crypt/hmaccalc/metadata.xml deleted file mode 100644 index 48c380e56115..000000000000 --- a/app-crypt/hmaccalc/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> -<use> -<flag name="fips">Enable NSS FIPS mode and support only the FIPS-compliant functions</flag> -</use> -<longdescription> -hmaccalc can be used to compute HMAC (hash-based message authentication code) -values for files. An HMAC is similar in concept to a message digest, except in -that its calculation also incorporates a key which must be known to both the -party generating the HMAC and the party verifying the HMAC. -</longdescription> -</pkgmetadata> |