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/hxt-unicode/
Date: Sun, 11 Oct 2020 18:32:04
Message-Id: 1602441117.46846ce8d357bf93130f2dea6c08d53cc548472a.slyfox@gentoo
1 commit: 46846ce8d357bf93130f2dea6c08d53cc548472a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 18:27:02 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 18:31:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46846ce8
7
8 dev-haskell/hxt-unicode: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/hxt-unicode/hxt-unicode-9.0.2.4.ebuild | 6 +++---
14 dev-haskell/hxt-unicode/metadata.xml | 9 ---------
15 2 files changed, 3 insertions(+), 12 deletions(-)
16
17 diff --git a/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.4.ebuild b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.4.ebuild
18 index 26e2c418769..59bc1eeb807 100644
19 --- a/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.4.ebuild
20 +++ b/dev-haskell/hxt-unicode/hxt-unicode-9.0.2.4.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI=5
27 +EAPI=7
28
29 -# ebuild generated by hackport 0.4.3
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour"
33 inherit haskell-cabal
34
35 diff --git a/dev-haskell/hxt-unicode/metadata.xml b/dev-haskell/hxt-unicode/metadata.xml
36 index 73c4decb1fc..b7878815d80 100644
37 --- a/dev-haskell/hxt-unicode/metadata.xml
38 +++ b/dev-haskell/hxt-unicode/metadata.xml
39 @@ -5,13 +5,4 @@
40 <email>haskell@g.o</email>
41 <name>Gentoo Haskell</name>
42 </maintainer>
43 - <longdescription>
44 - Unicode encoding and decoding functions for utf8, iso-latin-* and somes other encodings,
45 - used in the Haskell XML Toolbox.
46 - ISO Latin 1 - 16, utf8, utf16, ASCII are supported. Decoding
47 - is done with lasy functions, errors may be detected or ignored.
48 - </longdescription>
49 - <upstream>
50 - <remote-id type="github">UweSchmidt/hxt</remote-id>
51 - </upstream>
52 </pkgmetadata>