summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2014-12-14 11:27:27 +0000
committerMark Wright <gienah@gentoo.org>2014-12-14 11:27:27 +0000
commit2dd2557825236ef2da595041d066bdba512ebfde (patch)
treed848e63397632550ecf824f21bdbd9b1672e4fba /dev-haskell/process-conduit
parentBump cgi to 3001.2.2.0 (diff)
downloadgentoo-2-2dd2557825236ef2da595041d066bdba512ebfde.tar.gz
gentoo-2-2dd2557825236ef2da595041d066bdba512ebfde.tar.bz2
gentoo-2-2dd2557825236ef2da595041d066bdba512ebfde.zip
Bump process-conduit to 1.2.0.1
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/process-conduit')
-rw-r--r--dev-haskell/process-conduit/ChangeLog7
-rw-r--r--dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild34
2 files changed, 40 insertions, 1 deletions
diff --git a/dev-haskell/process-conduit/ChangeLog b/dev-haskell/process-conduit/ChangeLog
index 9629384e4243..b89618313d6c 100644
--- a/dev-haskell/process-conduit/ChangeLog
+++ b/dev-haskell/process-conduit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/process-conduit
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/process-conduit/ChangeLog,v 1.3 2014/07/25 08:58:38 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/process-conduit/ChangeLog,v 1.4 2014/12/14 11:27:27 gienah Exp $
+
+*process-conduit-1.2.0.1 (14 Dec 2014)
+
+ 14 Dec 2014; Mark Wright <gienah@gentoo.org> +process-conduit-1.2.0.1.ebuild:
+ Bump process-conduit to 1.2.0.1
25 Jul 2014; Sergei Trofimovich <slyfox@gentoo.org> metadata.xml:
Drop redundant '<maintainer>' field, leave only '<herd>'.
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..2b6c8a88b4cc
--- /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
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/process-conduit/process-conduit-1.2.0.1.ebuild,v 1.1 2014/12/14 11:27:27 gienah Exp $
+
+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 )
+"