From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2571213877A for ; Sun, 3 Aug 2014 21:44:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 87ABCE092B; Sun, 3 Aug 2014 21:43:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0FC0E08FE for ; Sun, 3 Aug 2014 21:43:58 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3058B340512 for ; Sun, 3 Aug 2014 21:43:58 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id D54D91881A for ; Sun, 3 Aug 2014 21:43:56 +0000 (UTC) From: "Robin H. Johnson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Robin H. Johnson" Message-ID: <1407099608.8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mysql/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mysql/ChangeLog dev-db/mysql/mysql-5.6.20.ebuild X-VCS-Directories: dev-db/mysql/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b X-VCS-Branch: master Date: Sun, 3 Aug 2014 21:43:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 108b65f2-e383-42df-a362-c354f2cf1fc7 X-Archives-Hash: 6bb04213f6d2a75daaca2ebcd26fda46 commit: 8e3008eb9f3574d8c7013f5dccd5b9e24938ce0b Author: Robin H. Johnson orbis-terrarum net> AuthorDate: Sun Aug 3 21:00:08 2014 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Aug 3 21:00:08 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=8e3008eb Missed test while merging. Package-Manager: portage-2.2.10 --- dev-db/mysql/ChangeLog | 3 +++ dev-db/mysql/mysql-5.6.20.ebuild | 8 ++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-db/mysql/ChangeLog b/dev-db/mysql/ChangeLog index 598c858..fe4986a 100644 --- a/dev-db/mysql/ChangeLog +++ b/dev-db/mysql/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Aug 2014; Robin H. Johnson mysql-5.6.20.ebuild: + Missed test while merging. + 29 Jul 2014; Robin H. Johnson mysql-4.0.27-r1.ebuild, mysql-4.1.22-r1.ebuild, mysql-5.1.73-r1.ebuild, mysql-5.5.38-r1.ebuild: Sync ebuilds from tree. diff --git a/dev-db/mysql/mysql-5.6.20.ebuild b/dev-db/mysql/mysql-5.6.20.ebuild index edb543a..f94a606 100644 --- a/dev-db/mysql/mysql-5.6.20.ebuild +++ b/dev-db/mysql/mysql-5.6.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.1 2014/08/02 00:23:41 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.2 2014/08/03 20:54:08 robbat2 Exp $ EAPI="5" @@ -87,6 +87,9 @@ src_test() { # main.mysql_tzinfo_to_sql_symlink # fails due to missing mysql_test/std_data/zoneinfo/GMT file from archive # + # rpl.rpl_plugin_load + # fails due to included file not listed in expected result + # appears to be poor planning for t in \ binlog.binlog_mysqlbinlog_filter \ binlog.binlog_statement_insert_delayed \ @@ -94,12 +97,13 @@ src_test() { funcs_1.is_tables_mysql \ funcs_1.is_triggers \ main.information_schema \ - main.mysqld--help-notwinfuncs_1.is_triggers \ main.mysql_client_test \ + main.mysqld--help-notwinfuncs_1.is_triggers \ main.mysql_tzinfo_to_sql_symlink \ mysqld--help-notwin \ perfschema.binlog_edge_mix \ perfschema.binlog_edge_stmt \ + rpl.rpl_plugin_load \ ; do mysql-v2_disable_test "$t" "False positives in Gentoo" done