diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:12:41 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2011-06-05 13:12:41 +0000 |
commit | d67a64f12652c369dbd3ebaeb192acfe9741b956 (patch) | |
tree | 0682094bc8720f92f3a23c2618c5c775029a5c96 /dev-haskell/hunit/hunit-1.1-r1.ebuild | |
parent | Block broken gtk-doc versions that causes problems like bug #363213. Remove o... (diff) | |
download | historical-d67a64f12652c369dbd3ebaeb192acfe9741b956.tar.gz historical-d67a64f12652c369dbd3ebaeb192acfe9741b956.tar.bz2 historical-d67a64f12652c369dbd3ebaeb192acfe9741b956.zip |
Removed old.
Package-Manager: portage-2.1.9.50/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/hunit/hunit-1.1-r1.ebuild')
-rw-r--r-- | dev-haskell/hunit/hunit-1.1-r1.ebuild | 34 |
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 -} |