summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-haskell/zlib-conduit/ChangeLog9
-rw-r--r--dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-haskell/zlib-conduit/ChangeLog b/dev-haskell/zlib-conduit/ChangeLog
index 7272fa8c1ac9..79997ff953de 100644
--- a/dev-haskell/zlib-conduit/ChangeLog
+++ b/dev-haskell/zlib-conduit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/zlib-conduit
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.3 2013/11/24 19:39:39 ago Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/ChangeLog,v 1.4 2014/07/02 14:36:20 gienah Exp $
+
+*zlib-conduit-1.1.0 (02 Jul 2014)
+
+ 02 Jul 2014; Mark Wright <gienah@gentoo.org> +zlib-conduit-1.1.0.ebuild:
+ Bump zlib-conduit to 1.1.0
24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> zlib-conduit-1.0.0.ebuild:
Stable for x86, wrt bug #488750
diff --git a/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild b/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild
new file mode 100644
index 000000000000..5a10798d6f71
--- /dev/null
+++ b/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild,v 1.1 2014/07/02 14:36:20 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.6.9999
+
+CABAL_FEATURES="lib profile"
+inherit haskell-cabal
+
+DESCRIPTION="Streaming compression/decompression via conduits. (deprecated)"
+HOMEPAGE="http://github.com/snoyberg/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-lang/ghc-6.10.4:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.8
+"