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 6FABC138A1A for ; Tue, 10 Feb 2015 18:36:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40CB7E0924; Tue, 10 Feb 2015 18:36:44 +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 ADF14E0938 for ; Tue, 10 Feb 2015 18:36:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 73E6B34079F for ; Tue, 10 Feb 2015 18:36:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2284F11784 for ; Tue, 10 Feb 2015 18:36:41 +0000 (UTC) From: "Brian Evans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Evans" Message-ID: <1423593326.f9bca32ce6491c3a4f2979d5ee0d049a68c00203.grknight@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mariadb/mariadb-10.0.16.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: grknight X-VCS-Committer-Name: Brian Evans X-VCS-Revision: f9bca32ce6491c3a4f2979d5ee0d049a68c00203 X-VCS-Branch: master Date: Tue, 10 Feb 2015 18:36:41 +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: cfbe3b92-a582-4751-825d-37e8b37c0a89 X-Archives-Hash: 611d9a8acbe6501d6dda11580ed942d2 commit: f9bca32ce6491c3a4f2979d5ee0d049a68c00203 Author: Brian Evans gentoo org> AuthorDate: Tue Feb 10 18:35:26 2015 +0000 Commit: Brian Evans gentoo org> CommitDate: Tue Feb 10 18:35:26 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=f9bca32c Remove tests from mariadb 10.0.16 due to expired certificate in tarball --- dev-db/mariadb/mariadb-10.0.16.ebuild | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/dev-db/mariadb/mariadb-10.0.16.ebuild b/dev-db/mariadb/mariadb-10.0.16.ebuild index e9b0d90..692ab85 100644 --- a/dev-db/mariadb/mariadb-10.0.16.ebuild +++ b/dev-db/mariadb/mariadb-10.0.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.1 2015/01/28 13:51:27 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb/mariadb-10.0.16.ebuild,v 1.2 2015/02/08 20:35:57 grknight Exp $ EAPI="5" MY_EXTRAS_VER="20141215-0144Z" @@ -84,6 +84,12 @@ multilib_src_test() { mysql-multilib_disable_test "$t" "False positives in Gentoo" done + for t in rpl.rpl_heartbeat_ssl rpl.rpl_ssl rpl.rpl_ssl1 main.ssl_cipher \ + main.ssl_8k_key main.openssl_6975 main.openssl_1 main.ssl main.ssl_compress \ + main.ssl_connect; do + mysql-multilib_disable_test "$t" "Disabled due to expired certificate" + done + # Run mysql tests pushd "${TESTDIR}"