grknight 14/10/02 02:25:51 Modified: mysql-5.5.40.ebuild mysql-5.6.20.ebuild mysql-5.6.21.ebuild mysql-5.5.39.ebuild ChangeLog Log: Cleanup test data wrt bug 524158 (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.2 dev-db/mysql/mysql-5.5.40.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild?r1=1.1&r2=1.2 Index: mysql-5.5.40.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mysql-5.5.40.ebuild 24 Sep 2014 02:36:50 -0000 1.1 +++ mysql-5.5.40.ebuild 2 Oct 2014 02:25:50 -0000 1.2 @@ -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.5.40.ebuild,v 1.1 2014/09/24 02:36:50 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.40.ebuild,v 1.2 2014/10/02 02:25:50 grknight Exp $ EAPI="5" @@ -114,6 +114,8 @@ [[ -z "$failures" ]] || die "Test failures: $failures" einfo "Tests successfully completed" + # Cleanup data files after tests + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed" else einfo "Skipping server tests due to minimal build." 1.4 dev-db/mysql/mysql-5.6.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild?r1=1.3&r2=1.4 Index: mysql-5.6.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- mysql-5.6.20.ebuild 3 Aug 2014 21:01:05 -0000 1.3 +++ mysql-5.6.20.ebuild 2 Oct 2014 02:25:50 -0000 1.4 @@ -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.3 2014/08/03 21:01:05 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.20.ebuild,v 1.4 2014/10/02 02:25:50 grknight Exp $ EAPI="5" @@ -135,6 +135,8 @@ [[ -z "$failures" ]] || die "Test failures: $failures" einfo "Tests successfully completed" + # Cleanup data files after tests + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed" else einfo "Skipping server tests due to minimal build." 1.2 dev-db/mysql/mysql-5.6.21.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild?r1=1.1&r2=1.2 Index: mysql-5.6.21.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mysql-5.6.21.ebuild 24 Sep 2014 03:20:19 -0000 1.1 +++ mysql-5.6.21.ebuild 2 Oct 2014 02:25:50 -0000 1.2 @@ -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.21.ebuild,v 1.1 2014/09/24 03:20:19 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.6.21.ebuild,v 1.2 2014/10/02 02:25:50 grknight Exp $ EAPI="5" @@ -133,6 +133,8 @@ [[ -z "$failures" ]] || die "Test failures: $failures" einfo "Tests successfully completed" + # Cleanup data files after tests + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed" else einfo "Skipping server tests due to minimal build." 1.11 dev-db/mysql/mysql-5.5.39.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild?r1=1.10&r2=1.11 Index: mysql-5.5.39.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- mysql-5.5.39.ebuild 13 Aug 2014 15:26:18 -0000 1.10 +++ mysql-5.5.39.ebuild 2 Oct 2014 02:25:50 -0000 1.11 @@ -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.5.39.ebuild,v 1.10 2014/08/13 15:26:18 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/mysql-5.5.39.ebuild,v 1.11 2014/10/02 02:25:50 grknight Exp $ EAPI="5" @@ -128,6 +128,8 @@ [[ -z "$failures" ]] || die "Test failures: $failures" einfo "Tests successfully completed" + # Cleanup data files after tests + rm -r "${S}/mysql-test/var-tests" || die "Cleanup failed" else einfo "Skipping server tests due to minimal build." 1.692 dev-db/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.692&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?rev=1.692&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mysql/ChangeLog?r1=1.691&r2=1.692 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v retrieving revision 1.691 retrieving revision 1.692 diff -u -r1.691 -r1.692 --- ChangeLog 24 Sep 2014 03:20:19 -0000 1.691 +++ ChangeLog 2 Oct 2014 02:25:51 -0000 1.692 @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.691 2014/09/24 03:20:19 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/ChangeLog,v 1.692 2014/10/02 02:25:51 grknight Exp $ + + 02 Oct 2014; Brian Evans <grkni...@gentoo.org> mysql-5.5.39.ebuild, + mysql-5.5.40.ebuild, mysql-5.6.20.ebuild, mysql-5.6.21.ebuild: + Cleanup test data wrt bug 524158 *mysql-5.6.21 (24 Sep 2014)