From a51d8843bdf6d39c7964abac3b751f658ed4a078 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Wed, 24 Jan 2018 16:50:44 -0500 Subject: dev-db/mysql-init-scripts: Add 'keyword -timeout' It may take longer than 60 seconds to startup. Let the script handle any timeouts. Package-Manager: Portage-2.3.20, Repoman-2.3.6 --- .../mysql-init-scripts-2.2-r3.ebuild | 64 ++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r3.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r3.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r3.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r3.ebuild new file mode 100644 index 000000000000..f405a38a67f6 --- /dev/null +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.2-r3.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2018 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 ~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=" + !