diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2024-03-10 14:15:22 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2024-03-10 14:24:54 +0100 |
commit | 4c6f231e79298b2d689b187b23b0fede59944236 (patch) | |
tree | 1343dbcd139044f24db28bde81387b83e4221332 /dev-db | |
parent | dev-db/mysqltuner: x86 stable (diff) | |
download | gentoo-4c6f231e79298b2d689b187b23b0fede59944236.tar.gz gentoo-4c6f231e79298b2d689b187b23b0fede59944236.tar.bz2 gentoo-4c6f231e79298b2d689b187b23b0fede59944236.zip |
dev-db/mysqltuner: drop 2.2.12
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysqltuner/Manifest | 1 | ||||
-rw-r--r-- | dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index dd279be50776..6f2a4fd61356 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1,2 +1 @@ -DIST mysqltuner-2.2.12.tar.gz 5130342 BLAKE2B 9a62f634a18f94d8f844aa93a0c7b2595bf29c9888005c89bdf8c0acb7376548dd745e46b2c0d67bb2ab5b79acd4ce19f6fd99b525bf8794e92b7713020128ac SHA512 84352c3bce74a7288ea1ac5a7c2e513ff0cd35656df5280bedf8738eb4b90ad0cdf039510d874947080720f56f0f947a964cf5152788a7566616e012a5f94c85 DIST mysqltuner-2.5.2.tar.gz 5132683 BLAKE2B 439559c05ed9daad6f21fc90f91b3b39619ca2012a719eca3ba4b5d8cb2d963fb8bc10b0ea2855052ca5716fc98aa62f35bd0288380dceb79c1832150fe7f2a8 SHA512 9fe3d77636e3779ca2ab5f93cd7c480d651f6c26f4e6271adfcee6012aa423579f124ce6858bbf7142b2967f30bc0f0517b5d82ad2a35ecc004b1b621d0bee45 diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild deleted file mode 100644 index f7d7b73e56c1..000000000000 --- a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 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 - virtual/perl-Getopt-Long -" - -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" -} |