Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/
Date: Thu, 12 May 2022 21:20:49
Message-Id: 1652390417.74e961ae5a06ea73cfc33c0f905325f0269ce23b.conikost@gentoo
1 commit: 74e961ae5a06ea73cfc33c0f905325f0269ce23b
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 12 20:58:26 2022 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Thu May 12 21:20:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e961ae
7
8 dev-db/mysqltuner: drop 1.7.21-r1
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11
12 dev-db/mysqltuner/Manifest | 1 -
13 dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild | 33 ---------------------------
14 2 files changed, 34 deletions(-)
15
16 diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest
17 index b294383a2e78..c100f545074f 100644
18 --- a/dev-db/mysqltuner/Manifest
19 +++ b/dev-db/mysqltuner/Manifest
20 @@ -1,2 +1 @@
21 -DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd SHA512 2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc
22 DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702
23
24 diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
25 deleted file mode 100644
26 index 7898a62e97b5..000000000000
27 --- a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild
28 +++ /dev/null
29 @@ -1,33 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -MY_PN=MySQLTuner-perl
36 -
37 -DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
38 -HOMEPAGE="https://github.com/major/MySQLTuner-perl"
39 -SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 -
41 -LICENSE="GPL-3+"
42 -SLOT="0"
43 -KEYWORDS="amd64 x86"
44 -
45 -RDEPEND="dev-lang/perl
46 - virtual/perl-Getopt-Long"
47 -
48 -DEPEND="${RDEPEND}"
49 -
50 -S="${WORKDIR}/${MY_PN}-${PV}"
51 -
52 -DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv )
53 -
54 -src_install() {
55 - einstalldocs
56 -
57 - newbin "${PN}.pl" "${PN}"
58 -
59 - # Passwords and vulnerabilities are meant to be fed
60 - # to the script uncompressed.
61 - docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv"
62 -}