commit: 8ef69d941b75e7e8efa4feef7ec2a524d625583b Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Feb 7 21:42:28 2026 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Feb 7 23:22:55 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ef69d94
dev-db/mysqltuner: drop 2.6.0-r1 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-db/mysqltuner/Manifest | 1 - dev-db/mysqltuner/mysqltuner-2.6.0-r1.ebuild | 33 ---------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index cf834989fc35..adf401a5ca47 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1,3 +1,2 @@ -DIST mysqltuner-2.6.0.tar.gz 5137050 BLAKE2B 37f94b71fc8523ab36ed7a6f39a73f1f831bd551d4935ad87b3d20a9894f86551dcf600e806947e62e3cce154658212e39349ed4a83aaec76ad06e3367d6d6d8 SHA512 0ba8b5a8fd952b961d8b8a13f9339925d106abc27d5f9f32c892c268bfbf3742ed6a516b10ef3a64d123c78d0ce6e37a708911487375d06fa7fe91acfe833e0b DIST mysqltuner-2.7.0.tar.gz 5137793 BLAKE2B fa35617f8382e1f7d3ff2c2908a22626011c13f4945a6c671b61c790553106c8036aa8a1babfade6b42846212084b6055b52fcf63d0cd442a3db5ccebd8daa55 SHA512 f4492522ffc455cbfe3ac50413db71ded34744da741680f700c336865d027e8b52b2dbb01ec57825dddce0c404a07d7a9ff06ff720450d4f651892136694ca8c DIST mysqltuner-2.8.35.tar.gz 624939 BLAKE2B 1bf4020637658169b84c9561d995d092832740577794c9115c2cce2a8ea0763e39c9f120921785610a99dd742098743b09a014226d10f7d2221cfcd0eb4bae07 SHA512 abd7a813a9b90db3cbc65a6d364200cf0eedfd4f02a94a112f2de800d3fb2c1f81f08564c6962ebefcfe99a940aca2a4f4e314af4ab70a89190b730698b46707 diff --git a/dev-db/mysqltuner/mysqltuner-2.6.0-r1.ebuild b/dev-db/mysqltuner/mysqltuner-2.6.0-r1.ebuild deleted file mode 100644 index c6ebb9f1cff7..000000000000 --- a/dev-db/mysqltuner/mysqltuner-2.6.0-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2025 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/major/${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 -" - -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" -}
