diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-03 07:19:44 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2026-04-03 07:19:44 +0000 |
| commit | 9e426ecb90b903cc0e690f5d0723e410ddfa5219 (patch) | |
| tree | ecb8de4e95c084ff9cbace041bdcdb476b54d4fd /dev-db | |
| parent | 9e16d6169d91c7bec36433d5f94ba175b222c2da (diff) | |
| download | baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.gz baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.tar.xz baldeagleos-repo-9e426ecb90b903cc0e690f5d0723e410ddfa5219.zip | |
Adding metadata
Diffstat (limited to 'dev-db')
| -rw-r--r-- | dev-db/mysqltuner/Manifest | 1 | ||||
| -rw-r--r-- | dev-db/mysqltuner/mysqltuner-2.7.0.ebuild | 33 | ||||
| -rw-r--r-- | dev-db/mysqltuner/mysqltuner-2.8.40.ebuild | 2 |
3 files changed, 1 insertions, 35 deletions
diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index 61cf7037f51e..da540604080c 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1,2 +1 @@ -DIST mysqltuner-2.7.0.tar.gz 5137793 BLAKE2B fa35617f8382e1f7d3ff2c2908a22626011c13f4945a6c671b61c790553106c8036aa8a1babfade6b42846212084b6055b52fcf63d0cd442a3db5ccebd8daa55 SHA512 f4492522ffc455cbfe3ac50413db71ded34744da741680f700c336865d027e8b52b2dbb01ec57825dddce0c404a07d7a9ff06ff720450d4f651892136694ca8c DIST mysqltuner-2.8.40.tar.gz 673530 BLAKE2B 3f6fe510129e05487fa8e3e4b5d28db775afa68b32f5acda9b5d9b6678cfac7f96b67aadf6142badc72e2fbe4efd3b1fbbfd90d0c17284d7589cb33688e48eef SHA512 bb30e90519ec94cc6428b4ec7b334159e9ea0eb614f6725bcebe7acc841dbd577617bf27cbb52e59aa0aec7a2bb1855ead45a7436c8d2c72a69825afcbd226c5 diff --git a/dev-db/mysqltuner/mysqltuner-2.7.0.ebuild b/dev-db/mysqltuner/mysqltuner-2.7.0.ebuild deleted file mode 100644 index 86d6acfc7ae1..000000000000 --- a/dev-db/mysqltuner/mysqltuner-2.7.0.ebuild +++ /dev/null @@ -1,33 +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/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" -} diff --git a/dev-db/mysqltuner/mysqltuner-2.8.40.ebuild b/dev-db/mysqltuner/mysqltuner-2.8.40.ebuild index 1aa52395d6d1..3ba433babf8b 100644 --- a/dev-db/mysqltuner/mysqltuner-2.8.40.ebuild +++ b/dev-db/mysqltuner/mysqltuner-2.8.40.ebuild @@ -12,7 +12,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND="dev-lang/perl" |
