commit:     f5c1ee22497b4db0cbd941120bd082c9f0b85388
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 02:24:55 2017 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon May 29 02:24:55 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mysql.git/commit/?id=f5c1ee22

virtual/mysql: Add new revision for 5.7 compatible servers

Package-Manager: Portage-2.3.6, Repoman-2.3.2
RepoMan-Options: --force
Manifest-Sign-Key: 0xD1F781EFF9F4A3B6

 virtual/mysql/ChangeLog           |  7 ++++++-
 virtual/mysql/mysql-5.7-r2.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 28 insertions(+), 1 deletion(-)

diff --git a/virtual/mysql/ChangeLog b/virtual/mysql/ChangeLog
index 4f99aac..ee69d28 100644
--- a/virtual/mysql/ChangeLog
+++ b/virtual/mysql/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for virtual/mysql
-# Copyright 1999-2016 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2017 Gentoo Foundation; Distributed under the GPL v2
 # $Id$
 
+*mysql-5.7-r2 (29 May 2017)
+
+  29 May 2017; Brian Evans <[email protected]> +mysql-5.7-r2.ebuild:
+  virtual/mysql: Add new revision for 5.7 compatible servers
+
   09 Mar 2016; Brian Evans <[email protected]> mysql-5.6-r8.ebuild:
   virtual/mysql: Drop unused inherit; Add server required USE
 

diff --git a/virtual/mysql/mysql-5.7-r2.ebuild 
b/virtual/mysql/mysql-5.7-r2.ebuild
new file mode 100644
index 0000000..d627e47
--- /dev/null
+++ b/virtual/mysql/mysql-5.7-r2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="Virtual for MySQL database server"
+HOMEPAGE=""
+SRC_URI=""
+
+LICENSE=""
+SLOT="0/20"
+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"
+
+DEPEND=""
+RDEPEND="
+       || (
+               =dev-db/mariadb-10.3*[embedded?,server,static?]
+               =dev-db/mariadb-10.2*[embedded?,server,static?]
+               =dev-db/mysql-${PV}*[embedded?,server,static?]
+               =dev-db/percona-server-${PV}*[embedded?,server,static?]
+       )"

Reply via email to