From a2e045276140813d197d5eb341bb583dc76cac41 Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Thu, 7 Apr 2022 21:00:48 +0200 Subject: dev-db/mysql-init-scripts: update tmpfiles path The path '/var/run' is deprecated, as the following message is being shown: /usr/lib/tmpfiles.d/mysql.conf:1: Line references path below legacy directory /var/run/, updating /var/run/mysqld /run/mysqld; please update the tmpfiles.d/ drop-in file accordingly. Closes: https://github.com/gentoo/gentoo/pull/24947 Signed-off-by: Conrad Kostecki --- .../mysql-init-scripts-2.3-r4.ebuild | 70 ++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild new file mode 100644 index 000000000000..889e84ccfc61 --- /dev/null +++ b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r4.ebuild @@ -0,0 +1,70 @@ +# Copyright 1999-2022 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://wiki.gentoo.org/wiki/No_homepage" +SRC_URI="" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" +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 +# mysql-connector-c needed for my_print_defaults +RDEPEND=" + !