Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/znc: znc-1.4-r1.ebuild znc-9999.ebuild ChangeLog
Date: Fri, 28 Nov 2014 13:48:03
Message-Id: 20141128134758.E9A68B16D@oystercatcher.gentoo.org
1 pacho 14/11/28 13:47:58
2
3 Modified: znc-1.4-r1.ebuild znc-9999.ebuild ChangeLog
4 Log:
5 Support python 3.4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
8
9 Revision Changes Path
10 1.2 net-irc/znc/znc-1.4-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: znc-1.4-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- znc-1.4-r1.ebuild 25 Jul 2014 10:52:42 -0000 1.1
23 +++ znc-1.4-r1.ebuild 28 Nov 2014 13:47:58 -0000 1.2
24 @@ -1,10 +1,10 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild,v 1.1 2014/07/25 10:52:42 pacho Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-1.4-r1.ebuild,v 1.2 2014/11/28 13:47:58 pacho Exp $
29
30 EAPI=5
31
32 -PYTHON_COMPAT=( python{3_2,3_3} )
33 +PYTHON_COMPAT=( python{3_2,3_3,3_4} )
34 inherit base python-single-r1 systemd user
35
36 MY_PV=${PV/_/-}
37
38
39
40 1.11 net-irc/znc/znc-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.11&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?rev=1.11&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/znc-9999.ebuild?r1=1.10&r2=1.11
45
46 Index: znc-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v
49 retrieving revision 1.10
50 retrieving revision 1.11
51 diff -u -r1.10 -r1.11
52 --- znc-9999.ebuild 12 Jul 2014 10:24:23 -0000 1.10
53 +++ znc-9999.ebuild 28 Nov 2014 13:47:58 -0000 1.11
54 @@ -1,10 +1,10 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.10 2014/07/12 10:24:23 wired Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/znc-9999.ebuild,v 1.11 2014/11/28 13:47:58 pacho Exp $
59
60 EAPI=5
61
62 -PYTHON_COMPAT=( python{3_2,3_3} )
63 +PYTHON_COMPAT=( python{3_2,3_3,3_4} )
64 inherit base python-single-r1 user
65
66 MY_PV=${PV/_/-}
67
68
69
70 1.78 net-irc/znc/ChangeLog
71
72 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.78&view=markup
73 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?rev=1.78&content-type=text/plain
74 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/znc/ChangeLog?r1=1.77&r2=1.78
75
76 Index: ChangeLog
77 ===================================================================
78 RCS file: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v
79 retrieving revision 1.77
80 retrieving revision 1.78
81 diff -u -r1.77 -r1.78
82 --- ChangeLog 25 Jul 2014 10:52:42 -0000 1.77
83 +++ ChangeLog 28 Nov 2014 13:47:58 -0000 1.78
84 @@ -1,6 +1,10 @@
85 # ChangeLog for net-irc/znc
86 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
87 -# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.77 2014/07/25 10:52:42 pacho Exp $
88 +# $Header: /var/cvsroot/gentoo-x86/net-irc/znc/ChangeLog,v 1.78 2014/11/28 13:47:58 pacho Exp $
89 +
90 + 28 Nov 2014; Pacho Ramos <pacho@g.o> znc-1.4-r1.ebuild,
91 + znc-9999.ebuild:
92 + Support python 3.4
93
94 *znc-1.4-r1 (25 Jul 2014)