summaryrefslogtreecommitdiff
path: root/dev-haskell/crypto-cipher-types
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-cipher-types
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/crypto-cipher-types')
-rw-r--r--dev-haskell/crypto-cipher-types/Manifest3
-rw-r--r--dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild26
-rw-r--r--dev-haskell/crypto-cipher-types/metadata.xml14
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-haskell/crypto-cipher-types/Manifest b/dev-haskell/crypto-cipher-types/Manifest
new file mode 100644
index 000000000000..faf55f5039c0
--- /dev/null
+++ b/dev-haskell/crypto-cipher-types/Manifest
@@ -0,0 +1,3 @@
+DIST crypto-cipher-types-0.0.9.tar.gz 8073 BLAKE2B 80f5349e31f04b591509382b6c475f0f65095b50646dd5cd785c037eb9be8193a011f060beeee42a37586ccaf69122804124fbb77ef46f894ed985d573481c93 SHA512 9b369dfbe1baa918f8b72dca0a6637634582629ccd46226a3a89813f42cca1e11ee738e1053503a6bc2863c04dd885083e6a09a5bda5a52dbf381e9f133e24cc
+EBUILD crypto-cipher-types-0.0.9.ebuild 634 BLAKE2B eabfec9d45e94a5f52c4cbc6490201e47ba52413b7fc5a2586fa91bb4f8a3e6cccc7082d4bb5f480a17755909fbcb82e05d6b2341039add13790afb9c54ddd69 SHA512 680216e2ea72d0e6d1278229fdc189f6cb4dd161efb33f2b39469f4fba56f10f69b6870f3c4f7fe9b3656ddd93ca7292dc74a7118e50ff2bb489d8ff82641fb3
+MISC metadata.xml 415 BLAKE2B b7f6c0fc480486d33f3e0501aa86f511ef2511d7641db068c36816dea5ba52f4f1a25fc86bcba1b017911b34b6db31db9cc6645c7f06cba43cf4ac8a72d1be7d SHA512 c6fc6cdaa419087b9829d59c6f002a0a7b5d1456d37df083c8fcc70e903f76d66cf84fe223ff392b130aa1e178b9685287a36e707ba91aa2840b280d64d31805
diff --git a/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild
new file mode 100644
index 000000000000..ca5d393abfb3
--- /dev/null
+++ b/dev-haskell/crypto-cipher-types/crypto-cipher-types-0.0.9.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 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"
+inherit haskell-cabal
+
+DESCRIPTION="Generic cryptography cipher types"
+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/securemem-0.1.1:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/crypto-cipher-types/metadata.xml b/dev-haskell/crypto-cipher-types/metadata.xml
new file mode 100644
index 000000000000..28daedbd609f
--- /dev/null
+++ b/dev-haskell/crypto-cipher-types/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 types
+ </longdescription>
+ <upstream>
+ <remote-id type="github">vincenthz/hs-crypto-cipher</remote-id>
+ </upstream>
+</pkgmetadata>