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-charproperties/
Date: Sun, 11 Oct 2020 18:32:04
Message-Id: 1602441117.8b9fdae8bf4d5220dc8412b2761d37f44f5ede89.slyfox@gentoo
1 commit: 8b9fdae8bf4d5220dc8412b2761d37f44f5ede89
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 18:30:21 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=8b9fdae8
7
8 dev-haskell/hxt-charproperties: bump up to 9.4.0.0
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-charproperties/Manifest | 2 +-
14 ...ties-9.2.0.1.ebuild => hxt-charproperties-9.4.0.0.ebuild} | 12 +++++++++---
15 dev-haskell/hxt-charproperties/metadata.xml | 9 ---------
16 3 files changed, 10 insertions(+), 13 deletions(-)
17
18 diff --git a/dev-haskell/hxt-charproperties/Manifest b/dev-haskell/hxt-charproperties/Manifest
19 index e2e6d90fa24..23172b87c71 100644
20 --- a/dev-haskell/hxt-charproperties/Manifest
21 +++ b/dev-haskell/hxt-charproperties/Manifest
22 @@ -1 +1 @@
23 -DIST hxt-charproperties-9.2.0.1.tar.gz 270767 BLAKE2B dce70cb87f1fa09ade7a4b62a3d016a6030f6de13f090195c91c4f14fd0434a2a81742a345caaa0e36b5e62b2ca1e053df56d88abd6f36165646e29da7134bd2 SHA512 518d7c15b43a33432c402b839713e1d29a60d44286ca411bfb3d9a4b955b1181b8ec84615a131db0113280bea7973c70618f4204a32b21e627c452e05a18a7ef
24 +DIST hxt-charproperties-9.4.0.0.tar.gz 317043 BLAKE2B e8ea482090b0496a1064720e81cab04fa64be51486dedae6b418ea2386b5dc91d0b08af3d57a5c1b52206c6c76ff0b23c380dd03aa0bdfc1e84a80fb2317411b SHA512 8885ceb06e402f2e2e31d616eb605ddf380bec771edf4112fdf6875cbbf03cf1a88b5466e4b74270c7ccf0e1c04e335a3ded6867133a951e1070b7635976fba6
25
26 diff --git a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild b/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild
27 similarity index 71%
28 rename from dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild
29 rename to dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild
30 index d1ce0f15526..1cf7512f4d2 100644
31 --- a/dev-haskell/hxt-charproperties/hxt-charproperties-9.2.0.1.ebuild
32 +++ b/dev-haskell/hxt-charproperties/hxt-charproperties-9.4.0.0.ebuild
33 @@ -1,9 +1,10 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 +# Copyright 1999-2020 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=5
39 +EAPI=7
40
41 -# ebuild generated by hackport 0.4.3
42 +# ebuild generated by hackport 0.6.6.9999
43 +#hackport: flags: -profile
44
45 CABAL_FEATURES="lib profile haddock hoogle hscolour"
46 inherit haskell-cabal
47 @@ -22,3 +23,8 @@ RDEPEND=">=dev-lang/ghc-7.4.1:=
48 DEPEND="${RDEPEND}
49 >=dev-haskell/cabal-1.6
50 "
51 +
52 +src_configure() {
53 + haskell-cabal_src_configure \
54 + --flag=-profile
55 +}
56
57 diff --git a/dev-haskell/hxt-charproperties/metadata.xml b/dev-haskell/hxt-charproperties/metadata.xml
58 index 24b0e65dc8d..b7878815d80 100644
59 --- a/dev-haskell/hxt-charproperties/metadata.xml
60 +++ b/dev-haskell/hxt-charproperties/metadata.xml
61 @@ -5,13 +5,4 @@
62 <email>haskell@g.o</email>
63 <name>Gentoo Haskell</name>
64 </maintainer>
65 - <longdescription>
66 - Character proprties defined by XML and Unicode standards.
67 - These modules contain predicates for Unicode blocks and char proprties
68 - and character predicates defined by XML.
69 - Supported Unicode version is 5.2.0.
70 - </longdescription>
71 - <upstream>
72 - <remote-id type="github">UweSchmidt/hxt</remote-id>
73 - </upstream>
74 </pkgmetadata>