* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/edit-distance/
@ 2020-09-12 15:05 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-09-12 15:05 UTC (permalink / raw
To: gentoo-commits
commit: 6ed72d6aa99cbcf8491fa0d14645a692a5023f20
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 15:00:42 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 15:04:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ed72d6a
dev-haskell/edit-distance: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
.../edit-distance/edit-distance-0.2.2.1.ebuild | 28 ----------------------
1 file changed, 28 deletions(-)
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild
deleted file mode 100644
index e7d0f8260dc..00000000000
--- a/dev-haskell/edit-distance/edit-distance-0.2.2.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Levenshtein and restricted Damerau-Levenshtein edit distances"
-HOMEPAGE="https://github.com/phadej/edit-distance"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND=">=dev-haskell/random-1.0:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/quickcheck-2.4 <dev-haskell/quickcheck-2.9
- >=dev-haskell/test-framework-0.1.1
- dev-haskell/test-framework-quickcheck2 )
-"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/edit-distance/
@ 2020-10-08 18:19 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2020-10-08 18:19 UTC (permalink / raw
To: gentoo-commits
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>haskell@gentoo.org</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>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-haskell/edit-distance/
@ 2023-10-23 3:20 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-10-23 3:20 UTC (permalink / raw
To: gentoo-commits
commit: 07bbdf9f3bc772a3ec94eda8f2a445a43e269061
Author: hololeap <hololeap <AT> protonmail <DOT> com>
AuthorDate: Fri Oct 6 06:03:17 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 23 03:10:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07bbdf9f
dev-haskell/edit-distance: Migrate to CABAL_CHDEPS
Signed-off-by: hololeap <hololeap <AT> protonmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-haskell/edit-distance/edit-distance-0.2.2.1-r1.ebuild | 9 +++------
1 file changed, 3 insertions(+), 6 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 dc80d5f5cc0f..a1a1bdefc150 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
@@ -27,9 +27,6 @@ DEPEND="${RDEPEND}
dev-haskell/test-framework-quickcheck2 )
"
-src_prepare() {
- default
-
- cabal_chdeps \
- 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
-}
+CABAL_CHDEPS=(
+ 'QuickCheck >= 2.4 && <2.9' 'QuickCheck >= 2.4'
+)
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-10-23 3:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-12 15:05 [gentoo-commits] repo/gentoo:master commit in: dev-haskell/edit-distance/ Sergei Trofimovich
-- strict thread matches above, loose matches on Subject: below --
2020-10-08 18:19 Sergei Trofimovich
2023-10-23 3:20 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox