robbat2     14/07/29 22:49:09

  Modified:             ChangeLog
  Added:                mysql-5.6.ebuild
  Log:
  Introduce MySQL 5.6 to the tree.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.33                 virtual/mysql/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -p -w -b -B -u -u -r1.32 -r1.33
--- ChangeLog   25 Apr 2014 01:32:39 -0000      1.32
+++ ChangeLog   29 Jul 2014 22:49:09 -0000      1.33
@@ -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 <[email protected]> +mysql-5.6.ebuild:
+  Introduce MySQL 5.6 to the tree.
 
   25 Apr 2014; Jorge Manuel B. S. Vicetto <[email protected]>
   mysql-5.5.ebuild:



1.1                  virtual/mysql/mysql-5.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1&content-type=text/plain

Index: mysql-5.6.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.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=]




Reply via email to