Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/uwsgi: uwsgi-0.9.7.2.ebuild uwsgi-1.0.2.1.ebuild uwsgi-0.9.8.ebuild ChangeLog
Date: Sat, 25 Feb 2012 04:26:19
Message-Id: 20120225042607.8543E2004B@flycatcher.gentoo.org
1 patrick 12/02/25 04:26:07
2
3 Modified: uwsgi-0.9.7.2.ebuild uwsgi-1.0.2.1.ebuild
4 uwsgi-0.9.8.ebuild ChangeLog
5 Log:
6 Restricting pypy and jython
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.3 www-servers/uwsgi/uwsgi-0.9.7.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild?r1=1.2&r2=1.3
16
17 Index: uwsgi-0.9.7.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- uwsgi-0.9.7.2.ebuild 6 Jun 2011 16:10:11 -0000 1.2
24 +++ uwsgi-0.9.7.2.ebuild 25 Feb 2012 04:26:07 -0000 1.3
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild,v 1.2 2011/06/06 16:10:11 maksbotan Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.7.2.ebuild,v 1.3 2012/02/25 04:26:07 patrick Exp $
31
32 EAPI="3"
33 -PYTHON_DEPEND="*"
34 SUPPORT_PYTHON_ABIS="1"
35 +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
36
37 inherit eutils python toolchain-funcs apache-module
38
39
40
41
42 1.2 www-servers/uwsgi/uwsgi-1.0.2.1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild?r1=1.1&r2=1.2
47
48 Index: uwsgi-1.0.2.1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- uwsgi-1.0.2.1.ebuild 27 Jan 2012 11:10:27 -0000 1.1
55 +++ uwsgi-1.0.2.1.ebuild 25 Feb 2012 04:26:07 -0000 1.2
56 @@ -1,10 +1,10 @@
57 # Copyright 1999-2012 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild,v 1.1 2012/01/27 11:10:27 ultrabug Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-1.0.2.1.ebuild,v 1.2 2012/02/25 04:26:07 patrick Exp $
61
62 EAPI="3"
63 -PYTHON_DEPEND="*"
64 SUPPORT_PYTHON_ABIS="1"
65 +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
66
67 inherit eutils python toolchain-funcs apache-module
68
69
70
71
72 1.2 www-servers/uwsgi/uwsgi-0.9.8.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild?rev=1.2&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild?rev=1.2&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild?r1=1.1&r2=1.2
77
78 Index: uwsgi-0.9.8.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild,v
81 retrieving revision 1.1
82 retrieving revision 1.2
83 diff -u -r1.1 -r1.2
84 --- uwsgi-0.9.8.ebuild 8 Jun 2011 18:00:13 -0000 1.1
85 +++ uwsgi-0.9.8.ebuild 25 Feb 2012 04:26:07 -0000 1.2
86 @@ -1,10 +1,10 @@
87 -# Copyright 1999-2011 Gentoo Foundation
88 +# Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild,v 1.1 2011/06/08 18:00:13 maksbotan Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/uwsgi-0.9.8.ebuild,v 1.2 2012/02/25 04:26:07 patrick Exp $
92
93 EAPI="3"
94 -PYTHON_DEPEND="*"
95 SUPPORT_PYTHON_ABIS="1"
96 +RESTRICT_PYTHON_ABIS="*-jython 2.7-pypy-*"
97
98 inherit eutils python toolchain-funcs apache-module
99
100
101
102
103 1.10 www-servers/uwsgi/ChangeLog
104
105 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.10&view=markup
106 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?rev=1.10&content-type=text/plain
107 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-servers/uwsgi/ChangeLog?r1=1.9&r2=1.10
108
109 Index: ChangeLog
110 ===================================================================
111 RCS file: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v
112 retrieving revision 1.9
113 retrieving revision 1.10
114 diff -u -r1.9 -r1.10
115 --- ChangeLog 27 Jan 2012 11:10:27 -0000 1.9
116 +++ ChangeLog 25 Feb 2012 04:26:07 -0000 1.10
117 @@ -1,6 +1,10 @@
118 # ChangeLog for www-servers/uwsgi
119 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
120 -# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.9 2012/01/27 11:10:27 ultrabug Exp $
121 +# $Header: /var/cvsroot/gentoo-x86/www-servers/uwsgi/ChangeLog,v 1.10 2012/02/25 04:26:07 patrick Exp $
122 +
123 + 25 Feb 2012; Patrick Lauer <patrick@g.o> uwsgi-0.9.7.2.ebuild,
124 + uwsgi-0.9.8.ebuild, uwsgi-1.0.2.1.ebuild:
125 + Restricting pypy and jython
126
127 *uwsgi-1.0.2.1 (27 Jan 2012)