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/filestore/, dev-haskell/filestore/files/
Date: Sun, 30 Aug 2020 07:59:07
Message-Id: 1598774338.77ed90283955e46371c762d29af8708c5ef2e3b9.slyfox@gentoo
1 commit: 77ed90283955e46371c762d29af8708c5ef2e3b9
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Sat Aug 29 03:30:50 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 07:58:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ed9028
7
8 dev-haskell/filestore: remove old
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 dev-haskell/filestore/Manifest | 4 --
15 .../filestore/files/filestore-0.6.1-ghc-8.patch | 14 -----
16 dev-haskell/filestore/filestore-0.6.1.ebuild | 61 ----------------------
17 dev-haskell/filestore/filestore-0.6.2.ebuild | 47 -----------------
18 dev-haskell/filestore/filestore-0.6.3.4.ebuild | 37 -------------
19 dev-haskell/filestore/filestore-0.6.4.ebuild | 39 --------------
20 6 files changed, 202 deletions(-)
21
22 diff --git a/dev-haskell/filestore/Manifest b/dev-haskell/filestore/Manifest
23 index 41e8c6e4158..d40505a11cc 100644
24 --- a/dev-haskell/filestore/Manifest
25 +++ b/dev-haskell/filestore/Manifest
26 @@ -1,5 +1 @@
27 -DIST filestore-0.6.1.tar.gz 31837 BLAKE2B 8aa628da69bb84fbc0654c8d82bad208f0cecb4749f7ec82e8e4261a48464e008f2a7690e504e442cec368afef5d977073cb1544a346d1e915adc0dc3f2c35ee SHA512 48d307b928c7a79974e057b604cde80cb4394f6840300aae637f82884f7741553a7edc791f5b0d7c002eec2a025f4ae015a326453525c351368050fe5cf255b4
28 -DIST filestore-0.6.2.tar.gz 31096 BLAKE2B 2477879d7cb361e96bc030dfdf1bd6e00b865d5a77133d428b358c8aac514f64c957d8500f5ca96ea2f905bdcc0c98b5138da212faba83589117feb5491f86b5 SHA512 3cc3ab2e46cbd6210dc507a6411db347c626219cc9bdfc39fcdc63f10f813b6066c069b3f614a2a4e2f5522608be11f64a11742570270f2d06da4b330ea97b44
29 -DIST filestore-0.6.3.4.tar.gz 32070 BLAKE2B a4096d31aa1382eab3c41eb55c58c19171de67caea3078f5383dea61fb13b51adb71bbdae0b8d670c61b72be9394494d776c0dc797c4d2b71d3d49a13851f8c8 SHA512 d5a7cf4ca3bc3fbc8d8f066fad5e3913d8fef4c13d894f3df604fab91ad2c4e1bb585c5c067220055e9356dc99a860b03b281e46c3b16517bce130a8bc57eda7
30 -DIST filestore-0.6.4.tar.gz 32225 BLAKE2B 49fd010ddabb0b940d228b7adae61908fb98d81bd8aa74f8d910e7ec0f1086a6d9741e9894d0c96d61cbf489814574d08375dd32c60c8c6c2e6ae03dac4eab06 SHA512 07a8ce976b354139ae4894c3e6751b9ef02957191a15e18b2eccc8cfbc97344eca2ad44b6cca863ccf7c43b444ed999355c33d99cd20b87c126f04d8f248cabb
31 DIST filestore-0.6.5.tar.gz 32338 BLAKE2B 534d2eb492fb6a6b3db460c181616d401f9f045772e91758249480ecf838ff56a210ab40dfaa1e360891f2509352268b50046dbd4d0f2f9d46c40a295f1a9fbc SHA512 e4710e1e01cf0eb25a60e48961679009f7d1838104ec81ef1444c39fb25f1426e8d9e2ab557d69a2196d503b829d3bc2791f18083cf39ca623efc6fc0d070dcc
32
33 diff --git a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch b/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
34 deleted file mode 100644
35 index 126a0564b4d..00000000000
36 --- a/dev-haskell/filestore/files/filestore-0.6.1-ghc-8.patch
37 +++ /dev/null
38 @@ -1,14 +0,0 @@
39 -diff --git a/Data/FileStore/Types.hs b/Data/FileStore/Types.hs
40 -index e950c7a..e116761 100644
41 ---- a/Data/FileStore/Types.hs
42 -+++ b/Data/FileStore/Types.hs
43 -@@ -152,3 +152,3 @@ data FileStore = FileStore {
44 - -- | Save contents in the filestore.
45 -- , save :: Contents a
46 -+ , save :: forall a . Contents a
47 - => FilePath -- Resource to save.
48 -@@ -160,3 +160,3 @@ data FileStore = FileStore {
49 - -- | Retrieve the contents of the named resource.
50 -- , retrieve :: Contents a
51 -+ , retrieve :: forall a . Contents a
52 - => FilePath -- Resource to retrieve.
53
54 diff --git a/dev-haskell/filestore/filestore-0.6.1.ebuild b/dev-haskell/filestore/filestore-0.6.1.ebuild
55 deleted file mode 100644
56 index 014a6b37f9e..00000000000
57 --- a/dev-haskell/filestore/filestore-0.6.1.ebuild
58 +++ /dev/null
59 @@ -1,61 +0,0 @@
60 -# Copyright 1999-2020 Gentoo Authors
61 -# Distributed under the terms of the GNU General Public License v2
62 -
63 -EAPI=5
64 -
65 -# ebuild generated by hackport 0.4.5.9999
66 -
67 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
68 -inherit haskell-cabal
69 -
70 -DESCRIPTION="Interface for versioning file stores"
71 -HOMEPAGE="https://hackage.haskell.org/package/filestore"
72 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
73 -
74 -LICENSE="BSD"
75 -SLOT="0/${PV}"
76 -KEYWORDS="~amd64 ~x86"
77 -IUSE="+maxcount"
78 -
79 -RESTRICT=test # one darcs test fails
80 -
81 -RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
82 - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
83 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
84 - >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
85 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
86 - >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
87 - >=dev-lang/ghc-7.4.1:=
88 -"
89 -DEPEND="${RDEPEND}
90 - >=dev-haskell/cabal-1.10
91 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.3
92 - dev-haskell/mtl )
93 -"
94 -DEPEND+="
95 - test? ( dev-vcs/darcs
96 - dev-vcs/git
97 - dev-vcs/mercurial
98 - )
99 -"
100 -
101 -src_prepare() {
102 - epatch "${FILESDIR}"/${P}-ghc-8.patch
103 -
104 - cabal_chdeps \
105 - 'time >= 1.1 && < 1.6' 'time >= 1.1' \
106 - 'process >= 1.0 && < 1.3' 'process >= 1.0'
107 -}
108 -
109 -src_configure() {
110 - haskell-cabal_src_configure \
111 - $(cabal_flag maxcount maxcount)
112 -}
113 -
114 -src_test() {
115 - export HOME=${T}/
116 - git config --global user.email "git@src_test"
117 - git config --global user.name "Mr. ${P} The Test"
118 -
119 - haskell-cabal_src_test
120 -}
121
122 diff --git a/dev-haskell/filestore/filestore-0.6.2.ebuild b/dev-haskell/filestore/filestore-0.6.2.ebuild
123 deleted file mode 100644
124 index 7fb7dc8e97a..00000000000
125 --- a/dev-haskell/filestore/filestore-0.6.2.ebuild
126 +++ /dev/null
127 @@ -1,47 +0,0 @@
128 -# Copyright 1999-2020 Gentoo Authors
129 -# Distributed under the terms of the GNU General Public License v2
130 -
131 -EAPI=6
132 -
133 -# ebuild generated by hackport 0.5.9999
134 -
135 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
136 -inherit haskell-cabal
137 -
138 -DESCRIPTION="Interface for versioning file stores"
139 -HOMEPAGE="https://hackage.haskell.org/package/filestore"
140 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
141 -
142 -LICENSE="BSD"
143 -SLOT="0/${PV}"
144 -KEYWORDS="~amd64 ~x86"
145 -IUSE="+maxcount"
146 -
147 -RESTRICT=test # one darcs test fails
148 -
149 -RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
150 - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
151 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
152 - >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
153 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
154 - >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
155 - >=dev-lang/ghc-7.4.1:=
156 -"
157 -DEPEND="${RDEPEND}
158 - >=dev-haskell/cabal-1.10
159 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.4
160 - dev-haskell/mtl )
161 -"
162 -
163 -src_prepare() {
164 - default
165 -
166 - cabal_chdeps \
167 - 'directory >= 1.1 && < 1.3' 'directory >= 1.1' \
168 - 'directory >= 1.0 && < 1.3' 'directory >= 1.0'
169 -}
170 -
171 -src_configure() {
172 - haskell-cabal_src_configure \
173 - $(cabal_flag maxcount maxcount)
174 -}
175
176 diff --git a/dev-haskell/filestore/filestore-0.6.3.4.ebuild b/dev-haskell/filestore/filestore-0.6.3.4.ebuild
177 deleted file mode 100644
178 index 1082ff53bba..00000000000
179 --- a/dev-haskell/filestore/filestore-0.6.3.4.ebuild
180 +++ /dev/null
181 @@ -1,37 +0,0 @@
182 -# Copyright 1999-2020 Gentoo Authors
183 -# Distributed under the terms of the GNU General Public License v2
184 -
185 -EAPI=7
186 -
187 -# ebuild generated by hackport 0.6.9999
188 -
189 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
190 -inherit haskell-cabal
191 -
192 -DESCRIPTION="Interface for versioning file stores"
193 -HOMEPAGE="https://hackage.haskell.org/package/filestore"
194 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
195 -
196 -LICENSE="BSD"
197 -SLOT="0/${PV}"
198 -KEYWORDS="~amd64 ~x86"
199 -IUSE="+maxcount"
200 -
201 -RDEPEND=">=dev-haskell/diff-0.2:=[profile?] <dev-haskell/diff-0.4:=[profile?]
202 - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
203 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
204 - >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
205 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
206 - >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
207 - >=dev-lang/ghc-7.4.1:=
208 -"
209 -DEPEND="${RDEPEND}
210 - >=dev-haskell/cabal-1.10
211 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
212 - dev-haskell/mtl )
213 -"
214 -
215 -src_configure() {
216 - haskell-cabal_src_configure \
217 - $(cabal_flag maxcount maxcount)
218 -}
219
220 diff --git a/dev-haskell/filestore/filestore-0.6.4.ebuild b/dev-haskell/filestore/filestore-0.6.4.ebuild
221 deleted file mode 100644
222 index 50730cebdde..00000000000
223 --- a/dev-haskell/filestore/filestore-0.6.4.ebuild
224 +++ /dev/null
225 @@ -1,39 +0,0 @@
226 -# Copyright 1999-2020 Gentoo Authors
227 -# Distributed under the terms of the GNU General Public License v2
228 -
229 -EAPI=7
230 -
231 -# ebuild generated by hackport 0.6.4.9999
232 -
233 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
234 -inherit haskell-cabal
235 -
236 -DESCRIPTION="Interface for versioning file stores"
237 -HOMEPAGE="https://hackage.haskell.org/package/filestore"
238 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
239 -
240 -LICENSE="BSD"
241 -SLOT="0/${PV}"
242 -KEYWORDS="~amd64 ~x86"
243 -IUSE="+maxcount"
244 -
245 -RESTRICT=test # requires mercurial
246 -
247 -RDEPEND=">=dev-haskell/diff-0.4:=[profile?] <dev-haskell/diff-0.5:=[profile?]
248 - >=dev-haskell/old-locale-1.0:=[profile?] <dev-haskell/old-locale-1.1:=[profile?]
249 - >=dev-haskell/parsec-2:=[profile?] <dev-haskell/parsec-3.2:=[profile?]
250 - >=dev-haskell/split-0.1:=[profile?] <dev-haskell/split-0.3:=[profile?]
251 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
252 - >=dev-haskell/xml-1.3:=[profile?] <dev-haskell/xml-1.4:=[profile?]
253 - >=dev-lang/ghc-7.10.1:=
254 -"
255 -DEPEND="${RDEPEND}
256 - >=dev-haskell/cabal-1.22.2.0
257 - test? ( >=dev-haskell/hunit-1.2 <dev-haskell/hunit-1.7
258 - dev-haskell/mtl )
259 -"
260 -
261 -src_configure() {
262 - haskell-cabal_src_configure \
263 - $(cabal_flag maxcount maxcount)
264 -}