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/mariadb: mariadb-10.0.12.ebuild mariadb-10.0.14.ebuild mariadb-5.5.39.ebuild ChangeLog
Date: Thu, 02 Oct 2014 02:32:29
Message-Id: 20141002023222.D97266B9B@oystercatcher.gentoo.org
1 grknight 14/10/02 02:32:22
2
3 Modified: mariadb-10.0.12.ebuild mariadb-10.0.14.ebuild
4 mariadb-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.5 dev-db/mariadb/mariadb-10.0.12.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild?r1=1.4&r2=1.5
16
17 Index: mariadb-10.0.12.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- mariadb-10.0.12.ebuild 17 Aug 2014 23:05:52 -0000 1.4
24 +++ mariadb-10.0.12.ebuild 2 Oct 2014 02:32:22 -0000 1.5
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/mariadb/mariadb-10.0.12.ebuild,v 1.4 2014/08/17 23:05:52 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.12.ebuild,v 1.5 2014/10/02 02:32:22 grknight Exp $
30
31 EAPI="5"
32 MY_EXTRAS_VER="20140729-2200Z"
33 @@ -104,6 +104,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.2 dev-db/mariadb/mariadb-10.0.14.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild?r1=1.1&r2=1.2
50
51 Index: mariadb-10.0.14.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- mariadb-10.0.14.ebuild 26 Sep 2014 19:07:01 -0000 1.1
58 +++ mariadb-10.0.14.ebuild 2 Oct 2014 02:32:22 -0000 1.2
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/mariadb/mariadb-10.0.14.ebuild,v 1.1 2014/09/26 19:07:01 grknight Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.14.ebuild,v 1.2 2014/10/02 02:32:22 grknight Exp $
64
65 EAPI="5"
66 MY_EXTRAS_VER="20140924-1913Z"
67 @@ -88,9 +88,8 @@
68 pushd "${TESTDIR}"
69
70 # run mysql-test tests
71 - # Skip all CONNECT engine tests until upstream respondes to how to reference data files
72 - perl mysql-test-run.pl --force --vardir="${S}/mysql-test/var-tests" \
73 - --skip-test=connect
74 + perl mysql-test-run.pl --force --vardir="${S}/mysql-test/var-tests"
75 +
76 retstatus_tests=$?
77 [[ $retstatus_tests -eq 0 ]] || eerror "tests failed"
78 has usersandbox $FEATURES && eerror "Some tests may fail with FEATURES=usersandbox"
79 @@ -109,6 +108,8 @@
80 [[ -z "$failures" ]] || die "Test failures: $failures"
81 einfo "Tests successfully completed"
82
83 + # Cleanup data files after tests
84 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
85 else
86
87 einfo "Skipping server tests due to minimal build."
88
89
90
91 1.8 dev-db/mariadb/mariadb-5.5.39.ebuild
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?rev=1.8&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?rev=1.8&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild?r1=1.7&r2=1.8
96
97 Index: mariadb-5.5.39.ebuild
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v
100 retrieving revision 1.7
101 retrieving revision 1.8
102 diff -u -r1.7 -r1.8
103 --- mariadb-5.5.39.ebuild 17 Aug 2014 23:38:31 -0000 1.7
104 +++ mariadb-5.5.39.ebuild 2 Oct 2014 02:32:22 -0000 1.8
105 @@ -1,6 +1,6 @@
106 # Copyright 1999-2014 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v 1.7 2014/08/17 23:38:31 jer Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-5.5.39.ebuild,v 1.8 2014/10/02 02:32:22 grknight Exp $
110
111 EAPI="5"
112 MY_EXTRAS_VER="20140817-2320Z"
113 @@ -107,6 +107,8 @@
114 [[ -z "$failures" ]] || die "Test failures: $failures"
115 einfo "Tests successfully completed"
116
117 + # Cleanup data files after tests
118 + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed"
119 else
120
121 einfo "Skipping server tests due to minimal build."
122
123
124
125 1.54 dev-db/mariadb/ChangeLog
126
127 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.54&view=markup
128 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?rev=1.54&content-type=text/plain
129 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb/ChangeLog?r1=1.53&r2=1.54
130
131 Index: ChangeLog
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v
134 retrieving revision 1.53
135 retrieving revision 1.54
136 diff -u -r1.53 -r1.54
137 --- ChangeLog 26 Sep 2014 19:07:01 -0000 1.53
138 +++ ChangeLog 2 Oct 2014 02:32:22 -0000 1.54
139 @@ -1,6 +1,10 @@
140 # ChangeLog for dev-db/mariadb
141 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
142 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.53 2014/09/26 19:07:01 grknight Exp $
143 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/ChangeLog,v 1.54 2014/10/02 02:32:22 grknight Exp $
144 +
145 + 02 Oct 2014; Brian Evans <grknight@g.o> mariadb-10.0.12.ebuild,
146 + mariadb-10.0.14.ebuild, mariadb-5.5.39.ebuild:
147 + Cleanup test data wrt bug 524158
148
149 *mariadb-10.0.14 (26 Sep 2014)