commit: 2313d89609e07e45bb1c6d6efb248159f124ada8 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Sat Aug 29 19:06:00 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Sat Aug 29 19:06:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2313d896
dev-haskell/tagstream-conduit: bump up to 0.5.6 Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org> dev-haskell/tagstream-conduit/Manifest | 1 + .../tagstream-conduit-0.5.6.ebuild | 37 ++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-haskell/tagstream-conduit/Manifest b/dev-haskell/tagstream-conduit/Manifest index f2b550e4082..7f3370bf8ec 100644 --- a/dev-haskell/tagstream-conduit/Manifest +++ b/dev-haskell/tagstream-conduit/Manifest @@ -1 +1,2 @@ DIST tagstream-conduit-0.5.5.3.tar.gz 9813 BLAKE2B efacae2982642e61470312a1374b522ae5d7c2d4e2b4e115c13b246a42c910604e9d51dc9bfee6163730b4dfd35bc7f87c8e3c522b36cb7a7bcafbcbb34bf392 SHA512 84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154 +DIST tagstream-conduit-0.5.6.tar.gz 10258 BLAKE2B 2d484f1d1578dcfcc30ba44c16d473dbc269e8dbd7b294803b4f9372c8df498e28ffa7b49f96d46629f932bf91012c5f2c28d0f6a3ce75f9440a31df03783959 SHA512 bd389b9db3a179b4b58a0e3c0f57953a3eeb4ad216b4f29cd452ce73b76cebf8f77c4510115b5840919d63b7e32fdd0839736e7f522596679a5d7dcadfc003d0 diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild new file mode 100644 index 00000000000..46ce6273b9e --- /dev/null +++ b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# ebuild generated by hackport 0.6.6.9999 + +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" +inherit haskell-cabal + +DESCRIPTION="streamlined html tag parser" +HOMEPAGE="https://github.com/yihuang/tagstream-conduit" +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?] + dev-haskell/blaze-builder:=[profile?] + dev-haskell/case-insensitive:=[profile?] + >=dev-haskell/conduit-1.2:=[profile?] + >=dev-haskell/conduit-extra-1.1.0:=[profile?] + >=dev-haskell/data-default-0.5.0:=[profile?] + >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?] + dev-haskell/resourcet:=[profile?] + dev-haskell/text:=[profile?] + >=dev-haskell/xml-conduit-1.2.4:=[profile?] + >=dev-lang/ghc-7.8.2:= +" +DEPEND="${RDEPEND} + >=dev-haskell/cabal-1.18.1.3 + test? ( >=dev-haskell/hspec-1.3 + dev-haskell/hunit + dev-haskell/quickcheck ) +"
