summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2018-04-06 14:01:48 +0300
committerJonas Stein <jstein@gentoo.org>2018-04-06 23:28:28 +0200
commit2f690393edaba3059095efa2b5c18ce779db43df (patch)
tree84f76314ff38291360d8f41cf7b5b13c06a3a220
parentdev-perl/Daemon-Generic: stable 0.850.0 for sparc (diff)
downloadgentoo-2f690393edaba3059095efa2b5c18ce779db43df.tar.gz
gentoo-2f690393edaba3059095efa2b5c18ce779db43df.tar.bz2
gentoo-2f690393edaba3059095efa2b5c18ce779db43df.zip
dev-db/mysqltuner: Clean up old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
-rw-r--r--dev-db/mysqltuner/Manifest2
-rw-r--r--dev-db/mysqltuner/mysqltuner-1.2.0.ebuild26
-rw-r--r--dev-db/mysqltuner/mysqltuner-1.6.0.ebuild30
3 files changed, 0 insertions, 58 deletions
diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
index c97b0474296e..4d9796b9f52e 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 76e32ad535bf..000000000000
--- 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 8f6371a0c1d7..000000000000
--- 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
-}