summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-04-03 13:29:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-04-03 14:36:34 +0100
commitd9088ced414e88dfeec3ac438a06d1c4593ad2d2 (patch)
treeacb233b7327d3ae3c4d9fc69baba400901f12245 /dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild
parentdev-haskell/either: drop old (diff)
downloadgentoo-d9088ced414e88dfeec3ac438a06d1c4593ad2d2.tar.gz
gentoo-d9088ced414e88dfeec3ac438a06d1c4593ad2d2.tar.bz2
gentoo-d9088ced414e88dfeec3ac438a06d1c4593ad2d2.zip
dev-haskell/edit-distance: drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild')
-rw-r--r--dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild b/dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild
deleted file mode 100644
index c8248dd4a688..000000000000
--- a/dev-haskell/edit-distance/edit-distance-0.2.1.1-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.1.9999
-
-CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Levenshtein and restricted Damerau-Levenshtein edit distances"
-HOMEPAGE="https://github.com/batterseapower/edit-distance"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/random-1.0:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.2"
-
-src_configure() {
- haskell-cabal_src_configure \
- --flag=splitbase \
- --flag=-benchmark \
- --flag=-tests
-}