From 460c2f8c5390efbca391a0ac83841af2b089708f Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Tue, 31 Oct 2017 12:09:03 -0400 Subject: dev-db/mysql-init-scripts: Fix important typo and commit straight to stable boostrap_galera -> bootstrap_galera Package-Manager: Portage-2.3.13, Repoman-2.3.4 RepoMan-Options: --force --- .../mysql-init-scripts-2.2-r2.ebuild | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild new file mode 100644 index 000000000000..f97a9eec6219 --- /dev/null +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r2.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd s6 + +DESCRIPTION="Gentoo MySQL init scripts." +HOMEPAGE="https://www.gentoo.org/" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +IUSE="" + +DEPEND="" +# This _will_ break with MySQL 5.0, 4.x, 3.x +# It also NEEDS openrc for the save_options/get_options builtins. +# The s6 support was added after openrc 0.16.2 +RDEPEND=" + !