robbat2 14/07/30 06:30:26 Modified: mysql-5.6.ebuild ChangeLog Log: mariadb-galera in the tree now, and mysql-cluster following soon. (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.2 virtual/mysql/mysql-5.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?r1=1.1&r2=1.2 Index: mysql-5.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -p -w -b -B -u -u -r1.1 -r1.2 --- mysql-5.6.ebuild 29 Jul 2014 22:49:09 -0000 1.1 +++ mysql-5.6.ebuild 30 Jul 2014 06:30:25 -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/virtual/mysql/mysql-5.6.ebuild,v 1.1 2014/07/29 22:49:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.2 2014/07/30 06:30:25 robbat2 Exp $ EAPI="5" @@ -16,10 +16,9 @@ IUSE="embedded minimal static static-lib DEPEND="" RDEPEND="|| ( =dev-db/mariadb-10.0*[embedded=,minimal=,static=,static-libs=] + =dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=] =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=] =dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=] + =dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=] + =dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=] )" -# Not quite yet -#=dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=] -#=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=] -#=dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=] 1.34 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.34&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.33&r2=1.34 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.33 retrieving revision 1.34 diff -p -w -b -B -u -u -r1.33 -r1.34 --- ChangeLog 29 Jul 2014 22:49:09 -0000 1.33 +++ ChangeLog 30 Jul 2014 06:30:25 -0000 1.34 @@ -1,6 +1,9 @@ # ChangeLog for virtual/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.33 2014/07/29 22:49:09 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.34 2014/07/30 06:30:25 robbat2 Exp $ + + 30 Jul 2014; Robin H. Johnson <[email protected]> mysql-5.6.ebuild: + mariadb-galera in the tree now, and mysql-cluster following soon. *mysql-5.6 (29 Jul 2014)
