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/exceptions/
Date: Sat, 12 Sep 2020 19:45:29
Message-Id: 1599939910.e5a9dc4c3c87b328d151870b3bdeef17b16b28a1.slyfox@gentoo
1 commit: e5a9dc4c3c87b328d151870b3bdeef17b16b28a1
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 19:43:23 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 19:45:10 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a9dc4c
7
8 dev-haskell/exceptions: 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/exceptions/Manifest | 5 ----
14 dev-haskell/exceptions/exceptions-0.3.3.ebuild | 29 -------------------
15 dev-haskell/exceptions/exceptions-0.6.1.ebuild | 29 -------------------
16 dev-haskell/exceptions/exceptions-0.8.0.2.ebuild | 36 ------------------------
17 dev-haskell/exceptions/exceptions-0.8.2.1.ebuild | 31 --------------------
18 dev-haskell/exceptions/exceptions-0.8.3.ebuild | 31 --------------------
19 6 files changed, 161 deletions(-)
20
21 diff --git a/dev-haskell/exceptions/Manifest b/dev-haskell/exceptions/Manifest
22 index 99babdb0d46..149802f810f 100644
23 --- a/dev-haskell/exceptions/Manifest
24 +++ b/dev-haskell/exceptions/Manifest
25 @@ -1,6 +1 @@
26 DIST exceptions-0.10.4.tar.gz 20819 BLAKE2B 16873edfeb540ddf5b950f81772c7d162e3fc37d286dcf6608c4c3017516a4255fb7cad247025aa9b0970508613038a3d0b42eccf22e74a0c4efffdfa22be5d3 SHA512 3df1edb4abab8e2e2dbd7387809d9768efca36c6840225ce33bee8679a4efdcf86d28beafb54a9a40e512163e4d088f94e788341bf614869bbdbd9d701bca4a2
27 -DIST exceptions-0.3.3.tar.gz 13036 BLAKE2B 021e8c3f40f9ef9a734f8cf0f8491767d4d2c5c1f1b659a089525a346cea7ecb67058f7405d6659361c6d83b76603527dd956e6244843ceeb5b7bd8c6fb0efdd SHA512 3264f78b950a3ea737f577e5ee406bddc1916bf93271ff6e78a477b1575bb105ce0c47324c4f56288a7ef6e7cba398dfb66ea66ee07baf5aaa17012cd6cc4da4
28 -DIST exceptions-0.6.1.tar.gz 11392 BLAKE2B 6ec2c1b2603da2a33c663996f13b522fad3fd6b8c3683c13c58b07459e03ae67c2cb21cac3114bdc089ba563c9ef8754a187bdbc8a805fa5a041989c7498fde5 SHA512 92413cfa9fccd877303ec4f100c4ac94d3e30df0563600733a940c3a3ee9d4e1e934bd6d09774faed684c8ea9821b8c44cf501cc44fe8c834dd19e2efbed5070
29 -DIST exceptions-0.8.0.2.tar.gz 12241 BLAKE2B b84c642451fa957cbe23d63b86cee0fdef7977d09dd9bc28f2ba87e81a2e4803dd016951c85ac139b81c584d73893cbdae249504cb6a7457810f3e11f41058ac SHA512 8ed232f97f9d705f694aa9e0261c7920666cb0052d00370883b08fa6f61a97f8b17643512bdda5189760a51b42a9340e153521abafec20d42ffa193f3b0369b3
30 -DIST exceptions-0.8.2.1.tar.gz 12354 BLAKE2B edff8b7dd4488d4a01fd7d7416106dd130dcd06f86d0a849eda06ab381491c9ba49928d952f46d3af2f77dad14203ed3f401cc258638510b62725186a0ce4380 SHA512 0de9862ea3e71b7511b059c90363856b0ed445bdd6aa24ba39630d31a2cde601ef29f6a8c9f39ef80be7682c6f58a5d74d17552a8f64d544fa67aef6017f254f
31 -DIST exceptions-0.8.3.tar.gz 12986 BLAKE2B 31ae066b5bc71a01c3542495d5ba1efe379c9d8ea170b5175c94a822c90f859fe5519e1c4747327bea19ebe4fa2e16953546b7208f3ea21e231849ae44ed676d SHA512 1b650d979e27c3307a7b58ea09fe19bfd97a35fb75aa526237cfe4fe68c99560794dc8985b601da1fc6cefb8358c76f60df822b709c621172785343233cee89a
32
33 diff --git a/dev-haskell/exceptions/exceptions-0.3.3.ebuild b/dev-haskell/exceptions/exceptions-0.3.3.ebuild
34 deleted file mode 100644
35 index 7530900570d..00000000000
36 --- a/dev-haskell/exceptions/exceptions-0.3.3.ebuild
37 +++ /dev/null
38 @@ -1,29 +0,0 @@
39 -# Copyright 1999-2019 Gentoo Authors
40 -# Distributed under the terms of the GNU General Public License v2
41 -
42 -EAPI=5
43 -
44 -# ebuild generated by hackport 0.3.6.9999
45 -
46 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
47 -inherit haskell-cabal
48 -
49 -DESCRIPTION="Extensible optionally-pure exceptions"
50 -HOMEPAGE="https://github.com/ekmett/exceptions/"
51 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
52 -
53 -LICENSE="Apache-2.0"
54 -SLOT="0/${PV}"
55 -KEYWORDS="~amd64 ~x86"
56 -IUSE=""
57 -
58 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.2:=[profile?]
59 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.4:=[profile?]
60 - >=dev-lang/ghc-7.0.1:=
61 -"
62 -DEPEND="${RDEPEND}
63 - >=dev-haskell/cabal-1.10.0.0
64 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.7
65 - >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
66 - >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
67 -"
68
69 diff --git a/dev-haskell/exceptions/exceptions-0.6.1.ebuild b/dev-haskell/exceptions/exceptions-0.6.1.ebuild
70 deleted file mode 100644
71 index e1b21da7e1e..00000000000
72 --- a/dev-haskell/exceptions/exceptions-0.6.1.ebuild
73 +++ /dev/null
74 @@ -1,29 +0,0 @@
75 -# Copyright 1999-2020 Gentoo Authors
76 -# Distributed under the terms of the GNU General Public License v2
77 -
78 -EAPI=5
79 -
80 -# ebuild generated by hackport 0.3.6.9999
81 -
82 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
83 -inherit haskell-cabal
84 -
85 -DESCRIPTION="Extensible optionally-pure exceptions"
86 -HOMEPAGE="https://github.com/ekmett/exceptions/"
87 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
88 -
89 -LICENSE="BSD"
90 -SLOT="0/${PV}"
91 -KEYWORDS="~amd64 ~x86"
92 -IUSE=""
93 -
94 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
95 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
96 - >=dev-lang/ghc-7.0.1:=
97 -"
98 -DEPEND="${RDEPEND}
99 - >=dev-haskell/cabal-1.10.0.0
100 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.8
101 - >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
102 - >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
103 -"
104
105 diff --git a/dev-haskell/exceptions/exceptions-0.8.0.2.ebuild b/dev-haskell/exceptions/exceptions-0.8.0.2.ebuild
106 deleted file mode 100644
107 index 01cccef4e72..00000000000
108 --- a/dev-haskell/exceptions/exceptions-0.8.0.2.ebuild
109 +++ /dev/null
110 @@ -1,36 +0,0 @@
111 -# Copyright 1999-2019 Gentoo Authors
112 -# Distributed under the terms of the GNU General Public License v2
113 -
114 -EAPI=5
115 -
116 -# ebuild generated by hackport 0.4.4.9999
117 -
118 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
119 -inherit haskell-cabal
120 -
121 -DESCRIPTION="Extensible optionally-pure exceptions"
122 -HOMEPAGE="https://github.com/ekmett/exceptions/"
123 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
124 -
125 -LICENSE="BSD"
126 -SLOT="0/${PV}"
127 -KEYWORDS="~amd64 ~x86"
128 -IUSE=""
129 -
130 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
131 - >=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-3:=[profile?]
132 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.5:=[profile?]
133 - >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.5:=[profile?]
134 - >=dev-lang/ghc-7.4.1:=
135 -"
136 -DEPEND="${RDEPEND}
137 - >=dev-haskell/cabal-1.8
138 - test? ( >=dev-haskell/quickcheck-2.5:2
139 - >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
140 - >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
141 -"
142 -
143 -src_prepare() {
144 - cabal_chdeps \
145 - 'QuickCheck >= 2.5 && < 2.8' 'QuickCheck >= 2.5'
146 -}
147
148 diff --git a/dev-haskell/exceptions/exceptions-0.8.2.1.ebuild b/dev-haskell/exceptions/exceptions-0.8.2.1.ebuild
149 deleted file mode 100644
150 index 58c336f452f..00000000000
151 --- a/dev-haskell/exceptions/exceptions-0.8.2.1.ebuild
152 +++ /dev/null
153 @@ -1,31 +0,0 @@
154 -# Copyright 1999-2019 Gentoo Authors
155 -# Distributed under the terms of the GNU General Public License v2
156 -
157 -EAPI=5
158 -
159 -# ebuild generated by hackport 0.4.6.9999
160 -
161 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
162 -inherit haskell-cabal
163 -
164 -DESCRIPTION="Extensible optionally-pure exceptions"
165 -HOMEPAGE="https://github.com/ekmett/exceptions/"
166 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
167 -
168 -LICENSE="BSD"
169 -SLOT="0/${PV}"
170 -KEYWORDS="~amd64 ~x86"
171 -IUSE=""
172 -
173 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
174 - >=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-3:=[profile?]
175 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?]
176 - >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.6:=[profile?]
177 - >=dev-lang/ghc-7.4.1:=
178 -"
179 -DEPEND="${RDEPEND}
180 - >=dev-haskell/cabal-1.8
181 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
182 - >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
183 - >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
184 -"
185
186 diff --git a/dev-haskell/exceptions/exceptions-0.8.3.ebuild b/dev-haskell/exceptions/exceptions-0.8.3.ebuild
187 deleted file mode 100644
188 index a0948f27c3c..00000000000
189 --- a/dev-haskell/exceptions/exceptions-0.8.3.ebuild
190 +++ /dev/null
191 @@ -1,31 +0,0 @@
192 -# Copyright 1999-2019 Gentoo Authors
193 -# Distributed under the terms of the GNU General Public License v2
194 -
195 -EAPI=6
196 -
197 -# ebuild generated by hackport 0.5.9999
198 -
199 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
200 -inherit haskell-cabal
201 -
202 -DESCRIPTION="Extensible optionally-pure exceptions"
203 -HOMEPAGE="https://github.com/ekmett/exceptions/"
204 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
205 -
206 -LICENSE="BSD"
207 -SLOT="0/${PV}"
208 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
209 -IUSE=""
210 -
211 -RDEPEND=">=dev-haskell/mtl-2.0:=[profile?] <dev-haskell/mtl-2.3:=[profile?]
212 - >=dev-haskell/stm-2.2:=[profile?] <dev-haskell/stm-3:=[profile?]
213 - >=dev-haskell/transformers-0.2:=[profile?] <dev-haskell/transformers-0.6:=[profile?]
214 - >=dev-haskell/transformers-compat-0.3:=[profile?] <dev-haskell/transformers-compat-0.6:=[profile?]
215 - >=dev-lang/ghc-7.4.1:=
216 -"
217 -DEPEND="${RDEPEND}
218 - >=dev-haskell/cabal-1.8
219 - test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.10
220 - >=dev-haskell/test-framework-0.8 <dev-haskell/test-framework-0.9
221 - >=dev-haskell/test-framework-quickcheck2-0.3 <dev-haskell/test-framework-quickcheck2-0.4 )
222 -"