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/text-stream-decode/
Date: Sun, 01 Nov 2020 11:06:43
Message-Id: 1604228790.c72785d2280bb6f221aebf54e22e03b92ce637ab.slyfox@gentoo
1 commit: c72785d2280bb6f221aebf54e22e03b92ce637ab
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 11:02:06 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 11:06:30 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72785d2
7
8 dev-haskell/text-stream-decode: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/text-stream-decode/metadata.xml | 6 ------
14 dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild | 8 ++++----
15 2 files changed, 4 insertions(+), 10 deletions(-)
16
17 diff --git a/dev-haskell/text-stream-decode/metadata.xml b/dev-haskell/text-stream-decode/metadata.xml
18 index 9b39024523a..b7878815d80 100644
19 --- a/dev-haskell/text-stream-decode/metadata.xml
20 +++ b/dev-haskell/text-stream-decode/metadata.xml
21 @@ -5,10 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - The @text@ package provides high performance functions for decoding strict and lazy @ByteString@s into @Text@. However, these functions present two issues for streaming data libraries: they throw exceptions from pure code, and are not designed for incremental consumption. This library addresses both issues with a unified API for UTF-8, -16LE, -16BE, -32LE, and -32BE. It is intended for use by high level streaming data libraries, such as conduit, enumerator, iteratee, and pipes.
27 - </longdescription>
28 - <upstream>
29 - <remote-id type="github">fpco/text-stream-decode</remote-id>
30 - </upstream>
31 </pkgmetadata>
32
33 diff --git a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
34 index 7cfa633e38e..8470efcdb08 100644
35 --- a/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
36 +++ b/dev-haskell/text-stream-decode/text-stream-decode-0.1.0.5.ebuild
37 @@ -1,9 +1,9 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 +# Copyright 1999-2020 Gentoo Authors
40 # Distributed under the terms of the GNU General Public License v2
41
42 -EAPI=5
43 +EAPI=7
44
45 -# ebuild generated by hackport 0.3.6.9999
46 +# ebuild generated by hackport 0.6.6.9999
47 #hackport: flags: +text11
48
49 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
50 @@ -19,7 +19,7 @@ KEYWORDS="~amd64 ~x86"
51 IUSE=""
52
53 RDEPEND=">=dev-haskell/text-1.1:=[profile?]
54 - >=dev-lang/ghc-6.10.4:=
55 + >=dev-lang/ghc-7.4.1:=
56 "
57 DEPEND="${RDEPEND}
58 >=dev-haskell/cabal-1.8