mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
dev-db/mysqltuner: add 2.7.0
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
parent
16afd61972
commit
734379cd03
@ -1 +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
|
||||
|
||||
33
dev-db/mysqltuner/mysqltuner-2.7.0.ebuild
Normal file
33
dev-db/mysqltuner/mysqltuner-2.7.0.ebuild
Normal file
@ -0,0 +1,33 @@
|
||||
# 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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user