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/sphinx: sphinx-1.2.1.ebuild sphinx-1.1.3-r7.ebuild sphinx-1.2.2.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:50:04
Message-Id: 20140331205001.3845C2005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:50:01
2
3 Modified: sphinx-1.2.1.ebuild sphinx-1.1.3-r7.ebuild
4 sphinx-1.2.2.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/sphinx/sphinx-1.2.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.1.ebuild?r1=1.1&r2=1.2
16
17 Index: sphinx-1.2.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- sphinx-1.2.1.ebuild 22 Jan 2014 13:19:53 -0000 1.1
24 +++ sphinx-1.2.1.ebuild 31 Mar 2014 20:50:01 -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/sphinx/sphinx-1.2.1.ebuild,v 1.1 2014/01/22 13:19:53 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.1.ebuild,v 1.2 2014/03/31 20:50:01 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
36 inherit distutils-r1 eutils versionator
37
38
39
40
41 1.14 dev-python/sphinx/sphinx-1.1.3-r7.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild?rev=1.14&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild?rev=1.14&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild?r1=1.13&r2=1.14
46
47 Index: sphinx-1.1.3-r7.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild,v
50 retrieving revision 1.13
51 retrieving revision 1.14
52 diff -u -r1.13 -r1.14
53 --- sphinx-1.1.3-r7.ebuild 5 Sep 2013 18:46:10 -0000 1.13
54 +++ sphinx-1.1.3-r7.ebuild 31 Mar 2014 20:50:01 -0000 1.14
55 @@ -1,10 +1,10 @@
56 -# Copyright 1999-2013 Gentoo Foundation
57 +# Copyright 1999-2014 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild,v 1.13 2013/09/05 18:46:10 mgorny Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.1.3-r7.ebuild,v 1.14 2014/03/31 20:50:01 mgorny Exp $
61
62 EAPI=5
63
64 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
65 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
66
67 inherit distutils-r1 eutils versionator
68
69
70
71
72 1.3 dev-python/sphinx/sphinx-1.2.2.ebuild
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild?rev=1.3&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild?rev=1.3&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild?r1=1.2&r2=1.3
77
78 Index: sphinx-1.2.2.ebuild
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v
81 retrieving revision 1.2
82 retrieving revision 1.3
83 diff -u -r1.2 -r1.3
84 --- sphinx-1.2.2.ebuild 13 Mar 2014 16:11:29 -0000 1.2
85 +++ sphinx-1.2.2.ebuild 31 Mar 2014 20:50:01 -0000 1.3
86 @@ -1,9 +1,9 @@
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/sphinx/sphinx-1.2.2.ebuild,v 1.2 2014/03/13 16:11:29 grozin Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/sphinx-1.2.2.ebuild,v 1.3 2014/03/31 20:50:01 mgorny Exp $
91
92 EAPI=5
93 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 )
94 +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy pypy2_0 )
95
96 inherit distutils-r1 eutils versionator
97
98
99
100
101 1.163 dev-python/sphinx/ChangeLog
102
103 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.163&view=markup
104 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?rev=1.163&content-type=text/plain
105 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/sphinx/ChangeLog?r1=1.162&r2=1.163
106
107 Index: ChangeLog
108 ===================================================================
109 RCS file: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v
110 retrieving revision 1.162
111 retrieving revision 1.163
112 diff -u -r1.162 -r1.163
113 --- ChangeLog 13 Mar 2014 16:11:29 -0000 1.162
114 +++ ChangeLog 31 Mar 2014 20:50:01 -0000 1.163
115 @@ -1,6 +1,10 @@
116 # ChangeLog for dev-python/sphinx
117 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
118 -# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.162 2014/03/13 16:11:29 grozin Exp $
119 +# $Header: /var/cvsroot/gentoo-x86/dev-python/sphinx/ChangeLog,v 1.163 2014/03/31 20:50:01 mgorny Exp $
120 +
121 + 31 Mar 2014; Michał Górny <mgorny@g.o> sphinx-1.1.3-r7.ebuild,
122 + sphinx-1.2.1.ebuild, sphinx-1.2.2.ebuild:
123 + Add support for the new PyPy slotting.
124
125 13 Mar 2014; Andrey Grozin <grozin@g.o> sphinx-1.2.2.ebuild:
126 Fix for #498960 by ero-sennin <ag+services@×××××××.com>