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/authenticate/
Date: Wed, 09 Sep 2020 07:09:59
Message-Id: 1599635378.b4d7943a197e3cc0ebc56f579f60cd5f6f3f648a.slyfox@gentoo
1 commit: b4d7943a197e3cc0ebc56f579f60cd5f6f3f648a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 07:08:24 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 07:09:38 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4d7943a
7
8 dev-haskell/authenticate: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/authenticate/Manifest | 3 --
14 .../authenticate/authenticate-1.3.2.11.ebuild | 45 ----------------------
15 .../authenticate/authenticate-1.3.3.1.ebuild | 45 ----------------------
16 .../authenticate/authenticate-1.3.3.2.ebuild | 45 ----------------------
17 4 files changed, 138 deletions(-)
18
19 diff --git a/dev-haskell/authenticate/Manifest b/dev-haskell/authenticate/Manifest
20 index 2f481265cb1..a484ef9a937 100644
21 --- a/dev-haskell/authenticate/Manifest
22 +++ b/dev-haskell/authenticate/Manifest
23 @@ -1,4 +1 @@
24 -DIST authenticate-1.3.2.11.tar.gz 8728 BLAKE2B 5c2a319ed40dc4b5cacfb7f5824e240cc9f60b95db6aca45b5ebfc6974f6bdd228386b889bf7eba65850dca88ef0c0d00e67e17aa75bc6308838a446e256c8bc SHA512 8e1358bd6dd62f10b372fd5df6bd2b50f1c161ade466316efa9e036c17be97e7c561eab968a2e17d28cc12988db454618bf11b8c9bc5e9a20d864423756eccb5
25 -DIST authenticate-1.3.3.1.tar.gz 8703 BLAKE2B cfeb564029efa9ffceac72dcf9f506feeefe5cdf4c133785f55d71659ff398248f1ce286db8585c93039f6b03c291892e8df8fb110db5a5c8f5d2424acb45332 SHA512 e2caa227dfc4a4878ac7011d79d98c539320cb2fe5d9e260a9c71951486ba8af396fbcd0ccf3cb80205063881c7922f3d1a62d693ff8e1529b88e3cfc2e3c5c8
26 -DIST authenticate-1.3.3.2.tar.gz 8785 BLAKE2B 43307b9551e9894805a26bced9aeeda87464bfd9e92666a329a3c424afdf6bae74e03262316d98a97b45bfda74369287e8b9e766e9b4f8dc9919294fd3b7a811 SHA512 98fd1e5fde51c9e2db10c9d22429d8c51914f28ec8493457a77afa5a9dc41a8e9920b27583d5aac9752a3b39561713f87489043c552396d132c75139a8e46927
27 DIST authenticate-1.3.5.tar.gz 8817 BLAKE2B cfd9a4e9f8a6d4f76cb3c3e1e496c8eafbc5b675cc14b38463bb4175d3bcab86d1561a3434f6638062905e9bf3543f689cae5b4510283bb4da3c513a56014510 SHA512 12962fcf71c732a7e709e7069d46691917b9ee9f2af6aab5556b76a4556b6ffc39e52082a4fcdbe501c2cbc7cc496b1164b6a9f2c3883597fcdd0a8298d4ac1a
28
29 diff --git a/dev-haskell/authenticate/authenticate-1.3.2.11.ebuild b/dev-haskell/authenticate/authenticate-1.3.2.11.ebuild
30 deleted file mode 100644
31 index 8e82f22b13c..00000000000
32 --- a/dev-haskell/authenticate/authenticate-1.3.2.11.ebuild
33 +++ /dev/null
34 @@ -1,45 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -# ebuild generated by hackport 0.4.4.9999
41 -
42 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
43 -inherit haskell-cabal
44 -
45 -DESCRIPTION="Authentication methods for Haskell web applications"
46 -HOMEPAGE="https://github.com/yesodweb/authenticate"
47 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
48 -
49 -LICENSE="BSD"
50 -SLOT="0/${PV}"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE="+network-uri"
53 -
54 -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
55 - dev-haskell/attoparsec:=[profile?]
56 - dev-haskell/blaze-builder:=[profile?]
57 - >=dev-haskell/case-insensitive-0.2:=[profile?]
58 - >=dev-haskell/conduit-0.5:=[profile?]
59 - >=dev-haskell/http-conduit-1.5:=[profile?]
60 - >=dev-haskell/http-types-0.6:=[profile?]
61 - dev-haskell/monad-control:=[profile?]
62 - dev-haskell/resourcet:=[profile?]
63 - >=dev-haskell/tagstream-conduit-0.5.5:=[profile?]
64 - dev-haskell/text:=[profile?]
65 - >=dev-haskell/transformers-0.1:=[profile?]
66 - dev-haskell/unordered-containers:=[profile?]
67 - >=dev-haskell/xml-conduit-1.0:=[profile?]
68 - >=dev-lang/ghc-7.4.1:=
69 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
70 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
71 -"
72 -DEPEND="${RDEPEND}
73 - >=dev-haskell/cabal-1.6
74 -"
75 -
76 -src_configure() {
77 - haskell-cabal_src_configure \
78 - $(cabal_flag network-uri network-uri)
79 -}
80
81 diff --git a/dev-haskell/authenticate/authenticate-1.3.3.1.ebuild b/dev-haskell/authenticate/authenticate-1.3.3.1.ebuild
82 deleted file mode 100644
83 index cdd34dbdff0..00000000000
84 --- a/dev-haskell/authenticate/authenticate-1.3.3.1.ebuild
85 +++ /dev/null
86 @@ -1,45 +0,0 @@
87 -# Copyright 1999-2019 Gentoo Authors
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=6
91 -
92 -# ebuild generated by hackport 0.4.7.9999
93 -
94 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
95 -inherit haskell-cabal
96 -
97 -DESCRIPTION="Authentication methods for Haskell web applications"
98 -HOMEPAGE="https://github.com/yesodweb/authenticate"
99 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
100 -
101 -LICENSE="MIT"
102 -SLOT="0/${PV}"
103 -KEYWORDS="~amd64 ~x86"
104 -IUSE="+network-uri"
105 -
106 -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
107 - dev-haskell/attoparsec:=[profile?]
108 - dev-haskell/blaze-builder:=[profile?]
109 - >=dev-haskell/case-insensitive-0.2:=[profile?]
110 - >=dev-haskell/conduit-0.5:=[profile?]
111 - >=dev-haskell/http-conduit-1.5:=[profile?]
112 - >=dev-haskell/http-types-0.6:=[profile?]
113 - dev-haskell/monad-control:=[profile?]
114 - dev-haskell/resourcet:=[profile?]
115 - >=dev-haskell/tagstream-conduit-0.5.5:=[profile?]
116 - dev-haskell/text:=[profile?]
117 - >=dev-haskell/transformers-0.1:=[profile?]
118 - dev-haskell/unordered-containers:=[profile?]
119 - >=dev-haskell/xml-conduit-1.0:=[profile?]
120 - >=dev-lang/ghc-7.4.1:=
121 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
122 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
123 -"
124 -DEPEND="${RDEPEND}
125 - >=dev-haskell/cabal-1.6
126 -"
127 -
128 -src_configure() {
129 - haskell-cabal_src_configure \
130 - $(cabal_flag network-uri network-uri)
131 -}
132
133 diff --git a/dev-haskell/authenticate/authenticate-1.3.3.2.ebuild b/dev-haskell/authenticate/authenticate-1.3.3.2.ebuild
134 deleted file mode 100644
135 index b182fd80e88..00000000000
136 --- a/dev-haskell/authenticate/authenticate-1.3.3.2.ebuild
137 +++ /dev/null
138 @@ -1,45 +0,0 @@
139 -# Copyright 1999-2019 Gentoo Authors
140 -# Distributed under the terms of the GNU General Public License v2
141 -
142 -EAPI=6
143 -
144 -# ebuild generated by hackport 0.5.9999
145 -
146 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
147 -inherit haskell-cabal
148 -
149 -DESCRIPTION="Authentication methods for Haskell web applications"
150 -HOMEPAGE="https://github.com/yesodweb/authenticate"
151 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
152 -
153 -LICENSE="MIT"
154 -SLOT="0/${PV}"
155 -KEYWORDS="~amd64 ~x86"
156 -IUSE="+network-uri"
157 -
158 -RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
159 - dev-haskell/attoparsec:=[profile?]
160 - dev-haskell/blaze-builder:=[profile?]
161 - >=dev-haskell/case-insensitive-0.2:=[profile?]
162 - >=dev-haskell/conduit-0.5:=[profile?]
163 - >=dev-haskell/http-conduit-1.5:=[profile?]
164 - >=dev-haskell/http-types-0.6:=[profile?]
165 - dev-haskell/monad-control:=[profile?]
166 - dev-haskell/resourcet:=[profile?]
167 - >=dev-haskell/tagstream-conduit-0.5.5:=[profile?]
168 - dev-haskell/text:=[profile?]
169 - >=dev-haskell/transformers-0.1:=[profile?]
170 - dev-haskell/unordered-containers:=[profile?]
171 - >=dev-haskell/xml-conduit-1.0:=[profile?]
172 - >=dev-lang/ghc-7.4.1:=
173 - network-uri? ( >=dev-haskell/network-uri-2.6:=[profile?] )
174 - !network-uri? ( <dev-haskell/network-2.6:=[profile?] )
175 -"
176 -DEPEND="${RDEPEND}
177 - >=dev-haskell/cabal-1.6
178 -"
179 -
180 -src_configure() {
181 - haskell-cabal_src_configure \
182 - $(cabal_flag network-uri network-uri)
183 -}