From 5c61d964bfc659eb2a8474552853311a2b1d8503 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 28 Aug 2019 13:34:23 +0200 Subject: dev-db/mysql-init-scripts: package requires acct-{user,group}/mysql ...already in pkg_post* phase. Bug: https://bugs.gentoo.org/693000 Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: Thomas Deutschmann --- .../mysql-init-scripts-2.3-r2.ebuild | 71 ++++++++++++++++++++++ 1 file changed, 71 insertions(+) create mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r2.ebuild (limited to 'dev-db/mysql-init-scripts') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r2.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r2.ebuild new file mode 100644 index 000000000000..dc33b534706e --- /dev/null +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r2.ebuild @@ -0,0 +1,71 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit systemd s6 tmpfiles + +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=" + !prefix? ( + acct-group/mysql acct-user/mysql + ) + " +# 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 +# mysql-connector-c needed for my_print_defaults +RDEPEND=" + !