grknight 15/08/01 21:38:00 Modified: ChangeLog Added: mysql-5.6-r6.ebuild Log: Revbump to take into account that only server packages have the embedded library and must be paired with client-libs for mysql_config (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xD1F781EFF9F4A3B6)
Revision Changes Path 1.65 virtual/mysql/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.65&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.65&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.64&r2=1.65 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v retrieving revision 1.64 retrieving revision 1.65 diff -u -r1.64 -r1.65 --- ChangeLog 29 Jul 2015 01:45:06 -0000 1.64 +++ ChangeLog 1 Aug 2015 21:38:00 -0000 1.65 @@ -1,6 +1,12 @@ # ChangeLog for virtual/mysql # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.64 2015/07/29 01:45:06 grknight Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.65 2015/08/01 21:38:00 grknight Exp $ + +*mysql-5.6-r6 (01 Aug 2015) + + 01 Aug 2015; Brian Evans <[email protected]> +mysql-5.6-r6.ebuild: + Revbump to take into account that only server packages have the embedded + library and must be paired with client-libs for mysql_config *mysql-5.6-r5 (29 Jul 2015) 1.1 virtual/mysql/mysql-5.6-r6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r6.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6-r6.ebuild?rev=1.1&content-type=text/plain Index: mysql-5.6-r6.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6-r6.ebuild,v 1.1 2015/08/01 21:38:00 grknight Exp $ EAPI="5" inherit multilib-build DESCRIPTION="Virtual for MySQL database server" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0/18" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~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 static static-libs" DEPEND="" RDEPEND=" virtual/libmysqlclient[static-libs?,${MULTILIB_USEDEP}] embedded? ( || ( =dev-db/mariadb-10.1*[client-libs(+),embedded,static=] =dev-db/mariadb-10.0*[client-libs(+),embedded,static=] =dev-db/mysql-${PV}*[client-libs(+),embedded,static=] =dev-db/percona-server-${PV}*[client-libs(+),embedded,static=] =dev-db/mariadb-galera-10.0*[client-libs(+),embedded,static=] =dev-db/mysql-cluster-7.3*[client-libs(+),embedded,static=] ) ) !embedded? ( || ( =dev-db/mariadb-10.1*[-embedded,static=] =dev-db/mariadb-10.0*[-embedded,static=] =dev-db/mysql-${PV}*[-embedded,static=] =dev-db/percona-server-${PV}*[-embedded,static=] =dev-db/mariadb-galera-10.0*[-embedded,static=] =dev-db/mysql-cluster-7.3*[-embedded,static=] ) ) "
