Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/gitit/
Date: Thu, 06 Aug 2020 18:47:30
Message-Id: 1596739637.29f3510944c9a50034ae731d59f883eff498d4c5.slyfox@gentoo
1 commit: 29f3510944c9a50034ae731d59f883eff498d4c5
2 Author: Jack Todaro <solpeth <AT> posteo <DOT> org>
3 AuthorDate: Thu Aug 6 06:43:35 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 18:47:17 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29f35109
7
8 www-apps/gitit: remove old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Jack Todaro <solpeth <AT> posteo.org>
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 www-apps/gitit/Manifest | 3 --
15 www-apps/gitit/gitit-0.12.1.1-r2.ebuild | 79 ---------------------------------
16 www-apps/gitit/gitit-0.12.1.1.ebuild | 71 -----------------------------
17 www-apps/gitit/gitit-0.12.2.1.ebuild | 72 ------------------------------
18 www-apps/gitit/gitit-0.12.2.ebuild | 71 -----------------------------
19 www-apps/gitit/metadata.xml | 1 -
20 6 files changed, 297 deletions(-)
21
22 diff --git a/www-apps/gitit/Manifest b/www-apps/gitit/Manifest
23 index 92409bcd41c..f5bb6cb5dbe 100644
24 --- a/www-apps/gitit/Manifest
25 +++ b/www-apps/gitit/Manifest
26 @@ -1,4 +1 @@
27 -DIST gitit-0.12.1.1.tar.gz 274787 BLAKE2B af4c6824f0e59caa88c16c64cd009ba9e234b19c07f44b1f71291f7ec42fe083c9d118feb5f0ed40364df30bf0e79d48cc11b450128c4797f26d969df7d9fb24 SHA512 ad27445b517e268d773993f2f642b8fa392c25b863ee6370d235708c9d6015363a253afd9e3ea0ed46414b6b5ad98bad445f73e9f459285d0c31590ef42b91f1
28 -DIST gitit-0.12.2.1.tar.gz 271239 BLAKE2B 20424b20afd0720dd5b4ac1fbf9753c3fbe8288478569672643825cd83bb54a99975306cf7bdcfe52dc2d729922ca20f129a293c808dd2c60027e23c9490bf28 SHA512 dd81ae190bd77b39e15881d87dd7efdcd02ac16a4933f3d44a5c900275fc494c8bc9a883c92fcf18ff49a6285d6dd56464e57695c9cb39d5616d43dbdcc58162
29 -DIST gitit-0.12.2.tar.gz 270891 BLAKE2B 9b05fb70ac1c98c8eb6f54d987e7d53c609f87a2c2b3f557ffaae36a1dc72806cbc4ac63d990d5e6727805fec5e589de3eb979bc11b78a19fcfa1cabf4db727a SHA512 3420335d3aabfde5466e4a70319712d87cf98e7151fe9a23d58807f74fa2bdb74cbf028fe4ab764a192f0e7ad9c56b70749029d64306c495d8012824c8f281cf
30 DIST gitit-0.13.0.0.tar.gz 274691 BLAKE2B 74ef7d4a73356a2be7531fa22faf6ebd2f5a2edf9ce40909cff31756d93e1bea8e563d953b6c3fe0ea30fa98d13dee21aa7331bbb281fcfd476b2de90cd0accb SHA512 dce06c73813a71df4e9896e62f611906de708a5186ace2ba4679bd53bae48495ced5b888febb65a395cef3b11ecb595dfca079b1c3ed24fb464aa997e710ab1e
31
32 diff --git a/www-apps/gitit/gitit-0.12.1.1-r2.ebuild b/www-apps/gitit/gitit-0.12.1.1-r2.ebuild
33 deleted file mode 100644
34 index 5bb96f459a0..00000000000
35 --- a/www-apps/gitit/gitit-0.12.1.1-r2.ebuild
36 +++ /dev/null
37 @@ -1,79 +0,0 @@
38 -# Copyright 1999-2019 Gentoo Authors
39 -# Distributed under the terms of the GNU General Public License v2
40 -
41 -EAPI=6
42 -
43 -# ebuild generated by hackport 0.4.7.9999
44 -
45 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
46 -inherit haskell-cabal
47 -
48 -DESCRIPTION="Wiki using happstack, git or darcs, and pandoc"
49 -HOMEPAGE="http://gitit.net"
50 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
51 -
52 -LICENSE="GPL-2"
53 -SLOT="0/${PV}"
54 -KEYWORDS="~amd64 ~x86"
55 -IUSE="+network-uri +plugins"
56 -
57 -RDEPEND=">=app-text/pandoc-1.12.4:=[profile?] <app-text/pandoc-1.18:=[profile?]
58 - >=dev-haskell/aeson-0.7:=[profile?]
59 - >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
60 - >=dev-haskell/blaze-html-0.4:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
61 - >=dev-haskell/configfile-1:=[profile?] <dev-haskell/configfile-1.2:=[profile?]
62 - >=dev-haskell/feed-0.3.6:=[profile?] <dev-haskell/feed-0.4:=[profile?]
63 - >=dev-haskell/filestore-0.6:=[profile?] <dev-haskell/filestore-0.7:=[profile?]
64 - >=dev-haskell/happstack-server-7.0:=[profile?] <dev-haskell/happstack-server-7.5:=[profile?]
65 - >=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] <dev-haskell/highlighting-kate-0.7:=[profile?]
66 - >=dev-haskell/hoauth2-0.4.2:=[profile?] <dev-haskell/hoauth2-0.6:=[profile?]
67 - >=dev-haskell/hslogger-1:=[profile?] <dev-haskell/hslogger-1.3:=[profile?]
68 - >=dev-haskell/hstringtemplate-0.6:=[profile?] <dev-haskell/hstringtemplate-0.9:=[profile?]
69 - >=dev-haskell/http-4000.0:=[profile?] <dev-haskell/http-4000.4:=[profile?]
70 - >=dev-haskell/http-client-tls-0.2.2:=[profile?] <dev-haskell/http-client-tls-0.3:=[profile?]
71 - >=dev-haskell/http-conduit-2.1.4:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?]
72 - >=dev-haskell/json-0.4:=[profile?] <dev-haskell/json-0.10:=[profile?]
73 - dev-haskell/mtl:=[profile?]
74 - >=dev-haskell/old-locale-1:=[profile?]
75 - dev-haskell/old-time:=[profile?]
76 - >=dev-haskell/pandoc-types-1.12.3:=[profile?] <dev-haskell/pandoc-types-1.17:=[profile?]
77 - dev-haskell/parsec:=[profile?]
78 - dev-haskell/random:=[profile?]
79 - >=dev-haskell/recaptcha-0.1:=[profile?]
80 - dev-haskell/safe:=[profile?]
81 - >dev-haskell/sha-1:=[profile?] <dev-haskell/sha-1.7:=[profile?]
82 - dev-haskell/split:=[profile?]
83 - dev-haskell/syb:=[profile?]
84 - >=dev-haskell/tagsoup-0.13:=[profile?]
85 - dev-haskell/text:=[profile?]
86 - >=dev-haskell/uri-0.1:=[profile?] <dev-haskell/uri-0.2:=[profile?]
87 - >=dev-haskell/url-2.1:=[profile?] <dev-haskell/url-2.2:=[profile?]
88 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
89 - >=dev-haskell/uuid-1.3:=[profile?] <dev-haskell/uuid-1.4:=[profile?]
90 - dev-haskell/xhtml:=[profile?]
91 - >=dev-haskell/xml-1.3.5:=[profile?]
92 - >=dev-haskell/xss-sanitize-0.3:=[profile?] <dev-haskell/xss-sanitize-0.4:=[profile?]
93 - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
94 - >=dev-lang/ghc-7.4.1:=
95 - network-uri? ( >=dev-haskell/network-2.6:=[profile?]
96 - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
97 - !network-uri? ( >=dev-haskell/network-2:=[profile?] <dev-haskell/network-2.6:=[profile?] )
98 - plugins? ( dev-haskell/ghc-paths:=[profile?] )
99 -"
100 -DEPEND="${RDEPEND}
101 - >=dev-haskell/cabal-1.8
102 -"
103 -
104 -src_prepare() {
105 - default
106 -
107 - cabal_chdeps \
108 - 'tagsoup >= 0.13 && < 0.14' 'tagsoup >= 0.13' \
109 - 'aeson >= 0.7 && < 0.12' 'aeson >= 0.7'
110 -}
111 -
112 -src_configure() {
113 - haskell-cabal_src_configure \
114 - $(cabal_flag network-uri network-uri) \
115 - $(cabal_flag plugins plugins)
116 -}
117
118 diff --git a/www-apps/gitit/gitit-0.12.1.1.ebuild b/www-apps/gitit/gitit-0.12.1.1.ebuild
119 deleted file mode 100644
120 index a9fede7ee3c..00000000000
121 --- a/www-apps/gitit/gitit-0.12.1.1.ebuild
122 +++ /dev/null
123 @@ -1,71 +0,0 @@
124 -# Copyright 1999-2019 Gentoo Authors
125 -# Distributed under the terms of the GNU General Public License v2
126 -
127 -EAPI=5
128 -
129 -# ebuild generated by hackport 0.4.7.9999
130 -
131 -CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
132 -inherit haskell-cabal
133 -
134 -DESCRIPTION="Wiki using happstack, git or darcs, and pandoc"
135 -HOMEPAGE="http://gitit.net"
136 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
137 -
138 -LICENSE="GPL-2"
139 -SLOT="0/${PV}"
140 -KEYWORDS="~amd64 ~x86"
141 -IUSE="+network-uri +plugins"
142 -
143 -RDEPEND=">=app-text/pandoc-1.12.4:=[profile?] <app-text/pandoc-1.18:=[profile?]
144 - >=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-0.12:=[profile?]
145 - >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
146 - >=dev-haskell/blaze-html-0.4:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
147 - >=dev-haskell/configfile-1:=[profile?] <dev-haskell/configfile-1.2:=[profile?]
148 - >=dev-haskell/feed-0.3.6:=[profile?] <dev-haskell/feed-0.4:=[profile?]
149 - >=dev-haskell/filestore-0.6:=[profile?] <dev-haskell/filestore-0.7:=[profile?]
150 - >=dev-haskell/happstack-server-7.0:=[profile?] <dev-haskell/happstack-server-7.5:=[profile?]
151 - >=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] <dev-haskell/highlighting-kate-0.7:=[profile?]
152 - >=dev-haskell/hoauth2-0.4.2:=[profile?] <dev-haskell/hoauth2-0.6:=[profile?]
153 - >=dev-haskell/hslogger-1:=[profile?] <dev-haskell/hslogger-1.3:=[profile?]
154 - >=dev-haskell/hstringtemplate-0.6:=[profile?] <dev-haskell/hstringtemplate-0.9:=[profile?]
155 - >=dev-haskell/http-4000.0:=[profile?] <dev-haskell/http-4000.4:=[profile?]
156 - >=dev-haskell/http-client-tls-0.2.2:=[profile?] <dev-haskell/http-client-tls-0.3:=[profile?]
157 - >=dev-haskell/http-conduit-2.1.4:=[profile?] <dev-haskell/http-conduit-2.2:=[profile?]
158 - >=dev-haskell/json-0.4:=[profile?] <dev-haskell/json-0.10:=[profile?]
159 - dev-haskell/mtl:=[profile?]
160 - >=dev-haskell/old-locale-1:=[profile?]
161 - dev-haskell/old-time:=[profile?]
162 - >=dev-haskell/pandoc-types-1.12.3:=[profile?] <dev-haskell/pandoc-types-1.17:=[profile?]
163 - dev-haskell/parsec:=[profile?]
164 - dev-haskell/random:=[profile?]
165 - >=dev-haskell/recaptcha-0.1:=[profile?]
166 - dev-haskell/safe:=[profile?]
167 - >dev-haskell/sha-1:=[profile?] <dev-haskell/sha-1.7:=[profile?]
168 - dev-haskell/split:=[profile?]
169 - dev-haskell/syb:=[profile?]
170 - >=dev-haskell/tagsoup-0.13:=[profile?] <dev-haskell/tagsoup-0.14:=[profile?]
171 - dev-haskell/text:=[profile?]
172 - >=dev-haskell/uri-0.1:=[profile?] <dev-haskell/uri-0.2:=[profile?]
173 - >=dev-haskell/url-2.1:=[profile?] <dev-haskell/url-2.2:=[profile?]
174 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
175 - >=dev-haskell/uuid-1.3:=[profile?] <dev-haskell/uuid-1.4:=[profile?]
176 - dev-haskell/xhtml:=[profile?]
177 - >=dev-haskell/xml-1.3.5:=[profile?]
178 - >=dev-haskell/xss-sanitize-0.3:=[profile?] <dev-haskell/xss-sanitize-0.4:=[profile?]
179 - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
180 - >=dev-lang/ghc-7.4.1:=
181 - network-uri? ( >=dev-haskell/network-2.6:=[profile?]
182 - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
183 - !network-uri? ( >=dev-haskell/network-2:=[profile?] <dev-haskell/network-2.6:=[profile?] )
184 - plugins? ( dev-haskell/ghc-paths:=[profile?] )
185 -"
186 -DEPEND="${RDEPEND}
187 - >=dev-haskell/cabal-1.8
188 -"
189 -
190 -src_configure() {
191 - haskell-cabal_src_configure \
192 - $(cabal_flag network-uri network-uri) \
193 - $(cabal_flag plugins plugins)
194 -}
195
196 diff --git a/www-apps/gitit/gitit-0.12.2.1.ebuild b/www-apps/gitit/gitit-0.12.2.1.ebuild
197 deleted file mode 100644
198 index 9ed02d571d8..00000000000
199 --- a/www-apps/gitit/gitit-0.12.2.1.ebuild
200 +++ /dev/null
201 @@ -1,72 +0,0 @@
202 -# Copyright 1999-2019 Gentoo Authors
203 -# Distributed under the terms of the GNU General Public License v2
204 -
205 -EAPI=6
206 -
207 -# ebuild generated by hackport 0.5.1.9999
208 -
209 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
210 -inherit haskell-cabal
211 -
212 -DESCRIPTION="Wiki using happstack, git or darcs, and pandoc"
213 -HOMEPAGE="http://gitit.net"
214 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
215 -
216 -LICENSE="GPL-2"
217 -SLOT="0/${PV}"
218 -KEYWORDS="~amd64 ~x86"
219 -IUSE="+network-uri +plugins"
220 -
221 -RDEPEND=">=app-text/pandoc-1.12.4:=[profile?] <app-text/pandoc-1.20:=[profile?]
222 - >=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-1.2:=[profile?]
223 - >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
224 - >=dev-haskell/blaze-html-0.4:=[profile?] <dev-haskell/blaze-html-0.10:=[profile?]
225 - >=dev-haskell/configfile-1:=[profile?] <dev-haskell/configfile-1.2:=[profile?]
226 - >=dev-haskell/feed-0.3.6:=[profile?] <dev-haskell/feed-0.4:=[profile?]
227 - >=dev-haskell/filestore-0.6:=[profile?] <dev-haskell/filestore-0.7:=[profile?]
228 - >=dev-haskell/happstack-server-7.0:=[profile?] <dev-haskell/happstack-server-7.5:=[profile?]
229 - >=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] <dev-haskell/highlighting-kate-0.7:=[profile?]
230 - >=dev-haskell/hoauth2-0.4.2:=[profile?] <dev-haskell/hoauth2-0.6:=[profile?]
231 - >=dev-haskell/hslogger-1:=[profile?] <dev-haskell/hslogger-1.3:=[profile?]
232 - >=dev-haskell/hstringtemplate-0.6:=[profile?] <dev-haskell/hstringtemplate-0.9:=[profile?]
233 - >=dev-haskell/http-4000.0:=[profile?] <dev-haskell/http-4000.4:=[profile?]
234 - >=dev-haskell/http-client-tls-0.2.2:=[profile?] <dev-haskell/http-client-tls-0.4:=[profile?]
235 - >=dev-haskell/http-conduit-2.1.4:=[profile?] <dev-haskell/http-conduit-2.3:=[profile?]
236 - >=dev-haskell/json-0.4:=[profile?] <dev-haskell/json-0.10:=[profile?]
237 - dev-haskell/mtl:=[profile?]
238 - >=dev-haskell/old-locale-1:=[profile?]
239 - dev-haskell/old-time:=[profile?]
240 - >=dev-haskell/pandoc-types-1.12.3:=[profile?] <dev-haskell/pandoc-types-1.18:=[profile?]
241 - dev-haskell/parsec:=[profile?]
242 - dev-haskell/random:=[profile?]
243 - >=dev-haskell/recaptcha-0.1:=[profile?]
244 - dev-haskell/safe:=[profile?]
245 - >dev-haskell/sha-1:=[profile?] <dev-haskell/sha-1.7:=[profile?]
246 - dev-haskell/split:=[profile?]
247 - dev-haskell/syb:=[profile?]
248 - >=dev-haskell/tagsoup-0.13:=[profile?] <dev-haskell/tagsoup-0.15:=[profile?]
249 - dev-haskell/text:=[profile?]
250 - >=dev-haskell/uri-0.1:=[profile?] <dev-haskell/uri-0.2:=[profile?]
251 - >=dev-haskell/url-2.1:=[profile?] <dev-haskell/url-2.2:=[profile?]
252 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
253 - >=dev-haskell/uuid-1.3:=[profile?] <dev-haskell/uuid-1.4:=[profile?]
254 - dev-haskell/xhtml:=[profile?]
255 - >=dev-haskell/xml-1.3.5:=[profile?]
256 - >=dev-haskell/xss-sanitize-0.3:=[profile?] <dev-haskell/xss-sanitize-0.4:=[profile?]
257 - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
258 - >=dev-lang/ghc-7.4.1:=
259 - network-uri? ( >=dev-haskell/network-2.6:=[profile?]
260 - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
261 - !network-uri? ( >=dev-haskell/network-2:=[profile?] <dev-haskell/network-2.6:=[profile?] )
262 - plugins? ( dev-haskell/ghc-paths:=[profile?]
263 - dev-lang/ghc:=[profile?] )
264 -"
265 -DEPEND="${RDEPEND}
266 - >=dev-haskell/cabal-1.8
267 -"
268 -
269 -src_configure() {
270 - haskell-cabal_src_configure \
271 - $(cabal_flag network-uri network-uri) \
272 - $(cabal_flag plugins plugins)
273 -}
274
275 diff --git a/www-apps/gitit/gitit-0.12.2.ebuild b/www-apps/gitit/gitit-0.12.2.ebuild
276 deleted file mode 100644
277 index 9fcfde99b65..00000000000
278 --- a/www-apps/gitit/gitit-0.12.2.ebuild
279 +++ /dev/null
280 @@ -1,71 +0,0 @@
281 -# Copyright 1999-2019 Gentoo Authors
282 -# Distributed under the terms of the GNU General Public License v2
283 -
284 -EAPI=6
285 -
286 -# ebuild generated by hackport 0.5.9999
287 -
288 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
289 -inherit haskell-cabal
290 -
291 -DESCRIPTION="Wiki using happstack, git or darcs, and pandoc"
292 -HOMEPAGE="http://gitit.net"
293 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
294 -
295 -LICENSE="GPL-2"
296 -SLOT="0/${PV}"
297 -KEYWORDS="~amd64 ~x86"
298 -IUSE="+network-uri +plugins"
299 -
300 -RDEPEND=">=app-text/pandoc-1.12.4:=[profile?] <app-text/pandoc-1.19:=[profile?]
301 - >=dev-haskell/aeson-0.7:=[profile?] <dev-haskell/aeson-1.1:=[profile?]
302 - >=dev-haskell/base64-bytestring-0.1:=[profile?] <dev-haskell/base64-bytestring-1.1:=[profile?]
303 - >=dev-haskell/blaze-html-0.4:=[profile?] <dev-haskell/blaze-html-0.9:=[profile?]
304 - >=dev-haskell/configfile-1:=[profile?] <dev-haskell/configfile-1.2:=[profile?]
305 - >=dev-haskell/feed-0.3.6:=[profile?] <dev-haskell/feed-0.4:=[profile?]
306 - >=dev-haskell/filestore-0.6:=[profile?] <dev-haskell/filestore-0.7:=[profile?]
307 - >=dev-haskell/happstack-server-7.0:=[profile?] <dev-haskell/happstack-server-7.5:=[profile?]
308 - >=dev-haskell/highlighting-kate-0.5.0.1:=[profile?] <dev-haskell/highlighting-kate-0.7:=[profile?]
309 - >=dev-haskell/hoauth2-0.4.2:=[profile?] <dev-haskell/hoauth2-0.6:=[profile?]
310 - >=dev-haskell/hslogger-1:=[profile?] <dev-haskell/hslogger-1.3:=[profile?]
311 - >=dev-haskell/hstringtemplate-0.6:=[profile?] <dev-haskell/hstringtemplate-0.9:=[profile?]
312 - >=dev-haskell/http-4000.0:=[profile?] <dev-haskell/http-4000.4:=[profile?]
313 - >=dev-haskell/http-client-tls-0.2.2:=[profile?] <dev-haskell/http-client-tls-0.4:=[profile?]
314 - >=dev-haskell/http-conduit-2.1.4:=[profile?] <dev-haskell/http-conduit-2.3:=[profile?]
315 - >=dev-haskell/json-0.4:=[profile?] <dev-haskell/json-0.10:=[profile?]
316 - dev-haskell/mtl:=[profile?]
317 - >=dev-haskell/old-locale-1:=[profile?]
318 - dev-haskell/old-time:=[profile?]
319 - >=dev-haskell/pandoc-types-1.12.3:=[profile?] <dev-haskell/pandoc-types-1.18:=[profile?]
320 - dev-haskell/parsec:=[profile?]
321 - dev-haskell/random:=[profile?]
322 - >=dev-haskell/recaptcha-0.1:=[profile?]
323 - dev-haskell/safe:=[profile?]
324 - >dev-haskell/sha-1:=[profile?] <dev-haskell/sha-1.7:=[profile?]
325 - dev-haskell/split:=[profile?]
326 - dev-haskell/syb:=[profile?]
327 - >=dev-haskell/tagsoup-0.13:=[profile?] <dev-haskell/tagsoup-0.15:=[profile?]
328 - dev-haskell/text:=[profile?]
329 - >=dev-haskell/uri-0.1:=[profile?] <dev-haskell/uri-0.2:=[profile?]
330 - >=dev-haskell/url-2.1:=[profile?] <dev-haskell/url-2.2:=[profile?]
331 - >=dev-haskell/utf8-string-0.3:=[profile?] <dev-haskell/utf8-string-1.1:=[profile?]
332 - >=dev-haskell/uuid-1.3:=[profile?] <dev-haskell/uuid-1.4:=[profile?]
333 - dev-haskell/xhtml:=[profile?]
334 - >=dev-haskell/xml-1.3.5:=[profile?]
335 - >=dev-haskell/xss-sanitize-0.3:=[profile?] <dev-haskell/xss-sanitize-0.4:=[profile?]
336 - >=dev-haskell/zlib-0.5:=[profile?] <dev-haskell/zlib-0.7:=[profile?]
337 - >=dev-lang/ghc-7.4.1:=
338 - network-uri? ( >=dev-haskell/network-2.6:=[profile?]
339 - >=dev-haskell/network-uri-2.6:=[profile?] <dev-haskell/network-uri-2.7:=[profile?] )
340 - !network-uri? ( >=dev-haskell/network-2:=[profile?] <dev-haskell/network-2.6:=[profile?] )
341 - plugins? ( dev-haskell/ghc-paths:=[profile?] )
342 -"
343 -DEPEND="${RDEPEND}
344 - >=dev-haskell/cabal-1.8
345 -"
346 -
347 -src_configure() {
348 - haskell-cabal_src_configure \
349 - $(cabal_flag network-uri network-uri) \
350 - $(cabal_flag plugins plugins)
351 -}
352
353 diff --git a/www-apps/gitit/metadata.xml b/www-apps/gitit/metadata.xml
354 index f5359672dbc..1823049e978 100644
355 --- a/www-apps/gitit/metadata.xml
356 +++ b/www-apps/gitit/metadata.xml
357 @@ -37,7 +37,6 @@
358 For usage information: @gitit --help@
359 </longdescription>
360 <use>
361 - <flag name="network-uri">Get Network.URI from the network-uri package.</flag>
362 <flag name="plugins">enables optional plugin runtime loader</flag>
363 </use>
364 </pkgmetadata>