commit: ae23849754c4bb9b87bcf94377509472f86b6180
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 8 18:16:07 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Thu Oct 8 18:16:07 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae238497
dev-haskell/edit-distance: update to EAPI=7
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild | 8 +++++---
dev-haskell/edit-distance/metadata.xml | 6 ------
2 files changed, 5 insertions(+), 9 deletions(-)
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
index 568102a4434..30e1b8aee32 100644
--- 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
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=7
-# ebuild generated by hackport 0.4.5.9999
+# ebuild generated by hackport 0.6.6.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
inherit haskell-cabal
@@ -28,6 +28,8 @@ DEPEND="${RDEPEND}
"
src_prepare() {
+ default
+
cabal_chdeps \
'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
}
diff --git a/dev-haskell/edit-distance/metadata.xml
b/dev-haskell/edit-distance/metadata.xml
index a2d0a723f92..b7878815d80 100644
--- a/dev-haskell/edit-distance/metadata.xml
+++ b/dev-haskell/edit-distance/metadata.xml
@@ -5,10 +5,4 @@
<email>[email protected]</email>
<name>Gentoo Haskell</name>
</maintainer>
- <longdescription>
- Optimized edit distances for fuzzy matching, including
Levenshtein and restricted Damerau-Levenshtein algorithms.
- </longdescription>
- <upstream>
- <remote-id
type="github">batterseapower/edit-distance</remote-id>
- </upstream>
</pkgmetadata>