Gentoo Archives: gentoo-commits

From: "Alexander Vershilov (qnikst)" <qnikst@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-haskell/yesod: yesod-1.1.9.2.ebuild metadata.xml yesod-1.2.1.ebuild yesod-1.2.0.1.ebuild yesod-1.2.1.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 12:45:36
Message-Id: 20130826124530.925402004C@flycatcher.gentoo.org
1 qnikst 13/08/26 12:45:30
2
3 Added: yesod-1.1.9.2.ebuild metadata.xml
4 yesod-1.2.1.ebuild yesod-1.2.0.1.ebuild
5 yesod-1.2.1.1.ebuild ChangeLog
6 Log:
7 dev-haskell/yesod: initial layout
8
9 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0xEAD50D64D8D3571A!)
10
11 Revision Changes Path
12 1.1 dev-haskell/yesod/yesod-1.1.9.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.1.9.2.ebuild?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.1.9.2.ebuild?rev=1.1&content-type=text/plain
16
17 Index: yesod-1.1.9.2.ebuild
18 ===================================================================
19 # Copyright 1999-2013 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.1.9.2.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $
22
23 EAPI=5
24
25 # ebuild generated by hackport 0.3.2.9999
26
27 CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
28 inherit haskell-cabal
29
30 DESCRIPTION="Creation of type-safe, RESTful web applications."
31 HOMEPAGE="http://www.yesodweb.com/"
32 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
33
34 LICENSE="MIT"
35 SLOT="0/${PV}"
36 KEYWORDS="~amd64 ~x86"
37 IUSE=""
38
39 RDEPEND="dev-haskell/aeson:=[profile?]
40 >=dev-haskell/attoparsec-0.10:=[profile?]
41 dev-haskell/base64-bytestring:=[profile?]
42 >=dev-haskell/blaze-builder-0.2.1.4:=[profile?]
43 <dev-haskell/blaze-builder-0.4:=[profile?]
44 >=dev-haskell/blaze-html-0.5:=[profile?]
45 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
46 dev-haskell/cabal:=[profile?]
47 >=dev-haskell/conduit-0.5:=[profile?]
48 <dev-haskell/conduit-1.1:=[profile?]
49 dev-haskell/file-embed:=[profile?]
50 =dev-haskell/fsnotify-0.0*:=[profile?]
51 >=dev-haskell/ghc-paths-0.1:=[profile?]
52 =dev-haskell/hamlet-1.1*:=[profile?]
53 dev-haskell/http-conduit:=[profile?]
54 >=dev-haskell/http-reverse-proxy-0.1.1:=[profile?]
55 >=dev-haskell/http-types-0.7:=[profile?]
56 dev-haskell/lifted-base:=[profile?]
57 =dev-haskell/monad-control-0.3*:=[profile?]
58 dev-haskell/network:=[profile?]
59 dev-haskell/network-conduit:=[profile?]
60 >=dev-haskell/optparse-applicative-0.4:=[profile?]
61 >=dev-haskell/parsec-2.1:=[profile?]
62 <dev-haskell/parsec-4:=[profile?]
63 >=dev-haskell/project-template-0.1.1:=[profile?]
64 >=dev-haskell/resourcet-0.3:=[profile?]
65 <dev-haskell/resourcet-0.5:=[profile?]
66 >=dev-haskell/shakespeare-1.0.2:=[profile?]
67 <dev-haskell/shakespeare-1.1:=[profile?]
68 >=dev-haskell/shakespeare-css-1.0.2:=[profile?]
69 <dev-haskell/shakespeare-css-1.1:=[profile?]
70 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
71 <dev-haskell/shakespeare-js-1.2:=[profile?]
72 =dev-haskell/shakespeare-text-1.0*:=[profile?]
73 =dev-haskell/split-0.2*:=[profile?]
74 =dev-haskell/system-fileio-0.3*:=[profile?]
75 =dev-haskell/system-filepath-0.4*:=[profile?]
76 =dev-haskell/tar-0.4*:=[profile?]
77 >=dev-haskell/text-0.11:=[profile?]
78 >=dev-haskell/transformers-0.2.2:=[profile?]
79 <dev-haskell/transformers-0.4:=[profile?]
80 >=dev-haskell/unix-compat-0.2:=[profile?]
81 <dev-haskell/unix-compat-0.5:=[profile?]
82 dev-haskell/unordered-containers:=[profile?]
83 >=dev-haskell/wai-1.3:=[profile?]
84 <dev-haskell/wai-1.5:=[profile?]
85 =dev-haskell/wai-extra-1.3*:=[profile?]
86 =dev-haskell/warp-1.3*:=[profile?]
87 =dev-haskell/yaml-0.8*:=[profile?]
88 =dev-haskell/yesod-auth-1.1*:=[profile?]
89 >=dev-haskell/yesod-core-1.1.5:=[profile?]
90 <dev-haskell/yesod-core-1.2:=[profile?]
91 >=dev-haskell/yesod-default-1.1.3:=[profile?]
92 <dev-haskell/yesod-default-1.2:=[profile?]
93 >=dev-haskell/yesod-form-1.1:=[profile?]
94 <dev-haskell/yesod-form-1.3:=[profile?]
95 =dev-haskell/yesod-json-1.1*:=[profile?]
96 =dev-haskell/yesod-persistent-1.1*:=[profile?]
97 =dev-haskell/zlib-0.5*:=[profile?]
98 >=dev-lang/ghc-7.0.1:="
99 DEPEND="${RDEPEND}
100 >=dev-haskell/cabal-1.6"
101
102 src_prepare() {
103 # This is a big hack we just removing all executables
104 # that depend on ghc itself this allowes us to have
105 # stand-alone yesod-cmd
106 sed '/executable /,$ d' -i "${S}"/${PN}.cabal
107 }
108
109
110
111 1.1 dev-haskell/yesod/metadata.xml
112
113 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/metadata.xml?rev=1.1&view=markup
114 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/metadata.xml?rev=1.1&content-type=text/plain
115
116 Index: metadata.xml
117 ===================================================================
118 <?xml version="1.0" encoding="UTF-8"?>
119 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
120 <pkgmetadata>
121 <herd>haskell</herd>
122 <maintainer>
123 <email>haskell@g.o</email>
124 </maintainer>
125 <longdescription>
126 A RESTful web framework with strong compile-time guarantees of correctness. It also affords space efficient code, highly concurrent loads, and portability to many deployment backends (via the wai package), from CGI to stand-alone serving.
127
128 Yesod also focuses on developer productivity. Yesod integrates well with tools for all your basic web development (wai, persistent, and shakespeare/hamlet)
129
130 The Yesod documentation site &lt;http://www.yesodweb.com/&gt; has much more information, including on the supporting packages mentioned above.
131 </longdescription>
132 </pkgmetadata>
133
134
135
136 1.1 dev-haskell/yesod/yesod-1.2.1.ebuild
137
138 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.ebuild?rev=1.1&view=markup
139 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.ebuild?rev=1.1&content-type=text/plain
140
141 Index: yesod-1.2.1.ebuild
142 ===================================================================
143 # Copyright 1999-2013 Gentoo Foundation
144 # Distributed under the terms of the GNU General Public License v2
145 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $
146
147 EAPI=5
148
149 # ebuild generated by hackport 0.3.2.9999
150
151 CABAL_FEATURES="lib profile haddock hoogle hscolour"
152 inherit haskell-cabal
153
154 DESCRIPTION="Creation of type-safe, RESTful web applications."
155 HOMEPAGE="http://www.yesodweb.com/"
156 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
157
158 LICENSE="MIT"
159 SLOT="0/${PV}"
160 KEYWORDS="~amd64 ~x86"
161 IUSE=""
162
163 RDEPEND="dev-haskell/aeson:=[profile?]
164 >=dev-haskell/blaze-html-0.5:=[profile?]
165 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
166 dev-haskell/data-default:=[profile?]
167 =dev-haskell/hamlet-1.1*:=[profile?]
168 =dev-haskell/monad-control-0.3*:=[profile?]
169 dev-haskell/network-conduit:=[profile?]
170 dev-haskell/safe:=[profile?]
171 =dev-haskell/shakespeare-css-1.0*:=[profile?]
172 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
173 <dev-haskell/shakespeare-js-1.2:=[profile?]
174 dev-haskell/text:=[profile?]
175 >=dev-haskell/transformers-0.2.2:=[profile?]
176 <dev-haskell/transformers-0.4:=[profile?]
177 dev-haskell/unordered-containers:=[profile?]
178 >=dev-haskell/wai-1.3:=[profile?]
179 <dev-haskell/wai-1.5:=[profile?]
180 =dev-haskell/wai-extra-1.3*:=[profile?]
181 =dev-haskell/warp-1.3*:=[profile?]
182 dev-haskell/yaml:=[profile?]
183 =dev-haskell/yesod-auth-1.2*:=[profile?]
184 >=dev-haskell/yesod-core-1.2.2:=[profile?]
185 <dev-haskell/yesod-core-1.3:=[profile?]
186 =dev-haskell/yesod-form-1.3*:=[profile?]
187 =dev-haskell/yesod-persistent-1.2*:=[profile?]
188 >=dev-lang/ghc-7.0.1:="
189 DEPEND="${RDEPEND}
190 >=dev-haskell/cabal-1.6"
191
192
193
194 1.1 dev-haskell/yesod/yesod-1.2.0.1.ebuild
195
196 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.0.1.ebuild?rev=1.1&view=markup
197 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.0.1.ebuild?rev=1.1&content-type=text/plain
198
199 Index: yesod-1.2.0.1.ebuild
200 ===================================================================
201 # Copyright 1999-2013 Gentoo Foundation
202 # Distributed under the terms of the GNU General Public License v2
203 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.0.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $
204
205 EAPI=5
206
207 # ebuild generated by hackport 0.3.2.9999
208
209 CABAL_FEATURES="lib profile haddock hoogle hscolour"
210 inherit haskell-cabal
211
212 DESCRIPTION="Creation of type-safe, RESTful web applications."
213 HOMEPAGE="http://www.yesodweb.com/"
214 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
215
216 LICENSE="MIT"
217 SLOT="0/${PV}"
218 KEYWORDS="~amd64 ~x86"
219 IUSE=""
220
221 RDEPEND="dev-haskell/aeson:=[profile?]
222 >=dev-haskell/blaze-html-0.5:=[profile?]
223 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
224 dev-haskell/data-default:=[profile?]
225 =dev-haskell/hamlet-1.1*:=[profile?]
226 =dev-haskell/monad-control-0.3*:=[profile?]
227 dev-haskell/network-conduit:=[profile?]
228 dev-haskell/safe:=[profile?]
229 =dev-haskell/shakespeare-css-1.0*:=[profile?]
230 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
231 <dev-haskell/shakespeare-js-1.2:=[profile?]
232 dev-haskell/text:=[profile?]
233 >=dev-haskell/transformers-0.2.2:=[profile?]
234 <dev-haskell/transformers-0.4:=[profile?]
235 dev-haskell/unordered-containers:=[profile?]
236 >=dev-haskell/wai-1.3:=[profile?]
237 <dev-haskell/wai-1.5:=[profile?]
238 =dev-haskell/wai-extra-1.3*:=[profile?]
239 =dev-haskell/warp-1.3*:=[profile?]
240 dev-haskell/yaml:=[profile?]
241 =dev-haskell/yesod-auth-1.2*:=[profile?]
242 =dev-haskell/yesod-core-1.2*:=[profile?]
243 =dev-haskell/yesod-form-1.3*:=[profile?]
244 =dev-haskell/yesod-persistent-1.2*:=[profile?]
245 >=dev-lang/ghc-7.0.1:="
246 DEPEND="${RDEPEND}
247 >=dev-haskell/cabal-1.6"
248
249
250
251 1.1 dev-haskell/yesod/yesod-1.2.1.1.ebuild
252
253 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.1.ebuild?rev=1.1&view=markup
254 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.1.ebuild?rev=1.1&content-type=text/plain
255
256 Index: yesod-1.2.1.1.ebuild
257 ===================================================================
258 # Copyright 1999-2013 Gentoo Foundation
259 # Distributed under the terms of the GNU General Public License v2
260 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/yesod-1.2.1.1.ebuild,v 1.1 2013/08/26 12:45:30 qnikst Exp $
261
262 EAPI=5
263
264 # ebuild generated by hackport 0.3.2.9999
265
266 CABAL_FEATURES="lib profile haddock hoogle hscolour"
267 inherit haskell-cabal
268
269 DESCRIPTION="Creation of type-safe, RESTful web applications."
270 HOMEPAGE="http://www.yesodweb.com/"
271 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
272
273 LICENSE="MIT"
274 SLOT="0/${PV}"
275 KEYWORDS="~amd64 ~x86"
276 IUSE=""
277
278 RDEPEND="dev-haskell/aeson:=[profile?]
279 >=dev-haskell/blaze-html-0.5:=[profile?]
280 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
281 dev-haskell/data-default:=[profile?]
282 =dev-haskell/hamlet-1.1*:=[profile?]
283 =dev-haskell/monad-control-0.3*:=[profile?]
284 dev-haskell/network-conduit:=[profile?]
285 dev-haskell/safe:=[profile?]
286 =dev-haskell/shakespeare-css-1.0*:=[profile?]
287 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
288 <dev-haskell/shakespeare-js-1.2:=[profile?]
289 dev-haskell/text:=[profile?]
290 >=dev-haskell/transformers-0.2.2:=[profile?]
291 <dev-haskell/transformers-0.4:=[profile?]
292 dev-haskell/unordered-containers:=[profile?]
293 >=dev-haskell/wai-1.3:=[profile?]
294 <dev-haskell/wai-1.5:=[profile?]
295 =dev-haskell/wai-extra-1.3*:=[profile?]
296 =dev-haskell/warp-1.3*:=[profile?]
297 dev-haskell/yaml:=[profile?]
298 =dev-haskell/yesod-auth-1.2*:=[profile?]
299 >=dev-haskell/yesod-core-1.2.2:=[profile?]
300 <dev-haskell/yesod-core-1.3:=[profile?]
301 =dev-haskell/yesod-form-1.3*:=[profile?]
302 =dev-haskell/yesod-persistent-1.2*:=[profile?]
303 >=dev-lang/ghc-7.0.1:="
304 DEPEND="${RDEPEND}
305 >=dev-haskell/cabal-1.6"
306
307
308
309 1.1 dev-haskell/yesod/ChangeLog
310
311 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/ChangeLog?rev=1.1&view=markup
312 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod/ChangeLog?rev=1.1&content-type=text/plain
313
314 Index: ChangeLog
315 ===================================================================
316 # ChangeLog for dev-haskell/yesod
317 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
318 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod/ChangeLog,v 1.1 2013/08/26 12:45:30 qnikst Exp $
319
320 *yesod-1.1.9.2 (26 Aug 2013)
321 *yesod-1.2.1.1 (26 Aug 2013)
322 *yesod-1.2.1 (26 Aug 2013)
323 *yesod-1.2.0.1 (26 Aug 2013)
324
325 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
326 +yesod-1.1.9.2.ebuild, +yesod-1.2.0.1.ebuild, +yesod-1.2.1.1.ebuild,
327 +yesod-1.2.1.ebuild:
328 dev-haskell/yesod: initial layout