diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/crypto-cipher-tests | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/crypto-cipher-tests')
-rw-r--r-- | dev-haskell/crypto-cipher-tests/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild | 33 | ||||
-rw-r--r-- | dev-haskell/crypto-cipher-tests/metadata.xml | 14 |
3 files changed, 50 insertions, 0 deletions
diff --git a/dev-haskell/crypto-cipher-tests/Manifest b/dev-haskell/crypto-cipher-tests/Manifest new file mode 100644 index 000000000000..863a36665cfa --- /dev/null +++ b/dev-haskell/crypto-cipher-tests/Manifest @@ -0,0 +1,3 @@ +DIST crypto-cipher-tests-0.0.11.tar.gz 6183 BLAKE2B 6899bfff8cc9654656becb1ec21a7c3792a9b50141858ccc5678050daaec1f195ea5b9826cbb85e127f0e0c3236bb9dad94280a2c49732966453b1c0832b2d33 SHA512 cc8361517e6c2afed1585e7648ed1143e8b4224918fbd8191a970d0afe2a162b759e8e6aee49308a93bdfe0d4d15e2bfb587d4e9f6891766f8e834822553b853 +EBUILD crypto-cipher-tests-0.0.11-r1.ebuild 1063 BLAKE2B a05b4c8f5b0dc275cce01729566d967b96455ba59fbce7cb1e4fbc5b571fcadefa7a8ca75aabf24fcd4216d272b8aa49cd2c94de1ae580c83a08ed01c79bebf0 SHA512 f71360e3e3aa0aab8f8a8264b8a59a4822b02509c48b88e6b06815900ceb8f82b7855fc6aeb525ee16a8ccd6c82ef53a175671fdcfa8f2e63d5bbf0f7c45775c +MISC metadata.xml 415 BLAKE2B 69515ea2df91bc6e3a8f7159542e450e01f68c3929fc418315716a865027cc82b4d40cc5870ff5f4a79457dff0f48f3b305c8ed9ac726cb3dc2e300391e110ce SHA512 877b9688e611d63e5c9c3bcd07fc8ea13d8327d01ecd63feba9be14d066c1234879210754cea8a2d4c935a8a54a49751c759112cd2a5a48fa07a7db9eebcb334 diff --git a/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild new file mode 100644 index 000000000000..eb4193d11bf5 --- /dev/null +++ b/dev-haskell/crypto-cipher-tests/crypto-cipher-tests-0.0.11-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.3.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Generic cryptography cipher tests" +HOMEPAGE="https://github.com/vincenthz/hs-crypto-cipher" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=dev-haskell/byteable-0.1.1:=[profile?] <dev-haskell/byteable-0.2:=[profile?] + >=dev-haskell/crypto-cipher-types-0.0.8:=[profile?] <dev-haskell/crypto-cipher-types-0.1:=[profile?] + dev-haskell/hunit:=[profile?] + dev-haskell/mtl:=[profile?] + >=dev-haskell/quickcheck-2:2=[profile?] + >=dev-haskell/securemem-0.1.1:=[profile?] <dev-haskell/securemem-0.2:=[profile?] + dev-haskell/test-framework:=[profile?] + dev-haskell/test-framework-hunit:=[profile?] + dev-haskell/test-framework-quickcheck2:=[profile?] + >=dev-lang/ghc-6.10.4:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 +" diff --git a/dev-haskell/crypto-cipher-tests/metadata.xml b/dev-haskell/crypto-cipher-tests/metadata.xml new file mode 100644 index 000000000000..8c2fb2ea1e16 --- /dev/null +++ b/dev-haskell/crypto-cipher-tests/metadata.xml @@ -0,0 +1,14 @@ +<?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> + Generic cryptography cipher tests + </longdescription> + <upstream> + <remote-id type="github">vincenthz/hs-crypto-cipher</remote-id> + </upstream> +</pkgmetadata> |