summaryrefslogtreecommitdiff
path: root/dev-haskell/edit-distance-vector
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-29 15:22:55 +0100
commit3a2444aaf0bafd5c58c0dc8dda102352f20c76d8 (patch)
tree055720c0e02ac3f8bc4255b6740f18ba32db1c54 /dev-haskell/edit-distance-vector
parentb94ab464dd0d948b7e7eac833b9bb51c03515918 (diff)
gentoo auto-resync : 29:09:2022 - 15:22:54
Diffstat (limited to 'dev-haskell/edit-distance-vector')
-rw-r--r--dev-haskell/edit-distance-vector/Manifest3
-rw-r--r--dev-haskell/edit-distance-vector/edit-distance-vector-1.0.0.4.ebuild27
-rw-r--r--dev-haskell/edit-distance-vector/metadata.xml22
3 files changed, 0 insertions, 52 deletions
diff --git a/dev-haskell/edit-distance-vector/Manifest b/dev-haskell/edit-distance-vector/Manifest
deleted file mode 100644
index abab952d9bda..000000000000
--- a/dev-haskell/edit-distance-vector/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST edit-distance-vector-1.0.0.4.tar.gz 5819 BLAKE2B 8658c52e64e704dd5c52bae0e63ae0b4d84c88d6cb1e3ecdafb05191dc70e3dfdec34001b2c287ec62703eb7ecdbac9b127b3dd084bc4e484e70cd778d31913f SHA512 8d7ef7c6ca971aec5efc2e90adff2584c1e4f996df3ad4f6111f790fd88fcce1814111eb3a3bbe07d8455b03ade98f11e6343c4746e895be2ba9b82a86a33e6d
-EBUILD edit-distance-vector-1.0.0.4.ebuild 686 BLAKE2B f8335bbe568dcdb9262dbfaad0f19ad9038be59c0c815b203c8501fab1d9450e36e71153e587dbc0723926f49165c8c7d79709973fcffa072d8bfb7fb98c98b5 SHA512 a298e2104eab8ed9cd89267811fd8eb90f1f874420c4a757703da64af0f0007995f1e10d830edc9778995147bef5c4782c6bdcebf6526a55722555472a65dc01
-MISC metadata.xml 706 BLAKE2B 5a871399255f75b30b99983eaa4b399da7a42c2ee5e8e518b1d0c281faa6f305e26bf4a56b3d8128dfab036e38f11d40a066902d1272ea166718be0c81fb71f0 SHA512 82271a518754140a94aab73757d15398d7cbb3710442e4cc9e1ce27e1e5daa6247b2db458f3954f51a4b6b1b67ae0ec38ad31e081fc5cc0ab1a1047193191d6e
diff --git a/dev-haskell/edit-distance-vector/edit-distance-vector-1.0.0.4.ebuild b/dev-haskell/edit-distance-vector/edit-distance-vector-1.0.0.4.ebuild
deleted file mode 100644
index e61c98b7c569..000000000000
--- a/dev-haskell/edit-distance-vector/edit-distance-vector-1.0.0.4.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Calculate edit distances and edit scripts between vectors"
-HOMEPAGE="https://github.com/thsutton/edit-distance-vector"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/vector-0.8:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( dev-haskell/quickcheck
- dev-haskell/quickcheck-instances )
-"
diff --git a/dev-haskell/edit-distance-vector/metadata.xml b/dev-haskell/edit-distance-vector/metadata.xml
deleted file mode 100644
index 4a106d34464e..000000000000
--- a/dev-haskell/edit-distance-vector/metadata.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- An implementation of the Wagner-Fischer dynamic programming algorithm to
- find the optimal edit script and cost between two sequences.
-
- The implementation in this package is specialised to sequences represented
- with "Data.Vector" but is otherwise agnostic to:
-
- * The type of values in the vectors;
-
- * The type representing edit operations; and
-
- * The type representing the cost of operations.
-
- </longdescription>
-</pkgmetadata>