diff options
author | Mark Wright <gienah@gentoo.org> | 2014-07-02 13:48:37 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-07-02 13:48:37 +0000 |
commit | 5b9780700ddb0aed318fa10ca2443f2b84a9f549 (patch) | |
tree | 6424d7ed4405f0e1af32ebc57839dc3e27a970b4 /dev-haskell/streaming-commons | |
parent | add missing rdep texlive-basic, patch by fau, fixes Bug #516004 also by fau (diff) | |
download | gentoo-2-5b9780700ddb0aed318fa10ca2443f2b84a9f549.tar.gz gentoo-2-5b9780700ddb0aed318fa10ca2443f2b84a9f549.tar.bz2 gentoo-2-5b9780700ddb0aed318fa10ca2443f2b84a9f549.zip |
Add streaming-commons
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/streaming-commons')
-rw-r--r-- | dev-haskell/streaming-commons/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/metadata.xml | 11 | ||||
-rw-r--r-- | dev-haskell/streaming-commons/streaming-commons-0.1.3.ebuild | 38 |
4 files changed, 61 insertions, 0 deletions
diff --git a/dev-haskell/streaming-commons/ChangeLog b/dev-haskell/streaming-commons/ChangeLog new file mode 100644 index 000000000000..1b90731570c7 --- /dev/null +++ b/dev-haskell/streaming-commons/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-haskell/streaming-commons +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/ChangeLog,v 1.1 2014/07/02 13:48:37 gienah Exp $ + +*streaming-commons-0.1.3 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +metadata.xml, + +streaming-commons-0.1.3.ebuild: + Add streaming-commons diff --git a/dev-haskell/streaming-commons/Manifest b/dev-haskell/streaming-commons/Manifest new file mode 100644 index 000000000000..34a457e7fc84 --- /dev/null +++ b/dev-haskell/streaming-commons/Manifest @@ -0,0 +1,3 @@ +DIST streaming-commons-0.1.3.tar.gz 75947 SHA256 0366bdbf4da59cf823f34a31cce93992771fc9fc6096deeb7aabec8a6902637f SHA512 bc08e52564cdc07163113105c61ce03828ad10b40ff10fcc12cc7181054cff7853bbb2e1aef543bbd8972ea2aad9ff293fddb238251d13114e2287f39682bf2b WHIRLPOOL 8d91fca02611b46a952b98456b154373154c84b2a18bb17512abf0368bb10ad36d653dbc5a46c0d203d12cb26d2f3cfb4647fea1e94a83164ff4111ade39b22b +EBUILD streaming-commons-0.1.3.ebuild 1025 SHA256 680dae2ce84305c7d001d7860d9a3ad735c6c42d038c11c41f8a08c3bc80e946 SHA512 81a161dfb5ad2af2ea66999af1443bf93623201a37d24e33adeddd9701bca8c03cd1ab33492e04ed357c936f4ac046089e1b87244413f4bef0e5d37a2585d686 WHIRLPOOL 0025f76c27d1339d30d30781e0f61c8807f13c165442b4a9bc3827338499093ac0733b9756c5e2f74f30b4d66d01e5e4ca315c03a2fc6f816c0f54ea4fe795b8 +MISC metadata.xml 385 SHA256 dc7205c5aff455fb1c22c6df38a057ae721ce97807dfe6f073af1deacf832b94 SHA512 35ae676bd6ffb3f0c375e0b2450538b233da93a42a4414fb2268dbf4b0dfae96061306f69ac8636da66f10f264a2fe6a96b2eb94b587adcbbdbf19dcd9172d41 WHIRLPOOL b6894ec5fbfe1603f67a77f33d0a7a9f2818dc5a49c0e20a4da2a9233dbdee5ba28ad93ae913d51df71fcc51e683989046f31b1cbb9e302a8a9637de41ff2ccc diff --git a/dev-haskell/streaming-commons/metadata.xml b/dev-haskell/streaming-commons/metadata.xml new file mode 100644 index 000000000000..8e7fd0fe439e --- /dev/null +++ b/dev-haskell/streaming-commons/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <maintainer> + <email>haskell@gentoo.org</email> + </maintainer> + <longdescription> + Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes. + </longdescription> +</pkgmetadata> diff --git a/dev-haskell/streaming-commons/streaming-commons-0.1.3.ebuild b/dev-haskell/streaming-commons/streaming-commons-0.1.3.ebuild new file mode 100644 index 000000000000..680704102770 --- /dev/null +++ b/dev-haskell/streaming-commons/streaming-commons-0.1.3.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/streaming-commons/streaming-commons-0.1.3.ebuild,v 1.1 2014/07/02 13:48:37 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Common lower-level functions needed by various streaming data libraries" +HOMEPAGE="https://github.com/fpco/streaming-commons" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/blaze-builder-0.3:=[profile?] <dev-haskell/blaze-builder-0.4:=[profile?] + dev-haskell/network:=[profile?] + dev-haskell/random:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + dev-haskell/zlib:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/async + dev-haskell/blaze-builder + >=dev-haskell/hspec-1.8 + dev-haskell/network + dev-haskell/quickcheck + dev-haskell/text + dev-haskell/zlib ) +" |