From c48f8dd8c90980285b51259f47303383c9dffe9a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Van=C4=9Bk?= Date: Mon, 8 Apr 2024 13:57:26 +0200 Subject: dev-db/mysql-init-scripts: fix typo in extra commands list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This fixes remaining typos in extra commands lists referencing bootstrap_galera function: boostrap_galera -> bootstrap_galera It is followup to the commit 460c2f8c5390 ("dev-db/mysql-init-scripts: Fix important typo and commit straight to stable") Signed-off-by: Petr Vaněk --- .../mysql-init-scripts-2.3-r7.ebuild | 66 ---------------------- 1 file changed, 66 deletions(-) delete mode 100644 dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild (limited to 'dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild') diff --git a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild b/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild deleted file mode 100644 index ce3110eecafa..000000000000 --- a/dev-db/mysql-init-scripts/mysql-init-scripts-2.3-r7.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit systemd s6 tmpfiles - -DESCRIPTION="Gentoo MySQL init scripts" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" -# Need to set S due to PMS saying we need it existing, but no SRC_URI -S=${WORKDIR} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86" - -# 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=" - !