diff options
Diffstat (limited to 'dev-haskell/process-conduit')
6 files changed, 141 insertions, 0 deletions
diff --git a/dev-haskell/process-conduit/Manifest b/dev-haskell/process-conduit/Manifest new file mode 100644 index 000000000000..3f8fb1a505b7 --- /dev/null +++ b/dev-haskell/process-conduit/Manifest @@ -0,0 +1,3 @@ +DIST process-conduit-1.0.0.1.tar.gz 3872 SHA256 001d16edf53607ae89311ce7649852c93f4a59adf2e2635f1eb23f1386f22bac SHA512 fd8f8dcd8db4ab5e41c1ab23bb862062c875b90a221b1b8e5198be192cffd8c59dff94a32dfb4a53f903bb178432e6fc94b94ae777209da08691754f8db1df25 WHIRLPOOL 3fc15475564d59eb743056a7fd77e69c5df0a955514b650e7683c00dd51056e183aa8a485fdd6130f1d24346e371e7b4de985cde8e2d2a993d4658811298159b +DIST process-conduit-1.1.0.0.tar.gz 3884 SHA256 14c3b09d597b2e958048c535ffe9b04ae64f8cb00c1d36e25997856226b37aac SHA512 d7390a1083bc3bc5db2ce2bc0ec55f90e6c8bb8d224cc16b52a2e272baf3dceb18ee11eafd3cc306902945b04b2d746738f5a5e88bfd73e5ad0a9f5d4e5914dc WHIRLPOOL 3a5a43777a60e1fd57b279ec4f6c20a58c1498a5bd3b143550c0a775912c12559c86cf7a287c15a2a649ed70ee2f88a76e2d3d1b5a3141e859e1b00eeb70cbb7 +DIST process-conduit-1.2.0.1.tar.gz 3958 SHA256 886d9a901620da5d43a3d42dd13e02ef12503f7612a8c4b4117ecc2d2bf7cb42 SHA512 f58d37b04523007fcc447b865510f59559608df8c470456f5f5269d04e7104b018451ae260018cf04b03a253e7436ff0fc517c9f0d5cde705cbb8661a868b920 WHIRLPOOL 84436c1a826b4820af5c534bb09f678427ddd2fde730f88a8e107c98be1eefe5f1cc8947a5cfccc074bd129163ee02e2cf2f8f1d09b70cbb41d78efd88ca1546 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..296c5f7c686a --- /dev/null +++ b/dev-haskell/process-conduit/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <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.0.0.1.ebuild b/dev-haskell/process-conduit/process-conduit-1.0.0.1.ebuild new file mode 100644 index 000000000000..3b5fe310610a --- /dev/null +++ b/dev-haskell/process-conduit/process-conduit-1.0.0.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +# ebuild generated by hackport 0.3.2.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Conduits for processes" +HOMEPAGE="http://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="" + +RDEPEND="=dev-haskell/conduit-1.0*:=[profile?] + =dev-haskell/control-monad-loop-0.1*:=[profile?] + >=dev-haskell/mtl-2.0:=[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 + test? ( >=dev-haskell/hspec-1.3 + )" 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..49f0a77e8527 --- /dev/null +++ b/dev-haskell/process-conduit/process-conduit-1.1.0.0-r1.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="http://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..80fecef8ec36 --- /dev/null +++ b/dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="http://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 ) +" |