Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/tagstream-conduit/
Date: Sat, 29 Aug 2020 19:06:24
Message-Id: 1598727960.2313d89609e07e45bb1c6d6efb248159f124ada8.slyfox@gentoo
1 commit: 2313d89609e07e45bb1c6d6efb248159f124ada8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 19:06:00 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 19:06:00 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2313d896
7
8 dev-haskell/tagstream-conduit: bump up to 0.5.6
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/tagstream-conduit/Manifest | 1 +
14 .../tagstream-conduit-0.5.6.ebuild | 37 ++++++++++++++++++++++
15 2 files changed, 38 insertions(+)
16
17 diff --git a/dev-haskell/tagstream-conduit/Manifest b/dev-haskell/tagstream-conduit/Manifest
18 index f2b550e4082..7f3370bf8ec 100644
19 --- a/dev-haskell/tagstream-conduit/Manifest
20 +++ b/dev-haskell/tagstream-conduit/Manifest
21 @@ -1 +1,2 @@
22 DIST tagstream-conduit-0.5.5.3.tar.gz 9813 BLAKE2B efacae2982642e61470312a1374b522ae5d7c2d4e2b4e115c13b246a42c910604e9d51dc9bfee6163730b4dfd35bc7f87c8e3c522b36cb7a7bcafbcbb34bf392 SHA512 84625975df6c6c315011ebfd63d551b22c00927fa9add390d9e723bc104d4a7881743aaf6bceae0ff42efc6056a314baddb594fd5e344449333ea7ff6cbcf154
23 +DIST tagstream-conduit-0.5.6.tar.gz 10258 BLAKE2B 2d484f1d1578dcfcc30ba44c16d473dbc269e8dbd7b294803b4f9372c8df498e28ffa7b49f96d46629f932bf91012c5f2c28d0f6a3ce75f9440a31df03783959 SHA512 bd389b9db3a179b4b58a0e3c0f57953a3eeb4ad216b4f29cd452ce73b76cebf8f77c4510115b5840919d63b7e32fdd0839736e7f522596679a5d7dcadfc003d0
24
25 diff --git a/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild
26 new file mode 100644
27 index 00000000000..46ce6273b9e
28 --- /dev/null
29 +++ b/dev-haskell/tagstream-conduit/tagstream-conduit-0.5.6.ebuild
30 @@ -0,0 +1,37 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +# ebuild generated by hackport 0.6.6.9999
37 +
38 +CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
39 +inherit haskell-cabal
40 +
41 +DESCRIPTION="streamlined html tag parser"
42 +HOMEPAGE="https://github.com/yihuang/tagstream-conduit"
43 +SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0/${PV}"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
51 + dev-haskell/blaze-builder:=[profile?]
52 + dev-haskell/case-insensitive:=[profile?]
53 + >=dev-haskell/conduit-1.2:=[profile?]
54 + >=dev-haskell/conduit-extra-1.1.0:=[profile?]
55 + >=dev-haskell/data-default-0.5.0:=[profile?]
56 + >=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
57 + dev-haskell/resourcet:=[profile?]
58 + dev-haskell/text:=[profile?]
59 + >=dev-haskell/xml-conduit-1.2.4:=[profile?]
60 + >=dev-lang/ghc-7.8.2:=
61 +"
62 +DEPEND="${RDEPEND}
63 + >=dev-haskell/cabal-1.18.1.3
64 + test? ( >=dev-haskell/hspec-1.3
65 + dev-haskell/hunit
66 + dev-haskell/quickcheck )
67 +"