Gentoo Archives: gentoo-commits

From: Brian Evans <grknight@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mysql:master commit in: virtual/mysql/
Date: Mon, 29 May 2017 02:33:07
Message-Id: 1496024695.f5c1ee22497b4db0cbd941120bd082c9f0b85388.grknight@gentoo
1 commit: f5c1ee22497b4db0cbd941120bd082c9f0b85388
2 Author: Brian Evans <grknight <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 29 02:24:55 2017 +0000
4 Commit: Brian Evans <grknight <AT> gentoo <DOT> org>
5 CommitDate: Mon May 29 02:24:55 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/mysql.git/commit/?id=f5c1ee22
7
8 virtual/mysql: Add new revision for 5.7 compatible servers
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 RepoMan-Options: --force
12 Manifest-Sign-Key: 0xD1F781EFF9F4A3B6
13
14 virtual/mysql/ChangeLog | 7 ++++++-
15 virtual/mysql/mysql-5.7-r2.ebuild | 22 ++++++++++++++++++++++
16 2 files changed, 28 insertions(+), 1 deletion(-)
17
18 diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
19 index 4f99aac..ee69d28 100644
20 --- a/virtual/mysql/ChangeLog
21 +++ b/virtual/mysql/ChangeLog
22 @@ -1,7 +1,12 @@
23 # ChangeLog for virtual/mysql
24 -# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2
26 # $Id$
27
28 +*mysql-5.7-r2 (29 May 2017)
29 +
30 + 29 May 2017; Brian Evans <grknight@g.o> +mysql-5.7-r2.ebuild:
31 + virtual/mysql: Add new revision for 5.7 compatible servers
32 +
33 09 Mar 2016; Brian Evans <grknight@g.o> mysql-5.6-r8.ebuild:
34 virtual/mysql: Drop unused inherit; Add server required USE
35
36
37 diff --git a/virtual/mysql/mysql-5.7-r2.ebuild b/virtual/mysql/mysql-5.7-r2.ebuild
38 new file mode 100644
39 index 0000000..d627e47
40 --- /dev/null
41 +++ b/virtual/mysql/mysql-5.7-r2.ebuild
42 @@ -0,0 +1,22 @@
43 +# Copyright 1999-2017 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=6
47 +
48 +DESCRIPTION="Virtual for MySQL database server"
49 +HOMEPAGE=""
50 +SRC_URI=""
51 +
52 +LICENSE=""
53 +SLOT="0/20"
54 +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"
55 +IUSE="embedded static"
56 +
57 +DEPEND=""
58 +RDEPEND="
59 + || (
60 + =dev-db/mariadb-10.3*[embedded?,server,static?]
61 + =dev-db/mariadb-10.2*[embedded?,server,static?]
62 + =dev-db/mysql-${PV}*[embedded?,server,static?]
63 + =dev-db/percona-server-${PV}*[embedded?,server,static?]
64 + )"