Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/lazysmallcheck/
Date: Wed, 02 Sep 2020 07:46:16
Message-Id: 1599032769.4b517d518ce58b1338b92ab0d5f9c75f5deab466.slyfox@gentoo
1 commit: 4b517d518ce58b1338b92ab0d5f9c75f5deab466
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 07:44:31 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 07:46:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b517d51
7
8 dev-haskell/lazysmallcheck: drop old
9
10 Package-Manager: Portage-3.0.5, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/lazysmallcheck/lazysmallcheck-0.6.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-haskell/lazysmallcheck/lazysmallcheck-0.6.ebuild b/dev-haskell/lazysmallcheck/lazysmallcheck-0.6.ebuild
17 deleted file mode 100644
18 index 08dfa86ae3e..00000000000
19 --- a/dev-haskell/lazysmallcheck/lazysmallcheck-0.6.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=4
26 -
27 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
28 -inherit haskell-cabal
29 -
30 -DESCRIPTION="A library for demand-driven testing of Haskell programs"
31 -HOMEPAGE="http://www.cs.york.ac.uk/~mfn/lazysmallcheck/"
32 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -RDEPEND=">=dev-lang/ghc-6.8.2"
40 -DEPEND="${RDEPEND}
41 - dev-haskell/cabal"