summaryrefslogtreecommitdiff
path: root/dev-haskell/crypto-api-tests
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/crypto-api-tests
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/crypto-api-tests')
-rw-r--r--dev-haskell/crypto-api-tests/Manifest3
-rw-r--r--dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild31
-rw-r--r--dev-haskell/crypto-api-tests/metadata.xml15
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/crypto-api-tests/Manifest b/dev-haskell/crypto-api-tests/Manifest
new file mode 100644
index 000000000000..9fe7296f21a0
--- /dev/null
+++ b/dev-haskell/crypto-api-tests/Manifest
@@ -0,0 +1,3 @@
+DIST crypto-api-tests-0.3.tar.gz 3635597 BLAKE2B 0b13730ef105217068e8ffbe237dbe727e3ae09aefa4d0c021877010371024c5796e6959ad788edc5c213faf55e69cd5eea9d55023f48cb96f263ceeeb6e4500 SHA512 4d9dfd52dc67279a712bd444972faa6650d987c8f65fb41178e5c6523a7260c0e2df8f44bc511ffa217b6d71c5ec41ab11a0466a326c9133f7e20c01c37404d5
+EBUILD crypto-api-tests-0.3-r1.ebuild 875 BLAKE2B 03c46ae4369493862546c1406554ea149b37182c97d7a380305d7b37f1a350b519297c9993506afe5de0fdb30ddc5c525cba22702ba513e3b8f4b57919d5908c SHA512 b272849067b652fa6fb58d72952eca7bc67db18e476c1ad7eacacf67981d39417a0e0ed3488b3d8765b8db28bba6f4fc036c3d4afa358f630b5f50ffe3cb4a69
+MISC metadata.xml 555 BLAKE2B f8ed536bbfe36a3fab22f312b39f7f2d9f94814608ab87f85ff00a72930aab5f2cec806844d1c637b9acd97149e657529f2b2ad42f5456446abaff940cf032d6 SHA512 fe598ebf4ea5b051949d2ef8b0d64170438d753928544b1c4dad41ad5e8eb317cf76d2e8f62c4fc21a1dec05f23de5da2affaeb60e37c6e34b182f2ebf25a997
diff --git a/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild
new file mode 100644
index 000000000000..161db3551488
--- /dev/null
+++ b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A test framework and KATs for cryptographic operations"
+HOMEPAGE="http://trac.haskell.org/crypto-api/wiki"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/cereal:=[profile?]
+ >=dev-haskell/crypto-api-0.13:=[profile?]
+ dev-haskell/hunit:=[profile?]
+ >=dev-haskell/quickcheck-2.4:2=[profile?]
+ >=dev-haskell/test-framework-0.4:=[profile?]
+ >=dev-haskell/test-framework-hunit-0.2:=[profile?]
+ >=dev-haskell/test-framework-quickcheck2-0.3:=[profile?]
+ >=dev-lang/ghc-6.12.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8.0.2
+"
diff --git a/dev-haskell/crypto-api-tests/metadata.xml b/dev-haskell/crypto-api-tests/metadata.xml
new file mode 100644
index 000000000000..d327429f980e
--- /dev/null
+++ b/dev-haskell/crypto-api-tests/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>haskell@gentoo.org</email>
+ <name>Gentoo Haskell</name>
+ </maintainer>
+ <longdescription>
+ A test framework for hash and cipher operations using
+ the crypto-api interface. Known answer tests (KATs)
+ for common cryptographic algorithms are included.
+ Patches welcome (both adding KATs for more algorithms
+ or property tests for classes of algorithms).
+ </longdescription>
+</pkgmetadata>