Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in virtual/mysql: mysql-5.6.ebuild ChangeLog
Date: Tue, 29 Jul 2014 22:49:18
Message-Id: 20140729224911.696AC2004E@flycatcher.gentoo.org
1 robbat2 14/07/29 22:49:09
2
3 Modified: ChangeLog
4 Added: mysql-5.6.ebuild
5 Log:
6 Introduce MySQL 5.6 to the tree.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.33 virtual/mysql/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?rev=1.33&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/ChangeLog?r1=1.32&r2=1.33
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v
20 retrieving revision 1.32
21 retrieving revision 1.33
22 diff -p -w -b -B -u -u -r1.32 -r1.33
23 --- ChangeLog 25 Apr 2014 01:32:39 -0000 1.32
24 +++ ChangeLog 29 Jul 2014 22:49:09 -0000 1.33
25 @@ -1,6 +1,11 @@
26 # ChangeLog for virtual/mysql
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.32 2014/04/25 01:32:39 jmbsvicetto Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/virtual/mysql/ChangeLog,v 1.33 2014/07/29 22:49:09 robbat2 Exp $
30 +
31 +*mysql-5.6 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Robin H. Johnson <robbat2@g.o> +mysql-5.6.ebuild:
34 + Introduce MySQL 5.6 to the tree.
35
36 25 Apr 2014; Jorge Manuel B. S. Vicetto <jmbsvicetto@g.o>
37 mysql-5.5.ebuild:
38
39
40
41 1.1 virtual/mysql/mysql-5.6.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/mysql/mysql-5.6.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mysql-5.6.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/virtual/mysql/mysql-5.6.ebuild,v 1.1 2014/07/29 22:49:09 robbat2 Exp $
51
52 EAPI="5"
53
54 DESCRIPTION="Virtual for MySQL client or database"
55 HOMEPAGE=""
56 SRC_URI=""
57
58 LICENSE=""
59 SLOT="0"
60 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"
61 IUSE="embedded minimal static static-libs"
62
63 DEPEND=""
64 RDEPEND="|| (
65 =dev-db/mariadb-10.0*[embedded=,minimal=,static=,static-libs=]
66 =dev-db/mysql-${PV}*[embedded=,minimal=,static=,static-libs=]
67 =dev-db/percona-server-${PV}*[embedded=,minimal=,static=,static-libs=]
68 )"
69 # Not quite yet
70 #=dev-db/mariadb-10.1*[embedded=,minimal=,static=,static-libs=]
71 #=dev-db/mariadb-galera-10.0*[embedded=,minimal=,static=,static-libs=]
72 #=dev-db/mysql-cluster-7.3*[embedded=,minimal=,static=,static-libs=]