Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/kate: kate-4.10.2.ebuild kate-4.10.3.ebuild ChangeLog
Date: Thu, 30 May 2013 13:23:08
Message-Id: 20130530132305.1340A2171D@flycatcher.gentoo.org
1 kensington 13/05/30 13:23:05
2
3 Modified: kate-4.10.2.ebuild kate-4.10.3.ebuild ChangeLog
4 Log:
5 Enable python-3.3 support wrt bug #471648.
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.7 kde-base/kate/kate-4.10.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild?r1=1.6&r2=1.7
15
16 Index: kate-4.10.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- kate-4.10.2.ebuild 29 May 2013 17:37:29 -0000 1.6
23 +++ kate-4.10.2.ebuild 30 May 2013 13:23:04 -0000 1.7
24 @@ -1,11 +1,11 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.6 2013/05/29 17:37:29 kensington Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.2.ebuild,v 1.7 2013/05/30 13:23:04 kensington Exp $
29
30 EAPI=5
31 KDE_HANDBOOK="optional"
32 KMNAME="kate"
33 -PYTHON_COMPAT=( python{2_7,3_1,3_2} )
34 +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
35
36 inherit python-single-r1 kde4-meta
37
38
39
40
41 1.3 kde-base/kate/kate-4.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?rev=1.3&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?rev=1.3&content-type=text/plain
45 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild?r1=1.2&r2=1.3
46
47 Index: kate-4.10.3.ebuild
48 ===================================================================
49 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v
50 retrieving revision 1.2
51 retrieving revision 1.3
52 diff -u -r1.2 -r1.3
53 --- kate-4.10.3.ebuild 29 May 2013 17:37:29 -0000 1.2
54 +++ kate-4.10.3.ebuild 30 May 2013 13:23:04 -0000 1.3
55 @@ -1,11 +1,11 @@
56 # Copyright 1999-2013 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.2 2013/05/29 17:37:29 kensington Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/kate-4.10.3.ebuild,v 1.3 2013/05/30 13:23:04 kensington Exp $
60
61 EAPI=5
62 KDE_HANDBOOK="optional"
63 KMNAME="kate"
64 -PYTHON_COMPAT=( python{2_7,3_1,3_2} )
65 +PYTHON_COMPAT=( python{2_7,3_1,3_2,3_3} )
66
67 inherit python-single-r1 kde4-meta
68
69
70
71
72 1.277 kde-base/kate/ChangeLog
73
74 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.277&view=markup
75 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?rev=1.277&content-type=text/plain
76 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kate/ChangeLog?r1=1.276&r2=1.277
77
78 Index: ChangeLog
79 ===================================================================
80 RCS file: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v
81 retrieving revision 1.276
82 retrieving revision 1.277
83 diff -u -r1.276 -r1.277
84 --- ChangeLog 29 May 2013 17:37:29 -0000 1.276
85 +++ ChangeLog 30 May 2013 13:23:04 -0000 1.277
86 @@ -1,6 +1,10 @@
87 # ChangeLog for kde-base/kate
88 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
89 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.276 2013/05/29 17:37:29 kensington Exp $
90 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kate/ChangeLog,v 1.277 2013/05/30 13:23:04 kensington Exp $
91 +
92 + 30 May 2013; Michael Palimaka <kensington@g.o> kate-4.10.2.ebuild,
93 + kate-4.10.3.ebuild:
94 + Enable python-3.3 support wrt bug #471648.
95
96 29 May 2013; Michael Palimaka <kensington@g.o> kate-4.10.2.ebuild,
97 kate-4.10.3.ebuild: