Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/test-framework/
Date: Sun, 31 Jul 2022 04:10:58
Message-Id: 1659240634.a92abffcd2b16d7ad3e3225c776096e73333f6b1.sam@gentoo
1 commit: a92abffcd2b16d7ad3e3225c776096e73333f6b1
2 Author: matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
3 AuthorDate: Sun Jul 31 03:48:22 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jul 31 04:10:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a92abffc
7
8 dev-haskell/test-framework: drop 0.8.2.0-r2
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../test-framework-0.8.2.0-r2.ebuild | 48 ----------------------
13 1 file changed, 48 deletions(-)
14
15 diff --git a/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild b/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild
16 deleted file mode 100644
17 index 6b272d908245..000000000000
18 --- a/dev-haskell/test-framework/test-framework-0.8.2.0-r2.ebuild
19 +++ /dev/null
20 @@ -1,48 +0,0 @@
21 -# Copyright 1999-2019 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -# ebuild generated by hackport 0.5.5.9999
27 -
28 -CABAL_FEATURES="lib profile haddock hoogle hscolour" # Broken test-suite: missing modules
29 -inherit haskell-cabal
30 -
31 -DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
32 -HOMEPAGE="http://haskell.github.io/test-framework/"
33 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
34 -
35 -LICENSE="BSD"
36 -SLOT="0/${PV}"
37 -KEYWORDS="~amd64 ~x86"
38 -IUSE=""
39 -
40 -RESTRICT="test" # tests are missing
41 -
42 -RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
43 - >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?] <dev-haskell/ansi-wl-pprint-0.7:=[profile?]
44 - >=dev-haskell/base-orphans-0.1:=[profile?]
45 - >=dev-haskell/hostname-1.0:=[profile?] <dev-haskell/hostname-1.1:=[profile?]
46 - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
47 - >=dev-haskell/random-1.0:=[profile?] <dev-haskell/random-1.2:=[profile?]
48 - >=dev-haskell/regex-posix-0.72:=[profile?]
49 - >=dev-haskell/semigroups-0.18:=[profile?]
50 - >=dev-haskell/xml-1.3.5:=[profile?] <dev-haskell/xml-1.4:=[profile?]
51 - >=dev-lang/ghc-7.4.1:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.10
55 -"
56 -
57 -src_prepare() {
58 - default
59 -
60 - cabal_chdeps \
61 - 'ansi-terminal >= 0.4.0 && < 0.9' 'ansi-terminal >= 0.4.0' \
62 - 'base-orphans >= 0.1 && < 0.5' 'base-orphans >= 0.1' \
63 - 'containers >= 0.1 && < 0.6' 'containers >= 0.1' \
64 - 'semigroups >= 0.18 && < 0.19' 'semigroups >= 0.18' \
65 - 'QuickCheck >= 2.3 && < 2.10' 'QuickCheck >= 2.3' \
66 - 'regex-posix >= 0.72 && < 0.96' 'regex-posix >= 0.72' \
67 - 'time >= 1.1.2 && < 1.9' 'time >= 1.1.2'
68 -}