Gentoo Archives: gentoo-commits

From: "Brian Evans (grknight)" <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/mysql: mysql-5.5.40.ebuild mysql-5.6.20.ebuild mysql-5.6.21.ebuild mysql-5.5.39.ebuild ChangeLog
Date: Thu, 02 Oct 2014 02:25:56
Message-Id: 20141002022551.0F6456B9C@oystercatcher.gentoo.org
1 grknight 14/10/02 02:25:51
2
3 Modified: mysql-5.5.40.ebuild mysql-5.6.20.ebuild
4 mysql-5.6.21.ebuild mysql-5.5.39.ebuild ChangeLog
5 Log:
6 Cleanup test data wrt bug 524158
7
8 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
9
10 Revision Changes Path
11 1.2 dev-db/mysql/mysql-5.5.40.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?r1=1.1&r2=1.2
16
17 Index: mysql-5.5.40.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- mysql-5.5.40.ebuild 24 Sep 2014 02:36:50 -0000 1.1
24 +++ mysql-5.5.40.ebuild 2 Oct 2014 02:25:50 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild,v 1.1 2014/09/24 02:36:50 grknight Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild,v 1.2 2014/10/02 02:25:50 grknight Exp $
30
31 EAPI="5"
32
33 @@ -114,6 +114,8 @@
34 [[ -z "$failures" ]] || die "Test failures: $failures"
35 einfo "Tests successfully completed"
36
37 + # Cleanup data files after tests
38 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
39 else
40
41 einfo "Skipping server tests due to minimal build."
42
43
44
45 1.4 dev-db/mysql/mysql-5.6.20.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.3&r2=1.4
50
51 Index: mysql-5.6.20.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- mysql-5.6.20.ebuild 3 Aug 2014 21:01:05 -0000 1.3
58 +++ mysql-5.6.20.ebuild 2 Oct 2014 02:25:50 -0000 1.4
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.3 2014/08/03 21:01:05 robbat2 Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.4 2014/10/02 02:25:50 grknight Exp $
64
65 EAPI="5"
66
67 @@ -135,6 +135,8 @@
68 [[ -z "$failures" ]] || die "Test failures: $failures"
69 einfo "Tests successfully completed"
70
71 + # Cleanup data files after tests
72 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
73 else
74
75 einfo "Skipping server tests due to minimal build."
76
77
78
79 1.2 dev-db/mysql/mysql-5.6.21.ebuild
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?rev=1.2&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?rev=1.2&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?r1=1.1&r2=1.2
84
85 Index: mysql-5.6.21.ebuild
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild,v
88 retrieving revision 1.1
89 retrieving revision 1.2
90 diff -u -r1.1 -r1.2
91 --- mysql-5.6.21.ebuild 24 Sep 2014 03:20:19 -0000 1.1
92 +++ mysql-5.6.21.ebuild 2 Oct 2014 02:25:50 -0000 1.2
93 @@ -1,6 +1,6 @@
94 # Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild,v 1.1 2014/09/24 03:20:19 grknight Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild,v 1.2 2014/10/02 02:25:50 grknight Exp $
98
99 EAPI="5"
100
101 @@ -133,6 +133,8 @@
102 [[ -z "$failures" ]] || die "Test failures: $failures"
103 einfo "Tests successfully completed"
104
105 + # Cleanup data files after tests
106 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
107 else
108
109 einfo "Skipping server tests due to minimal build."
110
111
112
113 1.11 dev-db/mysql/mysql-5.5.39.ebuild
114
115 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.11&view=markup
116 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.11&content-type=text/plain
117 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?r1=1.10&r2=1.11
118
119 Index: mysql-5.5.39.ebuild
120 ===================================================================
121 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v
122 retrieving revision 1.10
123 retrieving revision 1.11
124 diff -u -r1.10 -r1.11
125 --- mysql-5.5.39.ebuild 13 Aug 2014 15:26:18 -0000 1.10
126 +++ mysql-5.5.39.ebuild 2 Oct 2014 02:25:50 -0000 1.11
127 @@ -1,6 +1,6 @@
128 # Copyright 1999-2014 Gentoo Foundation
129 # Distributed under the terms of the GNU General Public License v2
130 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.10 2014/08/13 15:26:18 maekke Exp $
131 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.11 2014/10/02 02:25:50 grknight Exp $
132
133 EAPI="5"
134
135 @@ -128,6 +128,8 @@
136 [[ -z "$failures" ]] || die "Test failures: $failures"
137 einfo "Tests successfully completed"
138
139 + # Cleanup data files after tests
140 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
141 else
142
143 einfo "Skipping server tests due to minimal build."
144
145
146
147 1.692 dev-db/mysql/ChangeLog
148
149 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.692&view=markup
150 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.692&content-type=text/plain
151 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.691&r2=1.692
152
153 Index: ChangeLog
154 ===================================================================
155 RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v
156 retrieving revision 1.691
157 retrieving revision 1.692
158 diff -u -r1.691 -r1.692
159 --- ChangeLog 24 Sep 2014 03:20:19 -0000 1.691
160 +++ ChangeLog 2 Oct 2014 02:25:51 -0000 1.692
161 @@ -1,6 +1,10 @@
162 # ChangeLog for dev-db/mysql
163 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
164 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.691 2014/09/24 03:20:19 grknight Exp $
165 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.692 2014/10/02 02:25:51 grknight Exp $
166 +
167 + 02 Oct 2014; Brian Evans <grknight@g.o> mysql-5.5.39.ebuild,
168 + mysql-5.5.40.ebuild, mysql-5.6.20.ebuild, mysql-5.6.21.ebuild:
169 + Cleanup test data wrt bug 524158
170
171 *mysql-5.6.21 (24 Sep 2014)