Gentoo Archives: gentoo-commits

From: "Christian Ruppert (idl0r)" <idl0r@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-dns/bind: ChangeLog bind-9.8.3_p1.ebuild bind-9.9.1_p1.ebuild
Date: Tue, 05 Jun 2012 14:57:20
Message-Id: 20120605145706.328732004B@flycatcher.gentoo.org
1 idl0r 12/06/05 14:57:06
2
3 Modified: ChangeLog bind-9.8.3_p1.ebuild bind-9.9.1_p1.ebuild
4 Log:
5 Disable tests for now, bug 406399
6
7 (Portage version: 2.2.0_alpha110/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.388 net-dns/bind/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.388&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?rev=1.388&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/ChangeLog?r1=1.387&r2=1.388
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v
19 retrieving revision 1.387
20 retrieving revision 1.388
21 diff -u -r1.387 -r1.388
22 --- ChangeLog 4 Jun 2012 17:02:25 -0000 1.387
23 +++ ChangeLog 5 Jun 2012 14:57:06 -0000 1.388
24 @@ -1,6 +1,10 @@
25 # ChangeLog for net-dns/bind
26 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.387 2012/06/04 17:02:25 idl0r Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/ChangeLog,v 1.388 2012/06/05 14:57:06 idl0r Exp $
29 +
30 + 05 Jun 2012; Christian Ruppert <idl0r@g.o> bind-9.8.3_p1.ebuild,
31 + bind-9.9.1_p1.ebuild:
32 + Disable tests for now, bug 406399
33
34 *bind-9.9.1_p1 (04 Jun 2012)
35 *bind-9.8.3_p1 (04 Jun 2012)
36
37
38
39 1.2 net-dns/bind/bind-9.8.3_p1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild?r1=1.1&r2=1.2
44
45 Index: bind-9.8.3_p1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- bind-9.8.3_p1.ebuild 4 Jun 2012 17:02:25 -0000 1.1
52 +++ bind-9.8.3_p1.ebuild 5 Jun 2012 14:57:06 -0000 1.2
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2012 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.1 2012/06/04 17:02:25 idl0r Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.8.3_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
58
59 # Re dlz/mysql and threads, needs to be verified..
60 # MySQL uses thread local storage in its C api. Thus MySQL
61 @@ -123,6 +123,9 @@
62 epatch ${GEOIP_PATCH_A}
63 fi
64
65 + # Disable tests for now, bug 406399
66 + sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
67 +
68 # bug #220361
69 rm {aclocal,libtool}.m4
70 eautoreconf
71
72
73
74 1.2 net-dns/bind/bind-9.9.1_p1.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild?r1=1.1&r2=1.2
79
80 Index: bind-9.9.1_p1.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- bind-9.9.1_p1.ebuild 4 Jun 2012 17:02:25 -0000 1.1
87 +++ bind-9.9.1_p1.ebuild 5 Jun 2012 14:57:06 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2012 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.1 2012/06/04 17:02:25 idl0r Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/net-dns/bind/bind-9.9.1_p1.ebuild,v 1.2 2012/06/05 14:57:06 idl0r Exp $
93
94 # Re dlz/mysql and threads, needs to be verified..
95 # MySQL uses thread local storage in its C api. Thus MySQL
96 @@ -123,6 +123,9 @@
97 epatch ${GEOIP_PATCH_A}
98 fi
99
100 + # Disable tests for now, bug 406399
101 + sed -i '/^SUBDIRS/s:tests::' bin/Makefile.in lib/Makefile.in || die
102 +
103 # bug #220361
104 rm {aclocal,libtool}.m4
105 eautoreconf