dev-haskell/crypto-api-tests: new package, a depend of puremd5-2.1.3

Package-Manager: portage-2.2.28
This commit is contained in:
Sergei Trofimovich
2016-05-10 22:12:59 +01:00
parent 8bdd36fba3
commit acfd6eeff3
3 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST crypto-api-tests-0.3.tar.gz 3635597 SHA256 f44aecdd4ceb9da9f38330e84d9c17745a82b0611085ebb34442d2dce4207270 SHA512 4d9dfd52dc67279a712bd444972faa6650d987c8f65fb41178e5c6523a7260c0e2df8f44bc511ffa217b6d71c5ec41ab11a0466a326c9133f7e20c01c37404d5 WHIRLPOOL ebe2450385b1e8ada04881f47340b27b34af6884b90b9308cd0d95b4b1af3e1fc3142e1a1eb7021d0daada1d7eaebe85c9b10fc90b306a0be2c0490ec1f49d17

View File

@@ -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
"

View File

@@ -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>