diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-haskell/process-conduit | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
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 ) +" |