summaryrefslogtreecommitdiff
path: root/dev-haskell/cryptohash-conduit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-09 18:53:29 +0100
commit4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch)
treeba5f07bf3f9d22d82e54a462313f5d244036c768 /dev-haskell/cryptohash-conduit
reinit the tree, so we can have metadata
Diffstat (limited to 'dev-haskell/cryptohash-conduit')
-rw-r--r--dev-haskell/cryptohash-conduit/Manifest5
-rw-r--r--dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild29
-rw-r--r--dev-haskell/cryptohash-conduit/metadata.xml15
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-haskell/cryptohash-conduit/Manifest b/dev-haskell/cryptohash-conduit/Manifest
new file mode 100644
index 000000000000..b864566338e9
--- /dev/null
+++ b/dev-haskell/cryptohash-conduit/Manifest
@@ -0,0 +1,5 @@
+DIST cryptohash-conduit-0.1.1.tar.gz 2318 SHA256 ea516d898d3e34dae6be3e8bc59c9f61a61cb1222233dbfe84a84bb0ded4b4ce SHA512 6382a05b35bae34b53fd1ad6d897c25ca149ed852360c8f775587efcd3c29e45ff854f96ddbc9b446e04a4dd5698b1f5e2af754345f7d5af8f587b73b57fdec0 WHIRLPOOL f068162e56f8785fa913b471e2b3306f39005bc2bf63f262cba6e5def8c5579803fe8f46d344f11a9878a463ae5c3e5fe5ab0776becba62d2d8c76491cdefa03
+EBUILD cryptohash-conduit-0.1.1.ebuild 722 SHA256 43da12ea49e76f7cfbd56d54a9c8062e093556c18a476f80634015f84f9cf5df SHA512 962026a0f8a8ec0206b98c62e8903b489eb761d45727afc4f3d33becf967139d39aa09ff9c5bc04305a2ff0b7c37d83de8a3bc4e4ac24af3e0418e20493e936b WHIRLPOOL 093f00c8fe361e4e4c014c72272363eb6896de204b5ceb6f7fd045e8aa4de1d9af9ce9ea8b5b2b92adb602bc6000e066fd4138d003f27d3e5b26308710ae4faf
+MISC ChangeLog 2619 SHA256 48ab8e5ee458edf95d3acee4c9afae72faa6f31e64fd97fa40c94fef71b5096f SHA512 c0c5d6936e95b93c0321db59a4740e2fcf85fe92f9f8b71a6cf019d2cffed487b7b3a8a8d6817c24dce2b9291fa718b2f908898972ef3fa9145267ce095bbf7e WHIRLPOOL 0c74dc3f316b7a92d69448cdb2f72da273a2b94859e44e72a4658eeea79e6c02ab5445cdf84fa36aeef0f4a9c7dd6a8f12584b0e43c2281209264a38fe5cf3b8
+MISC ChangeLog-2015 634 SHA256 4f58566ea6f3936abeaea765540697941251d14e63890c298c2376ba1af3acda SHA512 ad8d5e8b858333bad47eb64f589aa398e4bd4d963e8b85f4bcbf9ff42283c8e999bcedb0909bd4a20742d735ae57be2881cbc9e2e753bc5eccf3cc6165a8faeb WHIRLPOOL 8f0279726f7494d2bd8960ac18c2f67b2fc59b0e19d5c1bd18ccd380b11425753a344dd004efee811a3ff0076dd1cc11bec54295378097fa9add4e0742c350ef
+MISC metadata.xml 468 SHA256 ab5dd33db8f5d4045e20120b126522bcd1625afe77a8cbb4c7f2057ae0404140 SHA512 3ae24a3559e8e7acabb915fcbebf65fa22a9620aa2bb3b1c22e3ca428585dd973c01ac750616f230ac3547af8b968e756eef1b3a75785cc86d4a6e19361e9c43 WHIRLPOOL ef7b5610452ef9f5d9f3681717e380f77bd1e8ded10f430ab53ad128ddc0c0fe88330d077372d5a7c67556f0d17603c4e13ab71a40f92c533b9a0c78db9b5acd
diff --git a/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild
new file mode 100644
index 000000000000..88a2a8260dca
--- /dev/null
+++ b/dev-haskell/cryptohash-conduit/cryptohash-conduit-0.1.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="cryptohash conduit"
+HOMEPAGE="https://github.com/vincenthz/hs-cryptohash-conduit"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/conduit:=[profile?]
+ dev-haskell/conduit-extra:=[profile?]
+ dev-haskell/cryptohash:=[profile?]
+ dev-haskell/resourcet:=[profile?]
+ dev-haskell/transformers:=[profile?]
+ >=dev-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"
diff --git a/dev-haskell/cryptohash-conduit/metadata.xml b/dev-haskell/cryptohash-conduit/metadata.xml
new file mode 100644
index 000000000000..877d639f87fb
--- /dev/null
+++ b/dev-haskell/cryptohash-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>
+ Support all the @cryptohash@ package using conduits from
+ the @conduit@ package.
+ </longdescription>
+ <upstream>
+ <remote-id type="github">vincenthz/hs-cryptohash-conduit</remote-id>
+ </upstream>
+</pkgmetadata>