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/edit-distance/
Date: Thu, 08 Oct 2020 18:20:08
Message-Id: 1602180967.ae23849754c4bb9b87bcf94377509472f86b6180.slyfox@gentoo
1 commit: ae23849754c4bb9b87bcf94377509472f86b6180
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 8 18:16:07 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 8 18:16:07 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae238497
7
8 dev-haskell/edit-distance: 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/edit-distance/edit-distance-0.2.2.1-r1.ebuild | 8 +++++---
14 dev-haskell/edit-distance/metadata.xml | 6 ------
15 2 files changed, 5 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
18 index 568102a4434..30e1b8aee32 100644
19 --- a/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild
20 +++ b/dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.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.5.9999
30 +# ebuild generated by hackport 0.6.6.9999
31
32 CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
33 inherit haskell-cabal
34 @@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
35 "
36
37 src_prepare() {
38 + default
39 +
40 cabal_chdeps \
41 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
42 }
43
44 diff --git a/dev-haskell/edit-distance/metadata.xml b/dev-haskell/edit-distance/metadata.xml
45 index a2d0a723f92..b7878815d80 100644
46 --- a/dev-haskell/edit-distance/metadata.xml
47 +++ b/dev-haskell/edit-distance/metadata.xml
48 @@ -5,10 +5,4 @@
49 <email>haskell@g.o</email>
50 <name>Gentoo Haskell</name>
51 </maintainer>
52 - <longdescription>
53 - Optimized edit distances for fuzzy matching, including Levenshtein and restricted Damerau-Levenshtein algorithms.
54 - </longdescription>
55 - <upstream>
56 - <remote-id type="github">batterseapower/edit-distance</remote-id>
57 - </upstream>
58 </pkgmetadata>