summaryrefslogtreecommitdiff
path: root/app-crypt/hmaccalc
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /app-crypt/hmaccalc
reinit the tree, so we can have metadata
Diffstat (limited to 'app-crypt/hmaccalc')
-rw-r--r--app-crypt/hmaccalc/Manifest5
-rw-r--r--app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild24
-rw-r--r--app-crypt/hmaccalc/metadata.xml17
3 files changed, 46 insertions, 0 deletions
diff --git a/app-crypt/hmaccalc/Manifest b/app-crypt/hmaccalc/Manifest
new file mode 100644
index 000000000000..b3d65d7faff9
--- /dev/null
+++ b/app-crypt/hmaccalc/Manifest
@@ -0,0 +1,5 @@
+DIST hmaccalc-0.9.14.tar.gz 111893 SHA256 5fb659153a5748653ae45ce94700932a08796f972eedb3220750f93037b558a3 SHA512 688a72b4e534ca4a1d45a116c0361ffd389de93dfdeec68e35cbffe0be13832789abaf33300003e12c7317ba473d3a0415f4b22cb3b7b36946c04bd40aa49184 WHIRLPOOL 00a7b2be3776aeb6ecc2baca59694312d1cd4e491671b505464008bd4525c8fba0175baf241936caa7d5a43d16645022b4d1e6475bc4a60d8903d955c969dc64
+EBUILD hmaccalc-0.9.14.ebuild 597 SHA256 dc42dd0baebbaeb5e437d310c553ecc25fa3891659a9fd96bba6e1ebf10d6ff9 SHA512 449917ee87cb06a939087f8a8b1d6006cacb8e600cfc416030e881f1eef0ef71723459707f80e34404af92ade592149695c18e70109821a7a34455e1a3e28920 WHIRLPOOL 41fb3bcdac6724a04e2b41c865e43d84f00b05d7dc7cb0f45869270e7f8c0aaa219f8f8f25af4e802f20bf7aaa22841f6a3421b7051cbfcc5256d91a5072e7d6
+MISC ChangeLog 2708 SHA256 ddb694385f6c93bbfa9b2fb5cae1cf5b57189b52dd035050d1cc87e63f0b6aec SHA512 46b5b775bde34e8e42c9214a94a7e5f141ca2f620fa822f5e6bf3f356ae4273eada1fdfc9f9833539ffd21c7b72e982b1211d04397dc006b0be2822e4c6c704e WHIRLPOOL b1578960447a17a73461e68c0831846fb8aacd6d408fcb94718e74f3902f96d78aea1c1fe35fbc35d7816129eda04c121033ca8e9437cf981ab979394bf1c6bc
+MISC ChangeLog-2015 729 SHA256 55665bf5e430f8d8a689ad50fc4c14f37c522941b81c308202b3fcaf008c207f SHA512 1ed8c6c544e9a6040fef23aae7e8ddf92b66f9bfbb795c35d3d9706eb4710303f1179243561a3c03c2a62d7c3253707c828396f9b85eabe2b857222454d6a580 WHIRLPOOL 5deaa5b7e8d7ebc1c207fd7545db5c7228e253de0e74e4b64e231621cc92a58c5275c52c139b9ad514612d6526a7a5cc15088c6f4d1c7a87fc0852901e9e2668
+MISC metadata.xml 671 SHA256 24efb894a5f17b1be6c58e48459e6f305f3983754b6cb582968e62daa62a9786 SHA512 d4bb7d03ed78f667255e38138262ccdfe33c42707e967817c52d8f445552b9502d6ed1a10a96df7e20cc62f7fa06c2285057a2f81cff1004b28c6e0c20fb17b7 WHIRLPOOL 662369e14132e1d4084e2c8820210d90930366eeccdc2b458e8a6583a7e06372c932cf836459acf36a969255dcb558875f0d89a366f8732278c987f64035a4e6
diff --git a/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
new file mode 100644
index 000000000000..01eab6cdde7d
--- /dev/null
+++ b/app-crypt/hmaccalc/hmaccalc-0.9.14.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit multilib-minimal
+
+DESCRIPTION="Tools for computing and checking HMAC values for files"
+HOMEPAGE="https://fedorahosted.org/hmaccalc/"
+SRC_URI="https://fedorahosted.org/released/hmaccalc/hmaccalc-${PV}.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
new file mode 100644
index 000000000000..6557d925ad15
--- /dev/null
+++ b/app-crypt/hmaccalc/metadata.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+<email>crypto@gentoo.org</email>
+<name>Crypto</name>
+</maintainer>
+<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>