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 E39DD138582 for ; Sun, 20 Jan 2013 02:15:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5347621C05C; Sun, 20 Jan 2013 02:15:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DEF521C05C for ; Sun, 20 Jan 2013 02:15:09 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6B02E33D3D6 for ; Sun, 20 Jan 2013 02:15:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3CE35E4095 for ; Sun, 20 Jan 2013 02:15:05 +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: <1358646881.eec6f83af532d899bccddcf27da6f5620acfd703.robbat2@gentoo> Subject: [gentoo-commits] proj/mysql:master commit in: dev-db/mariadb/ X-VCS-Repository: proj/mysql X-VCS-Files: dev-db/mariadb/ChangeLog dev-db/mariadb/mariadb-5.5.24.ebuild dev-db/mariadb/mariadb-5.5.25-r1.ebuild dev-db/mariadb/mariadb-5.5.25.ebuild dev-db/mariadb/mariadb-5.5.28.ebuild dev-db/mariadb/mariadb-5.5.28a.ebuild X-VCS-Directories: dev-db/mariadb/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: eec6f83af532d899bccddcf27da6f5620acfd703 X-VCS-Branch: master Date: Sun, 20 Jan 2013 02:15:05 +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: 375c5367-ef69-4384-8cbd-aa5917f6d957 X-Archives-Hash: 070b86dded26839f2a85c3e606fe195d commit: eec6f83af532d899bccddcf27da6f5620acfd703 Author: Robin H. Johnson gentoo org> AuthorDate: Sun Jan 20 01:54:41 2013 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Sun Jan 20 01:54:41 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mysql.git;a=commit;h=eec6f83a Fix {tests} typo. Package-Manager: portage-2.2.0_alpha144 RepoMan-Options: --force --- dev-db/mariadb/ChangeLog | 8 ++++++-- dev-db/mariadb/mariadb-5.5.24.ebuild | 4 ++-- dev-db/mariadb/mariadb-5.5.25-r1.ebuild | 4 ++-- dev-db/mariadb/mariadb-5.5.25.ebuild | 4 ++-- dev-db/mariadb/mariadb-5.5.28.ebuild | 4 ++-- dev-db/mariadb/mariadb-5.5.28a.ebuild | 4 ++-- 6 files changed, 16 insertions(+), 12 deletions(-) diff --git a/dev-db/mariadb/ChangeLog b/dev-db/mariadb/ChangeLog index c02a627..043defc 100644 --- a/dev-db/mariadb/ChangeLog +++ b/dev-db/mariadb/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-db/mariadb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 20 Jan 2013; Robin H. Johnson mariadb-5.5.24.ebuild, + mariadb-5.5.25-r1.ebuild, mariadb-5.5.25.ebuild, mariadb-5.5.28.ebuild, + mariadb-5.5.28a.ebuild: + Fix {tests} typo. + 22 May 2012; Jorge Manuel B. S. Vicetto mariadb-5.1.55.ebuild, mariadb-5.1.62.ebuild, mariadb-5.2.7.ebuild, mariadb-5.2.8.ebuild, mariadb-5.2.9.ebuild, mariadb-5.2.10.ebuild, @@ -137,4 +142,3 @@ +mariadb-5.1.42.ebuild, +metadata.xml: Add MariaDB. Bug #303130, based on the submission by Brian Evans . - diff --git a/dev-db/mariadb/mariadb-5.5.24.ebuild b/dev-db/mariadb/mariadb-5.5.24.ebuild index 46fb196..9a04c5c 100644 --- a/dev-db/mariadb/mariadb-5.5.24.ebuild +++ b/dev-db/mariadb/mariadb-5.5.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: diff --git a/dev-db/mariadb/mariadb-5.5.25-r1.ebuild b/dev-db/mariadb/mariadb-5.5.25-r1.ebuild index 4ab0808..7a7e528 100644 --- a/dev-db/mariadb/mariadb-5.5.25-r1.ebuild +++ b/dev-db/mariadb/mariadb-5.5.25-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: diff --git a/dev-db/mariadb/mariadb-5.5.25.ebuild b/dev-db/mariadb/mariadb-5.5.25.ebuild index 46fb196..9a04c5c 100644 --- a/dev-db/mariadb/mariadb-5.5.25.ebuild +++ b/dev-db/mariadb/mariadb-5.5.25.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: diff --git a/dev-db/mariadb/mariadb-5.5.28.ebuild b/dev-db/mariadb/mariadb-5.5.28.ebuild index 4ab0808..7a7e528 100644 --- a/dev-db/mariadb/mariadb-5.5.28.ebuild +++ b/dev-db/mariadb/mariadb-5.5.28.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: diff --git a/dev-db/mariadb/mariadb-5.5.28a.ebuild b/dev-db/mariadb/mariadb-5.5.28a.ebuild index e956c90..3c0a87d 100644 --- a/dev-db/mariadb/mariadb-5.5.28a.ebuild +++ b/dev-db/mariadb/mariadb-5.5.28a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -65,7 +65,7 @@ src_test() { export MTR_BUILD_THREAD="$((${RANDOM} % 100))" # create directories because mysqladmin might right out of order - mkdir -p "${S}"/mysql-test/var-{tests}{,/log} + mkdir -p "${S}"/mysql-test/var-tests{,/log} # These are failing in MySQL 5.5 for now and are believed to be # false positives: