summaryrefslogtreecommitdiff
path: root/dev-haskell/crypto-random-api
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/crypto-random-api
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/crypto-random-api')
-rw-r--r--dev-haskell/crypto-random-api/Manifest3
-rw-r--r--dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild23
-rw-r--r--dev-haskell/crypto-random-api/metadata.xml14
3 files changed, 40 insertions, 0 deletions
diff --git a/dev-haskell/crypto-random-api/Manifest b/dev-haskell/crypto-random-api/Manifest
new file mode 100644
index 000000000000..3578b5fa44a8
--- /dev/null
+++ b/dev-haskell/crypto-random-api/Manifest
@@ -0,0 +1,3 @@
+DIST crypto-random-api-0.2.0.tar.gz 3397 BLAKE2B b0a895186bf6c4f9487777eb7a86404d5972fa5af6002f2692a234ff608fe6c4f28f2d6cd69f2fe4c60953f2fdf67aad5293ffc7396b729e478bb59fa060c416 SHA512 8f7df05e54e053456e3ebe9394b19beb2a37dfed30cfb5fb673f591415dc6fabe105af51e838fbe73ef078906d94562080ca465b0c6b4e1537bd4a6e066244f7
+EBUILD crypto-random-api-0.2.0.ebuild 613 BLAKE2B c4d101f997e3c6a827aaa3da072c0bb4f5d71cecf0c0a726b5df92e69616b41b8c50919aa2e9a239e62704e10ac4ab1f86be15cc07ad5bfdae7ba9995773ef64 SHA512 11ce52894da027cea5edf8113ba166fc14108cd629b43146aabf5700b59367968754d3645bf2515eadbb7a1008644e761c4f763be1f6c43236905c8056f4de1d
+MISC metadata.xml 444 BLAKE2B 0c69bca996e3e34a0e1c366baeb5736f9198d2a5a3cfdd165184f32ea4c64a1a70550ac4715300c8bce85fa28d115982f0bd738307e857518aca8f2abadffded SHA512 6d0c299740c05ed2abf8b0f5879f037f516ba7e1940e4e43edd7fa39e786be57313d6aab20ee3ad25afb64c0552484b00a2589b603276d9162b11dc27df993e1
diff --git a/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild b/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild
new file mode 100644
index 000000000000..cdef3a8e524b
--- /dev/null
+++ b/dev-haskell/crypto-random-api/crypto-random-api-0.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.2.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="Simple random generators API for cryptography related code"
+HOMEPAGE="https://github.com/vincenthz/hs-crypto-random-api"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/entropy:=[profile?]
+ >=dev-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"
diff --git a/dev-haskell/crypto-random-api/metadata.xml b/dev-haskell/crypto-random-api/metadata.xml
new file mode 100644
index 000000000000..a2c58a20bef1
--- /dev/null
+++ b/dev-haskell/crypto-random-api/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>
+ Simple random generators API for cryptography related code
+ </longdescription>
+ <upstream>
+ <remote-id type="github">vincenthz/hs-crypto-random-api</remote-id>
+ </upstream>
+</pkgmetadata>