summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/c2hs/c2hs-0.28.3.ebuild')
-rw-r--r--dev-haskell/c2hs/c2hs-0.28.3.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-haskell/c2hs/c2hs-0.28.3.ebuild b/dev-haskell/c2hs/c2hs-0.28.3.ebuild
deleted file mode 100644
index 9c09b06e13b2..000000000000
--- a/dev-haskell/c2hs/c2hs-0.28.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.4.9999
-
-CABAL_FEATURES="test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="C->Haskell FFI tool that gives some cross-language type safety"
-HOMEPAGE="https://github.com/haskell/c2hs"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="regression"
-
-RDEPEND="dev-haskell/dlist:=
- >=dev-haskell/language-c-0.7.1:= <dev-haskell/language-c-0.8:=
- >=dev-lang/ghc-7.4.1:=
- regression? ( >=dev-haskell/shelly-1.0:=
- dev-haskell/text:=
- >=dev-haskell/yaml-0.8:= )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( dev-haskell/hunit
- dev-haskell/test-framework
- dev-haskell/test-framework-hunit
- dev-haskell/transformers
- !regression? ( >=dev-haskell/shelly-1.0
- dev-haskell/text ) )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag regression regression)
-}