summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2011-06-05 16:11:42 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2011-06-05 16:11:42 +0000
commit8a713d4c4394ae21c14097dae0a37d5d131e064e (patch)
tree509d36a7eb2743a8be6dfea56c2ad9f949792daf /dev-haskell/quickcheck
parentRemoved old. (diff)
downloadgentoo-2-8a713d4c4394ae21c14097dae0a37d5d131e064e.tar.gz
gentoo-2-8a713d4c4394ae21c14097dae0a37d5d131e064e.tar.bz2
gentoo-2-8a713d4c4394ae21c14097dae0a37d5d131e064e.zip
Removed old.
(Portage version: 2.1.9.50/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell/quickcheck')
-rw-r--r--dev-haskell/quickcheck/ChangeLog6
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.1.ebuild27
-rw-r--r--dev-haskell/quickcheck/quickcheck-1.0.ebuild26
3 files changed, 5 insertions, 54 deletions
diff --git a/dev-haskell/quickcheck/ChangeLog b/dev-haskell/quickcheck/ChangeLog
index 27d4071e2f8e..8aec6884b6af 100644
--- a/dev-haskell/quickcheck/ChangeLog
+++ b/dev-haskell/quickcheck/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-haskell/quickcheck
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.47 2011/02/25 13:15:18 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/quickcheck/ChangeLog,v 1.48 2011/06/05 16:11:42 slyfox Exp $
+
+ 05 Jun 2011; Sergei Trofimovich <slyfox@gentoo.org> -quickcheck-1.0.ebuild,
+ -quickcheck-1.0.1.ebuild:
+ Removed old.
25 Feb 2011; Kacper Kowalik <xarthisius@gentoo.org>
quickcheck-2.1.0.3.ebuild:
diff --git a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild b/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
deleted file mode 100644
index 3fd8fe829b54..000000000000
--- a/dev-haskell/quickcheck/quickcheck-1.0.1.ebuild
+++ /dev/null
@@ -1,27 +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.1.ebuild,v 1.10 2010/03/14 18:42:10 kolmodin Exp $
-
-CABAL_FEATURES="lib profile haddock"
-inherit base haskell-cabal
-
-MY_PN=QuickCheck
-GHC_PV=6.6.1
-
-DESCRIPTION="An automatic, specification based testing utility for Haskell programs"
-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="1"
-
-KEYWORDS="~alpha amd64 ~ia64 ppc sparc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ghc-6.6"
-
-S="${WORKDIR}/ghc-${GHC_PV}/libraries/${MY_PN}"
-
-src_unpack() {
- unpack ${A}
- cabal-mksetup
-}
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"
-}