summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/quickcheck/quickcheck-1.0.ebuild')
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.ebuild
deleted file mode 100644
index 1853ded6383b..000000000000
--- a/dev-haskell/quickcheck/quickcheck-1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/quickcheck-1.0.ebuild,v 1.16 2010/07/01 19:58:21 jer Exp $
-
-inherit ghc-package
-
-DESCRIPTION="An automatic, specification based testing utility for Haskell programs"
-HOMEPAGE="http://haskell.org/ghc/"
-SRC_URI=""
-LICENSE="BSD"
-SLOT="1"
-
-KEYWORDS="~alpha amd64 ~ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="=dev-lang/ghc-6.4*"
-
-pkg_setup () {
- ghc-package_pkg_setup
- elog "This library is already provided by ghc. This ebuild does nothing."
-}
-
-src_install () {
- dodir "$(ghc-libdir)"
- touch "${D}/$(ghc-libdir)/.${P}.ghc-updater"
-}