diff options
author | Mark Wright <gienah@gentoo.org> | 2014-07-02 14:36:20 +0000 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2014-07-02 14:36:20 +0000 |
commit | e82d594e25622a453367d975f9d18039cfe16c5c (patch) | |
tree | 5bc2ce4294bb11af854bc796e8d7551470fe3f3a /dev-haskell/zlib-conduit | |
parent | Bump zlib-bindings to 0.1.1.5 (diff) | |
download | gentoo-2-e82d594e25622a453367d975f9d18039cfe16c5c.tar.gz gentoo-2-e82d594e25622a453367d975f9d18039cfe16c5c.tar.bz2 gentoo-2-e82d594e25622a453367d975f9d18039cfe16c5c.zip |
Bump zlib-conduit to 1.1.0
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/zlib-conduit')
-rw-r--r-- | dev-haskell/zlib-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild | 26 |
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 +" |