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-r3.ebuild | 70 ---------------------- 1 file changed, 70 deletions(-) delete mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild deleted file mode 100644 index 34fe271b9756..000000000000 --- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r3.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2021 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=" - !