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-dns/bind: bind-9.10.1.ebuild ChangeLog
Date: Fri, 28 Nov 2014 13:27:11
Message-Id: 20141128132706.D9E78B168@oystercatcher.gentoo.org
1 pacho 14/11/28 13:27:06
2
3 Modified: bind-9.10.1.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.6 net-dns/bind/bind-9.10.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.6&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?rev=1.6&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild?r1=1.5&r2=1.6
15
16 Index: bind-9.10.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v
19 retrieving revision 1.5
20 retrieving revision 1.6
21 diff -u -r1.5 -r1.6
22 --- bind-9.10.1.ebuild 3 Nov 2014 13:31:41 -0000 1.5
23 +++ bind-9.10.1.ebuild 28 Nov 2014 13:27:06 -0000 1.6
24 @@ -1,6 +1,6 @@
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-dns/bind/bind-9.10.1.ebuild,v 1.5 2014/11/03 13:31:41 titanofold Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.10.1.ebuild,v 1.6 2014/11/28 13:27:06 pacho Exp $
29
30 # Re dlz/mysql and threads, needs to be verified..
31 # MySQL uses thread local storage in its C api. Thus MySQL
32 @@ -13,7 +13,7 @@
33
34 EAPI="5"
35
36 -PYTHON_COMPAT=( python2_7 python3_2 python3_3 )
37 +PYTHON_COMPAT=( python2_7 python3_2 python3_3 python3_4 )
38
39 inherit python-r1 eutils autotools toolchain-funcs flag-o-matic multilib db-use user systemd
40
41
42
43
44 1.512 net-dns/bind/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.512&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.512&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.511&r2=1.512
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
53 retrieving revision 1.511
54 retrieving revision 1.512
55 diff -u -r1.511 -r1.512
56 --- ChangeLog 3 Nov 2014 13:31:41 -0000 1.511
57 +++ ChangeLog 28 Nov 2014 13:27:06 -0000 1.512
58 @@ -1,6 +1,9 @@
59 # ChangeLog for net-dns/bind
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.511 2014/11/03 13:31:41 titanofold Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.512 2014/11/28 13:27:06 pacho Exp $
63 +
64 + 28 Nov 2014; Pacho Ramos <pacho@g.o> bind-9.10.1.ebuild:
65 + Support python 3.4
66
67 03 Nov 2014; Aaron W. Swenson <titanofold@g.o> bind-9.9.5-r3.ebuild,
68 bind-9.9.5_p1.ebuild, bind-9.10.0_p2.ebuild, bind-9.10.1.ebuild: