From c3bf8ff29ade3fd7eba1f1ca98a96d70558b3720 Mon Sep 17 00:00:00 2001 From: Brian Evans Date: Fri, 29 Jan 2016 21:33:01 -0500 Subject: dev-db/mysql-init-scripts: Version bump to update systemd units wrt bug 572788 dev-db/mariadb has started shipping it's own Notify based units starting with 10.1.8 Set the conflict in mysqld.service to compensate Also, set the binary to be /usr/sbin/mysqld so we are not monitoring a monitor Package-Manager: portage-2.2.27 --- .../mysql-init-scripts-2.1_rc1.ebuild | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild new file mode 100644 index 000000000000..b47641df8059 --- /dev/null +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.1_rc1.ebuild @@ -0,0 +1,58 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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=" + !