summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2014-07-29 22:49:09 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2014-07-29 22:49:09 +0000
commit92250c8fe42be163f3b82e23e5f9fcc3f3d9fdc7 (patch)
tree87b54da67b346677968db5b2aefab59364132526 /virtual/mysql
parentVersion bump. (diff)
downloadgentoo-2-92250c8fe42be163f3b82e23e5f9fcc3f3d9fdc7.tar.gz
gentoo-2-92250c8fe42be163f3b82e23e5f9fcc3f3d9fdc7.tar.bz2
gentoo-2-92250c8fe42be163f3b82e23e5f9fcc3f3d9fdc7.zip
Introduce MySQL 5.6 to the tree.
(Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'virtual/mysql')
-rw-r--r--virtual/mysql/ChangeLog7
-rw-r--r--virtual/mysql/mysql-5.6.ebuild25
2 files changed, 31 insertions, 1 deletions
diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index fbd925f57870..49b2e4990304 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -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.32 2014/04/25 01:32:39 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.33 2014/07/29 22:49:09 robbat2 Exp $
+
+*mysql-5.6 (29 Jul 2014)
+
+ 29 Jul 2014; Robin H. Johnson <robbat2@gentoo.org> +mysql-5.6.ebuild:
+ Introduce MySQL 5.6 to the tree.
25 Apr 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
mysql-5.5.ebuild:
diff --git a/virtual/mysql/mysql-5.6.ebuild b/virtual/mysql/mysql-5.6.ebuild
new file mode 100644
index 000000000000..61f9af5cd594
--- /dev/null
+++ b/virtual/mysql/mysql-5.6.ebuild
@@ -0,0 +1,25 @@
+# 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 $
+
+EAPI="5"
+
+DESCRIPTION="Virtual for MySQL client or database"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0"
+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=]
+)"
+# 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=]