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: Sun, 16 Aug 2020 09:53:30
Message-Id: 1597571593.6baa5686a32dec726173ad757cf14f9fcd048fb8.slyfox@gentoo
1 commit: 6baa5686a32dec726173ad757cf14f9fcd048fb8
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 16 09:06:58 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 16 09:53:13 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6baa5686
7
8 dev-haskell/yesod-auth: drop old
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/yesod-auth/Manifest | 3 --
14 dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild | 65 -----------------------
15 dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild | 65 -----------------------
16 dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild | 63 ----------------------
17 4 files changed, 196 deletions(-)
18
19 diff --git a/dev-haskell/yesod-auth/Manifest b/dev-haskell/yesod-auth/Manifest
20 index 40f5be4af65..05bb0680d61 100644
21 --- a/dev-haskell/yesod-auth/Manifest
22 +++ b/dev-haskell/yesod-auth/Manifest
23 @@ -1,4 +1 @@
24 -DIST yesod-auth-1.4.13.2.tar.gz 48670 BLAKE2B 1cae99e4ae777286de827fc86ad7fc0b81810bfe80f67e15b3de4358675151bcb66c58727b1a8e0c767f6dc2f29fecd0f0bac967ca69c30c5da684d127ff74bc SHA512 b22207d0ccf86345a50b87a66b4050727003edda7a54d86f81861471a694b2ccfb21d247bea972f21a2e8693cb79988028777f25791059ea3d2a47ddd8a47731
25 -DIST yesod-auth-1.4.13.5.tar.gz 49064 BLAKE2B c8120dd146266e8f5d31fa6149d6a5c30ca1d62cd9fdc9646afc125ad72a9253073f8d62a62b040f86bb8cc4afc58a5fa373af37552ed4d6b20710ec3c836cba SHA512 e401fc7b2d74c924108e59784f286704cbe44af05a8dabaacac027a3da45425592e0d85d0289c2601d5aec876fd19d2707b9a31a424f3997c8577a41dc49ed73
26 -DIST yesod-auth-1.4.16.tar.gz 50119 BLAKE2B 54f8a6b756e13c06597c989aa75bf6f16af2b16ac71f83d6c323853341fc9bfdc6c82be648aeef0ede89327ea9af0a41fa872d03819c0a03f59bd9e2cbf8a310 SHA512 cfa30040ce0c583a96af75ff1ff0c049a24239759814138d9891c05ceb8d47acbd39f96c3940713c5c3353627cba49504f29296a99c1fe8efcd3b033e19b677b
27 DIST yesod-auth-1.6.9.tar.gz 52717 BLAKE2B 0b84d830effe84ecf5f4a5bdbaed31eb746b7af32ba39c753e0c40cf9d4a1bb4efb4fc7b4a25620acd69853ae878ff0c0937a1cd9c68c2ce06dba4d0b90ff67f SHA512 071f5c3b01f70d4cf7f9516d97bdf352a6fc20f9191c6a46bccacf84f7e245e8076ff1881fa6e64c3929d300a0361b5ed1bf67c670544e2c2eca07b8aa3e24c0
28
29 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild
30 deleted file mode 100644
31 index 607490413b8..00000000000
32 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.13.2.ebuild
33 +++ /dev/null
34 @@ -1,65 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -# ebuild generated by hackport 0.5.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Authentication for Yesod"
46 -HOMEPAGE="https://www.yesodweb.com/"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="MIT"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="+network-uri"
53 -
54 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
55 - >=dev-haskell/authenticate-1.3:=[profile?]
56 - dev-haskell/base16-bytestring:=[profile?]
57 - dev-haskell/base64-bytestring:=[profile?]
58 - dev-haskell/binary:=[profile?]
59 - dev-haskell/blaze-builder:=[profile?]
60 - >=dev-haskell/blaze-html-0.5:=[profile?]
61 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
62 - dev-haskell/byteable:=[profile?]
63 - dev-haskell/conduit:=[profile?]
64 - dev-haskell/conduit-extra:=[profile?]
65 - dev-haskell/cryptohash:=[profile?]
66 - dev-haskell/data-default:=[profile?]
67 - >=dev-haskell/email-validate-1.0:=[profile?]
68 - dev-haskell/file-embed:=[profile?]
69 - dev-haskell/http-client:=[profile?]
70 - >=dev-haskell/http-conduit-2.1:=[profile?]
71 - dev-haskell/http-types:=[profile?]
72 - >=dev-haskell/lifted-base-0.1:=[profile?]
73 - >=dev-haskell/mime-mail-0.3:=[profile?]
74 - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?]
75 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.6:=[profile?]
76 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.6:=[profile?]
77 - >=dev-haskell/random-1.0.0.2:=[profile?]
78 - dev-haskell/resourcet:=[profile?]
79 - dev-haskell/safe:=[profile?]
80 - dev-haskell/shakespeare:=[profile?]
81 - >=dev-haskell/text-0.7:=[profile?]
82 - >=dev-haskell/transformers-0.2.2:=[profile?]
83 - dev-haskell/unordered-containers:=[profile?]
84 - >=dev-haskell/wai-1.4:=[profile?]
85 - >=dev-haskell/yesod-core-1.4.20:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
86 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
87 - >=dev-haskell/yesod-persistent-1.4:=[profile?]
88 - >=dev-lang/ghc-7.4.1:=
89 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
90 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
91 -"
92 -DEPEND="${RDEPEND}
93 - >=dev-haskell/cabal-1.6.0
94 -"
95 -
96 -src_configure() {
97 - haskell-cabal_src_configure \
98 - $(cabal_flag network-uri network-uri)
99 -}
100
101 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild
102 deleted file mode 100644
103 index d15c2082a54..00000000000
104 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.13.5.ebuild
105 +++ /dev/null
106 @@ -1,65 +0,0 @@
107 -# Copyright 1999-2019 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -
112 -# ebuild generated by hackport 0.5.9999
113 -
114 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
115 -inherit haskell-cabal
116 -
117 -DESCRIPTION="Authentication for Yesod"
118 -HOMEPAGE="https://www.yesodweb.com/"
119 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
120 -
121 -LICENSE="MIT"
122 -SLOT="0/${PV}"
123 -KEYWORDS="~amd64 ~x86"
124 -IUSE="+network-uri"
125 -
126 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
127 - >=dev-haskell/authenticate-1.3:=[profile?]
128 - dev-haskell/base16-bytestring:=[profile?]
129 - dev-haskell/base64-bytestring:=[profile?]
130 - dev-haskell/binary:=[profile?]
131 - dev-haskell/blaze-builder:=[profile?]
132 - >=dev-haskell/blaze-html-0.5:=[profile?]
133 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
134 - dev-haskell/byteable:=[profile?]
135 - dev-haskell/conduit:=[profile?]
136 - dev-haskell/conduit-extra:=[profile?]
137 - dev-haskell/cryptohash:=[profile?]
138 - dev-haskell/data-default:=[profile?]
139 - >=dev-haskell/email-validate-1.0:=[profile?]
140 - dev-haskell/file-embed:=[profile?]
141 - dev-haskell/http-client:=[profile?]
142 - >=dev-haskell/http-conduit-2.1:=[profile?]
143 - dev-haskell/http-types:=[profile?]
144 - >=dev-haskell/lifted-base-0.1:=[profile?]
145 - >=dev-haskell/mime-mail-0.3:=[profile?]
146 - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?]
147 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
148 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?]
149 - >=dev-haskell/random-1.0.0.2:=[profile?]
150 - dev-haskell/resourcet:=[profile?]
151 - dev-haskell/safe:=[profile?]
152 - dev-haskell/shakespeare:=[profile?]
153 - >=dev-haskell/text-0.7:=[profile?]
154 - >=dev-haskell/transformers-0.2.2:=[profile?]
155 - dev-haskell/unordered-containers:=[profile?]
156 - >=dev-haskell/wai-1.4:=[profile?]
157 - >=dev-haskell/yesod-core-1.4.20:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
158 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
159 - >=dev-haskell/yesod-persistent-1.4:=[profile?]
160 - >=dev-lang/ghc-7.4.1:=
161 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
162 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
163 -"
164 -DEPEND="${RDEPEND}
165 - >=dev-haskell/cabal-1.6.0
166 -"
167 -
168 -src_configure() {
169 - haskell-cabal_src_configure \
170 - $(cabal_flag network-uri network-uri)
171 -}
172
173 diff --git a/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild b/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild
174 deleted file mode 100644
175 index 93b08a11063..00000000000
176 --- a/dev-haskell/yesod-auth/yesod-auth-1.4.16.ebuild
177 +++ /dev/null
178 @@ -1,63 +0,0 @@
179 -# Copyright 1999-2019 Gentoo Authors
180 -# Distributed under the terms of the GNU General Public License v2
181 -
182 -EAPI=6
183 -
184 -# ebuild generated by hackport 0.5.1.9999
185 -
186 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
187 -inherit haskell-cabal
188 -
189 -DESCRIPTION="Authentication for Yesod"
190 -HOMEPAGE="https://www.yesodweb.com/"
191 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
192 -
193 -LICENSE="MIT"
194 -SLOT="0/${PV}"
195 -KEYWORDS="~amd64 ~x86"
196 -IUSE="+network-uri"
197 -
198 -RDEPEND=">=dev-haskell/aeson-0.7:=[profile?]
199 - >=dev-haskell/authenticate-1.3:=[profile?]
200 - dev-haskell/base16-bytestring:=[profile?]
201 - dev-haskell/base64-bytestring:=[profile?]
202 - dev-haskell/blaze-builder:=[profile?]
203 - >=dev-haskell/blaze-html-0.5:=[profile?]
204 - >=dev-haskell/blaze-markup-0.5.1:=[profile?]
205 - dev-haskell/byteable:=[profile?]
206 - dev-haskell/conduit:=[profile?]
207 - dev-haskell/conduit-extra:=[profile?]
208 - dev-haskell/cryptohash:=[profile?]
209 - dev-haskell/data-default:=[profile?]
210 - >=dev-haskell/email-validate-1.0:=[profile?]
211 - dev-haskell/file-embed:=[profile?]
212 - dev-haskell/http-client:=[profile?]
213 - >=dev-haskell/http-conduit-2.1:=[profile?]
214 - dev-haskell/http-types:=[profile?]
215 - >=dev-haskell/lifted-base-0.1:=[profile?]
216 - >=dev-haskell/mime-mail-0.3:=[profile?]
217 - >=dev-haskell/nonce-1.0.2:=[profile?] <dev-haskell/nonce-1.1:=[profile?]
218 - >=dev-haskell/persistent-2.1:=[profile?] <dev-haskell/persistent-2.7:=[profile?]
219 - >=dev-haskell/persistent-template-2.1:=[profile?] <dev-haskell/persistent-template-2.7:=[profile?]
220 - >=dev-haskell/random-1.0.0.2:=[profile?]
221 - dev-haskell/resourcet:=[profile?]
222 - dev-haskell/safe:=[profile?]
223 - dev-haskell/shakespeare:=[profile?]
224 - >=dev-haskell/text-0.7:=[profile?]
225 - dev-haskell/unordered-containers:=[profile?]
226 - >=dev-haskell/wai-1.4:=[profile?]
227 - >=dev-haskell/yesod-core-1.4.31:=[profile?] <dev-haskell/yesod-core-1.5:=[profile?]
228 - >=dev-haskell/yesod-form-1.4:=[profile?] <dev-haskell/yesod-form-1.5:=[profile?]
229 - >=dev-haskell/yesod-persistent-1.4:=[profile?]
230 - >=dev-lang/ghc-7.8.2:=
231 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
232 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
233 -"
234 -DEPEND="${RDEPEND}
235 - >=dev-haskell/cabal-1.18.1.3
236 -"
237 -
238 -src_configure() {
239 - haskell-cabal_src_configure \
240 - $(cabal_flag network-uri network-uri)
241 -}