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/yesod-auth/
Date: Mon, 30 May 2016 21:15:48
Message-Id: 1464642936.5f04955ce33d2b8f9522c5ca77d8410c0af1eec3.slyfox@gentoo
1 commit: 5f04955ce33d2b8f9522c5ca77d8410c0af1eec3
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 30 20:35:28 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Mon May 30 21:15:36 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f04955c
7
8 dev-haskell/yesod-auth: drop old
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-haskell/yesod-auth/Manifest | 3 --
13 dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild | 55 --------------------
14 dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild | 63 ----------------------
15 dev-haskell/yesod-auth/yesod-auth-1.4.11.ebuild | 66 ------------------------
16 4 files changed, 187 deletions(-)
17
18 diff --git a/dev-haskell/yesod-auth/Manifest b/dev-haskell/yesod-auth/Manifest
19 index 7eb57db..4ea79ac 100644
20 --- a/dev-haskell/yesod-auth/Manifest
21 +++ b/dev-haskell/yesod-auth/Manifest
22 @@ -1,4 +1 @@
23 -DIST yesod-auth-1.2.7.tar.gz 29818 SHA256 93574f918075f7de6aebbe331bb8e78c1ef7c5c45b2c693ba83c9f694ffb3a2b SHA512 e2029095d280d0f7c69e06195c864debe17ab4679e05279d31a37823956880d0fa3abdd6c285c08c44ee658948e7174888d682122687a0a022d229ac376e64b5 WHIRLPOOL b52db4f2325508ac7af358ae3e5836dbeb68af362384f45d8ed0baac3f31799fc0c4a61f0e22a0b4c883514bbe378beb4d05a33aaf000b5cf427180e1c0e6beb
24 -DIST yesod-auth-1.3.1.1.tar.gz 35665 SHA256 390eb48a0e5ee1efc25e258b126b937f18d74a0f5bec79b67d6943fbd0268057 SHA512 daaf65024334a24da78b53dbfa64e78e855d32b29eed1088f43f99d6794c65e4a49541350fdd3d6590ba28e02556888656f185a8aa92bb6b5439635c972dce6e WHIRLPOOL bcf239527ea22ef9ea910286cecaca5290ab897138efc825a8c91aa565e00a848dc6cce3aaa0dc289b432a07a3e197da82e5dc4135ade3cfa204df85d7733dd8
25 -DIST yesod-auth-1.4.11.tar.gz 46006 SHA256 2bf08ed837a32e98002d5d16c5cd751a6871950e7bcb2e8b12045f6c60071a77 SHA512 32670e5a0a017d8aee45314babcd49e4dab9c7adfb0e03ab1c622bf2f5df414ae9dd27e275da97cf74147188a81ddf5523edb31701ca84289790fb20113fd4be WHIRLPOOL 35381578c07c2fbdf17e5c3e0b81c6c9b17117b0144120a5b551362a46e3247deb0ff86e959334750d1c2260d2ba26038a019a41d32033022505d6364a9cd99a
26 DIST yesod-auth-1.4.13.2.tar.gz 48670 SHA256 65d4cdc979db56e766aef3f64183075f4976ddedb8e62b07efb09be56f2cca20 SHA512 b22207d0ccf86345a50b87a66b4050727003edda7a54d86f81861471a694b2ccfb21d247bea972f21a2e8693cb79988028777f25791059ea3d2a47ddd8a47731 WHIRLPOOL f6ab7b8ebc16c9aa1d4c8ff4d7ca02168bd884d5329c5088f9de318d18b6737478ad544c8e49cd601dd764d85db8ea5b491b89eada938e4061d23d0160383291
27
28 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild
29 deleted file mode 100644
30 index e84aa81..0000000
31 --- a/dev-haskell/yesod-auth/yesod-auth-1.2.7.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.3.6.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Authentication for Yesod"
46 -HOMEPAGE="http://www.yesodweb.com/"
47 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -
54 -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
55 - >=dev-haskell/authenticate-1.3:=[profile?]
56 - >=dev-haskell/blaze-html-0.5:=[profile?]
57 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
58 - dev-haskell/data-default:=[profile?]
59 - >=dev-haskell/email-validate-1.0:=[profile?]
60 - dev-haskell/file-embed:=[profile?]
61 - >=dev-haskell/hamlet-1.1:=[profile?] <dev-haskell/hamlet-1.2:=[profile?]
62 - >=dev-haskell/http-conduit-1.5:=[profile?]
63 - dev-haskell/http-types:=[profile?]
64 - >=dev-haskell/lifted-base-0.1:=[profile?]
65 - >=dev-haskell/mime-mail-0.3:=[profile?]
66 - dev-haskell/network:=[profile?]
67 - >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
68 - >=dev-haskell/persistent-template-1.2:=[profile?] <dev-haskell/persistent-template-1.4:=[profile?]
69 - >=dev-haskell/puremd5-2.0:=[profile?]
70 - >=dev-haskell/pwstore-fast-2.2:=[profile?]
71 - >=dev-haskell/random-1.0.0.2:=[profile?]
72 - dev-haskell/resourcet:=[profile?]
73 - dev-haskell/safe:=[profile?]
74 - >=dev-haskell/sha-1.4.1.3:=[profile?]
75 - >=dev-haskell/shakespeare-css-1.0:=[profile?] <dev-haskell/shakespeare-css-1.1:=[profile?]
76 - >=dev-haskell/shakespeare-js-1.0.2:=[profile?] <dev-haskell/shakespeare-js-1.3:=[profile?]
77 - >=dev-haskell/text-0.7:=[profile?]
78 - >=dev-haskell/transformers-0.2.2:=[profile?]
79 - dev-haskell/unordered-containers:=[profile?]
80 - >=dev-haskell/wai-1.4:=[profile?]
81 - >=dev-haskell/yesod-core-1.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?]
82 - >=dev-haskell/yesod-form-1.3:=[profile?] <dev-haskell/yesod-form-1.4:=[profile?]
83 - >=dev-haskell/yesod-persistent-1.2:=[profile?]
84 - >=dev-lang/ghc-6.12.1:=
85 -"
86 -DEPEND="${RDEPEND}
87 - >=dev-haskell/cabal-1.8.0.2
88 -"
89
90 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild
91 deleted file mode 100644
92 index 421a305..0000000
93 --- a/dev-haskell/yesod-auth/yesod-auth-1.3.1.1.ebuild
94 +++ /dev/null
95 @@ -1,63 +0,0 @@
96 -# Copyright 1999-2014 Gentoo Foundation
97 -# Distributed under the terms of the GNU General Public License v2
98 -# $Id$
99 -
100 -EAPI=5
101 -
102 -# ebuild generated by hackport 0.4.2.9999
103 -
104 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
105 -inherit haskell-cabal
106 -
107 -DESCRIPTION="Authentication for Yesod"
108 -HOMEPAGE="http://www.yesodweb.com/"
109 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
110 -
111 -LICENSE="MIT"
112 -SLOT="0/${PV}"
113 -KEYWORDS="~amd64 ~x86"
114 -IUSE=""
115 -
116 -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
117 - dev-haskell/attoparsec-conduit:=[profile?]
118 - >=dev-haskell/authenticate-1.3:=[profile?]
119 - dev-haskell/base16-bytestring:=[profile?]
120 - dev-haskell/base64-bytestring:=[profile?]
121 - dev-haskell/binary:=[profile?]
122 - dev-haskell/blaze-builder:=[profile?]
123 - >=dev-haskell/blaze-html-0.5:=[profile?]
124 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
125 - dev-haskell/byteable:=[profile?]
126 - dev-haskell/conduit:=[profile?]
127 - dev-haskell/conduit-extra:=[profile?]
128 - dev-haskell/cryptohash:=[profile?]
129 - dev-haskell/data-default:=[profile?]
130 - >=dev-haskell/email-validate-1.0:=[profile?]
131 - dev-haskell/file-embed:=[profile?]
132 - >=dev-haskell/hamlet-1.1:=[profile?]
133 - dev-haskell/http-client:=[profile?]
134 - >=dev-haskell/http-conduit-1.5:=[profile?]
135 - dev-haskell/http-types:=[profile?]
136 - >=dev-haskell/lifted-base-0.1:=[profile?]
137 - >=dev-haskell/mime-mail-0.3:=[profile?]
138 - dev-haskell/network:=[profile?]
139 - >=dev-haskell/persistent-1.2:=[profile?] <dev-haskell/persistent-1.4:=[profile?]
140 - >=dev-haskell/persistent-template-1.2:=[profile?] <dev-haskell/persistent-template-1.4:=[profile?]
141 - >=dev-haskell/random-1.0.0.2:=[profile?]
142 - dev-haskell/resourcet:=[profile?]
143 - dev-haskell/safe:=[profile?]
144 - dev-haskell/shakespeare:=[profile?]
145 - >=dev-haskell/shakespeare-css-1.0:=[profile?]
146 - >=dev-haskell/shakespeare-js-1.0.2:=[profile?]
147 - >=dev-haskell/text-0.7:=[profile?]
148 - >=dev-haskell/transformers-0.2.2:=[profile?]
149 - dev-haskell/unordered-containers:=[profile?]
150 - >=dev-haskell/wai-1.4:=[profile?]
151 - >=dev-haskell/yesod-core-1.2:=[profile?] <dev-haskell/yesod-core-1.3:=[profile?]
152 - >=dev-haskell/yesod-form-1.3:=[profile?] <dev-haskell/yesod-form-1.4:=[profile?]
153 - >=dev-haskell/yesod-persistent-1.2:=[profile?]
154 - >=dev-lang/ghc-7.4.1:=
155 -"
156 -DEPEND="${RDEPEND}
157 - >=dev-haskell/cabal-1.6.0
158 -"
159
160 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.11.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.11.ebuild
161 deleted file mode 100644
162 index 8049b04..0000000
163 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.11.ebuild
164 +++ /dev/null
165 @@ -1,66 +0,0 @@
166 -# Copyright 1999-2015 Gentoo Foundation
167 -# Distributed under the terms of the GNU General Public License v2
168 -# $Id$
169 -
170 -EAPI=5
171 -
172 -# ebuild generated by hackport 0.4.6.9999
173 -
174 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
175 -inherit haskell-cabal
176 -
177 -DESCRIPTION="Authentication for Yesod"
178 -HOMEPAGE="http://www.yesodweb.com/"
179 -SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
180 -
181 -LICENSE="MIT"
182 -SLOT="0/${PV}"
183 -KEYWORDS="~amd64 ~x86"
184 -IUSE="+network-uri"
185 -
186 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
187 - >=dev-haskell/authenticate-1.3:=[profile?]
188 - dev-haskell/base16-bytestring:=[profile?]
189 - dev-haskell/base64-bytestring:=[profile?]
190 - dev-haskell/binary:=[profile?]
191 - dev-haskell/blaze-builder:=[profile?]
192 - >=dev-haskell/blaze-html-0.5:=[profile?]
193 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
194 - dev-haskell/byteable:=[profile?]
195 - dev-haskell/conduit:=[profile?]
196 - dev-haskell/conduit-extra:=[profile?]
197 - dev-haskell/cryptohash:=[profile?]
198 - dev-haskell/data-default:=[profile?]
199 - >=dev-haskell/email-validate-1.0:=[profile?]
200 - dev-haskell/file-embed:=[profile?]
201 - dev-haskell/http-client:=[profile?]
202 - >=dev-haskell/http-conduit-2.1:=[profile?]
203 - dev-haskell/http-types:=[profile?]
204 - >=dev-haskell/lifted-base-0.1:=[profile?]
205 - >=dev-haskell/mime-mail-0.3:=[profile?]
206 - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?]
207 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.3:=[profile?]
208 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.2:=[profile?]
209 - >=dev-haskell/random-1.0.0.2:=[profile?]
210 - dev-haskell/resourcet:=[profile?]
211 - dev-haskell/safe:=[profile?]
212 - dev-haskell/shakespeare:=[profile?]
213 - >=dev-haskell/text-0.7:=[profile?]
214 - >=dev-haskell/transformers-0.2.2:=[profile?]
215 - dev-haskell/unordered-containers:=[profile?]
216 - >=dev-haskell/wai-1.4:=[profile?]
217 - >=dev-haskell/yesod-core-1.4:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
218 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
219 - >=dev-haskell/yesod-persistent-1.4:=[profile?]
220 - >=dev-lang/ghc-7.4.1:=
221 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
222 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
223 -"
224 -DEPEND="${RDEPEND}
225 - >=dev-haskell/cabal-1.6.0
226 -"
227 -
228 -src_configure() {
229 - haskell-cabal_src_configure \
230 - $(cabal_flag network-uri network-uri)
231 -}