Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/spice: spice-0.12.4-r1.ebuild spice-0.12.3-r1.ebuild ChangeLog
Date: Mon, 31 Mar 2014 20:29:35
Message-Id: 20140331202932.A20822005C@flycatcher.gentoo.org
1 mgorny 14/03/31 20:29:32
2
3 Modified: spice-0.12.4-r1.ebuild spice-0.12.3-r1.ebuild
4 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 app-emulation/spice/spice-0.12.4-r1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild?r1=1.1&r2=1.2
16
17 Index: spice-0.12.4-r1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- spice-0.12.4-r1.ebuild 5 Nov 2013 20:37:41 -0000 1.1
24 +++ spice-0.12.4-r1.ebuild 31 Mar 2014 20:29:32 -0000 1.2
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v 1.1 2013/11/05 20:37:41 idl0r Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v 1.2 2014/03/31 20:29:32 mgorny Exp $
31
32 EAPI=5
33
34 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
35 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
36
37 inherit autotools eutils python-any-r1
38
39
40
41
42 1.8 app-emulation/spice/spice-0.12.3-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild?r1=1.7&r2=1.8
47
48 Index: spice-0.12.3-r1.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- spice-0.12.3-r1.ebuild 9 Oct 2013 05:24:36 -0000 1.7
55 +++ spice-0.12.3-r1.ebuild 31 Mar 2014 20:29:32 -0000 1.8
56 @@ -1,10 +1,10 @@
57 -# Copyright 1999-2013 Gentoo Foundation
58 +# Copyright 1999-2014 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.7 2013/10/09 05:24:36 mgorny Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.3-r1.ebuild,v 1.8 2014/03/31 20:29:32 mgorny Exp $
62
63 EAPI=5
64
65 -PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
66 +PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
67
68 inherit eutils python-any-r1
69
70
71
72
73 1.58 app-emulation/spice/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.58&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?rev=1.58&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/spice/ChangeLog?r1=1.57&r2=1.58
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v
82 retrieving revision 1.57
83 retrieving revision 1.58
84 diff -u -r1.57 -r1.58
85 --- ChangeLog 5 Nov 2013 20:37:41 -0000 1.57
86 +++ ChangeLog 31 Mar 2014 20:29:32 -0000 1.58
87 @@ -1,6 +1,10 @@
88 # ChangeLog for app-emulation/spice
89 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.57 2013/11/05 20:37:41 idl0r Exp $
91 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/ChangeLog,v 1.58 2014/03/31 20:29:32 mgorny Exp $
93 +
94 + 31 Mar 2014; Michał Górny <mgorny@g.o> spice-0.12.3-r1.ebuild,
95 + spice-0.12.4-r1.ebuild:
96 + Add support for the new PyPy slotting.
97
98 *spice-0.12.4-r1 (05 Nov 2013)