public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2016-07-26 22:57 Michael Orlitzky
  0 siblings, 0 replies; 32+ messages in thread
From: Michael Orlitzky @ 2016-07-26 22:57 UTC (permalink / raw
  To: gentoo-commits

commit:     f02fe1c7396c033b95256cc6079f268a0f45b3de
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 22:57:21 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 22:57:36 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02fe1c7

dev-db/mysqltuner: new version 1.6.0 and upgrade to EAPI=6.

Gentoo-Bug: 510920

Package-Manager: portage-2.2.28

 dev-db/mysqltuner/Manifest                |  1 +
 dev-db/mysqltuner/mysqltuner-1.6.0.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 321f035..9c3e35f 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-1.2.0.tar.gz 24562 SHA256 54b743808f7f1d882cc912ffbb62dae57303e3e17f45aefd55a16825c016bc9d SHA512 b38277c31c1a870525f20bc1c023fe9675403834313a65c99c445a5fa1048c7aa3dc8ed5a9a9255c4844bdb001b28ee45be807306d0f1739c170d8ee9e0ab53f WHIRLPOOL 5290f77df91bcb23cc2bbb5097a08df54bc4e32560732ff078005bdd9acdf74a8f76647b893ab600dee4d848a70d6a6923e9806b30fb9504c6d3f5d31067be75
+DIST mysqltuner-1.6.0.tar.gz 53424 SHA256 dc3045b9ffae7837d187d2b1ef4c42648bf7ffc6bb9f69864a4bfeecd5205e37 SHA512 904022ef64eaf75f3294a9a5123dc5e00482d95378722df63140bc6859ec245c32d9b06d19955790a5e29b9335e6da3df2cebdeb4659cb9058561866f6ec69c2 WHIRLPOOL fa1cde57da2eb67ca6524aea6cae58864128ab7beebb9dab779ba6f44b7a38fb1a2b5a6a729f0b0c73e78e8bd61d3519ea0990885e992e00091b178d110cec3a

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild
new file mode 100644
index 0000000..bf4627c
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN=MySQLTuner-perl
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="http://www.mysqltuner.com/"
+SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=">=dev-lang/perl-5.6
+	virtual/perl-Getopt-Long
+	>=virtual/mysql-3.23"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+	newbin "${PN}.pl" "${PN}"
+
+	# The passwords are meant to be fed to the script uncompressed.
+	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt"
+	dodoc README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2017-03-16 23:10 Patrice Clement
  0 siblings, 0 replies; 32+ messages in thread
From: Patrice Clement @ 2017-03-16 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d012f36edeabaa24abe3aeefe1fcd9e1bfdb895d
Author:     Sergiy Borodych <Sergiy.Borodych <AT> gmail <DOT> com>
AuthorDate: Mon Feb 13 16:44:12 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:09:49 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d012f36e

dev-db/mysqltuner: version bump to 1.6.18.

Gentoo-Bug: https://bugs.gentoo.org/595634
Closes: https://github.com/gentoo/gentoo/pull/3956

 dev-db/mysqltuner/Manifest                 |  1 +
 dev-db/mysqltuner/metadata.xml             |  3 ++-
 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 31 ++++++++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 9c3e35fd3dc..70850f102e8 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1,3 @@
 DIST mysqltuner-1.2.0.tar.gz 24562 SHA256 54b743808f7f1d882cc912ffbb62dae57303e3e17f45aefd55a16825c016bc9d SHA512 b38277c31c1a870525f20bc1c023fe9675403834313a65c99c445a5fa1048c7aa3dc8ed5a9a9255c4844bdb001b28ee45be807306d0f1739c170d8ee9e0ab53f WHIRLPOOL 5290f77df91bcb23cc2bbb5097a08df54bc4e32560732ff078005bdd9acdf74a8f76647b893ab600dee4d848a70d6a6923e9806b30fb9504c6d3f5d31067be75
 DIST mysqltuner-1.6.0.tar.gz 53424 SHA256 dc3045b9ffae7837d187d2b1ef4c42648bf7ffc6bb9f69864a4bfeecd5205e37 SHA512 904022ef64eaf75f3294a9a5123dc5e00482d95378722df63140bc6859ec245c32d9b06d19955790a5e29b9335e6da3df2cebdeb4659cb9058561866f6ec69c2 WHIRLPOOL fa1cde57da2eb67ca6524aea6cae58864128ab7beebb9dab779ba6f44b7a38fb1a2b5a6a729f0b0c73e78e8bd61d3519ea0990885e992e00091b178d110cec3a
+DIST mysqltuner-1.6.18.tar.gz 169074 SHA256 ae2b2668198fb78a7685fc4a372bafcef0a91b1dca15d065dae73eeb74bcd6cb SHA512 8067b7ac4a4fe7398ee2cdc463a30042f46972f97680b49912dca46fd1d835989aa4115568dbe5473ff28c4d956bf0ad70537318db788dd56bc93ad220e6bcb6 WHIRLPOOL 0ffe6459f157cc4e7e015dde806f0e5086c546f14c53855b04f61edba3e2e8b4b98a57212d10d48722bb2277041561729b14ec870383df56bd32587fb6275c4b

diff --git a/dev-db/mysqltuner/metadata.xml b/dev-db/mysqltuner/metadata.xml
index 4b9e3adf316..b5fa8bce689 100644
--- a/dev-db/mysqltuner/metadata.xml
+++ b/dev-db/mysqltuner/metadata.xml
@@ -3,6 +3,7 @@
 <pkgmetadata>
   <!-- maintainer-needed -->
   <upstream>
-    <remote-id type="github">rackerhacker/MySQLTuner-perl</remote-id>
+    <remote-id type="github">major/MySQLTuner-perl</remote-id>
+    <bugs-to>https://github.com/major/MySQLTuner-perl/issues</bugs-to>
   </upstream>
 </pkgmetadata>

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
new file mode 100644
index 00000000000..7a51ca5617e
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN=MySQLTuner-perl
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="http://www.mysqltuner.com/"
+SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="dev-lang/perl
+	virtual/perl-Getopt-Long
+	virtual/mysql"
+
+DOCS=( README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+src_install() {
+	newbin "${PN}.pl" "${PN}"
+
+	# The passwords and vulnerabilities are meant to be fed to the script uncompressed
+	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
+	einstalldocs
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2017-03-16 23:56 Patrice Clement
  0 siblings, 0 replies; 32+ messages in thread
From: Patrice Clement @ 2017-03-16 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     0df65ab2ecc61eae5c72d65fad344918c432e9bf
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 16 23:55:45 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Mar 16 23:55:58 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0df65ab2

dev-db/mysqltuner: do not install README file.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
index 7a51ca5617e..4bb2ed7b6a9 100644
--- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
@@ -19,7 +19,7 @@ RDEPEND="dev-lang/perl
 	virtual/perl-Getopt-Long
 	virtual/mysql"
 
-DOCS=( README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
+DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
 S="${WORKDIR}/${MY_PN}-${PV}"
 
 src_install() {


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2018-03-31 23:41 Aaron Bauman
  0 siblings, 0 replies; 32+ messages in thread
From: Aaron Bauman @ 2018-03-31 23:41 UTC (permalink / raw
  To: gentoo-commits

commit:     ec8101d3414bd260ba634914627ea4cd500c6950
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 31 23:40:40 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Mar 31 23:41:15 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec8101d3

dev-db/mysqltuner: amd64 stable

Bug: https://bugs.gentoo.org/651852
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
index 4bb2ed7b6a9..02ae046adc4 100644
--- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2018-04-05 23:19 Thomas Deutschmann
  0 siblings, 0 replies; 32+ messages in thread
From: Thomas Deutschmann @ 2018-04-05 23:19 UTC (permalink / raw
  To: gentoo-commits

commit:     93b5e154ff85aae355e66640d17bb47d8604c57b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  5 23:10:33 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr  5 23:16:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93b5e154

dev-db/mysqltuner: x86 stable (bug #651852)

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-db/mysqltuner/mysqltuner-1.6.18.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
index 02ae046adc4..6977a21572e 100644
--- a/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.6.18.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND=""


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2018-04-06 21:37 Jonas Stein
  0 siblings, 0 replies; 32+ messages in thread
From: Jonas Stein @ 2018-04-06 21:37 UTC (permalink / raw
  To: gentoo-commits

commit:     2f690393edaba3059095efa2b5c18ce779db43df
Author:     Harri Nieminen <moikkis <AT> gmail <DOT> com>
AuthorDate: Fri Apr  6 11:01:48 2018 +0000
Commit:     Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Fri Apr  6 21:28:28 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f690393

dev-db/mysqltuner: Clean up old

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 dev-db/mysqltuner/Manifest                |  2 --
 dev-db/mysqltuner/mysqltuner-1.2.0.ebuild | 26 --------------------------
 dev-db/mysqltuner/mysqltuner-1.6.0.ebuild | 30 ------------------------------
 3 files changed, 58 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index c97b0474296..4d9796b9f52 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,3 +1 @@
-DIST mysqltuner-1.2.0.tar.gz 24562 BLAKE2B 7bb18e4ad569b1ccb89d19d26dae2b90a37366da6f19c4bbcebc6e02aaa07a931abe182a27c5488068f99dc608ce46d5b2ed97c79a593d659736a0e18a639d4b SHA512 b38277c31c1a870525f20bc1c023fe9675403834313a65c99c445a5fa1048c7aa3dc8ed5a9a9255c4844bdb001b28ee45be807306d0f1739c170d8ee9e0ab53f
-DIST mysqltuner-1.6.0.tar.gz 53424 BLAKE2B abcb2bad72d1186d510281720850a1ebe72550d211df4486112740860e9e538d914bbb1f0c6edada3ffc8fd5afb0c175242747d093fc319e57424e1e4fc8dad7 SHA512 904022ef64eaf75f3294a9a5123dc5e00482d95378722df63140bc6859ec245c32d9b06d19955790a5e29b9335e6da3df2cebdeb4659cb9058561866f6ec69c2
 DIST mysqltuner-1.6.18.tar.gz 169074 BLAKE2B e138e29db2f0b1abf88b2d8268732fd9f05043abf320d8d97493d6abb3880e5664eaea39392406297e3125789ffc172f6347922ba14a00af16beb3f6f8080802 SHA512 8067b7ac4a4fe7398ee2cdc463a30042f46972f97680b49912dca46fd1d835989aa4115568dbe5473ff28c4d956bf0ad70537318db788dd56bc93ad220e6bcb6

diff --git a/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild b/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild
deleted file mode 100644
index 76e32ad535b..00000000000
--- a/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
-HOMEPAGE="http://www.mysqltuner.com"
-SRC_URI="https://github.com/rackerhacker/MySQLTuner-perl/tarball/05813a1faa447fe16c2a7efdab9b22c3bcbc5485 -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.6
-	virtual/perl-Getopt-Long
-	>=virtual/mysql-3.23"
-
-S="${WORKDIR}"/rackerhacker-MySQLTuner-perl-05813a1
-
-src_install() {
-	mv "${PN}".pl "${PN}"
-	dobin "${PN}"
-	dodoc README
-}

diff --git a/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild
deleted file mode 100644
index 8f6371a0c1d..00000000000
--- a/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN=MySQLTuner-perl
-
-DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
-HOMEPAGE="http://www.mysqltuner.com/"
-SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5.6
-	virtual/perl-Getopt-Long
-	>=virtual/mysql-3.23"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-src_install() {
-	newbin "${PN}.pl" "${PN}"
-
-	# The passwords are meant to be fed to the script uncompressed.
-	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt"
-	dodoc README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2019-04-09 22:21 Patrice Clement
  0 siblings, 0 replies; 32+ messages in thread
From: Patrice Clement @ 2019-04-09 22:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2556f83e738d2737bb9d0de450ab713f5173515a
Author:     Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Wed Mar 20 14:12:35 2019 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr  9 22:21:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2556f83e

dev-db/mysqltuner: bump to version 1.7.13, EAPI 7.

Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/11421
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                 |  1 +
 dev-db/mysqltuner/metadata.xml             | 13 ++++++-----
 dev-db/mysqltuner/mysqltuner-1.7.13.ebuild | 35 ++++++++++++++++++++++++++++++
 3 files changed, 44 insertions(+), 5 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 4d9796b9f52..63b7acdba73 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-1.6.18.tar.gz 169074 BLAKE2B e138e29db2f0b1abf88b2d8268732fd9f05043abf320d8d97493d6abb3880e5664eaea39392406297e3125789ffc172f6347922ba14a00af16beb3f6f8080802 SHA512 8067b7ac4a4fe7398ee2cdc463a30042f46972f97680b49912dca46fd1d835989aa4115568dbe5473ff28c4d956bf0ad70537318db788dd56bc93ad220e6bcb6
+DIST mysqltuner-1.7.13.tar.gz 26721104 BLAKE2B 76a51c5e3ff897feed6bb6348fb5b09ab3fce0eae403880a3be96203522c9006980dbf6966e8c7e7784168c71e149cc57941ffbadba049b68b30993ed4d519d1 SHA512 88842bef1968f3150be49a5e82cdd0349bf0975f6ff0d8188117240ed2161ae1e44722077ff661ce31b55d0d4fc90fa4bb1972d96405113d82255718cebe0d53

diff --git a/dev-db/mysqltuner/metadata.xml b/dev-db/mysqltuner/metadata.xml
index b5fa8bce689..1b94d673740 100644
--- a/dev-db/mysqltuner/metadata.xml
+++ b/dev-db/mysqltuner/metadata.xml
@@ -1,9 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
-  <upstream>
-    <remote-id type="github">major/MySQLTuner-perl</remote-id>
-    <bugs-to>https://github.com/major/MySQLTuner-perl/issues</bugs-to>
-  </upstream>
+	<maintainer type="person">
+		<email>hasan.calisir@psauxit.com</email>
+		<name>Hasan ÇALIŞIR</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.13.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.13.ebuild
new file mode 100644
index 00000000000..7b6bcca40eb
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.7.13.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=MySQLTuner-perl
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="http://www.mysqltuner.com/"
+SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	virtual/mysql
+	dev-lang/perl
+	virtual/perl-Getopt-Long"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
+
+src_install() {
+	einstalldocs
+
+	newbin "${PN}.pl" "${PN}"
+
+	# Passwords and vulnerabilities are meant to be fed
+	# to the script uncompressed.
+	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2019-10-18  5:25 Joonas Niilola
  0 siblings, 0 replies; 32+ messages in thread
From: Joonas Niilola @ 2019-10-18  5:25 UTC (permalink / raw
  To: gentoo-commits

commit:     8a5ef1976264fa06c9f14c3a72304a678b1be182
Author:     Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Mon Oct 14 17:38:01 2019 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 05:25:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a5ef197

dev-db/mysqltuner: bump to 1.7.17

Version bump to 1.7.17.
Drop password.patch.

Closes: https://bugs.gentoo.org/696562
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Closes: https://github.com/gentoo/gentoo/pull/13301
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                 |  1 +
 dev-db/mysqltuner/mysqltuner-1.7.17.ebuild | 35 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index b25d9096e33..dbfa8381d38 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,3 +1,4 @@
 DIST mysqltuner-1.6.18.tar.gz 169074 BLAKE2B e138e29db2f0b1abf88b2d8268732fd9f05043abf320d8d97493d6abb3880e5664eaea39392406297e3125789ffc172f6347922ba14a00af16beb3f6f8080802 SHA512 8067b7ac4a4fe7398ee2cdc463a30042f46972f97680b49912dca46fd1d835989aa4115568dbe5473ff28c4d956bf0ad70537318db788dd56bc93ad220e6bcb6
 DIST mysqltuner-1.7.13.tar.gz 26721104 BLAKE2B 76a51c5e3ff897feed6bb6348fb5b09ab3fce0eae403880a3be96203522c9006980dbf6966e8c7e7784168c71e149cc57941ffbadba049b68b30993ed4d519d1 SHA512 88842bef1968f3150be49a5e82cdd0349bf0975f6ff0d8188117240ed2161ae1e44722077ff661ce31b55d0d4fc90fa4bb1972d96405113d82255718cebe0d53
 DIST mysqltuner-1.7.15.tar.gz 212839 BLAKE2B cd90091063e6ae7737cb79f6936d14577352c5b6c016e0efcf82cfcabcbc1acf9f646258bebc835ede368d5ea5594e269d165cb01ab8c980e5fdc68f3c605747 SHA512 b1ea9c91df3fb68d7ae9e54014b4d9095122f10750f7807e0c72d9bbbb859db9a60bc8698d337f4dda6e1bd89ce4ff97fa4299f5dbf650f6fa03012c309e761f
+DIST mysqltuner-1.7.17.tar.gz 213429 BLAKE2B 166ed3d657a529ce7c8e92648bcbf6da91f23a45222a8df0c6b79a7a23ffa7a1d066f2d3e2f651eb0aecc4032b75b7976cc8ea5e789ee2e7c990549b422fe30d SHA512 ded34cc9532eb407ba72b5669caab874c948031606b99e414b397bbd2a150801203f7af66a01b3d39a35cec570abbac09af9e2a5f594d1c36d9b3141b7bb12d5

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild
new file mode 100644
index 00000000000..f9caa472df4
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=MySQLTuner-perl
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="https://github.com/major/MySQLTuner-perl"
+SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/mysql
+	virtual/perl-Getopt-Long"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
+
+src_install() {
+	einstalldocs
+
+	newbin "${PN}.pl" "${PN}"
+
+	# Passwords and vulnerabilities are meant to be fed
+	# to the script uncompressed.
+	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2020-03-03  6:03 Joonas Niilola
  0 siblings, 0 replies; 32+ messages in thread
From: Joonas Niilola @ 2020-03-03  6:03 UTC (permalink / raw
  To: gentoo-commits

commit:     28e6c2e570eff1eb27aba8640dbd05e4a73c2ce3
Author:     Hasan ÇALIŞIR <hasan.calisir <AT> psauxit <DOT> com>
AuthorDate: Sun Mar  1 12:33:06 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 05:16:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28e6c2e5

dev-db/mysqltuner: drop myself as a maintainer

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Hasan ÇALIŞIR <hasan.calisir <AT> psauxit.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 dev-db/mysqltuner/metadata.xml | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/dev-db/mysqltuner/metadata.xml b/dev-db/mysqltuner/metadata.xml
index 1b94d673740..7a38bb90096 100644
--- a/dev-db/mysqltuner/metadata.xml
+++ b/dev-db/mysqltuner/metadata.xml
@@ -1,12 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>hasan.calisir@psauxit.com</email>
-		<name>Hasan ÇALIŞIR</name>
-	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
-	</maintainer>
+	<!-- maintainer-needed -->
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2021-01-24 12:10 Agostino Sarubbo
  0 siblings, 0 replies; 32+ messages in thread
From: Agostino Sarubbo @ 2021-01-24 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     77687750b0d26a161efdbebd091093bc5a10791d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 24 12:10:34 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jan 24 12:10:34 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77687750

dev-db/mysqltuner: x86 stable wrt bug #763378

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-1.7.17.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild
index 732f4a0e503..511d0291d64 100644
--- a/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.7.17.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
 	dev-lang/perl


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2021-02-25  3:31 Thomas Deutschmann
  0 siblings, 0 replies; 32+ messages in thread
From: Thomas Deutschmann @ 2021-02-25  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     48a8eb19e941bfc1155541b0ce6f2ae96c4813b7
Author:     Viktar Patotski <xp.vit.blr <AT> gmail <DOT> com>
AuthorDate: Mon Feb 22 12:17:13 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Feb 25 03:31:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a8eb19

dev-db/mysqltuner: bump version to 1.7.21

This bumps dev-db/mysqltuner to latest version 1.7.21.

Signed-off-by: Viktar Patotski <xp.vit.blr <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/19596
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                 |  1 +
 dev-db/mysqltuner/mysqltuner-1.7.21.ebuild | 35 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index dbfa8381d38..0a63f1edfd2 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -2,3 +2,4 @@ DIST mysqltuner-1.6.18.tar.gz 169074 BLAKE2B e138e29db2f0b1abf88b2d8268732fd9f05
 DIST mysqltuner-1.7.13.tar.gz 26721104 BLAKE2B 76a51c5e3ff897feed6bb6348fb5b09ab3fce0eae403880a3be96203522c9006980dbf6966e8c7e7784168c71e149cc57941ffbadba049b68b30993ed4d519d1 SHA512 88842bef1968f3150be49a5e82cdd0349bf0975f6ff0d8188117240ed2161ae1e44722077ff661ce31b55d0d4fc90fa4bb1972d96405113d82255718cebe0d53
 DIST mysqltuner-1.7.15.tar.gz 212839 BLAKE2B cd90091063e6ae7737cb79f6936d14577352c5b6c016e0efcf82cfcabcbc1acf9f646258bebc835ede368d5ea5594e269d165cb01ab8c980e5fdc68f3c605747 SHA512 b1ea9c91df3fb68d7ae9e54014b4d9095122f10750f7807e0c72d9bbbb859db9a60bc8698d337f4dda6e1bd89ce4ff97fa4299f5dbf650f6fa03012c309e761f
 DIST mysqltuner-1.7.17.tar.gz 213429 BLAKE2B 166ed3d657a529ce7c8e92648bcbf6da91f23a45222a8df0c6b79a7a23ffa7a1d066f2d3e2f651eb0aecc4032b75b7976cc8ea5e789ee2e7c990549b422fe30d SHA512 ded34cc9532eb407ba72b5669caab874c948031606b99e414b397bbd2a150801203f7af66a01b3d39a35cec570abbac09af9e2a5f594d1c36d9b3141b7bb12d5
+DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd SHA512 2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.21.ebuild
new file mode 100644
index 00000000000..511d0291d64
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.7.21.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN=MySQLTuner-perl
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="https://github.com/major/MySQLTuner-perl"
+SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="amd64 x86"
+
+RDEPEND="
+	dev-lang/perl
+	virtual/mysql
+	virtual/perl-Getopt-Long"
+
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
+
+src_install() {
+	einstalldocs
+
+	newbin "${PN}.pl" "${PN}"
+
+	# Passwords and vulnerabilities are meant to be fed
+	# to the script uncompressed.
+	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2021-03-03  5:59 Thomas Deutschmann
  0 siblings, 0 replies; 32+ messages in thread
From: Thomas Deutschmann @ 2021-03-03  5:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5cd566a9fd4ff5f7a71d147234c8aa5959c4d43f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  3 05:58:04 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Wed Mar  3 05:59:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cd566a9

dev-db/mysqltuner: don't pull in virtual/mysql

mysqltuner can be used to connect to a remote server.

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 .../{mysqltuner-1.7.21.ebuild => mysqltuner-1.7.21-r1.ebuild}         | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
similarity index 95%
rename from dev-db/mysqltuner/mysqltuner-1.7.21.ebuild
rename to dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
index 511d0291d64..7898a62e97b 100644
--- a/dev-db/mysqltuner/mysqltuner-1.7.21.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
@@ -13,9 +13,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RDEPEND="
-	dev-lang/perl
-	virtual/mysql
+RDEPEND="dev-lang/perl
 	virtual/perl-Getopt-Long"
 
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-04-09 17:26 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-04-09 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     24a0903ffa63b59b9f4c7ad6fe816232556b8a61
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 17:24:31 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 17:24:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24a0903f

dev-db/mysqltuner: add 1.8.3

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 +
 dev-db/mysqltuner/mysqltuner-1.8.3.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 4558c232abf5..b294383a2e78 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd SHA512 2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc
+DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
new file mode 100644
index 000000000000..77500787a893
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 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/${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
+"
+
+DEPEND="${RDEPEND}"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-04-09 17:26 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-04-09 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     80f081fa2cc43c95f8eb2a950cacf51be5320367
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  9 17:25:56 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sat Apr  9 17:25:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f081fa

dev-db/mysqltuner: take ownership

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/metadata.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/metadata.xml b/dev-db/mysqltuner/metadata.xml
index 115e9d64a669..070d028f5266 100644
--- a/dev-db/mysqltuner/metadata.xml
+++ b/dev-db/mysqltuner/metadata.xml
@@ -1,5 +1,17 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>conikost@gentoo.org</email>
+		<name>Conrad Kostecki</name>
+	</maintainer>
+	<longdescription>
+		MySQLTuner is a script written in Perl that will assist
+		you with your MySQL configuration and make recommendations
+		for increased performance and stability.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/major/MySQLTuner-perl/issues</bugs-to>
+		<remote-id type="github">major/MySQLTuner-perl</remote-id>
+	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-05-12 21:20 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-05-12 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     4b8b432acbd73d89d973714ad665c79478d118b5
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 20:57:22 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 12 21:20:15 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8b432a

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
index 77500787a893..9d8ea82e7a0e 100644
--- a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.8.3.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-05-12 21:20 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-05-12 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     6a312eff2d21c93582e38343a57eaee687339c92
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 20:58:04 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 12 21:20:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a312eff

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-1.8.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
index 9d8ea82e7a0e..3dfa05a3ba1f 100644
--- a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.8.3.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-05-12 21:20 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-05-12 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     74e961ae5a06ea73cfc33c0f905325f0269ce23b
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 20:58:26 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Thu May 12 21:20:17 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e961ae

dev-db/mysqltuner: drop 1.7.21-r1

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                    |  1 -
 dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild | 33 ---------------------------
 2 files changed, 34 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index b294383a2e78..c100f545074f 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd SHA512 2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc
 DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702

diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
deleted file mode 100644
index 7898a62e97b5..000000000000
--- a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MY_PN=MySQLTuner-perl
-
-DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
-HOMEPAGE="https://github.com/major/MySQLTuner-perl"
-SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-lang/perl
-	virtual/perl-Getopt-Long"
-
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
-
-src_install() {
-	einstalldocs
-
-	newbin "${PN}.pl" "${PN}"
-
-	# Passwords and vulnerabilities are meant to be fed
-	# to the script uncompressed.
-	docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-06-26 12:47 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-06-26 12:47 UTC (permalink / raw
  To: gentoo-commits

commit:     bb493ec8947380b333f3923a465701f01fb9de99
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 12:46:23 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 12:47:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb493ec8

dev-db/mysqltuner: add 1.9.9

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 +
 dev-db/mysqltuner/mysqltuner-1.9.9.ebuild | 32 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index c100f545074f..2904f5b20e8c 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702
+DIST mysqltuner-1.9.9.tar.gz 225048 BLAKE2B 5c22ecbe3ab8ab2ad8712c6cbdfbc6bb182e6211d7894c2dc10c68b5b31f74f7512747c983844ba6ce9e12e422f510e4e68a18e85e29f443424e4dfa7055e1f7 SHA512 9373fcbcf514a989126b100739a87d711b4c2081e2608b4576d0ab88590ffd85fae57f1587e1d9f44cf0d89baa92eeb9115db2c4c6c491b701e965de7a549fa0

diff --git a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
new file mode 100644
index 000000000000..04400f30bd2b
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 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
+"
+
+DEPEND="${RDEPEND}"
+
+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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-07-27 18:55 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-07-27 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0b7e66da91d98e4e3850c3a3424185c3ad767c57
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 18:52:28 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 18:52:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7e66da

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-1.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
index 04400f30bd2b..8d60a438030a 100644
--- a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.9.9.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-07-27 18:55 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-07-27 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     2b757d485c66bf6c7897f0be827e2367a5021ee4
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 18:54:12 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 18:54:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b757d48

dev-db/mysqltuner: drop 1.8.3

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 -
 dev-db/mysqltuner/mysqltuner-1.8.3.ebuild | 32 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 2904f5b20e8c..af045b5c99db 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702
 DIST mysqltuner-1.9.9.tar.gz 225048 BLAKE2B 5c22ecbe3ab8ab2ad8712c6cbdfbc6bb182e6211d7894c2dc10c68b5b31f74f7512747c983844ba6ce9e12e422f510e4e68a18e85e29f443424e4dfa7055e1f7 SHA512 9373fcbcf514a989126b100739a87d711b4c2081e2608b4576d0ab88590ffd85fae57f1587e1d9f44cf0d89baa92eeb9115db2c4c6c491b701e965de7a549fa0

diff --git a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild b/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
deleted file mode 100644
index 3dfa05a3ba1f..000000000000
--- a/dev-db/mysqltuner/mysqltuner-1.8.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 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/${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
-"
-
-DEPEND="${RDEPEND}"
-
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2022-07-27 18:55 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2022-07-27 18:55 UTC (permalink / raw
  To: gentoo-commits

commit:     7975f896f91cbf17b0d7fec1bbd20475d6b7709f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 27 18:53:07 2022 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 27 18:53:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7975f896

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-1.9.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
index 8d60a438030a..025f02dedce4 100644
--- a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-1.9.9.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2023-09-10 20:27 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2023-09-10 20:27 UTC (permalink / raw
  To: gentoo-commits

commit:     c0b39378f1d2de9ec954b2b4239c721b4dde3f6a
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 10 20:27:19 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 10 20:27:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0b39378

dev-db/mysqltuner: add 2.2.12

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                 |  1 +
 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 34 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index af045b5c99db..58c645e09a54 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-1.9.9.tar.gz 225048 BLAKE2B 5c22ecbe3ab8ab2ad8712c6cbdfbc6bb182e6211d7894c2dc10c68b5b31f74f7512747c983844ba6ce9e12e422f510e4e68a18e85e29f443424e4dfa7055e1f7 SHA512 9373fcbcf514a989126b100739a87d711b4c2081e2608b4576d0ab88590ffd85fae57f1587e1d9f44cf0d89baa92eeb9115db2c4c6c491b701e965de7a549fa0
+DIST mysqltuner-2.2.12.tar.gz 5130342 BLAKE2B 9a62f634a18f94d8f844aa93a0c7b2595bf29c9888005c89bdf8c0acb7376548dd745e46b2c0d67bb2ab5b79acd4ce19f6fd99b525bf8794e92b7713020128ac SHA512 84352c3bce74a7288ea1ac5a7c2e513ff0cd35656df5280bedf8738eb4b90ad0cdf039510d874947080720f56f0f947a964cf5152788a7566616e012a5f94c85

diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
new file mode 100644
index 000000000000..266444479b86
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
@@ -0,0 +1,34 @@
+# 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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2023-10-10 23:35 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2023-10-10 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4077354797315bec3458f193f630a7c0cba364cd
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 23:00:50 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 23:35:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40773547

dev-db/mysqltuner: drop 1.9.9

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 -
 dev-db/mysqltuner/mysqltuner-1.9.9.ebuild | 32 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 58c645e09a54..a992f6e3c145 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-1.9.9.tar.gz 225048 BLAKE2B 5c22ecbe3ab8ab2ad8712c6cbdfbc6bb182e6211d7894c2dc10c68b5b31f74f7512747c983844ba6ce9e12e422f510e4e68a18e85e29f443424e4dfa7055e1f7 SHA512 9373fcbcf514a989126b100739a87d711b4c2081e2608b4576d0ab88590ffd85fae57f1587e1d9f44cf0d89baa92eeb9115db2c4c6c491b701e965de7a549fa0
 DIST mysqltuner-2.2.12.tar.gz 5130342 BLAKE2B 9a62f634a18f94d8f844aa93a0c7b2595bf29c9888005c89bdf8c0acb7376548dd745e46b2c0d67bb2ab5b79acd4ce19f6fd99b525bf8794e92b7713020128ac SHA512 84352c3bce74a7288ea1ac5a7c2e513ff0cd35656df5280bedf8738eb4b90ad0cdf039510d874947080720f56f0f947a964cf5152788a7566616e012a5f94c85

diff --git a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild b/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
deleted file mode 100644
index 025f02dedce4..000000000000
--- a/dev-db/mysqltuner/mysqltuner-1.9.9.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 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
-"
-
-DEPEND="${RDEPEND}"
-
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2023-10-10 23:35 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2023-10-10 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     0dc665b7c1cded466aeec3fb8ba6385c709dde01
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 22:59:58 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 23:35:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0dc665b7

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
index 266444479b86..29643b4a04c9 100644
--- a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.2.12.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2023-10-10 23:35 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2023-10-10 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     626197c285ac606c05f947499923754a82dfecf7
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 10 23:00:29 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Oct 10 23:35:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626197c2

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild b/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
index 29643b4a04c9..f7d7b73e56c1 100644
--- a/dev-db/mysqltuner/mysqltuner-2.2.12.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.2.12.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-03-10 13:25 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-03-10 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     4c6f231e79298b2d689b187b23b0fede59944236
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 13:15:22 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 13:24:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6f231e

dev-db/mysqltuner: drop 2.2.12

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                 |  1 -
 dev-db/mysqltuner/mysqltuner-2.2.12.ebuild | 34 ------------------------------
 2 files changed, 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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-03-10 13:25 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-03-10 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     86571388ba0b9ded0f810622749f55b68b734f50
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 13:14:53 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 13:24:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86571388

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild b/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
index 9a8a97eddeb1..0fe8e0faba42 100644
--- a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.5.2.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-03-10 13:25 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-03-10 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9bd626efd05b7892dfe76d967c6e9bfeebc7d562
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 10 13:14:26 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Mar 10 13:24:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd626ef

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild b/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
index 7ce503589cae..9a8a97eddeb1 100644
--- a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.5.2.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-08-11 14:22 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-08-11 14:22 UTC (permalink / raw
  To: gentoo-commits

commit:     4d94e03134ab8425dfccdd89e6b070c769c88176
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 13:59:38 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 14:22:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d94e031

dev-db/mysqltuner: add 2.6.0

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 +
 dev-db/mysqltuner/mysqltuner-2.6.0.ebuild | 34 +++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 6f2a4fd61356..130533822121 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1 +1,2 @@
 DIST mysqltuner-2.5.2.tar.gz 5132683 BLAKE2B 439559c05ed9daad6f21fc90f91b3b39619ca2012a719eca3ba4b5d8cb2d963fb8bc10b0ea2855052ca5716fc98aa62f35bd0288380dceb79c1832150fe7f2a8 SHA512 9fe3d77636e3779ca2ab5f93cd7c480d651f6c26f4e6271adfcee6012aa423579f124ce6858bbf7142b2967f30bc0f0517b5d82ad2a35ecc004b1b621d0bee45
+DIST mysqltuner-2.6.0.tar.gz 5137050 BLAKE2B 37f94b71fc8523ab36ed7a6f39a73f1f831bd551d4935ad87b3d20a9894f86551dcf600e806947e62e3cce154658212e39349ed4a83aaec76ad06e3367d6d6d8 SHA512 0ba8b5a8fd952b961d8b8a13f9339925d106abc27d5f9f32c892c268bfbf3742ed6a516b10ef3a64d123c78d0ce6e37a708911487375d06fa7fe91acfe833e0b

diff --git a/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
new file mode 100644
index 000000000000..b1b47ccba813
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2024 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"
+}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-09-15 12:45 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-09-15 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     eced83565dbb6d0ddd53794b2b76d2434bb96d43
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 12:34:16 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 12:42:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eced8356

dev-db/mysqltuner: amd64 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
index b1b47ccba813..e6db1636dda0 100644
--- a/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.6.0.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-09-15 12:45 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-09-15 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5d90856c075d920e1e7edc7de909553450f2de9f
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 12:34:42 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 12:42:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d90856c

dev-db/mysqltuner: x86 stable

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/mysqltuner-2.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
index e6db1636dda0..14805d9170fe 100644
--- a/dev-db/mysqltuner/mysqltuner-2.6.0.ebuild
+++ b/dev-db/mysqltuner/mysqltuner-2.6.0.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


^ permalink raw reply related	[flat|nested] 32+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
@ 2024-09-15 12:45 Conrad Kostecki
  0 siblings, 0 replies; 32+ messages in thread
From: Conrad Kostecki @ 2024-09-15 12:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bac8248818287300e1584b37d192ea30b13c62be
Author:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 15 12:35:02 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Sep 15 12:42:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac82488

dev-db/mysqltuner: drop 2.5.2

Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-db/mysqltuner/Manifest                |  1 -
 dev-db/mysqltuner/mysqltuner-2.5.2.ebuild | 36 -------------------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index 130533822121..3186573cf970 100644
--- a/dev-db/mysqltuner/Manifest
+++ b/dev-db/mysqltuner/Manifest
@@ -1,2 +1 @@
-DIST mysqltuner-2.5.2.tar.gz 5132683 BLAKE2B 439559c05ed9daad6f21fc90f91b3b39619ca2012a719eca3ba4b5d8cb2d963fb8bc10b0ea2855052ca5716fc98aa62f35bd0288380dceb79c1832150fe7f2a8 SHA512 9fe3d77636e3779ca2ab5f93cd7c480d651f6c26f4e6271adfcee6012aa423579f124ce6858bbf7142b2967f30bc0f0517b5d82ad2a35ecc004b1b621d0bee45
 DIST mysqltuner-2.6.0.tar.gz 5137050 BLAKE2B 37f94b71fc8523ab36ed7a6f39a73f1f831bd551d4935ad87b3d20a9894f86551dcf600e806947e62e3cce154658212e39349ed4a83aaec76ad06e3367d6d6d8 SHA512 0ba8b5a8fd952b961d8b8a13f9339925d106abc27d5f9f32c892c268bfbf3742ed6a516b10ef3a64d123c78d0ce6e37a708911487375d06fa7fe91acfe833e0b

diff --git a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild b/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
deleted file mode 100644
index 0fe8e0faba42..000000000000
--- a/dev-db/mysqltuner/mysqltuner-2.5.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2024 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
-"
-
-PATCHES=( "${FILESDIR}/${PN}-2.5.2-missing-shebang.patch" )
-
-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"
-}


^ permalink raw reply related	[flat|nested] 32+ messages in thread

end of thread, other threads:[~2024-09-15 12:45 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-10 23:35 [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/ Conrad Kostecki
  -- strict thread matches above, loose matches on Subject: below --
2024-09-15 12:45 Conrad Kostecki
2024-09-15 12:45 Conrad Kostecki
2024-09-15 12:45 Conrad Kostecki
2024-08-11 14:22 Conrad Kostecki
2024-03-10 13:25 Conrad Kostecki
2024-03-10 13:25 Conrad Kostecki
2024-03-10 13:25 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-10-10 23:35 Conrad Kostecki
2023-09-10 20:27 Conrad Kostecki
2022-07-27 18:55 Conrad Kostecki
2022-07-27 18:55 Conrad Kostecki
2022-07-27 18:55 Conrad Kostecki
2022-06-26 12:47 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-05-12 21:20 Conrad Kostecki
2022-04-09 17:26 Conrad Kostecki
2022-04-09 17:26 Conrad Kostecki
2021-03-03  5:59 Thomas Deutschmann
2021-02-25  3:31 Thomas Deutschmann
2021-01-24 12:10 Agostino Sarubbo
2020-03-03  6:03 Joonas Niilola
2019-10-18  5:25 Joonas Niilola
2019-04-09 22:21 Patrice Clement
2018-04-06 21:37 Jonas Stein
2018-04-05 23:19 Thomas Deutschmann
2018-03-31 23:41 Aaron Bauman
2017-03-16 23:56 Patrice Clement
2017-03-16 23:10 Patrice Clement
2016-07-26 22:57 Michael Orlitzky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox