Gentoo Archives: gentoo-commits

From: "Tiziano Müller" <dev-zero@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/dev-zero:master commit in: dev-dotnet/ipod-sharp/, dev-dotnet/gio-sharp/, media-sound/banshee/, ...
Date: Tue, 10 Jul 2012 08:52:19
Message-Id: 1341910240.76f811d021c954d6d627dc2b423efa3f5cf477a7.dev-zero@gentoo
1 commit: 76f811d021c954d6d627dc2b423efa3f5cf477a7
2 Author: Tiziano Müller <tm <AT> dev-zero <DOT> ch>
3 AuthorDate: Tue Jul 10 08:50:40 2012 +0000
4 Commit: Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 10 08:50:40 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dev-zero.git;a=commit;h=76f811d0
7
8 cleanup
9
10 ---
11 app-office/keepnote/Manifest | 2 -
12 app-office/keepnote/keepnote-0.5.3.ebuild | 29 --
13 dev-dotnet/gio-sharp/Manifest | 1 -
14 dev-dotnet/gio-sharp/gio-sharp-scm.ebuild | 38 --
15 dev-dotnet/gtk-sharp-beans/Manifest | 1 -
16 .../gtk-sharp-beans/gtk-sharp-beans-scm.ebuild | 40 --
17 dev-dotnet/hyena/Manifest | 2 -
18 dev-dotnet/hyena/hyena-0.2.ebuild | 34 --
19 dev-dotnet/ipod-sharp/ChangeLog | 121 -----
20 dev-dotnet/ipod-sharp/Manifest | 4 -
21 dev-dotnet/ipod-sharp/ipod-sharp-0.8.5.ebuild | 36 --
22 dev-dotnet/ipod-sharp/metadata.xml | 5 -
23 dev-dotnet/podsleuth/ChangeLog | 67 ---
24 dev-dotnet/podsleuth/Manifest | 4 -
25 dev-dotnet/podsleuth/metadata.xml | 6 -
26 dev-dotnet/podsleuth/podsleuth-0.6.5.ebuild | 43 --
27 media-sound/banshee/ChangeLog | 523 --------------------
28 media-sound/banshee/Manifest | 4 -
29 media-sound/banshee/banshee-1.7.1.ebuild | 145 ------
30 media-sound/banshee/metadata.xml | 12 -
31 www-servers/uwsgi/ChangeLog | 12 -
32 www-servers/uwsgi/Manifest | 15 +-
33 www-servers/uwsgi/files/42_mod_uwsgi.conf | 7 -
34 www-servers/uwsgi/files/uwsgi.confd | 53 --
35 www-servers/uwsgi/files/uwsgi.initd | 134 -----
36 www-servers/uwsgi/metadata.xml | 18 +-
37 www-servers/uwsgi/uwsgi-1.2.ebuild | 286 -----------
38 www-servers/uwsgi/uwsgi-9999.ebuild | 213 --------
39 28 files changed, 22 insertions(+), 1833 deletions(-)
40
41 diff --git a/app-office/keepnote/Manifest b/app-office/keepnote/Manifest
42 deleted file mode 100644
43 index 6cac653..0000000
44 --- a/app-office/keepnote/Manifest
45 +++ /dev/null
46 @@ -1,2 +0,0 @@
47 -EBUILD keepnote-0.5.3.ebuild 591 RMD160 fd37670cb7922db04f63e1f8b5e7f7371588374b SHA1 5056afa3667e96d7df0a33b9fd91bce12329365d SHA256 e1b371b6ecb2fdf0cae89c0fd966339a33e7ebeb9b20d6681ba6973413c8abbe
48 -DIST keepnote-0.5.3.tar.gz 308943 RMD160 45eb277762139f6a00145f8a8e89cea32d13f53b SHA1 0f8d376c9d80b5c11a61aa993edfbd92bb757744 SHA256 32d879fa9e648a45647661b3d80ae0f4a4007222081d58d909bf797aaa2904cd
49
50 diff --git a/app-office/keepnote/keepnote-0.5.3.ebuild b/app-office/keepnote/keepnote-0.5.3.ebuild
51 deleted file mode 100644
52 index 8d973cb..0000000
53 --- a/app-office/keepnote/keepnote-0.5.3.ebuild
54 +++ /dev/null
55 @@ -1,29 +0,0 @@
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Header: $
58 -
59 -EAPI="2"
60 -
61 -inherit distutils
62 -
63 -DESCRIPTION="A note taking application"
64 -HOMEPAGE="http://rasm.ods.org/keepnote/"
65 -SRC_URI="http://rasm.ods.org/${PN}/download/${P}.tar.gz"
66 -LICENSE="GPL-2"
67 -KEYWORDS="~amd64"
68 -SLOT="0"
69 -IUSE="spell"
70 -
71 -DEPEND="dev-python/pygtk
72 - dev-python/dbus-python
73 - spell? ( dev-python/gtkspell-python )"
74 -RDEPEND="${DEPEND}"
75 -
76 -DOCS="CHANGES"
77 -
78 -src_configure() {
79 - if ! use spell ; then
80 - sed -i \
81 - -e 's|import gtkspell|gtkspell = None|' \
82 - keepnote/gui/richtext/__init__.py || die "sed failed"
83 - fi
84 -}
85
86 diff --git a/dev-dotnet/gio-sharp/Manifest b/dev-dotnet/gio-sharp/Manifest
87 deleted file mode 100644
88 index 764068f..0000000
89 --- a/dev-dotnet/gio-sharp/Manifest
90 +++ /dev/null
91 @@ -1 +0,0 @@
92 -EBUILD gio-sharp-scm.ebuild 771 RMD160 a341678cd567745baaff62bd04f0a74b245f2343 SHA1 ee959d8203efd30969f38d89f4eee3d0f5bd7e5e SHA256 7b54dff09b8ce9df90872a7d04ce01d922e2022aa97b2950f9b1be4bac94d74c
93
94 diff --git a/dev-dotnet/gio-sharp/gio-sharp-scm.ebuild b/dev-dotnet/gio-sharp/gio-sharp-scm.ebuild
95 deleted file mode 100644
96 index 0eddbca..0000000
97 --- a/dev-dotnet/gio-sharp/gio-sharp-scm.ebuild
98 +++ /dev/null
99 @@ -1,38 +0,0 @@
100 -# Copyright 1999-2009 Tiziano Müller
101 -# Distributed under the terms of the GNU General Public License v2
102 -# $Header: $
103 -
104 -EAPI="2"
105 -
106 -inherit git mono
107 -
108 -DESCRIPTION="a branch of the official gtk#/gio to get gio# building on gtk# 2.12"
109 -HOMEPAGE="http://gitorious.org/gio-sharp"
110 -EGIT_REPO_URI="git://gitorious.org/${PN}/mainline.git"
111 -
112 -LICENSE="LGPL-2.1"
113 -SLOT="0"
114 -KEYWORDS="~amd64"
115 -IUSE=""
116 -
117 -RDEPEND=">=dev-lang/mono-2
118 - dev-dotnet/glib-sharp
119 - dev-dotnet/gtk-sharp-gapi
120 - >=dev-libs/glib-2.22:2"
121 -DEPEND="${RDEPEND}
122 - dev-util/pkgconfig
123 - sys-devel/autoconf
124 - sys-devel/automake"
125 -
126 -EGIT_BOOTSTRAP="autogen-2.22.sh"
127 -
128 -src_prepare() {
129 - mkdir -p config m4
130 - git_src_prepare
131 -}
132 -
133 -src_install() {
134 - emake DESTDIR="${D}" install || die "emake install failed"
135 - dodoc AUTHORS ChangeLog NEWS README
136 -}
137 -
138
139 diff --git a/dev-dotnet/gtk-sharp-beans/Manifest b/dev-dotnet/gtk-sharp-beans/Manifest
140 deleted file mode 100644
141 index 64253d1..0000000
142 --- a/dev-dotnet/gtk-sharp-beans/Manifest
143 +++ /dev/null
144 @@ -1 +0,0 @@
145 -EBUILD gtk-sharp-beans-scm.ebuild 885 RMD160 ed62d439c4b910d82c857ee66c7d930190abb0c8 SHA1 1fd4d101baa9b2c77fe34787eab560fa2faa1be6 SHA256 cc442a904713db5d3232a5e270e100f47bf890007d7ae0e237a9c2d006990325
146
147 diff --git a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-scm.ebuild b/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-scm.ebuild
148 deleted file mode 100644
149 index d79fe48..0000000
150 --- a/dev-dotnet/gtk-sharp-beans/gtk-sharp-beans-scm.ebuild
151 +++ /dev/null
152 @@ -1,40 +0,0 @@
153 -# Copyright 1999-2010 Tiziano Müller
154 -# Distributed under the terms of the GNU General Public License v2
155 -# $Header: $
156 -
157 -EAPI="2"
158 -
159 -inherit git mono
160 -
161 -DESCRIPTION="Aims to fill the gap between the current Gtk# packages state and all the blings and desktop integration stuffs anyone would want to use."
162 -HOMEPAGE="http://gitorious.org/gtk-sharp-beans"
163 -EGIT_REPO_URI="git://gitorious.org/${PN}/mainline.git"
164 -
165 -LICENSE="LGPL-2.1"
166 -SLOT="0"
167 -KEYWORDS="~amd64"
168 -IUSE=""
169 -
170 -RDEPEND=">=dev-lang/mono-2
171 - dev-dotnet/glib-sharp
172 - dev-dotnet/gtk-sharp-gapi
173 - dev-dotnet/gio-sharp
174 - dev-dotnet/gtk-sharp
175 - >=x11-libs/gtk+-2.16:2"
176 -DEPEND="${RDEPEND}
177 - dev-util/pkgconfig
178 - sys-devel/autoconf
179 - sys-devel/automake"
180 -
181 -EGIT_BOOTSTRAP="autogen.sh"
182 -
183 -src_prepare() {
184 - mkdir -p config m4
185 - git_src_prepare
186 -}
187 -
188 -src_install() {
189 - emake DESTDIR="${D}" install || die "emake install failed"
190 - dodoc AUTHORS ChangeLog NEWS README
191 -}
192 -
193
194 diff --git a/dev-dotnet/hyena/Manifest b/dev-dotnet/hyena/Manifest
195 deleted file mode 100644
196 index 25187fd..0000000
197 --- a/dev-dotnet/hyena/Manifest
198 +++ /dev/null
199 @@ -1,2 +0,0 @@
200 -EBUILD hyena-0.2.ebuild 695 RMD160 a63440a1abcef3d9a1a36ebad9ffa0c9d9145b07 SHA1 8eb058ad8fd33f9a94dab41fd001357c8ab37715 SHA256 6c2ac5296681c732170e7f40c15d24a0c1489cc8f8eeb6a857261c4686249072
201 -DIST hyena-0.2.tar.gz 305099 RMD160 2e007160c0f11c9662f30f1ce4f87fee0d66a103 SHA1 a1aae64a84905ad39bc46e01c51f5e3da4d18400 SHA256 5fd57da79f316a6320befb1960c9ad6df2a7d2d151ff9f78ac7b343c43aedb0f
202
203 diff --git a/dev-dotnet/hyena/hyena-0.2.ebuild b/dev-dotnet/hyena/hyena-0.2.ebuild
204 deleted file mode 100644
205 index 31ad747..0000000
206 --- a/dev-dotnet/hyena/hyena-0.2.ebuild
207 +++ /dev/null
208 @@ -1,34 +0,0 @@
209 -# Copyright 1999-2009 Tiziano Müller
210 -# Distributed under the terms of the GNU General Public License v2
211 -# $Header: $
212 -
213 -EAPI="2"
214 -
215 -inherit mono versionator
216 -
217 -DESCRIPTION="Library used to make awesome applications."
218 -HOMEPAGE="http://live.gnome.org/Hyena"
219 -SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.gz"
220 -
221 -LICENSE="MIT"
222 -SLOT="0"
223 -KEYWORDS="~amd64"
224 -IUSE="+debug"
225 -
226 -RDEPEND=">=dev-lang/mono-2.4.2
227 - dev-dotnet/glib-sharp
228 - dev-dotnet/gtk-sharp"
229 -DEPEND="${RDEPEND}
230 - dev-util/pkgconfig"
231 -
232 -src_configure() {
233 - econf \
234 - $(use_enable debug) \
235 - $(use_enable !debug release)
236 -}
237 -
238 -src_install() {
239 - emake DESTDIR="${D}" install || die "emake install failed"
240 - dodoc NEWS README
241 -}
242 -
243
244 diff --git a/dev-dotnet/ipod-sharp/ChangeLog b/dev-dotnet/ipod-sharp/ChangeLog
245 deleted file mode 100644
246 index 8dc8c07..0000000
247 --- a/dev-dotnet/ipod-sharp/ChangeLog
248 +++ /dev/null
249 @@ -1,121 +0,0 @@
250 -# ChangeLog for dev-dotnet/ipod-sharp
251 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
252 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/ipod-sharp/ChangeLog,v 1.26 2009/07/19 14:28:58 ssuominen Exp $
253 -
254 -*ipod-sharp-0.8.2-r1 (19 Jul 2009)
255 -
256 - 19 Jul 2009; Samuli Suominen <ssuominen@g.o>
257 - +ipod-sharp-0.8.2-r1.ebuild:
258 - Upstream patch to fix issue where podcast playlist is empty while it
259 - shouldn't wrt #273050, thanks to Jürgen Geuter.
260 -
261 - 22 May 2009; Peter Alfredsen <loki_val@g.o>
262 - -ipod-sharp-0.6.3.ebuild:
263 - Drop old
264 -
265 - 30 Apr 2009; Brent Baude <ranger@g.o> ipod-sharp-0.8.2.ebuild:
266 - Marking ipod-sharp-0.8.2 ppc stable for bug 263984
267 -
268 - 04 Apr 2009; Markus Meier <maekke@g.o> ipod-sharp-0.8.2.ebuild:
269 - amd64/x86 stable, bug #234305
270 -
271 - 27 Mar 2009; Brent Baude <ranger@g.o> ipod-sharp-0.8.2.ebuild:
272 - Marking ipod-sharp-0.8.2 ~ppc for bug 234305
273 -
274 - 21 Mar 2009; Peter Alfredsen <loki_val@g.o>
275 - ipod-sharp-0.8.2.ebuild:
276 - Add gtk-sharp-2 dependency w.r.t. bug 263296. Thanks to Garrett Holmstrom
277 - <darthmarth@×××××.com> for reporting.
278 -
279 -*ipod-sharp-0.8.2 (25 Jan 2009)
280 -
281 - 25 Jan 2009; Peter Alfredsen <loki_val@g.o>
282 - -ipod-sharp-0.8.0.ebuild, -ipod-sharp-0.8.1.ebuild,
283 - +ipod-sharp-0.8.2.ebuild:
284 - Bump
285 -
286 - 14 Dec 2008; Peter Alfredsen <loki_val@g.o>
287 - ipod-sharp-0.6.3.ebuild, ipod-sharp-0.8.0.ebuild, ipod-sharp-0.8.1.ebuild:
288 - Use virtual/monodoc to accomodate inclusion of monodoc in mono from
289 - >=mono-2.2_pre1
290 -
291 -*ipod-sharp-0.8.1 (23 Sep 2008)
292 -
293 - 23 Sep 2008; Peter Alfredsen <loki_val@g.o>
294 - +ipod-sharp-0.8.1.ebuild:
295 - Bump, bug #238074. Thanks to Salah Coronya.
296 -
297 - 27 Jan 2008; Christian Faulhammer <opfer@g.o>
298 - ipod-sharp-0.8.0.ebuild:
299 - keyworded ~x86, bug 205210
300 -
301 -*ipod-sharp-0.8.0 (27 Jan 2008)
302 -
303 - 27 Jan 2008; Samuli Suominen <drac@g.o> +ipod-sharp-0.8.0.ebuild:
304 - Version bump as part of #205210
305 -
306 - 27 Jan 2008; Samuli Suominen <drac@g.o> ipod-sharp-0.6.3.ebuild:
307 - Change libipoddevice depend from 0.5.0 to 0.5.3 wrt #188936.
308 -
309 - 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
310 - Removing metalgod from metadata.xml as per #99350.
311 -
312 - 24 Aug 2007; <metalgod@g.o> ipod-sharp-0.6.3.ebuild:
313 - Stable on amd64. Bug #185631.
314 -
315 - 15 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
316 - ipod-sharp-0.6.3.ebuild:
317 - ppc stable, bug #185631
318 -
319 - 30 Jul 2007; Christian Faulhammer <opfer@g.o>
320 - ipod-sharp-0.6.3.ebuild:
321 - stable x86, bug 185631
322 -
323 -*ipod-sharp-0.6.3 (17 Jul 2007)
324 -
325 - 17 Jul 2007; <metalgod@g.o> -ipod-sharp-0.5.16.ebuild,
326 - -ipod-sharp-0.6.2.ebuild, +ipod-sharp-0.6.3.ebuild:
327 - Version Bump. Closes Bug #178814. Removed older versions.
328 -
329 -*ipod-sharp-0.6.2 (19 Sep 2006)
330 -
331 - 19 Sep 2006; Luis Medinas <metalgod@g.o> +ipod-sharp-0.6.2.ebuild:
332 - Version Bump.
333 -
334 -*ipod-sharp-0.5.16 (03 Jun 2006)
335 -
336 - 03 Jun 2006; Luis Medinas <metalgod@g.o> +ipod-sharp-0.5.16.ebuild:
337 - Version Bump from upstream that contains a fix for bug #134707.
338 -
339 - 08 Apr 2006; Tobias Scherbaum <dertobi123@g.o>
340 - ipod-sharp-0.5.15.ebuild:
341 - Added to ~ppc, bug #115865
342 -
343 -*ipod-sharp-0.5.15 (13 Feb 2006)
344 -
345 - 13 Feb 2006; Luis Medinas <metalgod@g.o> +ipod-sharp-0.5.15.ebuild:
346 - Version Bump for Banshee 0.10.6.
347 -
348 - 21 Jan 2006; Luis Medinas <metalgod@g.o>
349 - ipod-sharp-0.5.11.1.ebuild, ipod-sharp-0.5.12.ebuild:
350 - Updated monodoc dependency to 1.1.8.
351 -
352 - 02 Jan 2006; Luis Medinas <metalgod@g.o> ipod-sharp-0.5.12.ebuild:
353 - This version needs >=mono-1.1.10. Thanks to Sanford Armstrong
354 - <sanfordarmstrong@×××××.com> for the report on bug #117453.
355 -
356 - 07 Dec 2005; Herbie Hopkins <herbs@g.o> ipod-sharp-0.5.12.ebuild:
357 - Marked ~amd64.
358 -
359 -*ipod-sharp-0.5.12 (06 Dec 2005)
360 -
361 - 06 Dec 2005; Luis Medinas <metalgod@g.o> +ipod-sharp-0.5.12.ebuild:
362 - Version Bump.
363 -
364 -*ipod-sharp-0.5.11.1 (27 Nov 2005)
365 -
366 - 27 Nov 2005; Luis Medinas <metalgod@g.o>
367 - +ipod-sharp-0.5.11.1.ebuild:
368 - New Package. This is a library needed to build Banshee. Thanks to all users
369 - involved in bug #91419.
370 -
371
372 diff --git a/dev-dotnet/ipod-sharp/Manifest b/dev-dotnet/ipod-sharp/Manifest
373 deleted file mode 100644
374 index 1d4a1e7..0000000
375 --- a/dev-dotnet/ipod-sharp/Manifest
376 +++ /dev/null
377 @@ -1,4 +0,0 @@
378 -MISC ChangeLog 4054 RMD160 26068e89e9733b71f8e36a6519f61d16908f19c9 SHA1 d749f1826da28e5d091277138ab1aaefd4559125 SHA256 a1507e2fbc9518577d0f1894adaef402d4076cfaae84e07fff92e04eb59c9a2a
379 -EBUILD ipod-sharp-0.8.5.ebuild 858 RMD160 a2e7ee77bd5d77ab6493ee19a22c04bd9eb0f476 SHA1 d97ab01be9d6957ae097b9845399dd39aec9db62 SHA256 d963841dd07a146b2b44a2b7e856b891342d2e0525180639cc02acefd29d3086
380 -MISC metadata.xml 159 RMD160 568344dc99ebe68c2e2d43d268d186757532144d SHA1 3f9589301dbaa4363c56de0f309cf792d8c38b63 SHA256 eb5b8cfa9aed067cd72d6439beac2dd0abdba30248f27e4b337012b493a18369
381 -DIST ipod-sharp-0.8.5.tar.gz 194659 RMD160 56e8b0ce906a331a905bc0ea4a79699e6f000009 SHA1 e6258746bf0193c108dc6bc8942c046ee0b6fa4d SHA256 56ff78b522f0db6d52d95c2d1c5b2dd1fa5cca6b5c3d6c7ccc2c79ee760e717c
382
383 diff --git a/dev-dotnet/ipod-sharp/ipod-sharp-0.8.5.ebuild b/dev-dotnet/ipod-sharp/ipod-sharp-0.8.5.ebuild
384 deleted file mode 100644
385 index 1a7832c..0000000
386 --- a/dev-dotnet/ipod-sharp/ipod-sharp-0.8.5.ebuild
387 +++ /dev/null
388 @@ -1,36 +0,0 @@
389 -# Copyright 1999-2009 Gentoo Foundation
390 -# Distributed under the terms of the GNU General Public License v2
391 -# $Header: $
392 -
393 -EAPI=2
394 -inherit mono
395 -
396 -DESCRIPTION="ipod-sharp provides high-level feature support for Apple's iPod and binds libipoddevice."
397 -HOMEPAGE="http://banshee-project.org/Ipod-sharp"
398 -SRC_URI="http://banshee-project.org/files/${PN}/${PV}/${P}.tar.gz"
399 -
400 -LICENSE="GPL-2"
401 -SLOT="0"
402 -KEYWORDS="~amd64 ~ppc ~x86"
403 -IUSE="doc"
404 -
405 -RDEPEND=">=dev-lang/mono-2
406 - dev-dotnet/dbus-glib-sharp
407 - >=dev-dotnet/podsleuth-0.6.5
408 - >=dev-dotnet/gtk-sharp-2.12"
409 -DEPEND="${RDEPEND}
410 - doc? ( >=virtual/monodoc-1.1.8 )
411 - dev-util/pkgconfig"
412 -
413 -src_configure() {
414 - econf $(use_enable doc docs)
415 -}
416 -
417 -src_compile() {
418 - emake -j1 || die "emake failed."
419 -}
420 -src_install() {
421 - emake DESTDIR="${D}" install || die "emake install failed."
422 - dodoc AUTHORS ChangeLog NEWS README
423 - mono_multilib_comply
424 -}
425
426 diff --git a/dev-dotnet/ipod-sharp/metadata.xml b/dev-dotnet/ipod-sharp/metadata.xml
427 deleted file mode 100644
428 index ae573a6..0000000
429 --- a/dev-dotnet/ipod-sharp/metadata.xml
430 +++ /dev/null
431 @@ -1,5 +0,0 @@
432 -<?xml version="1.0" encoding="UTF-8"?>
433 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
434 -<pkgmetadata>
435 - <herd>sound</herd>
436 -</pkgmetadata>
437
438 diff --git a/dev-dotnet/podsleuth/ChangeLog b/dev-dotnet/podsleuth/ChangeLog
439 deleted file mode 100644
440 index 0413a35..0000000
441 --- a/dev-dotnet/podsleuth/ChangeLog
442 +++ /dev/null
443 @@ -1,67 +0,0 @@
444 -# ChangeLog for dev-dotnet/podsleuth
445 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
446 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/podsleuth/ChangeLog,v 1.13 2009/09/27 14:06:30 nixnut Exp $
447 -
448 - 27 Sep 2009; nixnut <nixnut@g.o> podsleuth-0.6.4-r1.ebuild:
449 - ppc stable #273262
450 -
451 - 02 Jul 2009; Markus Meier <maekke@g.o> podsleuth-0.6.4-r1.ebuild:
452 - amd64 stable, bug #273262
453 -
454 - 11 Jun 2009; Christian Faulhammer <fauli@g.o>
455 - podsleuth-0.6.4-r1.ebuild:
456 - stable x86, bug 273262
457 -
458 -*podsleuth-0.6.4-r1 (29 May 2009)
459 -
460 - 29 May 2009; Peter Alfredsen <loki_val@g.o> podsleuth-0.6.4.ebuild,
461 - +podsleuth-0.6.4-r1.ebuild:
462 - Fix dllmap, bug 271597. Thanks to Benjamin Bannier <benni@×××××××××.de>
463 - for reporting.
464 -
465 - 30 Apr 2009; Brent Baude <ranger@g.o> podsleuth-0.6.4.ebuild:
466 - Marking podsleuth-0.6.4 ppc stable for bug 263984
467 -
468 - 04 Apr 2009; Markus Meier <maekke@g.o> podsleuth-0.6.4.ebuild:
469 - amd64/x86 stable, bug #234305
470 -
471 - 27 Mar 2009; Brent Baude <ranger@g.o> podsleuth-0.6.4.ebuild:
472 - Marking podsleuth-0.6.4 ~ppc for bug 234305
473 -
474 -*podsleuth-0.6.4 (25 Jan 2009)
475 -
476 - 25 Jan 2009; Peter Alfredsen <loki_val@g.o>
477 - -files/podsleuth-0.6.3-libsgutils.patch, -podsleuth-0.6.3.ebuild,
478 - -podsleuth-0.6.3-r1.ebuild, +podsleuth-0.6.4.ebuild:
479 - Bump
480 -
481 -*podsleuth-0.6.3-r1 (14 Dec 2008)
482 -
483 - 14 Dec 2008; Peter Alfredsen <loki_val@g.o>
484 - +files/podsleuth-0.6.3-libsgutils.patch, metadata.xml,
485 - +podsleuth-0.6.3-r1.ebuild:
486 - Fix bug 208249.
487 -
488 -*podsleuth-0.6.3 (24 Nov 2008)
489 -
490 - 24 Nov 2008; Peter Alfredsen <loki_val@g.o>
491 - -files/podsleuth-0.6.2-sgutils2.patch, -podsleuth-0.6.1.ebuild,
492 - -podsleuth-0.6.2.ebuild, +podsleuth-0.6.3.ebuild:
493 - Bump
494 -
495 -*podsleuth-0.6.2 (31 Aug 2008)
496 -
497 - 31 Aug 2008; Peter Alfredsen <loki_val@g.o>
498 - +files/podsleuth-0.6.2-sgutils2.patch, +podsleuth-0.6.2.ebuild:
499 - I though I had added this ages ago wrt bug 233960 and bug 233710, but
500 - apparently that was all in my mind. Bumping.
501 -
502 - 27 Jan 2008; Christian Faulhammer <opfer@g.o>
503 - podsleuth-0.6.1.ebuild:
504 - keyworded ~x86, bug 205210
505 -
506 -*podsleuth-0.6.1 (27 Jan 2008)
507 -
508 - 27 Jan 2008; Samuli Suominen <drac@g.o> +podsleuth-0.6.1.ebuild:
509 - Initial commit as part of #205210
510 -
511
512 diff --git a/dev-dotnet/podsleuth/Manifest b/dev-dotnet/podsleuth/Manifest
513 deleted file mode 100644
514 index e9c1526..0000000
515 --- a/dev-dotnet/podsleuth/Manifest
516 +++ /dev/null
517 @@ -1,4 +0,0 @@
518 -MISC ChangeLog 2246 RMD160 bf0b3f60b62db1f62af3d1482ef34f2ca2d38d8c SHA1 86aaa159a0fa2a6dc3de8edd50103b5004512828 SHA256 7c653b145c43a3f833bab991393937433d43314ec86c6d6551a41db519600958
519 -MISC metadata.xml 180 RMD160 52c80435553513cf526c1debe8838a596138b117 SHA1 632a967a0c52f9573e965fb37bf6bf094f56f74c SHA256 dcc27c3470b6a8f1efa72c96ae6ac67c7993630dccaba813c18a4c121b1ed578
520 -EBUILD podsleuth-0.6.5.ebuild 962 RMD160 62bc00ffb74dc7c995a1a3bc088f968e4292acc1 SHA1 1b2898d4a781113b4c1baef5d445fe494c020f2d SHA256 f7d1612877e838270ec2357b15b2cfbe369c575e16e3c7fc4401510a72393525
521 -DIST podsleuth-0.6.5.tar.gz 145733 RMD160 778b856a8cd1015e84d8bf93c1a4001b6c5d7cfb SHA1 98f3a8a3dd8b64eb28d627296244220c60b061c1 SHA256 47f991d6f9bb6d9e8854223ba9f723d9f8ddc87ee0e6d80be428764bc00d0e89
522
523 diff --git a/dev-dotnet/podsleuth/metadata.xml b/dev-dotnet/podsleuth/metadata.xml
524 deleted file mode 100644
525 index 482d153..0000000
526 --- a/dev-dotnet/podsleuth/metadata.xml
527 +++ /dev/null
528 @@ -1,6 +0,0 @@
529 -<?xml version="1.0" encoding="UTF-8"?>
530 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
531 -<pkgmetadata>
532 - <herd>sound</herd>
533 - <herd>dotnet</herd>
534 -</pkgmetadata>
535
536 diff --git a/dev-dotnet/podsleuth/podsleuth-0.6.5.ebuild b/dev-dotnet/podsleuth/podsleuth-0.6.5.ebuild
537 deleted file mode 100644
538 index 6553b11..0000000
539 --- a/dev-dotnet/podsleuth/podsleuth-0.6.5.ebuild
540 +++ /dev/null
541 @@ -1,43 +0,0 @@
542 -# Copyright 1999-2009 Gentoo Foundation
543 -# Distributed under the terms of the GNU General Public License v2
544 -# $Header: $
545 -
546 -EAPI=2
547 -
548 -inherit mono
549 -
550 -DESCRIPTION="a tool to discover detailed model information about an Apple (TM) iPod (TM)."
551 -HOMEPAGE="http://banshee-project.org/PodSleuth"
552 -SRC_URI="http://banshee-project.org/files/${PN}/${PV}/${P}.tar.gz"
553 -
554 -LICENSE="MIT"
555 -SLOT="0"
556 -KEYWORDS="~amd64 ~ppc ~x86"
557 -IUSE=""
558 -
559 -RDEPEND=">=dev-lang/mono-2.0
560 - dev-dotnet/dbus-glib-sharp
561 - >=sys-apps/hal-0.5.6
562 - >=sys-apps/sg3_utils-1.27"
563 -DEPEND="${RDEPEND}
564 - dev-util/pkgconfig"
565 -
566 -src_prepare() {
567 - # Bug 271597
568 - sed -i -e 's:target="libsgutils.so.1":target="libsgutils.so.2":' \
569 - src/PodSleuth/PodSleuth.dll.config.in || die
570 -}
571 -
572 -src_configure() {
573 - econf --with-hal-callouts-dir=/usr/libexec
574 -}
575 -
576 -src_compile() {
577 - emake -j1 || die "emake failed."
578 -}
579 -
580 -src_install() {
581 - emake DESTDIR="${D}" install || die "emake install failed."
582 - dodoc AUTHORS ChangeLog NEWS README
583 - mono_multilib_comply
584 -}
585
586 diff --git a/media-sound/banshee/ChangeLog b/media-sound/banshee/ChangeLog
587 deleted file mode 100644
588 index 8b11845..0000000
589 --- a/media-sound/banshee/ChangeLog
590 +++ /dev/null
591 @@ -1,523 +0,0 @@
592 -# ChangeLog for media-sound/banshee
593 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
594 -# $Header: /var/cvsroot/gentoo-x86/media-sound/banshee/ChangeLog,v 1.101 2009/07/27 22:07:03 maekke Exp $
595 -
596 - 27 Jul 2009; Markus Meier <maekke@g.o> banshee-1.4.3-r2.ebuild:
597 - amd64 stable, bug #264568
598 -
599 - 23 Jul 2009; Christian Faulhammer <fauli@g.o>
600 - banshee-1.4.3-r2.ebuild:
601 - stable x86, security bug 264568
602 -
603 -*banshee-1.4.3-r2 (23 Jul 2009)
604 -
605 - 23 Jul 2009; Samuli Suominen <ssuominen@g.o>
606 - +banshee-1.4.3-r2.ebuild, +files/banshee-1.4.3-CVE-2009-1175.patch:
607 - Backport patch from upstream git for DAAP Cross-site scripting
608 - CVE-2009-1175 wrt #264568.
609 -
610 - 07 Jun 2009; Samuli Suominen <ssuominen@g.o> banshee-1.5.0.ebuild:
611 - Raise taglib-sharp depend to 2.0.3.2 wrt #273004, thanks to Christopher
612 - Friedt.
613 -
614 - 06 Jun 2009; Markus Meier <maekke@g.o> banshee-1.4.3-r1.ebuild:
615 - amd64/x86 stable, bug #272322
616 -
617 - 05 Jun 2009; Peter Alfredsen <loki_val@g.o> metadata.xml:
618 - Retiring, bug 220219.
619 -
620 -*banshee-1.5.0 (01 Jun 2009)
621 -
622 - 01 Jun 2009; Peter Alfredsen <loki_val@g.o> +banshee-1.5.0.ebuild,
623 - metadata.xml:
624 - Add banshee-1.5.0 masked. Take maintainership.
625 -
626 - 26 May 2009; Peter Alfredsen <loki_val@g.o> banshee-1.4.3.ebuild,
627 - banshee-1.4.3-r1.ebuild:
628 - Upstream changed to a new directory structure. Add SRC_URI code to deal.
629 -
630 -*banshee-1.4.3-r1 (19 May 2009)
631 -
632 - 19 May 2009; Samuli Suominen <ssuominen@g.o>
633 - +banshee-1.4.3-r1.ebuild:
634 - Restore USE karma since the ebuild is fixed.
635 -
636 - 30 Apr 2009; Brent Baude <ranger@g.o> banshee-1.4.3.ebuild:
637 - Marking banshee-1.4.3 ppc stable for bug 263984
638 -
639 - 04 Apr 2009; Markus Meier <maekke@g.o> banshee-1.4.3.ebuild:
640 - amd64/x86 stable, bug #234305
641 -
642 - 04 Apr 2009; Peter Alfredsen <loki_val@g.o> banshee-1.4.3.ebuild:
643 - Explicitly disable libkarma[mono] support. Was automagically detected, but
644 - would break build. Thanks maekke for reporting.
645 -
646 - 27 Mar 2009; Brent Baude <ranger@g.o> banshee-1.4.3.ebuild:
647 - Marking banshee-1.4.3 ~ppc for bug 234305
648 -
649 - 27 Mar 2009; Peter Alfredsen <loki_val@g.o> banshee-1.4.3.ebuild:
650 - Fiddle with gstreamer dep to make stabling easier.
651 -
652 - 23 Mar 2009; Peter Alfredsen <loki_val@g.o>
653 - -files/banshee-1.4.1-metadata-writefail.patch:
654 - Punt extraneous patch file
655 -
656 - 22 Mar 2009; Peter Alfredsen <loki_val@g.o>
657 - -files/banshee-1.0.0-notification-icon.patch,
658 - -files/banshee-1.2.1-libmtp-0.3.0-API.patch,
659 - -files/banshee-1.2.1-notification-crash.patch,
660 - -files/banshee-1.4.1-startup-fail-g-s-d.patch, -banshee-1.0.0-r1.ebuild,
661 - -banshee-1.2.1.ebuild, -banshee-1.2.1-r2.ebuild, -banshee-1.4.1-r5.ebuild,
662 - -banshee-1.4.2.ebuild, banshee-1.4.3.ebuild:
663 - Update gstreamer dependency to prepare for stabilization of mono-2.0.
664 - Remove half a year worth of old versions.
665 -
666 -*banshee-1.4.3 (05 Mar 2009)
667 -
668 - 05 Mar 2009; Peter Alfredsen <loki_val@g.o> +banshee-1.4.3.ebuild:
669 - Bump. Fix bug 256969, add --with-vendor-build-id="Gentoo/${PN}/${PVR}".
670 - Thanks to Bertrand Lorentz for reporting.
671 -
672 -*banshee-1.4.2 (28 Jan 2009)
673 -
674 - 28 Jan 2009; Peter Alfredsen <loki_val@g.o>
675 - +files/banshee-1.4.2-metadata-writefail.patch, +banshee-1.4.2.ebuild:
676 - Bump, fixing 256157. Drop gnome2.eclass usage, I once again got bit by bug
677 - 239123 while remaking the ebuild, take up again when gnome2.eclass isn't
678 - broken. Code duplication sucks. Fix bug 249620, included musicbrainz was
679 - getting old and buggy. Update to a newer revision. Thanks to Tom Corner
680 - <tacorner@××××××××××××.org> for the patch. Refresh metadata-fail patch to
681 - apply against 1.4.2.
682 -
683 -*banshee-1.4.1-r5 (09 Jan 2009)
684 -
685 - 09 Jan 2009; Peter Alfredsen <loki_val@g.o>
686 - -banshee-1.4.1-r4.ebuild, +banshee-1.4.1-r5.ebuild:
687 - Depend on new gstreamer, fix bug 250704. Depend on new notify-sharp, fix
688 - bug 254235. Bump the plugins deps for good measure.
689 -
690 -*banshee-1.4.1-r4 (07 Jan 2009)
691 -
692 - 07 Jan 2009; Peter Alfredsen <loki_val@g.o>
693 - +files/banshee-1.4.1-startup-fail-g-s-d.patch, -banshee-1.4.1-r3.ebuild,
694 - +banshee-1.4.1-r4.ebuild:
695 - Add patch that fixes strange startup failure on non-gnome systems.
696 - Upstream bug 566846.
697 -
698 - 06 Jan 2009; Peter Alfredsen <loki_val@g.o>
699 - banshee-1.4.1-r3.ebuild:
700 - Drop defaults for some stuff that might not be *must-have*.
701 -
702 - 06 Jan 2009; Peter Alfredsen <loki_val@g.o>
703 - banshee-1.4.1-r3.ebuild:
704 - Use external notify-sharp, now that it's in tree.
705 -
706 - 14 Dec 2008; Peter Alfredsen <loki_val@g.o>
707 - banshee-1.0.0-r1.ebuild, banshee-1.2.1.ebuild, banshee-1.2.1-r2.ebuild,
708 - banshee-1.4.1-r3.ebuild:
709 - Use virtual/monodoc instead
710 -
711 - 14 Dec 2008; Peter Alfredsen <loki_val@g.o>
712 - banshee-1.0.0-r1.ebuild, banshee-1.2.1.ebuild, banshee-1.2.1-r2.ebuild,
713 - banshee-1.4.1-r3.ebuild:
714 - Update deps for mono-2.2, which includes monodoc in dev-lang/mono.
715 -
716 - 13 Dec 2008; Peter Alfredsen <loki_val@g.o>
717 - banshee-1.4.1-r3.ebuild:
718 - Bump dep to ipod-sharp-0.8.1 for bug 250779. Thanks to Andrew Frink for
719 - reporting.
720 -
721 -*banshee-1.4.1-r3 (11 Dec 2008)
722 -
723 - 11 Dec 2008; Peter Alfredsen <loki_val@g.o>
724 - files/banshee-1.4.1-metadata-writefail.patch, -banshee-1.4.1-r2.ebuild,
725 - +banshee-1.4.1-r3.ebuild:
726 - Update metadata-writefail patch to fix bug 250201
727 -
728 -*banshee-1.4.1-r2 (09 Dec 2008)
729 -
730 - 09 Dec 2008; Peter Alfredsen <loki_val@g.o> -banshee-1.4.1.ebuild,
731 - -banshee-1.4.1-r1.ebuild, +banshee-1.4.1-r2.ebuild:
732 - Bump to eapi-2 and use-dep on mono-addins[gtk]. Fixes bug 250332.
733 -
734 -*banshee-1.4.1-r1 (05 Dec 2008)
735 -
736 - 05 Dec 2008; Peter Alfredsen <loki_val@g.o>
737 - +files/banshee-1.4.1-metadata-writefail.patch, +banshee-1.4.1-r1.ebuild:
738 - Fix metadata not being written to disk. http://bugzilla.gnome.org/563283.
739 - Author is thansen@freenode.
740 -
741 - 23 Nov 2008; Peter Alfredsen <loki_val@g.o> banshee-1.4.1.ebuild:
742 - Add notice about a theme having to be selected for the user running
743 - banshee.
744 -
745 -*banshee-1.4.1 (23 Nov 2008)
746 -
747 - 23 Nov 2008; Peter Alfredsen <loki_val@g.o> +banshee-1.4.1.ebuild:
748 - bump
749 -
750 -*banshee-1.2.1-r2 (10 Sep 2008)
751 -
752 - 10 Sep 2008; Peter Alfredsen <loki_val@g.o>
753 - files/banshee-1.2.1-libmtp-0.3.0-API.patch,
754 - +files/banshee-1.2.1-notification-crash.patch, -banshee-1.2.1-r1.ebuild,
755 - +banshee-1.2.1-r2.ebuild:
756 - Probably definitely fix bug #233869, thanks again to Salah Colonya. Also
757 - fix bug #236886 with fix from upstream.
758 -
759 -*banshee-1.2.1-r1 (03 Sep 2008)
760 -
761 - 03 Sep 2008; Peter Alfredsen <loki_val@g.o>
762 - +files/banshee-1.2.1-libmtp-0.3.0-API.patch, banshee-1.0.0-r1.ebuild,
763 - banshee-1.2.1.ebuild, +banshee-1.2.1-r1.ebuild:
764 - Add patch for bug 233869. Kudos to Salah Coronya <salahx@×××××.com>, who
765 - produced this.
766 -
767 -*banshee-1.2.1 (31 Aug 2008)
768 -
769 - 31 Aug 2008; Peter Alfredsen <loki_val@g.o> -banshee-1.2.0.ebuild,
770 - +banshee-1.2.1.ebuild:
771 - Bump, bug 235074. Remove old. Bumped mono dep to 1.2.6 per 235074 also.
772 -
773 - 02 Aug 2008; Peter Alfredsen <loki_val@g.o>
774 - banshee-1.0.0-r1.ebuild, banshee-1.2.0.ebuild:
775 - Remove boo useflag from banshee-1.0.0-r1 ebuild, since it will
776 - automagically depend anyway. Make boo useflag work with banshee-1.2.0, see
777 - bug #233709.
778 -
779 -*banshee-1.2.0 (01 Aug 2008)
780 -
781 - 01 Aug 2008; Peter Alfredsen <loki_val@g.o> +banshee-1.2.0.ebuild:
782 - bump to banshee 1.2
783 -
784 - 07 Jul 2008; Samuli Suominen <drac@g.o> banshee-1.0.0-r1.ebuild:
785 - Update taglib-sharp dep. for bug #230465, thanks to corec.
786 -
787 - 05 Jul 2008; Peter Alfredsen <loki_val@g.o>
788 - banshee-1.0.0-r1.ebuild:
789 - Add back in support for using either cdparanoia or cdio gstreamer plugins
790 - to rip cds which mysteriously disappeared in 1.0 release. Thanks Drac for
791 - reporting.
792 -
793 - 29 Jun 2008; Torsten Veller <tove@g.o> banshee-0.12.1.ebuild,
794 - banshee-0.13.1.ebuild:
795 - Add missing die: || "..." -> || die "..."
796 -
797 - 23 Jun 2008; Peter Alfredsen <loki_val@g.o>
798 - banshee-1.0.0-r1.ebuild:
799 - Set needed dev-dotnet/mono-addins to >=0.3 as per bug 229149. Thanks to
800 - Jose Luis Rivero (yoswink) <yoswink@g.o>.
801 -
802 -*banshee-1.0.0-r1 (16 Jun 2008)
803 -
804 - 16 Jun 2008; Peter Alfredsen <loki_val@g.o>
805 - +files/banshee-1.0.0-notification-icon.patch, -banshee-1.0.0.ebuild,
806 - +banshee-1.0.0-r1.ebuild:
807 - Add fix for bug 227447, wrongly sized icon with vertical panel.
808 -
809 - 16 Jun 2008; Samuli Suominen <drac@g.o> banshee-1.0.0.ebuild:
810 - Sane USE defaults; most people don't own removable devices like ipod and
811 - mtp. Need >=libmtp-0.2.5-r1 because it's the first version that ships fdi
812 - for HAL.
813 -
814 -*banshee-1.0.0 (11 Jun 2008)
815 -
816 - 11 Jun 2008; Peter Alfredsen <loki_val@g.o> +banshee-1.0.0.ebuild:
817 - Bump to 1.0.0.
818 -
819 -*banshee-0.13.2-r1 (15 Apr 2008)
820 -
821 - 15 Apr 2008; Daniel Gryniewicz <dang@g.o>
822 - +banshee-0.13.2-r1.ebuild:
823 - Banshee can use either gst-plugins-cdparanoia or gst-plugins-cdio to
824 - play/rip CD audio.
825 -
826 - 29 Feb 2008; Samuli Suominen <drac@g.o> banshee-0.13.2.ebuild:
827 - Fix test suite, thanks to Opfer for reporting in bug 211769.
828 -
829 - 28 Jan 2008; Samuli Suominen <drac@g.o> -banshee-0.13.0.ebuild,
830 - banshee-0.13.2.ebuild:
831 - Remove old version. Rename USE daap to zeroconf in latest and drop unused
832 - USE doc. Depend on -bad wrt #150037.
833 -
834 - 27 Jan 2008; Christian Faulhammer <opfer@g.o>
835 - banshee-0.13.2.ebuild:
836 - keyworded ~x86, bug 205210
837 -
838 -*banshee-0.13.2 (27 Jan 2008)
839 -
840 - 27 Jan 2008; Samuli Suominen <drac@g.o> +banshee-0.13.2.ebuild:
841 - Version bump wrt #193686, thanks to Daniel Rothman for reporting.
842 -
843 - 01 Jan 2008; Alexis Ballier <aballier@g.o> banshee-0.12.1.ebuild,
844 - banshee-0.13.0.ebuild, banshee-0.13.1.ebuild:
845 - stick musicbrainz deps to -2*, bug #203784
846 -
847 - 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
848 - Removing metalgod from metadata.xml as per #99350.
849 -
850 - 24 Aug 2007; <metalgod@g.o> banshee-0.12.1.ebuild:
851 - Stable on amd64. Bug #185631.
852 -
853 -*banshee-0.13.1 (22 Aug 2007)
854 -
855 - 22 Aug 2007; <metalgod@g.o> +banshee-0.13.1.ebuild:
856 - Version Bump.
857 -
858 - 15 Aug 2007; Tobias Scherbaum <dertobi123@g.o>
859 - banshee-0.12.1.ebuild:
860 - ppc stable, bug #185631
861 -
862 -*banshee-0.13.0 (07 Aug 2007)
863 -
864 - 07 Aug 2007; <metalgod@g.o> +banshee-0.13.0.ebuild:
865 - Version Bump.
866 -
867 - 30 Jul 2007; Christian Faulhammer <opfer@g.o>
868 - banshee-0.12.1.ebuild:
869 - stable x86, bug 185631
870 -
871 - 17 Jul 2007; <metalgod@g.o> -banshee-0.12.0.ebuild,
872 - banshee-0.12.1.ebuild:
873 - Remove older version. Update ipod-sharp dependency to 0.6.3 to make sure
874 - we don't have more incompatibility problems fixes bug #178588.
875 -
876 - 17 Jul 2007; <metalgod@g.o> -banshee-0.12.0.ebuild,
877 - banshee-0.12.1.ebuild:
878 - Remove older version. Update ipod-sharp dependency to 0.6.3 to make sure
879 - we don't have more incompatibility problems fixes bug #178588.
880 -
881 - 17 Jun 2007; Tobias Scherbaum <dertobi123@g.o>
882 - banshee-0.12.1.ebuild:
883 - Added ~ppc, bug #172063
884 -
885 -*banshee-0.12.1 (12 May 2007)
886 -
887 - 12 May 2007; Steve Dibb <beandog@g.o> +banshee-0.12.1.ebuild:
888 - Version bump, bug 174718
889 -
890 - 30 Apr 2007; Marius Mauch <genone@g.o> banshee-0.12.0.ebuild:
891 - Replacing einfo with elog
892 -
893 -*banshee-0.12.0 (15 Mar 2007)
894 -
895 - 15 Mar 2007; <metalgod@g.o> -banshee-0.11.5.ebuild,
896 - -banshee-0.11.6.ebuild, -banshee-0.11.7.ebuild, +banshee-0.12.0.ebuild:
897 - Version Bump. This is the first release of the new 0.12 series.
898 -
899 -*banshee-0.11.7 (22 Feb 2007)
900 -
901 - 22 Feb 2007; Luis Medinas <metalgod@g.o> +banshee-0.11.7.ebuild:
902 - Version Bump. Added gst-plugins-taglib as a dependency reported on bug
903 - #167453. Removed ~ppc keyword related to this bug.
904 -
905 -*banshee-0.11.6 (06 Feb 2007)
906 -
907 - 06 Feb 2007; Luis Medinas <metalgod@g.o> -banshee-0.11.3.ebuild,
908 - +banshee-0.11.6.ebuild:
909 - Version Bump. Remove old versions.
910 -
911 -*banshee-0.11.5 (25 Jan 2007)
912 -
913 - 25 Jan 2007; Luis Medinas <metalgod@g.o> +banshee-0.11.5.ebuild:
914 - Version Bump. Closes bug #163387.
915 -
916 - 11 Dec 2006; Luis Medinas <metalgod@g.o> banshee-0.11.3.ebuild:
917 - Fix ebuild to compile with and without boo because configure is broken for
918 - Boo external support.
919 -
920 -*banshee-0.11.3 (10 Dec 2006)
921 -
922 - 10 Dec 2006; Luis Medinas <metalgod@g.o> +banshee-0.11.3.ebuild:
923 - Version Bump. This release fixes ipod support and should close bug #151893
924 - and #153348. Also it doesn't have support for mtp and karma until i get the
925 - proper dependencies on the tree.
926 -
927 -*banshee-0.11.2 (29 Oct 2006)
928 -
929 - 29 Oct 2006; Luis Medinas <metalgod@g.o> +banshee-0.11.2.ebuild:
930 - Version Bump. This release fixes problems with mono 1.1.18. From now on this
931 - needs mono 1.1.17 or higher to work with the new dbus sharp. Fixes bug
932 - #151716, #152643 and #151803.
933 -
934 -*banshee-0.11.1 (17 Oct 2006)
935 -
936 - 17 Oct 2006; Luis Medinas <metalgod@g.o> +banshee-0.11.1.ebuild:
937 - Version Bump.
938 -
939 -*banshee-0.11.0 (19 Sep 2006)
940 -
941 - 19 Sep 2006; Luis Medinas <metalgod@g.o> +banshee-0.11.0.ebuild:
942 - Version Bump.
943 -
944 -*banshee-0.10.12 (24 Aug 2006)
945 -
946 - 24 Aug 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.12.ebuild:
947 - Version Bump.
948 -
949 -*banshee-0.10.11 (01 Aug 2006)
950 -
951 - 01 Aug 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.11.ebuild:
952 - Version Bump.
953 -
954 -*banshee-0.10.10-r4 (05 Jun 2006)
955 -
956 - 05 Jun 2006; Daniel Drake <dsd@g.o>
957 - +files/banshee-0.10.10-mp4-mimetype.patch, +banshee-0.10.10-r4.ebuild:
958 - Fix import of m4a (AAC) files
959 -
960 -*banshee-0.10.10-r3 (28 May 2006)
961 -
962 - 28 May 2006; Luis Medinas <metalgod@g.o>
963 - files/banshee-0.10.10-disableplugin.patch, -banshee-0.10.10-r2.ebuild,
964 - +banshee-0.10.10-r3.ebuild:
965 - Revbump to fix the previous commit thanks to Bertrand Lorentz
966 - <bertrand.lorentz@××××.fr> for reporting the issue on bug #134562.
967 -
968 -*banshee-0.10.10-r2 (26 May 2006)
969 -
970 - 26 May 2006; Luis Medinas <metalgod@g.o>
971 - +files/banshee-0.10.10-disableplugin.patch, -banshee-0.10.10-r1.ebuild,
972 - +banshee-0.10.10-r2.ebuild:
973 - Removed File System Monitor plugin requested by upstream because it's
974 - unmaintained and have lots of bugs. Removed older versions.
975 -
976 -*banshee-0.10.10-r1 (10 May 2006)
977 -
978 - 10 May 2006; Luis Medinas <metalgod@g.o>
979 - +banshee-0.10.10-r1.ebuild:
980 - Remove patch that's is causing time problems on 0.10.10.
981 -
982 -*banshee-0.10.10 (06 May 2006)
983 -
984 - 06 May 2006; Luis Medinas <metalgod@g.o> banshee-0.10.7.ebuild,
985 - -banshee-0.10.8.ebuild, banshee-0.10.9.ebuild, banshee-0.10.9-r1.ebuild,
986 - +banshee-0.10.10.ebuild:
987 - Version Bump from Upstream. Update avahi dependency and removed older version.
988 -
989 - 27 Apr 2006; Marien Zwart <marienz@g.o> Manifest:
990 - Fixing SHA256 digest, pass four
991 -
992 - 22 Apr 2006; Luis Medinas <metalgod@g.o> banshee-0.10.7.ebuild,
993 - banshee-0.10.8.ebuild, banshee-0.10.9.ebuild, banshee-0.10.9-r1.ebuild:
994 - Improved daap use flag thanks to David Morgan
995 - <david.morgan@××××××××××××××××.uk> on bug #130297.
996 -
997 - 08 Apr 2006; Tobias Scherbaum <dertobi123@g.o>
998 - banshee-0.10.7.ebuild, banshee-0.10.9-r1.ebuild:
999 - Added to ~ppc, bug #115865
1000 -
1001 -*banshee-0.10.9-r1 (01 Apr 2006)
1002 -
1003 - 01 Apr 2006; Luis Medinas <metalgod@g.o>
1004 - +files/banshee-0.10.9-event-reduction.patch,
1005 - +files/banshee-0.10.9-statusbar-duration-count.patch,
1006 - +banshee-0.10.9-r1.ebuild:
1007 - Added two patches grabbed from gnome bugzilla to fix searches and to reduce
1008 - the number of events emited by playlist. Added gnome2_pkg_postinst requested
1009 - by foser.
1010 -
1011 -*banshee-0.10.9 (21 Mar 2006)
1012 -
1013 - 21 Mar 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.9.ebuild:
1014 - Version Bump. New encode use flag.
1015 -
1016 - 20 Mar 2006; Luis Medinas <metalgod@g.o> banshee-0.10.7.ebuild,
1017 - banshee-0.10.8.ebuild:
1018 - Added ~amd64 keyword. Closes bug #125873.
1019 -
1020 -*banshee-0.10.8 (14 Mar 2006)
1021 -
1022 - 14 Mar 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.8.ebuild:
1023 - Version Bump. For now realplayer support as been removed and daap support is
1024 - build upon avahi.
1025 -
1026 - 08 Mar 2006; Luis Medinas <metalgod@g.o> banshee-0.10.7.ebuild:
1027 - Force the use of gst-0.8 on this revision. Fixes bug #125371.
1028 -
1029 -*banshee-0.10.7_p1 (06 Mar 2006)
1030 -
1031 - 06 Mar 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.7_p1.ebuild:
1032 - Version Bump from Upstream. This version supports fully both gstreamer 0.8
1033 - and 0.10 but this ebuild only support 0.10 .
1034 -
1035 -*banshee-0.10.7 (06 Mar 2006)
1036 -
1037 - 06 Mar 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.7.ebuild:
1038 - Version Bump from Upstream. This version supports fully both gstreamer 0.8
1039 - and 0.10 but this ebuild only support 0.8.
1040 -
1041 - 26 Feb 2006; Luis Medinas <metalgod@g.o>
1042 - -files/banshee-0.10.5-utilsfix.patch,
1043 - -files/banshee-0.10-AudioCdCore.cs.diff, -banshee-0.10-r1.ebuild,
1044 - -banshee-0.10.2.ebuild, -banshee-0.10.4.ebuild, -banshee-0.10.5.ebuild:
1045 - Removed older versions.
1046 -
1047 - 26 Feb 2006; Luis Medinas <metalgod@g.o> banshee-0.10.6.ebuild:
1048 - Update gstreamer and dbus versions for dependencies.
1049 -
1050 -*banshee-0.10.6 (13 Feb 2006)
1051 -
1052 - 13 Feb 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.6.ebuild:
1053 - Version Bump.
1054 -
1055 -*banshee-0.10.5-r1 (08 Feb 2006)
1056 -
1057 - 08 Feb 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.5-r1.ebuild:
1058 - Added a patch from upstream cvs to fix several issues with notification area
1059 - specially on amd64.
1060 -
1061 - 07 Feb 2006; Luis Medinas <metalgod@g.o>
1062 - +files/banshee-0.10.5-utilsfix.patch, banshee-0.10.5.ebuild:
1063 - Added a patch from last hour fixes from upstream.
1064 -
1065 -*banshee-0.10.5 (07 Feb 2006)
1066 -
1067 - 07 Feb 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.5.ebuild:
1068 - Version Bump.
1069 -
1070 -*banshee-0.10.4 (18 Jan 2006)
1071 -
1072 - 18 Jan 2006; Luis Medinas <metalgod@g.o> +banshee-0.10.4.ebuild:
1073 - Version Bump. Daap support disabled by default because it needs the cvs
1074 - version of avahi.
1075 -
1076 -*banshee-0.10.2 (23 Dec 2005)
1077 -
1078 - 23 Dec 2005; Luis Medinas <metalgod@g.o> -banshee-0.10.ebuild,
1079 - +banshee-0.10.2.ebuild:
1080 - Version Bump. This version contains support for njb audio players.
1081 -
1082 - 09 Dec 2005; Luis Medinas <metalgod@g.o> banshee-0.10-r1.ebuild:
1083 - Added gst-plugins-cdparanoia dependency. Fixes bug #114994.
1084 -
1085 - 09 Dec 2005; Luis Medinas <metalgod@g.o> banshee-0.10-r1.ebuild:
1086 - Fix crash without ipod use flag enabled. Closes bug #114930.
1087 -
1088 - 08 Dec 2005; Herbie Hopkins <herbs@g.o> banshee-0.10-r1.ebuild:
1089 - Multilib fix.
1090 -
1091 -*banshee-0.10-r1 (08 Dec 2005)
1092 -
1093 - 08 Dec 2005; Luis Medinas <metalgod@g.o>
1094 - +files/banshee-0.10-AudioCdCore.cs.diff, +banshee-0.10-r1.ebuild:
1095 - Add a patch from upstream to fix audio cd's.
1096 -
1097 - 08 Dec 2005; Luis Medinas <metalgod@g.o> banshee-0.10.ebuild:
1098 - Fixing gstreamer dependencies after zaheerm changes. Fixes bug #114904.
1099 -
1100 -*banshee-0.10 (07 Dec 2005)
1101 -
1102 - 07 Dec 2005; Luis Medinas <metalgod@g.o> +banshee-0.10.ebuild:
1103 - Version bump. Thanks to John N. Laliberte <allanonJL@g.o> for helping
1104 - me with this release.
1105 -
1106 - 05 Dec 2005; Zaheer Abbas Merali <zaheerm@g.o>
1107 - banshee-0.9.12.ebuild:
1108 - Fix GStreamer dependencies
1109 -
1110 -*banshee-0.9.12 (27 Nov 2005)
1111 -
1112 - 27 Nov 2005; Luis Medinas <metalgod@g.o> +banshee-0.9.12.ebuild:
1113 - New Package. Thanks to all users involved in bug #91419.
1114 -
1115
1116 diff --git a/media-sound/banshee/Manifest b/media-sound/banshee/Manifest
1117 deleted file mode 100644
1118 index da457a5..0000000
1119 --- a/media-sound/banshee/Manifest
1120 +++ /dev/null
1121 @@ -1,4 +0,0 @@
1122 -MISC ChangeLog 18986 RMD160 27ba28e4edbb6a53304391ffa9e234686113b085 SHA1 8a9e219fc7e12705d4ac4da44ed98cfcdb505a84 SHA256 3fee50de2cf2aaf0b2207915c76a3b176b3392fb83f64e2bee8b396b086d7416
1123 -EBUILD banshee-1.7.1.ebuild 3546 RMD160 cde733fa27db59e8af14b7f1a0f86dbb4e8ec80d SHA1 893f5a0247be7dc00212629a3795407e2230ec5a SHA256 9e708bbb83170c07ae22ed152e9f8dc313b8437fd648237e26589d6ae2335858
1124 -MISC metadata.xml 445 RMD160 fde5c8150d25a7ce8bc5862f94b4ed728e40b98b SHA1 2c885677859491d7d4081b2223f42b42ea1d8e24 SHA256 efb4e4a321a191fa34e47119606524b7b47e249d21a57b3c51e76a2ecffa56a0
1125 -DIST banshee-1-1.7.1.tar.bz2 3194162 RMD160 865d7dd4d3b863cd27defac43ef15fdee2a1b71d SHA1 9f1ffe1e5ba72faa13f422c990da272f978b841c SHA256 f96bc06946ff927c2879001eb5ae6ad249f17f01a8f7dd8ab5f4f5a47a05d907
1126
1127 diff --git a/media-sound/banshee/banshee-1.7.1.ebuild b/media-sound/banshee/banshee-1.7.1.ebuild
1128 deleted file mode 100644
1129 index f3267fd..0000000
1130 --- a/media-sound/banshee/banshee-1.7.1.ebuild
1131 +++ /dev/null
1132 @@ -1,145 +0,0 @@
1133 -# Copyright 1999-2010 Gentoo Foundation
1134 -# Distributed under the terms of the GNU General Public License v2
1135 -# $Header: $
1136 -
1137 -EAPI=2
1138 -
1139 -inherit eutils mono gnome2-utils fdo-mime versionator
1140 -
1141 -GVER=0.10.7
1142 -
1143 -DESCRIPTION="Import, organize, play, and share your music using a simple and powerful interface."
1144 -HOMEPAGE="http://banshee-project.org"
1145 -
1146 -BANSHEE_V2=$(get_version_component_range 2)
1147 -[[ $((${BANSHEE_V2} % 2)) -eq 0 ]] && RELTYPE=stable || RELTYPE=unstable
1148 -SRC_URI="http://download.banshee-project.org/${PN}/${RELTYPE}/${PV}/${PN}-1-${PV}.tar.bz2"
1149 -#SRC_URI="http://download.banshee-project.org/${PN}/stable/${PV}/${PN}-1-${PV}.tar.bz2"
1150 -
1151 -LICENSE="MIT"
1152 -SLOT="0"
1153 -KEYWORDS="~amd64 ~x86"
1154 -IUSE="+aac +cdda boo daap doc +encode ipod karma mtp podcast test wikipedia youtube"
1155 -
1156 -RDEPEND=">=dev-lang/mono-2.4.3
1157 - gnome-base/gnome-settings-daemon
1158 - x11-themes/gnome-icon-theme
1159 - sys-apps/dbus
1160 - >=dev-dotnet/gtk-sharp-2.12
1161 - >=dev-dotnet/gconf-sharp-2.24.0
1162 - >=dev-dotnet/notify-sharp-0.4.0_pre20080912-r1
1163 - >=media-libs/gstreamer-0.10.21-r3
1164 - >=media-libs/gst-plugins-base-0.10.25.2
1165 - >=media-libs/gst-plugins-bad-${GVER}
1166 - >=media-libs/gst-plugins-good-${GVER}
1167 - >=media-libs/gst-plugins-ugly-${GVER}
1168 - >=media-plugins/gst-plugins-meta-0.10-r2:0.10
1169 - >=media-plugins/gst-plugins-gnomevfs-${GVER}
1170 - >=media-plugins/gst-plugins-gconf-${GVER}
1171 - cdda? (
1172 - || (
1173 - >=media-plugins/gst-plugins-cdparanoia-${GVER}
1174 - >=media-plugins/gst-plugins-cdio-${GVER}
1175 - )
1176 - )
1177 - media-libs/musicbrainz:1
1178 - >=dev-dotnet/dbus-glib-sharp-0.4.1
1179 - >=dev-dotnet/dbus-sharp-0.6.1a
1180 - >=dev-dotnet/mono-addins-0.4[gtk]
1181 - >=dev-dotnet/taglib-sharp-2.0.3.7
1182 - dev-dotnet/gio-sharp
1183 - dev-dotnet/gtk-sharp-beans
1184 - >=dev-db/sqlite-3.4
1185 - karma? ( >=media-libs/libkarma-0.1.0-r1 )
1186 - aac? ( >=media-plugins/gst-plugins-faad-${GVER} )
1187 - boo? (
1188 - >=dev-lang/boo-0.8.1
1189 - )
1190 - daap? (
1191 - >=dev-dotnet/mono-zeroconf-0.8.0-r1
1192 - )
1193 - doc? (
1194 - virtual/monodoc
1195 - )
1196 - encode? (
1197 - >=media-plugins/gst-plugins-lame-${GVER}
1198 - >=media-plugins/gst-plugins-taglib-${GVER}
1199 - )
1200 - ipod? (
1201 - >=dev-dotnet/ipod-sharp-0.8.5
1202 - )
1203 - mtp? (
1204 - media-libs/libmtp
1205 - )
1206 - wikipedia? (
1207 - >=dev-dotnet/webkit-sharp-0.2
1208 - )
1209 - youtube? (
1210 - >=dev-dotnet/google-gdata-sharp-1.4
1211 - )"
1212 -
1213 -DEPEND="${RDEPEND}
1214 - dev-util/pkgconfig"
1215 -
1216 -DOCS="AUTHORS ChangeLog HACKING NEWS README"
1217 -
1218 -S=${WORKDIR}/${PN}-1-${PV}
1219 -
1220 -src_prepare () {
1221 - # Fix intltool b0rkage similar to
1222 - # https://bugzilla.gnome.org/show_bug.cgi?id=577133
1223 - sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \
1224 - || die "sed failed"
1225 -}
1226 -
1227 -src_configure() {
1228 - local myconf="--disable-dependency-tracking --disable-static
1229 - --enable-gnome --enable-schemas-install
1230 - --with-gconf-schema-file-dir=/etc/gconf/schemas
1231 - --with-vendor-build-id=Gentoo/${PN}/${PVR}
1232 - --enable-gapless-playback
1233 - --disable-torrent
1234 - --disable-shave"
1235 -
1236 - econf \
1237 - $(use_enable doc docs) \
1238 - $(use_enable boo) \
1239 - $(use_enable mtp) \
1240 - $(use_enable daap) \
1241 - $(use_enable ipod) \
1242 - $(use_enable podcast) \
1243 - $(use_enable karma) \
1244 - $(use_enable wikipedia webkit) \
1245 - $(use_enable youtube) \
1246 - ${myconf}
1247 -}
1248 -
1249 -src_compile() {
1250 - emake MCS=/usr/bin/gmcs
1251 -}
1252 -
1253 -src_install() {
1254 - emake DESTDIR="${D}" install || die "emake install efailed"
1255 - find "${D}" -name '*.la' -delete
1256 -}
1257 -
1258 -pkg_preinst() {
1259 - gnome2_icon_savelist
1260 -}
1261 -
1262 -pkg_postinst() {
1263 - ewarn
1264 - ewarn "If ${PN} doesn't play some format, please check your"
1265 - ewarn "USE flags on media-plugins/gst-plugins-meta"
1266 - ewarn
1267 -
1268 - fdo-mime_desktop_database_update
1269 - fdo-mime_mime_database_update
1270 - gnome2_icon_cache_update
1271 -}
1272 -
1273 -pkg_postrm() {
1274 - fdo-mime_desktop_database_update
1275 - fdo-mime_mime_database_update
1276 - gnome2_icon_cache_update
1277 -}
1278
1279 diff --git a/media-sound/banshee/metadata.xml b/media-sound/banshee/metadata.xml
1280 deleted file mode 100644
1281 index b40fe06..0000000
1282 --- a/media-sound/banshee/metadata.xml
1283 +++ /dev/null
1284 @@ -1,12 +0,0 @@
1285 -<?xml version="1.0" encoding="UTF-8"?>
1286 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1287 -<pkgmetadata>
1288 - <herd>dotnet</herd>
1289 - <herd>gstreamer</herd>
1290 - <use>
1291 - <flag name="boo">Use external Boo instead of the bundled one</flag>
1292 - <flag name="daap">Build with Daap support</flag>
1293 - <flag name="karma">Build with karma support</flag>
1294 - <flag name="podcast">Build with podcasting support</flag>
1295 - </use>
1296 -</pkgmetadata>
1297
1298 diff --git a/www-servers/uwsgi/ChangeLog b/www-servers/uwsgi/ChangeLog
1299 deleted file mode 100644
1300 index 893166c..0000000
1301 --- a/www-servers/uwsgi/ChangeLog
1302 +++ /dev/null
1303 @@ -1,12 +0,0 @@
1304 -# ChangeLog for www-servers/uwsgi
1305 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
1306 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.1 2010/05/03 19:24:28 hollow Exp $
1307 -
1308 -*uwsgi-0.9.5 (03 May 2010)
1309 -
1310 - 03 May 2010; Benedikt Böhm <hollow@g.o> +uwsgi-0.9.5.ebuild,
1311 - +files/uwsgi-0.9.5-fix_uwsgiconfig.py_indentation.patch,
1312 - +files/uwsgi-0.9.5-respect_flags.patch, +metadata.xml:
1313 - initial ebuild. thanks to Arfrever Frehtes Taifersar Arahesis for sane
1314 - python ABI support. closes #314931
1315 -
1316
1317 diff --git a/www-servers/uwsgi/Manifest b/www-servers/uwsgi/Manifest
1318 index b5a8581..83f2c18 100644
1319 --- a/www-servers/uwsgi/Manifest
1320 +++ b/www-servers/uwsgi/Manifest
1321 @@ -1,9 +1,8 @@
1322 AUX 1.1.2-threaded-php.patch 1098 RMD160 df45f3951fe9b75e2fbde10e5bcf8fa42f42c7eb SHA1 de05ded4b9a82392bb662a2cf2a05e8741fce641 SHA256 e5f03fcdf2ebf7d2867b21e640f2c44f23da169108b2ea964e96fea44152d49b
1323 -AUX 42_mod_uwsgi.conf 159 RMD160 d3de5b69a9e292c731508b13a0bdbe234fac9db7 SHA1 24624a805c16778aaa4e24b74d2e8230ee381aec SHA256 b759712baa7b8abab2ffd56c3cbc970cb9189ef1efa3f3aa154a963dc67ba861
1324 -AUX uwsgi.confd 1436 RMD160 27556a66bcd8f55e50bbce61110fdcc0a7b78b22 SHA1 a054d3d71fe333edc3a13c441051592a0db552e0 SHA256 2d87d90f643948e6d7f2a491196874d930122c37ff65949b089fdcba26916399
1325 -AUX uwsgi.initd 3191 RMD160 dc665d3dc1325266c2fcee095503ae4e6b297980 SHA1 56396e9f7870a61e4084b524432972f349c09240 SHA256 4e2913b96e6fc88287879126727ae627e32fd5b51076aa8155af73359f1c97ca
1326 -DIST uwsgi-1.2.tar.gz 506666 RMD160 1f938223a62c9b44996e623a8e41a1383ff57376 SHA1 9a3ec0ebaf0e71d3ecec4b79a90bf9b97b49b713 SHA256 55b43b3dc5d08db87cceff1a6aa93fb62cfa3ed3a897f2b2a087ed9597fd4e4a
1327 -EBUILD uwsgi-1.2.ebuild 7318 RMD160 23d2500c7a9324aa183eb55dea11632b96db6493 SHA1 f0e64c4f999d9b2e9cc271990f431c1f64169d8d SHA256 8544a7b4234b07b90712e09c8b37f6d4e75f44a7cd98cac67c2ae4906387f754
1328 -EBUILD uwsgi-9999.ebuild 5244 RMD160 d4e039a853ae5e78b7a969c6cd3c14b2047a0caa SHA1 5463d445d460fa649cb1f90a2d16c170a0f7ddae SHA256 d0a9ddac405f57588009d4e6c87f08033cc405b60433aeb44b4f41bc153e99f4
1329 -MISC ChangeLog 533 RMD160 cef38aefe63bc7d5ad4a767bc34b7f57a1be9b5a SHA1 80e5cd4bd06fa22b86e439e7260064260df14d37 SHA256 418abb3d30490aae32336efcb4c27ee96af8a09f1f9bbfc629384efe8c2363a9
1330 -MISC metadata.xml 255 RMD160 07d553bdf9282f61c4e99ad3f7697a310946cf9d SHA1 533ddafc8a18d2110ccdbec4c99c48abbcd6e633 SHA256 e3eef1b3ebe3eea3ba74657f3a332c7427c1bd24a5609d2ff887f63901d9cd35
1331 +AUX 1.2.3-pyerl.patch 1015 RMD160 d3cd337fa83e8e837cdf9840fab1c9ed9503341f SHA1 aff381165927b8ed4fd0df86031fd07bec946a8c SHA256 1da74cb8d108f46c4faa39548f73de2f74849dde81d1012b71c7c91ab939596b
1332 +AUX 42_mod_uwsgi-r1.conf 248 RMD160 78c86c462d2484b7d3b1e7219863aeb74147bc41 SHA1 b8f7c888447d4ca30ce803b81f9bfd35a95d7d34 SHA256 40ef0a3916eba8f1a87828911571e9d8bf838f38f050d67df1662aca11ba6c91
1333 +AUX uwsgi.confd-r1 1438 RMD160 b75f46a290f6f3710a1547aa0192180f3d440592 SHA1 874d0c89c7116694c3afa15949bf0613ecbcf7a2 SHA256 baa1522d488523daf67d3d480f9aa5076ae3252ab2731f4c25ef564caba8cfd2
1334 +AUX uwsgi.initd-r1 3302 RMD160 fda20075196ba206f9adbef5dcc3840dcf3dd036 SHA1 32f4cad560d42b8742e71f2b3169832294b20882 SHA256 abd50ba8e2ddb94ba365c5cccdf9a42d1972532757cc47f819dc89b62007bdcc
1335 +DIST uwsgi-1.2.3.tar.gz 512385 RMD160 816a2970b1ba57a25fe0e12fde2ebb49092408c1 SHA1 337d2144fae8982c97a91830287e84b84974ad10 SHA256 1f9f6047468272708241780597014ed00d93919a384e81b30e65167fb2c2e129
1336 +EBUILD uwsgi-1.2.3-r1.ebuild 8574 RMD160 9b2a961c5fb2fb7b6c679d84cd21cd1d35910df1 SHA1 5453d1061926dafe1365b9afb8755bc4f0cb2acb SHA256 dd5262345304213499a6c832fb60331f63b25028042aa2d56556d7b03208c0d1
1337 +MISC metadata.xml 1575 RMD160 0298cde53d7ba67bc1ce2d22cd7869e39be4bd1d SHA1 3072db6b24e505c2cdbf7a7f0ad185c6d1e45cec SHA256 7834a6ae50ea8159913bb5ecdfcfff14d4d9befbe3cc52a4d9fa95bf9f5b5168
1338
1339 diff --git a/www-servers/uwsgi/files/42_mod_uwsgi.conf b/www-servers/uwsgi/files/42_mod_uwsgi.conf
1340 deleted file mode 100644
1341 index a619bae..0000000
1342 --- a/www-servers/uwsgi/files/42_mod_uwsgi.conf
1343 +++ /dev/null
1344 @@ -1,7 +0,0 @@
1345 -<IfDefine UWSGI>
1346 - LoadModule uwsgi_module modules/mod_uwsgi.so
1347 -</IfDefine>
1348 -<IfDefine RUWSGI>
1349 - LoadModule uwsgi_module modules/mod_Ruwsgi.so
1350 -</IfDefine>
1351 -
1352
1353 diff --git a/www-servers/uwsgi/files/uwsgi.confd b/www-servers/uwsgi/files/uwsgi.confd
1354 deleted file mode 100644
1355 index 5d1fc5c..0000000
1356 --- a/www-servers/uwsgi/files/uwsgi.confd
1357 +++ /dev/null
1358 @@ -1,53 +0,0 @@
1359 -# Distributed under the terms of the GNU General Public License v2
1360 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/files/uwsgi.confd,v 1.1 2011/05/31 19:49:07 maksbotan Exp $
1361 -
1362 -# YOU SHOULD ONLY MODIFY THIS FILE IF YOU USE THE UWSGI EMPEROR MODE!
1363 -# IF YOU WANT TO RUN A SINGLE APP INSTANCE, CREATE A COPY AND MODIFY THAT INSTEAD!
1364 -
1365 -# Path (or name) of UNIX/TCP socket to bind to
1366 -# Example : UWSGI_SOCKET=127.0.0.1:1234
1367 -UWSGI_SOCKET=
1368 -
1369 -# Enable threads? (1 = yes, 0 = no). The default is 0
1370 -#
1371 -UWSGI_THREADS=0
1372 -
1373 -# The path to your uWSGI application.
1374 -#
1375 -UWSGI_PROGRAM=
1376 -
1377 -# The path to your uWSGI xml config file.
1378 -#
1379 -UWSGI_XML_CONFIG=
1380 -
1381 -# The number of child processes to spawn. The default is 1.
1382 -#
1383 -UWSGI_PROCESSES=1
1384 -
1385 -# The log file path. If empty, log only errors
1386 -#
1387 -UWSGI_LOG_FILE=
1388 -
1389 -# If you want to run your application inside a chroot then specify the
1390 -# directory here. Leave this blank otherwise.
1391 -#
1392 -UWSGI_CHROOT=
1393 -
1394 -# If you want to run your application from a specific directiory specify
1395 -# it here. Leave this blank otherwise.
1396 -#
1397 -UWSGI_DIR=
1398 -
1399 -# The user and group to run your application as. If you do not specify these,
1400 -# the application will be run as root:root.
1401 -#
1402 -UWSGI_USER=
1403 -
1404 -# Run the uwsgi emperor which loads vassals dynamically from this PATH
1405 -# see http://projects.unbit.it/uwsgi/wiki/Emperor
1406 -# The advised Gentoo folder is /etc/uwsgi.d/
1407 -UWSGI_EMPEROR_PATH=
1408 -
1409 -# Additional options you might want to pass to uWSGI
1410 -#
1411 -UWSGI_EXTRA_OPTIONS=
1412
1413 diff --git a/www-servers/uwsgi/files/uwsgi.initd b/www-servers/uwsgi/files/uwsgi.initd
1414 deleted file mode 100644
1415 index 5b6335a..0000000
1416 --- a/www-servers/uwsgi/files/uwsgi.initd
1417 +++ /dev/null
1418 @@ -1,134 +0,0 @@
1419 -#!/sbin/runscript
1420 -# Copyright 1999-2011 Gentoo Foundation
1421 -# Distributed under the terms of the GNU General Public License v2
1422 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/files/uwsgi.initd,v 1.1 2011/05/31 19:49:07 maksbotan Exp $
1423 -
1424 -PROGNAME=${SVCNAME#*.}
1425 -
1426 -UWSGI_EXEC=/usr/bin/uwsgi
1427 -PIDPATH=/var/run/uwsgi
1428 -PIDFILE="${PIDPATH}/${PROGNAME}.pid"
1429 -
1430 -extra_started_commands="${opts} reload stats"
1431 -
1432 -depend() {
1433 - need net
1434 -}
1435 -
1436 -start_emperor() {
1437 - local OPTIONS
1438 - OPTIONS="--emperor ${UWSGI_EMPEROR_PATH} --daemonize"
1439 -
1440 - if [ -n "${UWSGI_LOG_FILE}" ]; then
1441 - OPTIONS="${OPTIONS} ${UWSGI_LOG_FILE}"
1442 - else
1443 - OPTIONS="${OPTIONS} /dev/null --disable-logging"
1444 - fi
1445 -
1446 - [ -z "${UWSGI_DIR}" ] && UWSGI_DIR="/"
1447 - [ -z "${UWSGI_USER}" ] && UWSGI_USER="root"
1448 -
1449 - if [ -n "${UWSGI_EXTRA_OPTIONS}" ]; then
1450 - OPTIONS="${OPTIONS} ${UWSGI_EXTRA_OPTIONS}"
1451 - fi
1452 -
1453 - ebegin "Starting uWSGI emperor"
1454 - cd "${UWSGI_DIR}" && \
1455 - start-stop-daemon --start --user "${UWSGI_USER}" --exec "${UWSGI_EXEC}" \
1456 - -- ${OPTIONS} --pidfile "${PIDFILE}"
1457 - return $?
1458 -}
1459 -
1460 -start_app() {
1461 - local OPTIONS
1462 - OPTIONS="--master --daemonize"
1463 -
1464 - if [ -n "${UWSGI_LOG_FILE}" ]; then
1465 - OPTIONS="${OPTIONS} ${UWSGI_LOG_FILE}"
1466 - else
1467 - OPTIONS="${OPTIONS} /dev/null --disable-logging"
1468 - fi
1469 -
1470 - [ -z "${UWSGI_DIR}" ] && UWSGI_DIR="/"
1471 - [ -z "${UWSGI_USER}" ] && UWSGI_USER="root"
1472 -
1473 - if [ -n "${UWSGI_EXTRA_OPTIONS}" ]; then
1474 - OPTIONS="${OPTIONS} ${UWSGI_EXTRA_OPTIONS}"
1475 - fi
1476 -
1477 - if [ "${UWSGI_THREADS}" = "1" ]; then
1478 - OPTIONS="${OPTIONS} --enable-threads"
1479 - fi
1480 -
1481 - if [ -n "${UWSGI_SOCKET}" ]; then
1482 - OPTIONS="${OPTIONS} --socket ${UWSGI_SOCKET}"
1483 - fi
1484 -
1485 - if [ -n "${UWSGI_PROCESSES}" ]; then
1486 - OPTIONS="${OPTIONS} --processes ${UWSGI_PROCESSES}"
1487 - fi
1488 -
1489 - if [ -n "${UWSGI_CHROOT}" ]; then
1490 - OPTIONS="${OPTIONS} --chroot ${UWSGI_CHROOT}"
1491 - fi
1492 -
1493 - if [ -n "${UWSGI_PROGRAM}" ]; then
1494 - OPTIONS="${OPTIONS} --file ${UWSGI_PROGRAM}"
1495 - fi
1496 -
1497 - if [ -n "${UWSGI_XML_CONFIG}" ]; then
1498 - OPTIONS="${OPTIONS} --xmlconfig ${UWSGI_XML_CONFIG}"
1499 - fi
1500 -
1501 - ebegin "Starting uWSGI application ${PROGNAME}"
1502 - cd "${UWSGI_DIR}" && \
1503 - start-stop-daemon --start --user "${UWSGI_USER}" --exec "${UWSGI_EXEC}" \
1504 - -- ${OPTIONS} --pidfile "${PIDFILE}"
1505 - return $?
1506 -}
1507 -
1508 -start() {
1509 - mkdir -p "${PIDPATH}"
1510 -
1511 - if [ "${SVCNAME}" == "uwsgi" ]; then
1512 - if [ -n "${UWSGI_EMPEROR_PATH}" ]; then
1513 - start_emperor
1514 - eend $?
1515 - else
1516 - eerror "You are not supposed to run this script directly. Create a symlink"
1517 - eerror "for the uwsgi application you want to run as well as a copy of the"
1518 - eerror "configuration file and modify it appropriately like so..."
1519 - eerror
1520 - eerror " ln -s uwsgi /etc/init.d/uwsgi.trac"
1521 - eerror " cp /etc/conf.d/uwsgi /etc/conf.d/uwsgi.trac"
1522 - eerror " `basename "${EDITOR}"` /etc/conf.d/uwsgi.trac"
1523 - eerror
1524 - return 1
1525 - fi
1526 - else
1527 - start_app
1528 - eend $?
1529 - fi
1530 -}
1531 -
1532 -stop() {
1533 - if [ -n "${UWSGI_EMPEROR_PATH}" ]; then
1534 - ebegin "Stopping uWSGI emperor"
1535 - else
1536 - ebegin "Stopping uWSGI application ${PROGNAME}"
1537 - fi
1538 - start-stop-daemon --stop --signal QUIT --pidfile "${PIDFILE}"
1539 - eend $?
1540 -}
1541 -
1542 -reload() {
1543 - ebegin "Reloading uWSGI"
1544 - start-stop-daemon --signal HUP --pidfile "${PIDFILE}"
1545 - eend $?
1546 -}
1547 -
1548 -stats() {
1549 - ebegin "Logging uWSGI statistics"
1550 - start-stop-daemon --signal USR1 --pidfile "${PIDFILE}"
1551 - eend $?
1552 -}
1553
1554 diff --git a/www-servers/uwsgi/metadata.xml b/www-servers/uwsgi/metadata.xml
1555 index 18c5a8c..3c146b8 100644
1556 --- a/www-servers/uwsgi/metadata.xml
1557 +++ b/www-servers/uwsgi/metadata.xml
1558 @@ -1,9 +1,21 @@
1559 <?xml version="1.0" encoding="UTF-8"?>
1560 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
1561 <pkgmetadata>
1562 - <herd>no-herd</herd>
1563 + <herd>python</herd>
1564 <maintainer>
1565 - <email>hollow@g.o</email>
1566 - <name>Benedikt Böhm</name>
1567 + <email>ultrabug@g.o</email>
1568 </maintainer>
1569 + <use>
1570 + <flag name='carbon'>Enable support for sending statistics to a carbon server (see http://projects.unbit.it/uwsgi/wiki/Carbon).</flag>
1571 + <flag name='erlang'>Let the uWSGI server as as an Erlang C-Node and exchange messages and rpc with Erlang nodes. Together with the USE=python this enables erlang support in python (see the mappings table in http://projects.unbit.it/uwsgi/wiki/ErlangIntegration).</flag>
1572 + <flag name='gevent'>Use <pkg>dev-python/gevent</pkg> for async request dispatching and as LoopEngine (see http://projects.unbit.it/uwsgi/wiki/Gevent).</flag>
1573 + <flag name='graylog2'>Enable logging to graylog2 (see http://graylog2.org/).</flag>
1574 + <flag name='json'>Support json as a configuration file format.</flag>
1575 + <flag name='nagios'>Add nagios-friendly logging output (see http://projects.unbit.it/uwsgi/wiki/Nagios).</flag>
1576 + <flag name='rrdtool'>Enable support for writing requests data in RRD files.</flag>
1577 + <flag name='rsyslog'>Support direct logging to a <pkg>app-admin/rsyslog</pkg> socket (without going through the syslog interface).</flag>
1578 + <flag name='spooler'>Build a plugin which gives a network spooler (see http://projects.unbit.it/uwsgi/wiki/Spooler).</flag>
1579 + <flag name='yaml'>Support yaml as a configuration file format.</flag>
1580 + <flag name='zeromq'>Enable logging and deployment via ZeroMQ.</flag>
1581 + </use>
1582 </pkgmetadata>
1583
1584 diff --git a/www-servers/uwsgi/uwsgi-1.2.ebuild b/www-servers/uwsgi/uwsgi-1.2.ebuild
1585 deleted file mode 100644
1586 index 733c8df..0000000
1587 --- a/www-servers/uwsgi/uwsgi-1.2.ebuild
1588 +++ /dev/null
1589 @@ -1,286 +0,0 @@
1590 -# Copyright 1999-2012 Gentoo Foundation
1591 -# Distributed under the terms of the GNU General Public License v2
1592 -# $Header: $
1593 -
1594 -EAPI="4"
1595 -PYTHON_DEPEND="python? 2:2.4:2.7 3:3.1:3.2"
1596 -PYTHON_MODNAME="uwsgidecorators"
1597 -SUPPORT_PYTHON_ABIS="1"
1598 -USE_RUBY="ruby18 ree18 ruby19"
1599 -RUBY_OPTIONAL="yes"
1600 -PHP_EXT_NAME="dummy"
1601 -PHP_EXT_INI="no"
1602 -USE_PHP="php5-3 php5-4" # deps must be registered separately below
1603 -PHP_EXT_OPTIONAL_USE="php"
1604 -
1605 -MY_P="${P/_/-}"
1606 -
1607 -inherit apache-module eutils python multilib pax-utils php-ext-source-r2 ruby-ng
1608 -
1609 -DESCRIPTION="uWSGI server for Python web applications"
1610 -HOMEPAGE="http://projects.unbit.it/uwsgi/"
1611 -SRC_URI="http://projects.unbit.it/downloads/${MY_P}.tar.gz"
1612 -
1613 -LICENSE="GPL-2"
1614 -SLOT="0"
1615 -KEYWORDS="~amd64 ~x86"
1616 -IUSE="apache2 +caps +carbon debug erlang graylog2 json ldap lua +nagios perl +pcre php python rrdtool rsyslog ruby spooler sqlite syslog +uuid +xml yaml zeromq"
1617 -REQUIRED_USE="|| ( erlang lua perl php python ruby )"
1618 -
1619 -CDEPEND="caps? ( sys-libs/libcap )
1620 - json? ( dev-libs/jansson )
1621 - erlang? ( dev-lang/erlang )
1622 - graylog2? ( sys-libs/zlib )
1623 - ldap? ( net-nds/openldap )
1624 - lua? ( dev-lang/lua )
1625 - pcre? ( dev-libs/libpcre )
1626 - perl? ( dev-lang/perl )
1627 - php? (
1628 - php_targets_php5-3? ( dev-lang/php:5.3[embed] )
1629 - php_targets_php5-4? ( dev-lang/php:5.4[embed] )
1630 - )
1631 - ruby? ( $(ruby_implementations_depend) )
1632 - sqlite? ( dev-db/sqlite:3 )
1633 - rsyslog? ( app-admin/rsyslog )
1634 - uuid? ( sys-apps/util-linux )
1635 - xml? ( dev-libs/libxml2 )
1636 - yaml? ( dev-libs/libyaml )
1637 - zeromq? ( net-libs/zeromq )"
1638 -DEPEND="${CDEPEND}
1639 - dev-util/pkgconfig"
1640 -RDEPEND="${CDEPEND}
1641 - rrdtool? ( net-analyzer/rrdtool )"
1642 -
1643 -S="${WORKDIR}/${MY_P}"
1644 -APXS2_S="${S}/apache2"
1645 -APACHE2_MOD_CONF="42_mod_${PN}"
1646 -
1647 -want_apache2_2
1648 -
1649 -use_true_false() {
1650 - if use $1 ; then
1651 - echo "true"
1652 - else
1653 - echo "false"
1654 - fi
1655 -}
1656 -
1657 -src_unpack() {
1658 - default
1659 -}
1660 -
1661 -pkg_setup() {
1662 - depend.apache_pkg_setup
1663 - python_pkg_setup
1664 -}
1665 -
1666 -src_prepare() {
1667 - epatch "${FILESDIR}/1.1.2-threaded-php.patch"
1668 -
1669 - sed -i \
1670 - -e "s|'-O2', ||" \
1671 - -e "s|'-Werror', ||" \
1672 - -e "s|uc.get('plugin_dir')|uc.get('plugin_build_dir')|" \
1673 - uwsgiconfig.py || die "sed failed"
1674 -
1675 - sed -i \
1676 - -e 's|python\([0-9].[0-9]\)-config|python-config-\1|' \
1677 - plugins/python/uwsgiplugin.py || die "sed failed"
1678 -
1679 - sed -i \
1680 - -e "s|/lib|/$(get_libdir)|" \
1681 - plugins/php/uwsgiplugin.py || die "sed failed"
1682 -}
1683 -
1684 -src_configure() {
1685 - local plugins=""
1686 - use carbon && plugins+=", carbon"
1687 - use graylog2 && plugins+=", graylog2"
1688 - use nagios && plugins+=", nagios"
1689 - use rrdtool && plugins+=", rrdtool"
1690 - use rsyslog && plugins+=", rsyslog"
1691 - use syslog && plugins+=", syslog"
1692 -
1693 - cat > "buildconf/gentoo.ini" << EOF
1694 -[uwsgi]
1695 -xml = $(use_true_false xml)
1696 -ini = true
1697 -yaml = $(use_true_false yaml)
1698 -json = $(use_true_false json)
1699 -sqlite3 = $(use_true_false sqlite)
1700 -zeromq = $(use_true_false zeromq)
1701 -snmp = true
1702 -sctp = false
1703 -spooler = true
1704 -embedded = true
1705 -udp = true
1706 -multicast = true
1707 -threading = true
1708 -sendfile = true
1709 -minterpreters = true
1710 -async = true
1711 -evdis = false
1712 -ldap = $(use_true_false ldap)
1713 -pcre = $(use_true_false pcre)
1714 -debug = $(use_true_false debug)
1715 -unbit = false
1716 -xml_implementation = libxml2
1717 -yaml_implementation = libyaml
1718 -malloc_implementation = libc
1719 -plugins =
1720 -bin_name = uwsgi
1721 -append_version =
1722 -plugin_dir = /usr/$(get_libdir)/uwsgi
1723 -plugin_build_dir = ${T}/plugins
1724 -embedded_plugins = ping, cache, rpc, fastrouter, http, ugreen, signal, logsocket, router_uwsgi, router_redirect, router_basicauth, zergpool, ${plugins:1}
1725 -as_shared_library = false
1726 -
1727 -locking = auto
1728 -event = auto
1729 -timer = auto
1730 -filemonitor = auto
1731 -
1732 -embed_files =
1733 -
1734 -embed_config =
1735 -[python]
1736 -paste = true
1737 -web3 = true
1738 -EOF
1739 - use caps || sed -i -e 's|sys/capability.h|DISABLED|' uwsgiconfig.py || die "sed failed"
1740 - use uuid || sed -i -e 's|uuid/uuid.h|DISABLED|' uwsgiconfig.py || die "sed failed"
1741 -}
1742 -
1743 -each_ruby_compile() {
1744 - cd "${WORKDIR}/${MY_P}"
1745 -
1746 - UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/rack gentoo rack_${RUBY##*/} || die "building plugin for ${RUBY} failed"
1747 -
1748 - if [[ "${RUBY}" == *ruby19 ]] ; then
1749 - UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/fiber gentoo || die "building fiber plugin for ${RUBY} failed"
1750 - fi
1751 -}
1752 -
1753 -install_python_lib() {
1754 - insinto $(python_get_sitedir)
1755 - doins uwsgidecorators.py
1756 -}
1757 -
1758 -src_compile() {
1759 - python uwsgiconfig.py --build gentoo || die "building uwsgi failed"
1760 -
1761 - mkdir -p "${T}/plugins"
1762 -
1763 - if use erlang ; then
1764 - python uwsgiconfig.py --plugin plugins/erlang gentoo || die "building plugin for erlang failed"
1765 - fi
1766 -
1767 - if use lua ; then
1768 - python uwsgiconfig.py --plugin plugins/lua gentoo || die "building plugin for lua failed"
1769 - fi
1770 -
1771 - if use perl ; then
1772 - python uwsgiconfig.py --plugin plugins/psgi gentoo || die "building plugin for perl failed"
1773 - fi
1774 -
1775 - if use php ; then
1776 - for s in $(php_get_slots); do
1777 - UWSGICONFIG_PHPDIR="/usr/$(get_libdir)/${s}" python uwsgiconfig.py --plugin plugins/php gentoo ${s/.} || die "building plugin for ${s} failed"
1778 - done
1779 - fi
1780 -
1781 - if use python ; then
1782 - for a in ${PYTHON_ABIS} ; do
1783 - python${a} uwsgiconfig.py --plugin plugins/python gentoo python${a/.} || die "building plugin for python-${a} failed"
1784 - done
1785 - fi
1786 -
1787 - if use ruby ; then
1788 - ruby-ng_src_compile
1789 - fi
1790 -
1791 - if use spooler ; then
1792 - python uwsgiconfig.py --plugin plugins/spooler gentoo || die "building plugin for spooler failed"
1793 - fi
1794 -
1795 - if use apache2 ; then
1796 - for m in Ruwsgi uwsgi ; do
1797 - APXS2_ARGS="-c mod_${m}.c"
1798 - apache-module_src_compile
1799 - done
1800 - fi
1801 -}
1802 -
1803 -src_install() {
1804 - dobin uwsgi
1805 - pax-mark m "${D}"/usr/bin/uwsgi
1806 -
1807 - insinto /usr/$(get_libdir)/uwsgi
1808 - doins "${T}/plugins"/*.so
1809 -
1810 - use lua && dosym uwsgi /usr/bin/uwsgi_lua
1811 -
1812 - use perl && dosym uwsgi /usr/bin/uwsgi_perl
1813 -
1814 - if use php ; then
1815 - for a in ${PYTHON_ABIS} ; do
1816 - dosym uwsgi /usr/bin/uwsgi_${s/.}
1817 - done
1818 - fi
1819 -
1820 - if use python ; then
1821 - python_execute_function install_python_lib
1822 - for a in ${PYTHON_ABIS} ; do
1823 - dosym uwsgi /usr/bin/uwsgi_python${a/.}
1824 - done
1825 - fi
1826 -
1827 - if use apache2; then
1828 - for m in Ruwsgi uwsgi ; do
1829 - APACHE2_MOD_FILE="${APXS2_S}/.libs/mod_${m}.so"
1830 - apache-module_src_install
1831 - done
1832 - fi
1833 -
1834 - newinitd "${FILESDIR}"/uwsgi.initd uwsgi
1835 - newconfd "${FILESDIR}"/uwsgi.confd uwsgi
1836 - keepdir /etc/"${PN}".d
1837 - use spooler && keepdir /var/spool/"${PN}"
1838 -}
1839 -
1840 -pkg_postinst() {
1841 - if use apache2 ; then
1842 - elog "Two Apache modules have been installed: mod_uwsgi and mod_Ruwsgi."
1843 - elog "You can enable them with -DUWSGI or -DRUWSGI in /etc/conf.d/apache2."
1844 - elog "Both have the same configuration interface and define the same symbols."
1845 - elog "Therefore you can enable only one of them at a time."
1846 - elog "mod_uwsgi is commercially supported by Unbit and stable but a bit hacky."
1847 - elog "mod_Ruwsgi is newer and more Apache-API friendly but not commercially supported."
1848 - fi
1849 -
1850 - elog "Append the following options to the uwsgi call to load the respective language plugin:"
1851 - use erlang && elog " '--plugins erlang' for erlang"
1852 - use lua && elog " '--plugins lua' for lua"
1853 - use perl && elog " '--plugins psgi' for perl"
1854 -
1855 - if use php ; then
1856 - for s in $(php_get_slots); do
1857 - elog " '--plugins ${s/.}' for ${s}"
1858 - done
1859 - fi
1860 -
1861 - if use python ; then
1862 - for a in ${PYTHON_ABIS} ; do
1863 - elog " '--plugins python${a/.}' for python-${a}"
1864 - done
1865 - fi
1866 -
1867 - if use ruby ; then
1868 - for ruby in $USE_RUBY; do
1869 - use ruby_targets_${ruby} && elog " '--plugins rack_${ruby/.}' for ${ruby}"
1870 - if [[ "${ruby}" == *ruby19 ]] ; then
1871 - elog " '--plugins fibre' for ruby-1.9 fibres"
1872 - fi
1873 - done
1874 - fi
1875 -}
1876
1877 diff --git a/www-servers/uwsgi/uwsgi-9999.ebuild b/www-servers/uwsgi/uwsgi-9999.ebuild
1878 deleted file mode 100644
1879 index b2e3930..0000000
1880 --- a/www-servers/uwsgi/uwsgi-9999.ebuild
1881 +++ /dev/null
1882 @@ -1,213 +0,0 @@
1883 -# Copyright 1999-2011 Gentoo Foundation
1884 -# Distributed under the terms of the GNU General Public License v2
1885 -# $Header: $
1886 -
1887 -EAPI="4"
1888 -PYTHON_DEPEND="python? 2:2.4:2.7 3:3.1:3.2"
1889 -SUPPORT_PYTHON_ABIS="1"
1890 -USE_RUBY="ruby18 ree18 ruby19"
1891 -RUBY_OPTIONAL="yes"
1892 -
1893 -inherit apache-module python multilib mercurial
1894 -
1895 -DESCRIPTION="uWSGI server for Python web applications"
1896 -HOMEPAGE="http://projects.unbit.it/uwsgi/"
1897 -EHG_REPO_URI="http://projects.unbit.it/hg/uwsgi"
1898 -
1899 -LICENSE="GPL-2"
1900 -SLOT="0"
1901 -KEYWORDS=""
1902 -IUSE="apache2 +caps +carbon debug json ldap lua +nagios +pcre perl python ruby rrdtool sqlite +uuid +xml yaml zeromq"
1903 -
1904 -CDEPEND="uuid? ( sys-apps/util-linux )
1905 - caps? ( sys-libs/libcap )
1906 - json? ( dev-libs/jansson )
1907 - ldap? ( net-nds/openldap )
1908 - lua? ( dev-lang/lua )
1909 - pcre? ( dev-libs/libpcre )
1910 - perl? ( dev-lang/perl )
1911 - ruby? ( $(ruby_implementations_depend) )
1912 - sqlite? ( dev-db/sqlite:3 )
1913 - xml? ( dev-libs/libxml2 )
1914 - yaml? ( dev-libs/libyaml )
1915 - zeromq? ( net-libs/zeromq )"
1916 -DEPEND="${CDEPEND}
1917 - dev-util/pkgconfig"
1918 -RDEPEND="${CDEPEND}
1919 - rrdtool? ( net-analyzer/rrdtool )"
1920 -
1921 -APXS2_S="${S}/apache2"
1922 -APACHE2_MOD_CONF="42_mod_${PN}"
1923 -want_apache2_2
1924 -
1925 -use_true_false() {
1926 - if use $1 ; then
1927 - echo "true"
1928 - else
1929 - echo "false"
1930 - fi
1931 -}
1932 -
1933 -src_unpack() {
1934 - default
1935 -}
1936 -
1937 -pkg_setup() {
1938 - depend.apache_pkg_setup
1939 - python_pkg_setup
1940 -}
1941 -
1942 -src_prepare() {
1943 - sed -i \
1944 - -e "s|'-O2', ||" \
1945 - -e "s|'-Werror', ||" \
1946 - -e "s|uc.get('plugin_dir')|uc.get('plugin_build_dir')|" \
1947 - uwsgiconfig.py || die "sed failed"
1948 -
1949 - sed -i \
1950 - -e 's|python\([0-9].[0-9]\)-config|python-config-\1|' \
1951 - plugins/python??/uwsgiplugin.py || die "sed failed"
1952 -}
1953 -src_configure() {
1954 - local plugins=""
1955 - use carbon && plugins+=", carbon"
1956 - use nagios && plugins+=", nagios"
1957 - use rrdtool && plugins+=", rrdtool"
1958 -
1959 - cat > "buildconf/gentoo.ini" << EOF
1960 -[uwsgi]
1961 -xml = $(use_true_false xml)
1962 -ini = true
1963 -yaml = $(use_true_false yaml)
1964 -json = $(use_true_false json)
1965 -sqlite3 = $(use_true_false sqlite)
1966 -zeromq = $(use_true_false zeromq)
1967 -snmp = true
1968 -sctp = false
1969 -spooler = true
1970 -embedded = true
1971 -udp = true
1972 -multicast = true
1973 -threading = true
1974 -sendfile = true
1975 -minterpreters = true
1976 -async = true
1977 -evdis = false
1978 -ldap = $(use_true_false ldap)
1979 -pcre = $(use_true_false pcre)
1980 -debug = $(use_true_false debug)
1981 -unbit = false
1982 -xml_implementation = libxml2
1983 -yaml_implementation = libyaml
1984 -malloc_implementation = libc
1985 -plugins =
1986 -bin_name = uwsgi
1987 -append_version =
1988 -plugin_dir = /usr/$(get_libdir)/uwsgi
1989 -plugin_build_dir = ${T}/plugins
1990 -embedded_plugins = ping, cache, rpc, fastrouter, http, ugreen, signal, ${plugins:1}
1991 -as_shared_library = false
1992 -
1993 -locking = auto
1994 -event = auto
1995 -timer = auto
1996 -filemonitor = auto
1997 -
1998 -embed_files =
1999 -
2000 -embed_config =
2001 -
2002 -[python]
2003 -paste = true
2004 -web3 = true
2005 -
2006 -EOF
2007 - use caps || sed -i -e 's|sys/capability.h|DISABLED|' uwsgiconfig.py || die "sed failed"
2008 - use uuid || sed -i -e 's|uuid/uuid.h|DISABLED|' uwsgiconfig.py || die "sed failed"
2009 -}
2010 -
2011 -each_ruby_compile() {
2012 - cd "${WORKDIR}/${MY_P}"
2013 -
2014 - sed -i -e "s|^NAME=.*|NAME='rack_${RUBY##*/}'|" plugins/rack/uwsgiplugin.py || die "sed failed"
2015 - UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/rack gentoo || die "building plugin for ${RUBY} failed"
2016 -
2017 - if [[ "${RUBY}" == *ruby19 ]] ; then
2018 - UWSGICONFIG_RUBYPATH="${RUBY}" python uwsgiconfig.py --plugin plugins/ruby19 gentoo || die "building plugin for ${RUBY} failed"
2019 - fi
2020 -}
2021 -
2022 -src_compile() {
2023 - python uwsgiconfig.py --build gentoo || die "building uwsgi failed"
2024 -
2025 - mkdir -p "${T}/plugins"
2026 -
2027 - if use lua ; then
2028 - python uwsgiconfig.py --plugin plugins/lua gentoo || die "building plugin for lua failed"
2029 - fi
2030 -
2031 - if use perl ; then
2032 - python uwsgiconfig.py --plugin plugins/psgi gentoo || die "building plugin for perl failed"
2033 - fi
2034 -
2035 - if use python ; then
2036 - for a in ${PYTHON_ABIS} ; do
2037 - python uwsgiconfig.py --plugin plugins/python${a/.} gentoo || die "building plugin for python-${a} failed"
2038 - done
2039 - fi
2040 -
2041 - if use ruby ; then
2042 - ruby-ng_src_compile
2043 - fi
2044 -
2045 - if use apache2 ; then
2046 - for m in Ruwsgi uwsgi ; do
2047 - APXS2_ARGS="-c mod_${m}.c"
2048 - apache-module_src_compile
2049 - done
2050 - fi
2051 -}
2052 -
2053 -src_install() {
2054 - dobin uwsgi
2055 -
2056 - insinto /usr/$(get_libdir)/uwsgi
2057 - doins "${T}/plugins"/*.so
2058 -
2059 - use lua && dosym uwsgi /usr/bin/uwsgi_lua
2060 -
2061 - use perl && dosym uwsgi /usr/bin/uwsgi_perl
2062 -
2063 - if use python ; then
2064 - for a in ${PYTHON_ABIS} ; do
2065 - dosym uwsgi /usr/bin/uwsgi_python${a/.}
2066 - done
2067 - fi
2068 -
2069 - if use apache2; then
2070 - for m in Ruwsgi uwsgi ; do
2071 - APACHE2_MOD_FILE="${APXS2_S}/.libs/mod_${m}.so"
2072 - apache-module_src_install
2073 - done
2074 - fi
2075 -
2076 - newinitd "${FILESDIR}"/uwsgi.initd uwsgi
2077 - newconfd "${FILESDIR}"/uwsgi.confd uwsgi
2078 -
2079 -}
2080 -
2081 -pkg_postinst() {
2082 - if use apache2 ; then
2083 - elog "Two Apache modules have been installed: mod_uwsgi and mod_Ruwsgi."
2084 - elog "You can enable them with -DUWSGI or -DRUWSGI in /etc/conf.d/apache2."
2085 - elog "Both have the same configuration interface and define the same symbols."
2086 - elog "Therefore you can enable only one of them at a time."
2087 - elog "mod_uwsgi is commercially supported by Unbit and stable but a bit hacky."
2088 - elog "mod_Ruwsgi is newer and more Apache-API friendly but not commercially supported."
2089 - fi
2090 -
2091 - if use lua || use perl || use ruby || use python; then
2092 - elog "The lua, perl and ruby modules are built as plugins."
2093 - elog "Use '--plugins lua', '--plugins psgi', '--plugins rack_ruby18' or '--plugins python27' to load them."
2094 - fi
2095 -}