jmbsvicetto 14/04/25 01:32:39 Modified: mysql-5.5.ebuild ChangeLog Log: Make mariadb the default provider for mysql - fixes bug 474802. Sync changes from the overlay. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BB0E6E98)
Revision Changes Path 1.7 virtual/mysql/mysql-5.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.5.ebuild?r1=1.6&r2=1.7 Index: mysql-5.5.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- mysql-5.5.ebuild 5 Dec 2012 11:24:27 -0000 1.6 +++ mysql-5.5.ebuild 25 Apr 2014 01:32:39 -0000 1.7 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.5.ebuild,v 1.6 2012/12/05 11:24:27 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.5.ebuild,v 1.7 2014/04/25 01:32:39 jmbsvicetto Exp $ -EAPI="2" +EAPI="4" DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="" @@ -10,12 +10,14 @@ LICENSE="" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-linux" -IUSE="embedded minimal static" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +IUSE="embedded minimal static static-libs" DEPEND="" -# TODO: add Drizzle and MariaDB here +# TODO: add Drizzle here RDEPEND="|| ( - =dev-db/mysql-${PV}*[embedded=,minimal=,static=] - =dev-db/mariadb-${PV}*[embedded=,minimal=,static=] + =dev-db/mariadb-${PV}*[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-${PV}*[embedded=,minimal=,static=,static-libs=] )" 1.32 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.32&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.32&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.31&r2=1.32 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- ChangeLog 5 Dec 2012 11:24:27 -0000 1.31 +++ ChangeLog 25 Apr 2014 01:32:39 -0000 1.32 @@ -1,6 +1,11 @@ # ChangeLog for virtual/mysql -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.31 2012/12/05 11:24:27 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.32 2014/04/25 01:32:39 jmbsvicetto Exp $ + + 25 Apr 2014; Jorge Manuel B. S. Vicetto <[email protected]> + mysql-5.5.ebuild: + Make mariadb the default provider for mysql - fixes bug 474802. Sync changes + from the overlay. 05 Dec 2012; Fabian Groffen <[email protected]> mysql-5.5.ebuild: Marked ~x86-linux, bug #444950
