Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/
Date: Sat, 02 Aug 2014 01:12:07
Message-Id: 1406941914.fb1789f121355b607f0674d159f21bfd073ae7d3.grknight.pub@gentoo
1 commit: fb1789f121355b607f0674d159f21bfd073ae7d3
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 2 01:11:54 2014 +0000
4 Commit: Brian Evans <grknight <AT> tuffmail <DOT> com>
5 CommitDate: Sat Aug 2 01:11:54 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=fb1789f1
7
8 [mysql] sync ebuild headers and keywords
9
10 ---
11 dev-db/mysql/mysql-5.5.39.ebuild | 2 +-
12 dev-db/mysql/mysql-5.6.20.ebuild | 12 ++++++------
13 2 files changed, 7 insertions(+), 7 deletions(-)
14
15 diff --git a/dev-db/mysql/mysql-5.5.39.ebuild b/dev-db/mysql/mysql-5.5.39.ebuild
16 index e2b912c..3503ffe 100644
17 --- a/dev-db/mysql/mysql-5.5.39.ebuild
18 +++ b/dev-db/mysql/mysql-5.5.39.ebuild
19 @@ -1,6 +1,6 @@
20 # Copyright 1999-2014 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22 -# $Header: $
23 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $
24
25 EAPI="5"
26
27
28 diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild
29 index eda0822..b7dcee4 100644
30 --- a/dev-db/mysql/mysql-5.6.20.ebuild
31 +++ b/dev-db/mysql/mysql-5.6.20.ebuild
32 @@ -1,6 +1,6 @@
33 # Copyright 1999-2014 Gentoo Foundation
34 # Distributed under the terms of the GNU General Public License v2
35 -# $Header: $
36 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $
37
38 EAPI="5"
39
40 @@ -19,7 +19,7 @@ IUSE="$IUSE"
41 EGIT_REPO_URI="git://git.overlays.gentoo.org/proj/mysql-extras.git"
42
43 # REMEMBER: also update eclass/mysql*.eclass before committing!
44 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux"
45 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
46
47 # When MY_EXTRAS is bumped, the index should be revised to exclude these.
48 EPATCH_EXCLUDE=''
49 @@ -83,15 +83,15 @@ src_test() {
50 # main.mysql_client_test:
51 # segfaults at random under Portage only, suspect resource limits.
52 #
53 - # main.mysql_tzinfo_to_sql_symlink
54 - # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive
55 - #
56 + # rpl.rpl_plugin_load
57 + # fails due to included file not listed in expected result
58 + # appears to be poor planning
59 for t in main.mysql_client_test \
60 binlog.binlog_statement_insert_delayed main.information_schema \
61 main.mysqld--help-notwinfuncs_1.is_triggers funcs_1.is_tables_mysql \
62 funcs_1.is_columns_mysql binlog.binlog_mysqlbinlog_filter \
63 perfschema.binlog_edge_mix perfschema.binlog_edge_stmt \
64 - mysqld--help-notwin main.mysql_tzinfo_to_sql_symlink \
65 + mysqld--help-notwin rpl.rpl_plugin_load \
66 funcs_1.is_triggers ; do
67 mysql-v2_disable_test "$t" "False positives in Gentoo"
68 done