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/test-framework/
Date: Sat, 12 Sep 2020 22:43:27
Message-Id: 1599950584.12738bdc9705089f52a12cb7a0f40c60f10ca8c0.slyfox@gentoo
1 commit: 12738bdc9705089f52a12cb7a0f40c60f10ca8c0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 22:34:27 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 22:43:04 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12738bdc
7
8 dev-haskell/test-framework: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/test-framework/Manifest | 2 -
14 .../test-framework/test-framework-0.8.1.1.ebuild | 46 ----------------------
15 .../test-framework/test-framework-0.8.ebuild | 29 --------------
16 3 files changed, 77 deletions(-)
17
18 diff --git a/dev-haskell/test-framework/Manifest b/dev-haskell/test-framework/Manifest
19 index 0d877d13bb4..988cc0f0708 100644
20 --- a/dev-haskell/test-framework/Manifest
21 +++ b/dev-haskell/test-framework/Manifest
22 @@ -1,3 +1 @@
23 -DIST test-framework-0.8.1.1.tar.gz 20900 BLAKE2B 4046a76825e645e82c5c2de7d098233b8bd93acbe8c932fe53d67c56350e87a623ffb2b379f95fce567cd4d8ed4459ea883e49d633f6e18c9ebefe058f74906d SHA512 7fd6015a0469623d2738c2a8d14c6b3a356c9463084a1b471f1c1b7b75bd33796ae8a0c01731e7b87dfa345be16bbeb262fcb1cdd4d8f1fdabd79c45f3570cbd
24 DIST test-framework-0.8.2.0.tar.gz 21317 BLAKE2B 80065ad3d87188a8310e93b9caaaca73c3176e150b254fe29dd3e08d38f7a7066119b132f6c747a35a87a13764d115fe83b131a023667a3919c0f1c0963c770a SHA512 d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed57dddd39c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4
25 -DIST test-framework-0.8.tar.gz 20253 BLAKE2B 2dc4d0926e529a22776f370bf673c797c77cec97f4d7cf02da85ffcaf245496c2d19159481b2c88a00a04b5f850bd4acffe050c8abf58525f5779799b83a5304 SHA512 5f2238b65d644faf14a1b057abd642c31bcfc337b345d155cd7b04d99589aa269b74ce9b5225b843db8fcab25454b677a05c498c873ee26635c206f6470a438b
26
27 diff --git a/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild b/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild
28 deleted file mode 100644
29 index a8d3233010c..00000000000
30 --- a/dev-haskell/test-framework/test-framework-0.8.1.1.ebuild
31 +++ /dev/null
32 @@ -1,46 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# ebuild generated by hackport 0.4.4.9999
39 -
40 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
44 -HOMEPAGE="https://batterseapower.github.io/test-framework/"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -RESTRICT="test" # tests are missing
52 -
53 -RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
54 - >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?]
55 - >=dev-haskell/hostname-1.0:=[profile?]
56 - >=dev-haskell/old-locale-1.0:=[profile?]
57 - >=dev-haskell/random-1.0:=[profile?]
58 - >=dev-haskell/regex-posix-0.72:=[profile?]
59 - >=dev-haskell/xml-1.3.5:=[profile?]
60 - >=dev-lang/ghc-7.4.1:=
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.6
64 - test? ( >=dev-haskell/hunit-1.2:=[profile?]
65 - >=dev-haskell/libxml-0.1.1:=[profile?]
66 - >=dev-haskell/quickcheck-2.3:2=[profile?] <dev-haskell/quickcheck-2.9:2=[profile?] )
67 -"
68 -
69 -src_prepare() {
70 - cabal_chdeps \
71 - 'QuickCheck >= 2.3 && < 2.5' 'QuickCheck >= 2.3 && < 2.9' \
72 - 'time >= 1.1.2 && < 1.6' 'time >= 1.1.2'
73 -}
74 -
75 -src_configure() {
76 - haskell-cabal_src_configure \
77 - $(cabal_flag test tests)
78 -}
79
80 diff --git a/dev-haskell/test-framework/test-framework-0.8.ebuild b/dev-haskell/test-framework/test-framework-0.8.ebuild
81 deleted file mode 100644
82 index 9c1d7a40fea..00000000000
83 --- a/dev-haskell/test-framework/test-framework-0.8.ebuild
84 +++ /dev/null
85 @@ -1,29 +0,0 @@
86 -# Copyright 1999-2020 Gentoo Authors
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=5
90 -
91 -# ebuild generated by hackport 0.3.1.9999
92 -
93 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
94 -inherit haskell-cabal
95 -
96 -DESCRIPTION="Framework for running and organising tests, with HUnit and QuickCheck support"
97 -HOMEPAGE="https://batterseapower.github.com/test-framework/"
98 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
99 -
100 -LICENSE="BSD"
101 -SLOT="0/${PV}"
102 -KEYWORDS="~amd64 ~x86"
103 -IUSE=""
104 -
105 -RDEPEND=">=dev-haskell/ansi-terminal-0.4.0:=[profile?]
106 - >=dev-haskell/ansi-wl-pprint-0.5.1:=[profile?]
107 - >=dev-haskell/extensible-exceptions-0.1.1:=[profile?]
108 - >=dev-haskell/hostname-1.0:=[profile?]
109 - >=dev-haskell/random-1.0:=[profile?]
110 - >=dev-haskell/regex-posix-0.72:=[profile?]
111 - >=dev-haskell/xml-1.3.5:=[profile?]
112 - >=dev-lang/ghc-6.12.1:="
113 -DEPEND="${RDEPEND}
114 - >=dev-haskell/cabal-1.2.3"