summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Todaro <solpeth@posteo.org>2020-07-30 10:18:49 +1000
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-01 09:01:51 +0100
commit2c867d9404fde84d0751a7dfff2a101b122363b7 (patch)
tree17bb2f6a800b25979f3378178de68463d205f073 /dev-haskell/cryptonite-conduit
parentdev-haskell/conduit-combinators: add package (diff)
downloadgentoo-2c867d9404fde84d0751a7dfff2a101b122363b7.tar.gz
gentoo-2c867d9404fde84d0751a7dfff2a101b122363b7.tar.bz2
gentoo-2c867d9404fde84d0751a7dfff2a101b122363b7.zip
dev-haskell/cryptonite-conduit: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Jack Todaro <solpeth@posteo.org> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cryptonite-conduit')
-rw-r--r--dev-haskell/cryptonite-conduit/Manifest1
-rw-r--r--dev-haskell/cryptonite-conduit/cryptonite-conduit-0.2.2.ebuild36
-rw-r--r--dev-haskell/cryptonite-conduit/metadata.xml15
3 files changed, 52 insertions, 0 deletions
diff --git a/dev-haskell/cryptonite-conduit/Manifest b/dev-haskell/cryptonite-conduit/Manifest
new file mode 100644
index 000000000000..5178bfef5173
--- /dev/null
+++ b/dev-haskell/cryptonite-conduit/Manifest
@@ -0,0 +1 @@
+DIST cryptonite-conduit-0.2.2.tar.gz 5405 BLAKE2B a2565d0d15863159dbb001584ec9e87eebe69b617efd6d18ab9c8d2ff81ae9e1fa26488f6e0bdeb07c3247aed8c63d0d4fa1376240b0ddcb54cd4a619d053a4e SHA512 5a313d1ff64992fc8f45ebf06f5f439aa5dfe745ce6f2bfc31b3ee06b489b0a145a9e6b5cf00fb557ddbebf1aa5c226dc0add9c591f62a06bd6f8776cf52dbdf
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>