summaryrefslogtreecommitdiff
path: root/app-crypt/hashalot
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/hashalot
reinit the tree, so we can have metadata
Diffstat (limited to 'app-crypt/hashalot')
-rw-r--r--app-crypt/hashalot/Manifest5
-rw-r--r--app-crypt/hashalot/hashalot-0.3-r2.ebuild22
-rw-r--r--app-crypt/hashalot/metadata.xml8
3 files changed, 35 insertions, 0 deletions
diff --git a/app-crypt/hashalot/Manifest b/app-crypt/hashalot/Manifest
new file mode 100644
index 000000000000..7b0b3260ded9
--- /dev/null
+++ b/app-crypt/hashalot/Manifest
@@ -0,0 +1,5 @@
+DIST hashalot-0.3.tar.gz 80284 SHA256 6015b8e519da6d2ca49bd21a417145ff982af35e6303176fce818189fd816967 SHA512 c9ee39cefce5cc73b9a3a67b240616db9b66cde94fa351e6ebd4d13fd0f9195de9021c07d223809107e50b0a091d0d55e4caf2f71bba93f6d0da86af10632145 WHIRLPOOL 5a2323c6acea1fc6b9014824b5c644f165f510e3bb4ab7ffd870836ff5d6122f11bb52c0ddcc3e38ff3a272f8e47d306d02e549c510408682801b2b9d1597266
+EBUILD hashalot-0.3-r2.ebuild 507 SHA256 9f33c70db4658cdb3c7093acd99e5815c0a090951626eb1d641c5ba7ded9ded2 SHA512 f458fd09a3fd828735d65685f8379963581b65f7ffd8ab09173d5881f3fedd53a58de17554e17e82be33d7d8de01ed96b0e56e66e294568faa181439d17629b3 WHIRLPOOL 0e44d29a908606e8a4afd0d66ababb3e862aef42aacd7ddb5a08b6f3cd0cc9e5bcb2e5c950b3af60c9e900b331a8e821c91d8b3271227c7c0745c3ecc72b80cc
+MISC ChangeLog 2433 SHA256 9b3251ad94d2b65783224ee58ce8da50180f59085ddb0ca2463313683ce1b984 SHA512 f2c8d3bff0102d8188145d6a6ffd05684020e5a33d061989eaee784f0b14d251700c06d8f79851aa112ff45ac1e1d553a95d8e98b8548e213937daa9da0189b3 WHIRLPOOL 7e9380d079ed59eb096e4e4dcd8d9cf753db4cd0f1a43424c0116c85e94f49b7cb4ec384642ca8bef05878036ef7078097bcc2a692b49547142c603714d231b5
+MISC ChangeLog-2015 3587 SHA256 a91017d02a6c8a9b0628e1114bab4d12e6f8faab5a70662ffdadc8f2bf177bd2 SHA512 b181b6917b4d4aaaa72c309da41d767b086e606a6bcbe4553712e769cad982b1627fb9e6599edd69bed30ec26335bf31cca427339182d66cc0ffe63eef93f923 WHIRLPOOL b6aded6b33909326b98564c47ed2e891ea9ad2350c8c26c5c9dea822ae4796155d0d4c899c5e6acd1263ee8c86fa4809dbad0f5973185aee6bd1d898b846d185
+MISC metadata.xml 253 SHA256 d82c33ef453113a5c1ebe250dcba373c22934a69b0a86c6ab15a5ca589c25b91 SHA512 54a9069aeb4165d2dff3d473c8001bc51613aac9dff3f7f5e9971a9891a737a31511ffa11cbd523febe581ac1d9de2bdf2f40410f0c4239138f2ccca3ef15555 WHIRLPOOL e5aee23acff864609953a1e4de768f0e4aef704b44c53c021f28573e1ca5c99f1a46d92935ecec2449f7b4419a36d8373127d0ecfa8d7bae72d835e1839eb3f8
diff --git a/app-crypt/hashalot/hashalot-0.3-r2.ebuild b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
new file mode 100644
index 000000000000..9a5da3a11183
--- /dev/null
+++ b/app-crypt/hashalot/hashalot-0.3-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+DESCRIPTION="CryptoAPI utils"
+HOMEPAGE="http://www.kerneli.org/"
+SRC_URI="http://www.paranoiacs.org/~sluskyb/hacks/hashalot/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
+IUSE=""
+
+DEPEND=""
+
+src_test() {
+ make check-TESTS || die
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "install error"
+ dodoc ChangeLog NEWS README
+}
diff --git a/app-crypt/hashalot/metadata.xml b/app-crypt/hashalot/metadata.xml
new file mode 100644
index 000000000000..56c124413057
--- /dev/null
+++ b/app-crypt/hashalot/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+</maintainer>
+</pkgmetadata>