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-auth: yesod-auth-1.2.0.2.ebuild metadata.xml yesod-auth-1.1.7.ebuild yesod-auth-1.2.0.1.ebuild ChangeLog
Date: Mon, 26 Aug 2013 15:04:39
Message-Id: 20130826150427.914282004C@flycatcher.gentoo.org
1 qnikst 13/08/26 15:04:27
2
3 Added: yesod-auth-1.2.0.2.ebuild metadata.xml
4 yesod-auth-1.1.7.ebuild yesod-auth-1.2.0.1.ebuild
5 ChangeLog
6 Log:
7 dev-haskell/yesod-auth: new version
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-auth/yesod-auth-1.2.0.2.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild?rev=1.1&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.2.ebuild?rev=1.1&content-type=text/plain
16
17 Index: yesod-auth-1.2.0.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-auth/yesod-auth-1.2.0.2.ebuild,v 1.1 2013/08/26 15:04:27 qnikst Exp $
22
23 EAPI=5
24
25 # ebuild generated by hackport 0.3.2.9999
26
27 CABAL_FEATURES="lib profile haddock hoogle hscolour"
28 inherit haskell-cabal
29
30 DESCRIPTION="Authentication for Yesod."
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-0.5:=[profile?]
40 >=dev-haskell/authenticate-1.3:=[profile?]
41 >=dev-haskell/blaze-html-0.5:=[profile?]
42 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
43 dev-haskell/data-default:=[profile?]
44 >=dev-haskell/email-validate-1.0:=[profile?]
45 dev-haskell/file-embed:=[profile?]
46 =dev-haskell/hamlet-1.1*:=[profile?]
47 >=dev-haskell/http-conduit-1.5:=[profile?]
48 dev-haskell/http-types:=[profile?]
49 >=dev-haskell/lifted-base-0.1:=[profile?]
50 >=dev-haskell/mime-mail-0.3:=[profile?]
51 dev-haskell/network:=[profile?]
52 =dev-haskell/persistent-1.2*:=[profile?]
53 =dev-haskell/persistent-template-1.2*:=[profile?]
54 >=dev-haskell/puremd5-2.0:=[profile?]
55 >=dev-haskell/pwstore-fast-2.2:=[profile?]
56 >=dev-haskell/random-1.0.0.2:=[profile?]
57 dev-haskell/resourcet:=[profile?]
58 >=dev-haskell/sha-1.4.1.3:=[profile?]
59 =dev-haskell/shakespeare-css-1.0*:=[profile?]
60 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
61 <dev-haskell/shakespeare-js-1.2:=[profile?]
62 >=dev-haskell/text-0.7:=[profile?]
63 >=dev-haskell/transformers-0.2.2:=[profile?]
64 dev-haskell/unordered-containers:=[profile?]
65 >=dev-haskell/wai-1.4:=[profile?]
66 =dev-haskell/yesod-core-1.2*:=[profile?]
67 =dev-haskell/yesod-form-1.3*:=[profile?]
68 >=dev-haskell/yesod-persistent-1.2:=[profile?]
69 >=dev-lang/ghc-6.10.4:="
70 DEPEND="${RDEPEND}
71 >=dev-haskell/cabal-1.6.0"
72
73
74
75 1.1 dev-haskell/yesod-auth/metadata.xml
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/metadata.xml?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/metadata.xml?rev=1.1&content-type=text/plain
79
80 Index: metadata.xml
81 ===================================================================
82 <?xml version="1.0" encoding="UTF-8"?>
83 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
84 <pkgmetadata>
85 <herd>haskell</herd>
86 <maintainer>
87 <email>haskell@g.o</email>
88 </maintainer>
89 <longdescription>
90 Authentication for Yesod.
91 </longdescription>
92 </pkgmetadata>
93
94
95
96 1.1 dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild
97
98 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild?rev=1.1&view=markup
99 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild?rev=1.1&content-type=text/plain
100
101 Index: yesod-auth-1.1.7.ebuild
102 ===================================================================
103 # Copyright 1999-2013 Gentoo Foundation
104 # Distributed under the terms of the GNU General Public License v2
105 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.1.7.ebuild,v 1.1 2013/08/26 15:04:27 qnikst Exp $
106
107 EAPI=5
108
109 # ebuild generated by hackport 0.3.2.9999
110
111 CABAL_FEATURES="lib profile haddock hoogle hscolour"
112 inherit haskell-cabal
113
114 DESCRIPTION="Authentication for Yesod."
115 HOMEPAGE="http://www.yesodweb.com/"
116 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
117
118 LICENSE="MIT"
119 SLOT="0/${PV}"
120 KEYWORDS="~amd64 ~x86"
121 IUSE=""
122
123 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
124 >=dev-haskell/authenticate-1.3:=[profile?]
125 >=dev-haskell/blaze-html-0.5:=[profile?]
126 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
127 dev-haskell/file-embed:=[profile?]
128 =dev-haskell/hamlet-1.1*:=[profile?]
129 >=dev-haskell/http-conduit-1.5:=[profile?]
130 dev-haskell/http-types:=[profile?]
131 >=dev-haskell/lifted-base-0.1:=[profile?]
132 >=dev-haskell/mime-mail-0.3:=[profile?]
133 dev-haskell/network:=[profile?]
134 >=dev-haskell/persistent-1.0:=[profile?]
135 <dev-haskell/persistent-1.2:=[profile?]
136 >=dev-haskell/persistent-template-1.0:=[profile?]
137 <dev-haskell/persistent-template-1.2:=[profile?]
138 >=dev-haskell/puremd5-2.0:=[profile?]
139 >=dev-haskell/pwstore-fast-2.2:=[profile?]
140 >=dev-haskell/random-1.0.0.2:=[profile?]
141 >=dev-haskell/sha-1.4.1.3:=[profile?]
142 =dev-haskell/shakespeare-css-1.0*:=[profile?]
143 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
144 <dev-haskell/shakespeare-js-1.2:=[profile?]
145 >=dev-haskell/text-0.7:=[profile?]
146 >=dev-haskell/transformers-0.2.2:=[profile?]
147 dev-haskell/unordered-containers:=[profile?]
148 >=dev-haskell/wai-1.3:=[profile?]
149 =dev-haskell/yesod-core-1.1*:=[profile?]
150 >=dev-haskell/yesod-form-1.1:=[profile?]
151 <dev-haskell/yesod-form-1.3:=[profile?]
152 =dev-haskell/yesod-json-1.1*:=[profile?]
153 >=dev-haskell/yesod-persistent-1.1:=[profile?]
154 >=dev-lang/ghc-6.10.4:="
155 DEPEND="${RDEPEND}
156 >=dev-haskell/cabal-1.6.0"
157
158
159
160 1.1 dev-haskell/yesod-auth/yesod-auth-1.2.0.1.ebuild
161
162 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.1.ebuild?rev=1.1&view=markup
163 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.1.ebuild?rev=1.1&content-type=text/plain
164
165 Index: yesod-auth-1.2.0.1.ebuild
166 ===================================================================
167 # Copyright 1999-2013 Gentoo Foundation
168 # Distributed under the terms of the GNU General Public License v2
169 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/yesod-auth-1.2.0.1.ebuild,v 1.1 2013/08/26 15:04:27 qnikst Exp $
170
171 EAPI=5
172
173 # ebuild generated by hackport 0.3.2.9999
174
175 CABAL_FEATURES="lib profile haddock hoogle hscolour"
176 inherit haskell-cabal
177
178 DESCRIPTION="Authentication for Yesod."
179 HOMEPAGE="http://www.yesodweb.com/"
180 SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
181
182 LICENSE="MIT"
183 SLOT="0/${PV}"
184 KEYWORDS="~amd64 ~x86"
185 IUSE=""
186
187 RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
188 >=dev-haskell/authenticate-1.3:=[profile?]
189 >=dev-haskell/blaze-html-0.5:=[profile?]
190 >=dev-haskell/blaze-markup-0.5.1:=[profile?]
191 dev-haskell/data-default:=[profile?]
192 >=dev-haskell/email-validate-1.0:=[profile?]
193 dev-haskell/file-embed:=[profile?]
194 =dev-haskell/hamlet-1.1*:=[profile?]
195 >=dev-haskell/http-conduit-1.5:=[profile?]
196 dev-haskell/http-types:=[profile?]
197 >=dev-haskell/lifted-base-0.1:=[profile?]
198 >=dev-haskell/mime-mail-0.3:=[profile?]
199 dev-haskell/network:=[profile?]
200 =dev-haskell/persistent-1.2*:=[profile?]
201 =dev-haskell/persistent-template-1.2*:=[profile?]
202 >=dev-haskell/puremd5-2.0:=[profile?]
203 >=dev-haskell/pwstore-fast-2.2:=[profile?]
204 >=dev-haskell/random-1.0.0.2:=[profile?]
205 dev-haskell/resourcet:=[profile?]
206 >=dev-haskell/sha-1.4.1.3:=[profile?]
207 =dev-haskell/shakespeare-css-1.0*:=[profile?]
208 >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
209 <dev-haskell/shakespeare-js-1.2:=[profile?]
210 >=dev-haskell/text-0.7:=[profile?]
211 >=dev-haskell/transformers-0.2.2:=[profile?]
212 dev-haskell/unordered-containers:=[profile?]
213 >=dev-haskell/wai-1.4:=[profile?]
214 =dev-haskell/yesod-core-1.2*:=[profile?]
215 =dev-haskell/yesod-form-1.3*:=[profile?]
216 >=dev-haskell/yesod-persistent-1.2:=[profile?]
217 >=dev-lang/ghc-6.10.4:="
218 DEPEND="${RDEPEND}
219 >=dev-haskell/cabal-1.6.0"
220
221
222
223 1.1 dev-haskell/yesod-auth/ChangeLog
224
225 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/ChangeLog?rev=1.1&view=markup
226 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-haskell/yesod-auth/ChangeLog?rev=1.1&content-type=text/plain
227
228 Index: ChangeLog
229 ===================================================================
230 # ChangeLog for dev-haskell/yesod-auth
231 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
232 # $Header: /var/cvsroot/gentoo-x86/dev-haskell/yesod-auth/ChangeLog,v 1.1 2013/08/26 15:04:27 qnikst Exp $
233
234 *yesod-auth-1.2.0.1 (26 Aug 2013)
235 *yesod-auth-1.2.0.2 (26 Aug 2013)
236 *yesod-auth-1.1.7 (26 Aug 2013)
237
238 26 Aug 2013; Alexander Vershilov <qnikst@g.o> +metadata.xml,
239 +yesod-auth-1.1.7.ebuild, +yesod-auth-1.2.0.1.ebuild,
240 +yesod-auth-1.2.0.2.ebuild:
241 dev-haskell/yesod-auth: new version