diff options
author | 2014-07-02 10:17:50 +0000 | |
---|---|---|
committer | 2014-07-02 10:17:50 +0000 | |
commit | d1011cde47188d74b9a6862d3fd8ab5143120015 (patch) | |
tree | 6c76bc41189842ea619c95748bb7ce5a95f87248 /dev-haskell/html-conduit | |
parent | Bump hspec to 1.10.0 (diff) | |
download | gentoo-2-d1011cde47188d74b9a6862d3fd8ab5143120015.tar.gz gentoo-2-d1011cde47188d74b9a6862d3fd8ab5143120015.tar.bz2 gentoo-2-d1011cde47188d74b9a6862d3fd8ab5143120015.zip |
Bump html-conduit to 1.1.0.5
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/html-conduit')
-rw-r--r-- | dev-haskell/html-conduit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild | 37 |
2 files changed, 44 insertions, 2 deletions
diff --git a/dev-haskell/html-conduit/ChangeLog b/dev-haskell/html-conduit/ChangeLog index ecb154bca6e2..12ac88294b87 100644 --- a/dev-haskell/html-conduit/ChangeLog +++ b/dev-haskell/html-conduit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-haskell/html-conduit -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.2 2013/12/11 06:05:05 gienah Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/ChangeLog,v 1.3 2014/07/02 10:17:50 gienah Exp $ + +*html-conduit-1.1.0.5 (02 Jul 2014) + + 02 Jul 2014; Mark Wright <gienah@gentoo.org> +html-conduit-1.1.0.5.ebuild: + Bump html-conduit to 1.1.0.5 *html-conduit-1.1.0.1 (11 Dec 2013) diff --git a/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild b/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild new file mode 100644 index 000000000000..d714db73544f --- /dev/null +++ b/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/html-conduit/html-conduit-1.1.0.5.ebuild,v 1.1 2014/07/02 10:17:50 gienah Exp $ + +EAPI=5 + +# ebuild generated by hackport 0.4.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="Parse HTML documents using xml-conduit datatypes." +HOMEPAGE="https://github.com/snoyberg/xml" +SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/conduit-1.0:=[profile?] <dev-haskell/conduit-1.2:=[profile?] + dev-haskell/conduit-extra:=[profile?] + >=dev-haskell/resourcet-0.3:=[profile?] <dev-haskell/resourcet-1.2:=[profile?] + >=dev-haskell/system-filepath-0.4:=[profile?] <dev-haskell/system-filepath-0.5:=[profile?] + >=dev-haskell/tagstream-conduit-0.4:=[profile?] <dev-haskell/tagstream-conduit-0.6:=[profile?] + dev-haskell/text:=[profile?] + dev-haskell/transformers:=[profile?] + >=dev-haskell/xml-conduit-1.1:=[profile?] <dev-haskell/xml-conduit-1.3:=[profile?] + >=dev-haskell/xml-types-0.3:=[profile?] <dev-haskell/xml-types-0.4:=[profile?] + >=dev-lang/ghc-7.4.1:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.8 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + dev-haskell/xml-conduit ) +" |