dev-db/mysqltuner: drop 2.9.0

Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Conrad Kostecki
2026-08-29 17:15:00 +02:00
parent 6761d5a04e
commit 9bcfd2a6bd
2 changed files with 0 additions and 35 deletions

View File

@@ -1,3 +1,2 @@
DIST mysqltuner-2.9.0.tar.gz 785965 BLAKE2B 5f15390643ae6d9d1592ba851ce104fc3c724f795fe884d53925e0d8598505247a561e86598af2b97fea1b8c3c70d3740962d3ba240ef234a833244ef751fe0b SHA512 0e2cc1e2411d0b56895097d0857cf10ead29e101b803a5fde9e4d268435cc31a7980dcb03c5b48dc4b53bb0f7f48ca03d653e099d15ca60e673e2058e651e054
DIST mysqltuner-2.9.1.tar.gz 843731 BLAKE2B ca727f69eba5c3db16908f9d3f63995983b0767eef9d0819a6af731932b0e81dab59d77717e6885f7ab0d44d21eab1ce92df97f732059cebd28677c226210f7c SHA512 f09e82f15ab3e30ab4d8b5b7b929b61a01ee8e95286efdb1eba981d45e845a5ccc748a08e9ff44e048db16c076414312f22c095009972f707919faa5a3fe9109
DIST mysqltuner-2.9.2.tar.gz 891633 BLAKE2B a2c52800ddd29be114e026a1c31148c35a9f186167ae069abb785e0d75b78eedc37ea360e03b26252785276a9a9c2b457b044d3087f4962e6022eb0efc24111d SHA512 03ec939233bd90b9702b9f51af78c1554e92f737bc14b0c5c8ca412aa2036623480db40258fe736e6e05415ee2f448a7dce3e8c967423963633006a1eba3a4dd

View File

@@ -1,34 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN="MySQLTuner-perl"
DESCRIPTION="Makes recommendations for increased performance and stability for MySQL"
HOMEPAGE="https://github.com/major/MySQLTuner-perl"
SRC_URI="https://github.com/jmrenouard/${MY_PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 x86"
RDEPEND="dev-lang/perl"
# Tests need internet access
RESTRICT="test"
src_compile() {
:;
}
src_install() {
newbin mysqltuner.pl mysqltuner
dodoc {CONTRIBUTING,INTERNALS,USAGE}.md
einstalldocs
# Passwords and vulnerabilities are meant to be fed to the script uncompressed.
dodoc basic_passwords.txt vulnerabilities.csv
docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
}