summaryrefslogtreecommitdiff
path: root/dev-haskell/diff/diff-0.3.4.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:48:06 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:58:45 +0100
commitf771de6b73c69470f8933d7719efb2e55d780c9b (patch)
tree3fe23f90d3d6c05a2c6ed726c67e3951a6463fa2 /dev-haskell/diff/diff-0.3.4.ebuild
parent74bdab1e68b5e627ebeeb6f47d43aa278d724605 (diff)
downloadgentoo-f771de6b73c69470f8933d7719efb2e55d780c9b.tar.gz
gentoo-f771de6b73c69470f8933d7719efb2e55d780c9b.tar.bz2
gentoo-f771de6b73c69470f8933d7719efb2e55d780c9b.zip
dev-haskell/diff: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/diff/diff-0.3.4.ebuild')
-rw-r--r--dev-haskell/diff/diff-0.3.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-haskell/diff/diff-0.3.4.ebuild b/dev-haskell/diff/diff-0.3.4.ebuild
deleted file mode 100644
index de095aa87eff..000000000000
--- a/dev-haskell/diff/diff-0.3.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.4.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-MY_PN="Diff"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="O(ND) diff algorithm in haskell"
-HOMEPAGE="https://hackage.haskell.org/package/Diff"
-SRC_URI="https://hackage.haskell.org/package/${MY_P}/${MY_P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/quickcheck
- dev-haskell/test-framework
- dev-haskell/test-framework-quickcheck2 )
-"
-
-S="${WORKDIR}/${MY_P}"