grknight 14/10/02 02:33:56
Modified: mariadb-galera-10.0.13.ebuild
mariadb-galera-10.0.12.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/mariadb-galera/mariadb-galera-10.0.13.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild?r1=1.1&r2=1.2
Index: mariadb-galera-10.0.13.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mariadb-galera-10.0.13.ebuild 3 Sep 2014 22:44:00 -0000 1.1
+++ mariadb-galera-10.0.13.ebuild 2 Oct 2014 02:33:56 -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/mariadb-galera/mariadb-galera-10.0.13.ebuild,v
1.1 2014/09/03 22:44:00 grknight Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.13.ebuild,v
1.2 2014/10/02 02:33:56 grknight Exp $
EAPI="5"
MY_EXTRAS_VER="20140903-1928Z"
@@ -117,6 +117,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/mariadb-galera/mariadb-galera-10.0.12.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild?r1=1.1&r2=1.2
Index: mariadb-galera-10.0.12.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mariadb-galera-10.0.12.ebuild 30 Jul 2014 06:26:21 -0000 1.1
+++ mariadb-galera-10.0.12.ebuild 2 Oct 2014 02:33:56 -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/mariadb-galera/mariadb-galera-10.0.12.ebuild,v
1.1 2014/07/30 06:26:21 robbat2 Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-db/mariadb-galera/mariadb-galera-10.0.12.ebuild,v
1.2 2014/10/02 02:33:56 grknight Exp $
EAPI="5"
MY_EXTRAS_VER="20140729-2200Z"
@@ -109,6 +109,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/mariadb-galera/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/mariadb-galera/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 26 Sep 2014 17:57:33 -0000 1.3
+++ ChangeLog 2 Oct 2014 02:33:56 -0000 1.4
@@ -1,6 +1,10 @@
# ChangeLog for dev-db/mariadb-galera
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.3
2014/09/26 17:57:33 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mariadb-galera/ChangeLog,v 1.4
2014/10/02 02:33:56 grknight Exp $
+
+ 02 Oct 2014; Brian Evans <[email protected]> mariadb-galera-10.0.12.ebuild,
+ mariadb-galera-10.0.13.ebuild:
+ Cleanup test data wrt bug 524158
26 Sep 2014; <[email protected]> metadata.xml:
Add new USE descriptions for sst-*