summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1-r1.ebuild')
-rw-r--r--dev-haskell/hunit/hunit-1.1-r1.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-haskell/hunit/hunit-1.1-r1.ebuild b/dev-haskell/hunit/hunit-1.1-r1.ebuild
deleted file mode 100644
index ee4a22b0eea1..000000000000
--- a/dev-haskell/hunit/hunit-1.1-r1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/hunit/hunit-1.1-r1.ebuild,v 1.7 2008/07/15 05:49:37 jer Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit base haskell-cabal
-
-MY_PN="HUnit"
-GHC_PV=6.6
-
-DESCRIPTION="A unit testing framework for Haskell."
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI="http://www.haskell.org/ghc/dist/${GHC_PV}/ghc-${GHC_PV}-src-extralibs.tar.bz2"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-
-src_unpack() {
- unpack ${A}
- cabal-mksetup
-}
-
-src_install () {
- cabal_src_install
- if use doc; then
- dohtml -r "${S}/doc/"*
- fi
-}