summaryrefslogtreecommitdiff
path: root/dev-haskell/split/split-0.2.3.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:14:43 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 23:22:38 +0100
commit88de13dfc412bbd41ac2609751ac6578f66108ab (patch)
tree5c219c4df9e979520262396415c56f51f854538f /dev-haskell/split/split-0.2.3.ebuild
parente43739b25e3ce4a74173c79fe52634dbfc6df608 (diff)
downloadgentoo-88de13dfc412bbd41ac2609751ac6578f66108ab.tar.gz
gentoo-88de13dfc412bbd41ac2609751ac6578f66108ab.tar.bz2
gentoo-88de13dfc412bbd41ac2609751ac6578f66108ab.zip
dev-haskell/split: 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/split/split-0.2.3.ebuild')
-rw-r--r--dev-haskell/split/split-0.2.3.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/split/split-0.2.3.ebuild b/dev-haskell/split/split-0.2.3.ebuild
deleted file mode 100644
index 735ea7d7d3c2..000000000000
--- a/dev-haskell/split/split-0.2.3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Combinator library for splitting lists"
-HOMEPAGE="https://hackage.haskell.org/package/split"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~ppc-macos ~x86-macos"
-IUSE=""
-
-RESTRICT=test # test fail when quickcheck exhausted search space
-
-RDEPEND=">=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
- test? ( >=dev-haskell/quickcheck-2.4 )
-"