Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/bottle: bottle-0.12.5.ebuild bottle-0.11.6-r1.ebuild bottle-0.11.6.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:37:26
Message-Id: 20140331203723.602EB2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:37:23
2
3 Modified: bottle-0.12.5.ebuild bottle-0.11.6-r1.ebuild
4 bottle-0.11.6.ebuild ChangeLog
5 Log:
6 Add support for the new PyPy slotting.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.2 dev-python/bottle/bottle-0.12.5.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild?r1=1.1&r2=1.2
16
17 Index: bottle-0.12.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- bottle-0.12.5.ebuild 10 Mar 2014 08:42:29 -0000 1.1
24 +++ bottle-0.12.5.ebuild 31 Mar 2014 20:37:23 -0000 1.2
25 @@ -1,10 +1,10 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 1.1 2014/03/10 08:42:29 ultrabug Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.12.5.ebuild,v 1.2 2014/03/31 20:37:23 mgorny Exp $
30
31 EAPI=5
32
33 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0)
34 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0)
35 inherit distutils-r1
36
37 DESCRIPTION="A fast and simple micro-framework for small web-applications"
38
39
40
41 1.13 dev-python/bottle/bottle-0.11.6-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild?rev=1.13&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild?rev=1.13&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild?r1=1.12&r2=1.13
46
47 Index: bottle-0.11.6-r1.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v
50 retrieving revision 1.12
51 retrieving revision 1.13
52 diff -u -r1.12 -r1.13
53 --- bottle-0.11.6-r1.ebuild 5 Jan 2014 17:51:50 -0000 1.12
54 +++ bottle-0.11.6-r1.ebuild 31 Mar 2014 20:37:23 -0000 1.13
55 @@ -1,10 +1,10 @@
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 1.12 2014/01/05 17:51:50 ago Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6-r1.ebuild,v 1.13 2014/03/31 20:37:23 mgorny Exp $
60
61 EAPI=5
62
63 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0)
64 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0)
65 inherit distutils-r1
66
67 DESCRIPTION="A fast and simple micro-framework for small web-applications"
68
69
70
71 1.6 dev-python/bottle/bottle-0.11.6.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild?rev=1.6&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild?rev=1.6&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild?r1=1.5&r2=1.6
76
77 Index: bottle-0.11.6.ebuild
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v
80 retrieving revision 1.5
81 retrieving revision 1.6
82 diff -u -r1.5 -r1.6
83 --- bottle-0.11.6.ebuild 5 Sep 2013 18:46:52 -0000 1.5
84 +++ bottle-0.11.6.ebuild 31 Mar 2014 20:37:23 -0000 1.6
85 @@ -1,10 +1,10 @@
86 -# Copyright 1999-2013 Gentoo Foundation
87 +# Copyright 1999-2014 Gentoo Foundation
88 # Distributed under the terms of the GNU General Public License v2
89 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.5 2013/09/05 18:46:52 mgorny Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/bottle-0.11.6.ebuild,v 1.6 2014/03/31 20:37:23 mgorny Exp $
91
92 EAPI=5
93
94 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0)
95 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0)
96 inherit distutils-r1 python-r1
97
98 DESCRIPTION="A fast and simple micro-framework for small web-applications"
99
100
101
102 1.22 dev-python/bottle/ChangeLog
103
104 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.22&view=markup
105 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?rev=1.22&content-type=text/plain
106 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/bottle/ChangeLog?r1=1.21&r2=1.22
107
108 Index: ChangeLog
109 ===================================================================
110 RCS file: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v
111 retrieving revision 1.21
112 retrieving revision 1.22
113 diff -u -r1.21 -r1.22
114 --- ChangeLog 10 Mar 2014 08:42:29 -0000 1.21
115 +++ ChangeLog 31 Mar 2014 20:37:23 -0000 1.22
116 @@ -1,6 +1,10 @@
117 # ChangeLog for dev-python/bottle
118 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
119 -# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.21 2014/03/10 08:42:29 ultrabug Exp $
120 +# $Header: /var/cvsroot/gentoo-x86/dev-python/bottle/ChangeLog,v 1.22 2014/03/31 20:37:23 mgorny Exp $
121 +
122 + 31 Mar 2014; Michał Górny <mgorny@g.o> bottle-0.11.6-r1.ebuild,
123 + bottle-0.11.6.ebuild, bottle-0.12.5.ebuild:
124 + Add support for the new PyPy slotting.
125
126 *bottle-0.12.5 (10 Mar 2014)