grknight 14/08/14 14:26:59 Modified: ChangeLog Added: mysql-5.6-r1.ebuild Removed: mysql-5.6.ebuild Log: Revbump for 5.6 to add subslot and remove mariadb-10.1 which should be in 5.7 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 67C78E1D)
Revision Changes Path 1.46 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.46&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.46&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.45&r2=1.46 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.45 retrieving revision 1.46 diff -u -r1.45 -r1.46 --- ChangeLog 13 Aug 2014 15:25:36 -0000 1.45 +++ ChangeLog 14 Aug 2014 14:26:59 -0000 1.46 @@ -1,6 +1,11 @@ # ChangeLog for virtual/mysql # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.45 2014/08/13 15:25:36 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.46 2014/08/14 14:26:59 grknight Exp $ + +*mysql-5.6-r1 (14 Aug 2014) + + 14 Aug 2014; <[email protected]> +mysql-5.6-r1.ebuild, -mysql-5.6.ebuild: + Revbump for 5.6 to add subslot and remove mariadb-10.1 which should be in 5.7 13 Aug 2014; Markus Meier <[email protected]> mysql-5.5.ebuild: arm stable, bug #518718 1.1 virtual/mysql/mysql-5.6-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r1.ebuild?rev=1.1&content-type=text/plain Index: mysql-5.6-r1.ebuild =================================================================== # 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-r1.ebuild,v 1.1 2014/08/14 14:26:59 grknight Exp $ EAPI="5" DESCRIPTION="Virtual for MySQL client or database" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0/18" 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="" RDEPEND="|| ( =dev-db/mariadb-10.0*[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=] )"
