summaryrefslogtreecommitdiff
path: root/dev-haskell/c2hs/c2hs-0.17.2.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/c2hs/c2hs-0.17.2.ebuild')
-rw-r--r--dev-haskell/c2hs/c2hs-0.17.2.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-haskell/c2hs/c2hs-0.17.2.ebuild b/dev-haskell/c2hs/c2hs-0.17.2.ebuild
deleted file mode 100644
index 14d1f3248bf3..000000000000
--- a/dev-haskell/c2hs/c2hs-0.17.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="bin 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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RESTRICT="test"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- >=dev-haskell/language-c-0.4.2 <dev-haskell/language-c-0.5
- >=dev-lang/ghc-6.10.4
- test? ( dev-haskell/hunit
- >=dev-haskell/shelly-1.0
- dev-haskell/test-framework
- dev-haskell/test-framework-hunit
- dev-haskell/text
- >=dev-haskell/yaml-0.8 )
-"