Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/
Date: Sun, 03 Aug 2014 21:44:00
Message-Id: 1407099608.8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b.robbat2@gentoo
1 commit: 8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b
2 Author: Robin H. Johnson <robbat2 <AT> orbis-terrarum <DOT> net>
3 AuthorDate: Sun Aug 3 21:00:08 2014 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 3 21:00:08 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=8e3008eb
7
8 Missed test while merging.
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 dev-db/mysql/ChangeLog | 3 +++
14 dev-db/mysql/mysql-5.6.20.ebuild | 8 ++++++--
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog
18 index 598c858..fe4986a 100644
19 --- a/dev-db/mysql/ChangeLog
20 +++ b/dev-db/mysql/ChangeLog
21 @@ -2,6 +2,9 @@
22 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 03 Aug 2014; Robin H. Johnson <robbat2@g.o> mysql-5.6.20.ebuild:
26 + Missed test while merging.
27 +
28 29 Jul 2014; Robin H. Johnson <robbat2@g.o> mysql-4.0.27-r1.ebuild,
29 mysql-4.1.22-r1.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.5.38-r1.ebuild:
30 Sync ebuilds from tree.
31
32 diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
33 index edb543a..f94a606 100644
34 --- a/dev-db/mysql/mysql-5.6.20.ebuild
35 +++ b/dev-db/mysql/mysql-5.6.20.ebuild
36 @@ -1,6 +1,6 @@
37 # Copyright 1999-2014 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $
40 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 2014/08/03 20:54:08 robbat2 Exp $
41
42 EAPI="5"
43
44 @@ -87,6 +87,9 @@ src_test() {
45 # main.mysql_tzinfo_to_sql_symlink
46 # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive
47 #
48 + # rpl.rpl_plugin_load
49 + # fails due to included file not listed in expected result
50 + # appears to be poor planning
51 for t in \
52 binlog.binlog_mysqlbinlog_filter \
53 binlog.binlog_statement_insert_delayed \
54 @@ -94,12 +97,13 @@ src_test() {
55 funcs_1.is_tables_mysql \
56 funcs_1.is_triggers \
57 main.information_schema \
58 - main.mysqld--help-notwinfuncs_1.is_triggers \
59 main.mysql_client_test \
60 + main.mysqld--help-notwinfuncs_1.is_triggers \
61 main.mysql_tzinfo_to_sql_symlink \
62 mysqld--help-notwin \
63 perfschema.binlog_edge_mix \
64 perfschema.binlog_edge_stmt \
65 + rpl.rpl_plugin_load \
66 ; do
67 mysql-v2_disable_test "$t" "False positives in Gentoo"
68 done