Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/amanda: amanda-3.3.0.ebuild ChangeLog amanda-3.2.1.ebuild amanda-3.2.2.ebuild amanda-2.6.1_p2.ebuild
Date: Wed, 16 Nov 2011 07:54:19
Message-Id: 20111116075409.B5E742004B@flycatcher.gentoo.org
1 robbat2 11/11/16 07:54:09
2
3 Modified: amanda-3.3.0.ebuild ChangeLog amanda-3.2.1.ebuild
4 amanda-3.2.2.ebuild amanda-2.6.1_p2.ebuild
5 Log:
6 Disallow automagic testing of IPv6 working test when IPv6 build is requested. Otherwise breaks the configure when building USE=ipv6 on a buildhost without an IPv6 kernel.
7
8 (Portage version: 2.2.0_alpha74/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 app-backup/amanda/amanda-3.3.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild?r1=1.1&r2=1.2
16
17 Index: amanda-3.3.0.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -p -w -b -B -u -u -r1.1 -r1.2
23 --- amanda-3.3.0.ebuild 13 Oct 2011 15:02:29 -0000 1.1
24 +++ amanda-3.3.0.ebuild 16 Nov 2011 07:54:09 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild,v 1.1 2011/10/13 15:02:29 idl0r Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.3.0.ebuild,v 1.2 2011/11/16 07:54:09 robbat2 Exp $
30
31 EAPI=3
32 inherit autotools eutils perl-module
33 @@ -269,6 +269,9 @@ src_configure() {
34
35 # IPv6 fun.
36 myconf="${myconf} `use_with ipv6`"
37 + # This is to prevent the IPv6-is-working test
38 + # As the test fails on binpkg build hosts with no IPv6.
39 + use ipv6 && export amanda_cv_working_ipv6=yes
40
41 # I18N
42 myconf="${myconf} `use_enable nls`"
43
44
45
46 1.85 app-backup/amanda/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.85&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.85&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/ChangeLog?r1=1.84&r2=1.85
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v
55 retrieving revision 1.84
56 retrieving revision 1.85
57 diff -p -w -b -B -u -u -r1.84 -r1.85
58 --- ChangeLog 13 Oct 2011 15:02:29 -0000 1.84
59 +++ ChangeLog 16 Nov 2011 07:54:09 -0000 1.85
60 @@ -1,6 +1,12 @@
61 # ChangeLog for app-backup/amanda
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.84 2011/10/13 15:02:29 idl0r Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.85 2011/11/16 07:54:09 robbat2 Exp $
65 +
66 + 16 Nov 2011; Robin H. Johnson <robbat2@g.o> amanda-2.6.1_p2.ebuild,
67 + amanda-3.2.1.ebuild, amanda-3.2.2.ebuild, amanda-3.3.0.ebuild:
68 + Disallow automagic testing of IPv6 working test when IPv6 build is requested.
69 + Otherwise breaks the configure when building USE=ipv6 on a buildhost without
70 + an IPv6 kernel.
71
72 *amanda-3.3.0 (13 Oct 2011)
73
74
75
76
77 1.10 app-backup/amanda/amanda-3.2.1.ebuild
78
79 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?rev=1.10&view=markup
80 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?rev=1.10&content-type=text/plain
81 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild?r1=1.9&r2=1.10
82
83 Index: amanda-3.2.1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v
86 retrieving revision 1.9
87 retrieving revision 1.10
88 diff -p -w -b -B -u -u -r1.9 -r1.10
89 --- amanda-3.2.1.ebuild 13 Jul 2011 13:15:14 -0000 1.9
90 +++ amanda-3.2.1.ebuild 16 Nov 2011 07:54:09 -0000 1.10
91 @@ -1,6 +1,6 @@
92 # Copyright 1999-2011 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.9 2011/07/13 13:15:14 xarthisius Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.1.ebuild,v 1.10 2011/11/16 07:54:09 robbat2 Exp $
96
97 EAPI=3
98 inherit autotools eutils perl-module
99 @@ -268,6 +268,9 @@ src_configure() {
100
101 # IPv6 fun.
102 myconf="${myconf} `use_with ipv6`"
103 + # This is to prevent the IPv6-is-working test
104 + # As the test fails on binpkg build hosts with no IPv6.
105 + use ipv6 && export amanda_cv_working_ipv6=yes
106
107 # I18N
108 myconf="${myconf} `use_enable nls`"
109
110
111
112 1.2 app-backup/amanda/amanda-3.2.2.ebuild
113
114 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild?rev=1.2&view=markup
115 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild?rev=1.2&content-type=text/plain
116 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild?r1=1.1&r2=1.2
117
118 Index: amanda-3.2.2.ebuild
119 ===================================================================
120 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild,v
121 retrieving revision 1.1
122 retrieving revision 1.2
123 diff -p -w -b -B -u -u -r1.1 -r1.2
124 --- amanda-3.2.2.ebuild 17 Mar 2011 20:52:36 -0000 1.1
125 +++ amanda-3.2.2.ebuild 16 Nov 2011 07:54:09 -0000 1.2
126 @@ -1,6 +1,6 @@
127 -# Copyright 1999-2010 Gentoo Foundation
128 +# Copyright 1999-2011 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild,v 1.1 2011/03/17 20:52:36 idl0r Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-3.2.2.ebuild,v 1.2 2011/11/16 07:54:09 robbat2 Exp $
132
133 EAPI=3
134 inherit autotools eutils perl-module
135 @@ -268,6 +268,9 @@ src_configure() {
136
137 # IPv6 fun.
138 myconf="${myconf} `use_with ipv6`"
139 + # This is to prevent the IPv6-is-working test
140 + # As the test fails on binpkg build hosts with no IPv6.
141 + use ipv6 && export amanda_cv_working_ipv6=yes
142
143 # I18N
144 myconf="${myconf} `use_enable nls`"
145
146
147
148 1.6 app-backup/amanda/amanda-2.6.1_p2.ebuild
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?rev=1.6&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?rev=1.6&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?r1=1.5&r2=1.6
153
154 Index: amanda-2.6.1_p2.ebuild
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v
157 retrieving revision 1.5
158 retrieving revision 1.6
159 diff -p -w -b -B -u -u -r1.5 -r1.6
160 --- amanda-2.6.1_p2.ebuild 10 Sep 2010 21:41:01 -0000 1.5
161 +++ amanda-2.6.1_p2.ebuild 16 Nov 2011 07:54:09 -0000 1.6
162 @@ -1,6 +1,6 @@
163 -# Copyright 1999-2010 Gentoo Foundation
164 +# Copyright 1999-2011 Gentoo Foundation
165 # Distributed under the terms of the GNU General Public License v2
166 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.5 2010/09/10 21:41:01 robbat2 Exp $
167 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.6 2011/11/16 07:54:09 robbat2 Exp $
168
169 inherit autotools eutils
170
171 @@ -237,6 +237,9 @@ src_compile() {
172
173 # IPv6 fun.
174 myconf="${myconf} `use_with ipv6`"
175 + # This is to prevent the IPv6-is-working test
176 + # As the test fails on binpkg build hosts with no IPv6.
177 + use ipv6 && export amanda_cv_working_ipv6=yes
178
179 # I18N
180 myconf="${myconf} `use_enable nls`"