diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-10 22:12:59 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-05-11 09:48:03 +0100 |
commit | acfd6eeff3a15b9993a4c3999ca65f0401dfb1c2 (patch) | |
tree | bc372a3ad382e7f1fd699854bea5111ef6f7eb1a | |
parent | dev-haskell/pipes: bump up to 4.1.9 (diff) | |
download | gentoo-acfd6eeff3a15b9993a4c3999ca65f0401dfb1c2.tar.gz gentoo-acfd6eeff3a15b9993a4c3999ca65f0401dfb1c2.tar.bz2 gentoo-acfd6eeff3a15b9993a4c3999ca65f0401dfb1c2.zip |
dev-haskell/crypto-api-tests: new package, a depend of puremd5-2.1.3
Package-Manager: portage-2.2.28
-rw-r--r-- | dev-haskell/crypto-api-tests/Manifest | 1 | ||||
-rw-r--r-- | dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild | 32 | ||||
-rw-r--r-- | dev-haskell/crypto-api-tests/metadata.xml | 15 |
3 files changed, 48 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..cf560470106c --- /dev/null +++ b/dev-haskell/crypto-api-tests/Manifest @@ -0,0 +1 @@ +DIST crypto-api-tests-0.3.tar.gz 3635597 SHA256 f44aecdd4ceb9da9f38330e84d9c17745a82b0611085ebb34442d2dce4207270 SHA512 4d9dfd52dc67279a712bd444972faa6650d987c8f65fb41178e5c6523a7260c0e2df8f44bc511ffa217b6d71c5ec41ab11a0466a326c9133f7e20c01c37404d5 WHIRLPOOL ebe2450385b1e8ada04881f47340b27b34af6884b90b9308cd0d95b4b1af3e1fc3142e1a1eb7021d0daada1d7eaebe85c9b10fc90b306a0be2c0490ec1f49d17 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..dab96e8c0b6c --- /dev/null +++ b/dev-haskell/crypto-api-tests/crypto-api-tests-0.3-r1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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> |