Gentoo Archives: gentoo-commits

From: "Alexys Jacob (ultrabug)" <ultrabug@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: ChangeLog uwsgi-2.0.8.ebuild
Date: Tue, 28 Oct 2014 13:43:19
Message-Id: 20141028134314.CAFE48EFF@oystercatcher.gentoo.org
1 ultrabug 14/10/28 13:43:14
2
3 Modified: ChangeLog uwsgi-2.0.8.ebuild
4 Log:
5 fix upstream archive mismatch, use github as SRC_URI
6
7 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key B658FA13)
8
9 Revision Changes Path
10 1.63 www-servers/uwsgi/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.63&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.63&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?r1=1.62&r2=1.63
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v
19 retrieving revision 1.62
20 retrieving revision 1.63
21 diff -u -r1.62 -r1.63
22 --- ChangeLog 27 Oct 2014 16:40:14 -0000 1.62
23 +++ ChangeLog 28 Oct 2014 13:43:14 -0000 1.63
24 @@ -1,6 +1,10 @@
25 # ChangeLog for www-servers/uwsgi
26 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.62 2014/10/27 16:40:14 ultrabug Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.63 2014/10/28 13:43:14 ultrabug Exp $
29 +
30 + 28 Oct 2014; Ultrabug <ultrabug@g.o> uwsgi-2.0.8.ebuild,
31 + -files/2.0.8-threaded-php.patch:
32 + fix upstream archive mismatch, use github as SRC_URI
33
34 *uwsgi-2.0.8 (27 Oct 2014)
35
36
37
38
39 1.2 www-servers/uwsgi/uwsgi-2.0.8.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild?r1=1.1&r2=1.2
44
45 Index: uwsgi-2.0.8.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- uwsgi-2.0.8.ebuild 27 Oct 2014 16:40:14 -0000 1.1
52 +++ uwsgi-2.0.8.ebuild 28 Oct 2014 13:43:14 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild,v 1.1 2014/10/27 16:40:14 ultrabug Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-2.0.8.ebuild,v 1.2 2014/10/28 13:43:14 ultrabug Exp $
58
59 EAPI="5"
60
61 @@ -20,7 +20,7 @@
62
63 DESCRIPTION="uWSGI server for Python web applications"
64 HOMEPAGE="http://projects.unbit.it/uwsgi/"
65 -SRC_URI="http://projects.unbit.it/downloads/${MY_P}.tar.gz"
66 +SRC_URI="https://github.com/unbit/uwsgi/archive/${MY_P}.tar.gz"
67
68 LICENSE="GPL-2"
69 SLOT="0"
70 @@ -137,7 +137,7 @@
71
72 src_prepare() {
73 epatch \
74 - "${FILESDIR}/2.0.8-threaded-php.patch"
75 + "${FILESDIR}/1.1.2-threaded-php.patch"
76
77 sed -i \
78 -e "s|'-O2', ||" \