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/uniplate/
Date: Sun, 01 Nov 2020 12:56:25
Message-Id: 1604235376.1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4.slyfox@gentoo
1 commit: 1d3b30e96e55d0b0aa33e2293faef6ca432d2ff4
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 1 11:21:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 12:56:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d3b30e9
7
8 dev-haskell/uniplate: 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/uniplate/metadata.xml | 30 -----------------------------
14 dev-haskell/uniplate/uniplate-1.6.12.ebuild | 10 +++++-----
15 2 files changed, 5 insertions(+), 35 deletions(-)
16
17 diff --git a/dev-haskell/uniplate/metadata.xml b/dev-haskell/uniplate/metadata.xml
18 index fd8349c40e4..b7878815d80 100644
19 --- a/dev-haskell/uniplate/metadata.xml
20 +++ b/dev-haskell/uniplate/metadata.xml
21 @@ -5,34 +5,4 @@
22 <email>haskell@g.o</email>
23 <name>Gentoo Haskell</name>
24 </maintainer>
25 - <longdescription>
26 - Uniplate is library for writing simple and concise generic operations.
27 - Uniplate has similar goals to the original Scrap Your Boilerplate work,
28 - but is substantially simpler and faster. The Uniplate manual is available at
29 - &lt;http://community.haskell.org/~ndm/darcs/uniplate/uniplate.htm&gt;.
30 -
31 - To get started with Uniplate you should import one of the three following
32 - modules:
33 -
34 - * "Data.Generics.Uniplate.Data" - to quickly start writing generic functions.
35 - Most users should start by importing this module.
36 -
37 - * "Data.Generics.Uniplate.Direct" - a replacement for "Data.Generics.Uniplate.Data"
38 - with substantially higher performance (around 5 times), but requires writing
39 - instance declarations.
40 -
41 - * "Data.Generics.Uniplate.Operations" - definitions of all the operations defined
42 - by Uniplate. Both the above two modules re-export this module.
43 -
44 - In addition, some users may want to make use of the following modules:
45 -
46 - * "Data.Generics.Uniplate.Zipper" - a zipper built on top of Uniplate instances.
47 -
48 - * "Data.Generics.SYB" - users transitioning from the Scrap Your Boilerplate library.
49 -
50 - * "Data.Generics.Compos" - users transitioning from the Compos library.
51 -
52 - * "Data.Generics.Uniplate.DataOnly" - users making use of both @Data@ and @Direct@
53 - to avoid getting instance conflicts.
54 - </longdescription>
55 </pkgmetadata>
56
57 diff --git a/dev-haskell/uniplate/uniplate-1.6.12.ebuild b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
58 index 27ad0ebbe34..fd0d4337b90 100644
59 --- a/dev-haskell/uniplate/uniplate-1.6.12.ebuild
60 +++ b/dev-haskell/uniplate/uniplate-1.6.12.ebuild
61 @@ -1,9 +1,9 @@
62 -# Copyright 1999-2019 Gentoo Authors
63 +# Copyright 1999-2020 Gentoo Authors
64 # Distributed under the terms of the GNU General Public License v2
65
66 -EAPI=5
67 +EAPI=7
68
69 -# ebuild generated by hackport 0.3.6.9999
70 +# ebuild generated by hackport 0.6.6.9999
71 #hackport: flags: +separate_syb,+typeable_fingerprint
72
73 CABAL_FEATURES="lib profile haddock hoogle hscolour"
74 @@ -18,9 +18,9 @@ SLOT="0/${PV}"
75 KEYWORDS="~amd64 ~x86"
76 IUSE=""
77
78 -RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?] <dev-haskell/hashable-1.3:=[profile?]
79 +RDEPEND=">=dev-haskell/hashable-1.1.2.3:=[profile?]
80 dev-haskell/syb:=[profile?]
81 - >=dev-haskell/unordered-containers-0.2.1:=[profile?] <dev-haskell/unordered-containers-0.3:=[profile?]
82 + >=dev-haskell/unordered-containers-0.2.1:=[profile?]
83 >=dev-lang/ghc-7.4.1:=
84 "
85 DEPEND="${RDEPEND}