diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 21:03:06 +0100 |
commit | 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch) | |
tree | 7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-haskell/process-conduit | |
parent | 30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/process-conduit')
5 files changed, 115 insertions, 0 deletions
diff --git a/dev-haskell/process-conduit/Manifest b/dev-haskell/process-conduit/Manifest new file mode 100644 index 000000000000..dccd4dad2290 --- /dev/null +++ b/dev-haskell/process-conduit/Manifest @@ -0,0 +1,6 @@ +AUX process-conduit-1.1.0.0-conduit-1.1.patch 1101 BLAKE2B 88af32409f6d08011814fe05aabbe7d9ebc547e0e113cdd8cd65ea13f676119163a19294803dcf8f0d905e5747e38872a8b0d26b4745c94e57cfd8f036547db7 SHA512 26035f7bae533194455ef48c650230ffe5796c1afa92a811ad1dd3302a833fd5ca04f8dbd87e6d60b9d5abb16ad38fbc8b6496bf918cbb34fa2b8d2079e85f30 +DIST process-conduit-1.1.0.0.tar.gz 3884 BLAKE2B 70792cc3ac8a65e591939782b8ef03e2d339cda469b40ed9858ede5a18a8ee6ab18d72b538fc3a265ebdfb9fcec05e4de020ac96826d2c8264da711e89ecfbdd SHA512 d7390a1083bc3bc5db2ce2bc0ec55f90e6c8bb8d224cc16b52a2e272baf3dceb18ee11eafd3cc306902945b04b2d746738f5a5e88bfd73e5ad0a9f5d4e5914dc +DIST process-conduit-1.2.0.1.tar.gz 3958 BLAKE2B 5c9ca54c43b99032fea566cbd1b4693bceb8a07ed1121b7ce2e74c034adf7ec39b2874978335a59880f34eceae6dc299886b3e45c865eb16765677e955a26b04 SHA512 f58d37b04523007fcc447b865510f59559608df8c470456f5f5269d04e7104b018451ae260018cf04b03a253e7436ff0fc517c9f0d5cde705cbb8661a868b920 +EBUILD process-conduit-1.1.0.0-r1.ebuild 983 BLAKE2B 74fe351df98a83d3ae782cc7689456088a3d45a11a86946bacdddb34406a472132705b968aeade0f0d4c7ca427a9b4d705cb50521bff9653504eaf1fcccda56b SHA512 f4c038d7923733fb76be53aeff671ecd1ce4c10d9ac4031cbe381182384587ee7e946d7d97b0af289753cdc52a3fef67ec56e6653aa5207dc1b3b494d8b787df +EBUILD process-conduit-1.2.0.1.ebuild 959 BLAKE2B 99ccb8a20d2fc113175b63000d6ae58f75abd187c1738de3c7ed55295ae55564c2121d42c26fb7fbde7c2e14bf017dfcfe24ca7b197628cea3ad9e8121e38ef1 SHA512 5e8330cf2dc97a37f734ea237d20025201da5872246c331db318354b27542e3798564d0655ca42177c5c6cb265b83684d515e2a93ef5bbaf76564f208c501842 +MISC metadata.xml 495 BLAKE2B 30bee57f6a0ecfc70313769c6523a11f69a24150382c6887bd32cf1731ce31a181abd16dbed045ac3699535149c938c69ed9c0f784fa84820bd365fac4de57da SHA512 fe8762abe81705e982768ecd21e61c1ab2849528d9e75e26cc4c8f92b2a56724cdfb7c90e5895f87a6376dc5b8f5d4621b9ae4f908b5507dc36930c06310c37a diff --git a/dev-haskell/process-conduit/files/process-conduit-1.1.0.0-conduit-1.1.patch b/dev-haskell/process-conduit/files/process-conduit-1.1.0.0-conduit-1.1.patch new file mode 100644 index 000000000000..e829cc58de0f --- /dev/null +++ b/dev-haskell/process-conduit/files/process-conduit-1.1.0.0-conduit-1.1.patch @@ -0,0 +1,27 @@ +--- process-conduit-1.1.0.0-orig/process-conduit.cabal 2014-04-03 18:54:59.000000000 +1100 ++++ process-conduit-1.1.0.0/process-conduit.cabal 2014-07-02 09:45:32.738952743 +1000 +@@ -34,6 +34,7 @@ + , text >= 0.11 + , process >= 1.0 + , conduit >= 1.1 ++ , conduit-extra >= 1.1 + , resourcet >= 1.1 + , shakespeare-text >= 1.0 + , shakespeare +@@ -48,4 +49,6 @@ + , bytestring + , hspec >= 1.3 + , conduit ++ , conduit-extra + , process-conduit ++ , resourcet +--- process-conduit-1.1.0.0-orig/test.hs 2014-04-03 18:54:59.000000000 +1100 ++++ process-conduit-1.1.0.0/test.hs 2014-07-02 09:51:31.862391926 +1000 +@@ -7,6 +7,7 @@ + import Data.Conduit + import qualified Data.Conduit.Binary as CB + import Test.Hspec ++import Control.Monad.Trans.Resource (runResourceT) + + main :: IO () + main = hspec $ do diff --git a/dev-haskell/process-conduit/metadata.xml b/dev-haskell/process-conduit/metadata.xml new file mode 100644 index 000000000000..476cab9249fe --- /dev/null +++ b/dev-haskell/process-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> + Conduits for processes. + For more details: <https://github.com/tanakh/process-conduit/blob/master/README.md> + </longdescription> + <upstream> + <remote-id type="github">snoyberg/process-conduit</remote-id> + </upstream> +</pkgmetadata> diff --git a/dev-haskell/process-conduit/process-conduit-1.1.0.0-r1.ebuild b/dev-haskell/process-conduit/process-conduit-1.1.0.0-r1.ebuild new file mode 100644 index 000000000000..dcce3ca34644 --- /dev/null +++ b/dev-haskell/process-conduit/process-conduit-1.1.0.0-r1.ebuild @@ -0,0 +1,34 @@ +# 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 test-suite" +inherit base haskell-cabal + +DESCRIPTION="Conduits for processes" +HOMEPAGE="https://github.com/tanakh/process-conduit" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +PATCHES=("${FILESDIR}/${PN}-1.1.0.0-conduit-1.1.patch") + +RDEPEND=">=dev-haskell/conduit-1.1:=[profile?] + >=dev-haskell/control-monad-loop-0.1:=[profile?] <dev-haskell/control-monad-loop-0.2:=[profile?] + >=dev-haskell/mtl-2.0:=[profile?] + >=dev-haskell/resourcet-1.1:=[profile?] + dev-haskell/shakespeare:=[profile?] + >=dev-haskell/shakespeare-text-1.0:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + >=dev-lang/ghc-6.12.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8.0.2 + test? ( >=dev-haskell/hspec-1.3 ) +" diff --git a/dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild b/dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild new file mode 100644 index 000000000000..1a9954e6c427 --- /dev/null +++ b/dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +# ebuild generated by hackport 0.4.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Conduits for processes (deprecated)" +HOMEPAGE="https://github.com/snoyberg/process-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-1.1:=[profile?] + >=dev-haskell/control-monad-loop-0.1:=[profile?] <dev-haskell/control-monad-loop-0.2:=[profile?] + >=dev-haskell/mtl-2.0:=[profile?] + >=dev-haskell/resourcet-1.1:=[profile?] + dev-haskell/shakespeare:=[profile?] + >=dev-haskell/shakespeare-text-1.0:=[profile?] + >=dev-haskell/text-0.11:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( dev-haskell/conduit-extra + >=dev-haskell/hspec-1.3 ) +" |