diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-haskell/cryptonite-conduit | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-haskell/cryptonite-conduit')
-rw-r--r-- | dev-haskell/cryptonite-conduit/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/cryptonite-conduit/cryptonite-conduit-0.2.2.ebuild | 36 | ||||
-rw-r--r-- | dev-haskell/cryptonite-conduit/metadata.xml | 15 |
3 files changed, 54 insertions, 0 deletions
diff --git a/dev-haskell/cryptonite-conduit/Manifest b/dev-haskell/cryptonite-conduit/Manifest new file mode 100644 index 000000000000..147c9b6ebe1d --- /dev/null +++ b/dev-haskell/cryptonite-conduit/Manifest @@ -0,0 +1,3 @@ +DIST cryptonite-conduit-0.2.2.tar.gz 5405 BLAKE2B a2565d0d15863159dbb001584ec9e87eebe69b617efd6d18ab9c8d2ff81ae9e1fa26488f6e0bdeb07c3247aed8c63d0d4fa1376240b0ddcb54cd4a619d053a4e SHA512 5a313d1ff64992fc8f45ebf06f5f439aa5dfe745ce6f2bfc31b3ee06b489b0a145a9e6b5cf00fb557ddbebf1aa5c226dc0add9c591f62a06bd6f8776cf52dbdf +EBUILD cryptonite-conduit-0.2.2.ebuild 919 BLAKE2B c8a297af8e13997ac28d1a92a917f58891f0a08fd80bf477d5b3bbf365f2c4cf02daca528cec7ca3278df58bdf6f55d2ad2038c86e86a07681b92df54aa2b4b6 SHA512 a72fbe9b00d1304afacc356556d1d044524110d9f0de62adb11d29955438e3f6dc09c56c5fe817eaf77d5b85b5205aa7ebee5d366151ff21e596d8b8fc173636 +MISC metadata.xml 477 BLAKE2B a30dfdfc4f10a184f23cbd4229949915a82cf1a5417d38295e8b299a8c4e4ad3232ef0ab74d27b6f74e6400905350cf900def85797043559862e107faae3c85f SHA512 9b16f7999d13e536b27151fb10ddad8029914072d68f2e067bfd5d6d4deb9a9632174fa7e606c8583e5c86c11c4d2487bb53b9451690abb946cd09e7ce9da08c diff --git a/dev-haskell/cryptonite-conduit/cryptonite-conduit-0.2.2.ebuild b/dev-haskell/cryptonite-conduit/cryptonite-conduit-0.2.2.ebuild new file mode 100644 index 000000000000..c0d2408916c8 --- /dev/null +++ b/dev-haskell/cryptonite-conduit/cryptonite-conduit-0.2.2.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +# ebuild generated by hackport 0.5.4 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="cryptonite conduit" +HOMEPAGE="https://github.com/haskell-crypto/cryptonite-conduit" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RESTRICT=test # test suite fails to build + +RDEPEND="dev-haskell/conduit:=[profile?] + dev-haskell/conduit-extra:=[profile?] + dev-haskell/cryptonite:=[profile?] + dev-haskell/exceptions:=[profile?] + dev-haskell/memory:=[profile?] + dev-haskell/resourcet:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( dev-haskell/conduit-combinators + dev-haskell/tasty + dev-haskell/tasty-hunit + dev-haskell/tasty-quickcheck ) +" diff --git a/dev-haskell/cryptonite-conduit/metadata.xml b/dev-haskell/cryptonite-conduit/metadata.xml new file mode 100644 index 000000000000..1120fdb5ecaa --- /dev/null +++ b/dev-haskell/cryptonite-conduit/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> + Conduit bridge for cryptonite + + For now only provide a conduit version for hash and hmac, but + with contribution, this could provide cipher conduits too, + and probably other things. + </longdescription> +</pkgmetadata> |