From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/
Date: Fri, 29 Mar 2024 07:51:01 +0000 (UTC) [thread overview]
Message-ID: <1711698658.f77e46c5b275d12fca41be52d0f8a57112a7ec19.juippis@gentoo> (raw)
commit: f77e46c5b275d12fca41be52d0f8a57112a7ec19
Author: Tomáš Mózes <hydrapolic <AT> gmail <DOT> com>
AuthorDate: Fri Feb 23 11:17:19 2024 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Mar 29 07:50:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77e46c5
dev-db/percona-toolkit: drop 3.5.1
Signed-off-by: Tomáš Mózes <hydrapolic <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/35504
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-db/percona-toolkit/Manifest | 1 -
.../percona-toolkit/percona-toolkit-3.5.1.ebuild | 51 ----------------------
2 files changed, 52 deletions(-)
diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index 365ca8c7c8b5..62b4a28cf654 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -1,4 +1,3 @@
-DIST percona-toolkit-3.5.1.tar.gz 14700246 BLAKE2B 58e1ae76a2fce32dd16fde3a9caae2a470882e737893cc22f67cf810533ceafa95c5b26ec390cc58b2b9f0db3a2323fe78c00a631da107e6dbbbef73e65c1bb4 SHA512 33ec22c2fc1c3cc855caead7ac7ca153328e280500f56e24e074cca6a2ba95572430369908cb557eedfcadfb7246fbb5670c943673aa41d5210dc38603aeb492
DIST percona-toolkit-3.5.3.tar.gz 14673470 BLAKE2B f0eeaaf20924a75ff68eb623d4027fd8402169bbd8479e91ec174638f20109cee33a3e93b19dd88cd860a3f572db7e0a645fb1bd96e63f52c5d261167ad5eae8 SHA512 80abe6fe1d690d8faff01d72918c5b5da188819389d0fafe8f88f23489b609aa9730b0c7c2b284eb057e0cc3ae8ccb5b83849b31ff61291d8ab75d58abcdf85f
DIST percona-toolkit-3.5.5.tar.gz 14847253 BLAKE2B f26b88581b84a12fd2b353984b2dbfbf43056388a48821739e70f43a28f448fc7caea99bdb0f5284b91ce04436e0969da1eec85e66054bfc1e8ff2771dede6d2 SHA512 0fb367e2a967c1a459e2d8a70f3db6c75043caf4127c14472b2bdfdb89415286c9f52929e326fa4f402d73a4c3e95b4cf8b0ee0f0624e54e382e44eb653bfaf9
DIST percona-toolkit-3.5.7-deps.tar.xz 108954608 BLAKE2B 788246531bdf3e1faa7d310fdd920b2fa42d9d82a75d730bb143047d0ce0c22d23ee86cf58bd646aae3dac503d88793040168be15fc74a7686979233a8d65dc1 SHA512 54a0698c5e3ae0fe30b6e253a31829db4c4656cccd48107126a5b99c148fe1ed9515d91e79784e1970569bfe8853d1b5cb74cf968dbc2d08e95aec6ef209659d
diff --git a/dev-db/percona-toolkit/percona-toolkit-3.5.1.ebuild b/dev-db/percona-toolkit/percona-toolkit-3.5.1.ebuild
deleted file mode 100644
index 488a2c186226..000000000000
--- a/dev-db/percona-toolkit/percona-toolkit-3.5.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit perl-module
-
-DESCRIPTION="Advanced command-line tools to perform a variety of MySQL and system tasks"
-HOMEPAGE="https://www.percona.com/software/mysql-tools/percona-toolkit"
-SRC_URI="https://www.percona.com/downloads/${PN}/${PV}/source/tarball/${P}.tar.gz"
-
-LICENSE="|| ( GPL-2 Artistic )"
-SLOT="0"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-# Package warrants IUSE doc
-IUSE=""
-
-COMMON_DEPEND="dev-perl/DBI
- dev-perl/DBD-mysql
- virtual/perl-Time-HiRes"
-RDEPEND="${COMMON_DEPEND}
- dev-perl/JSON
- dev-perl/libwww-perl
- dev-perl/Role-Tiny
- virtual/perl-File-Path
- virtual/perl-Getopt-Long
- virtual/perl-Time-Local
- virtual/perl-Digest-MD5
- virtual/perl-IO-Compress
- virtual/perl-File-Temp
- virtual/perl-File-Spec
- virtual/perl-Scalar-List-Utils
- dev-perl/TermReadKey"
-DEPEND="${COMMON_DEPEND}
- virtual/perl-ExtUtils-MakeMaker"
-
-# Bug #501904 - CVE-2014-2029
-# sed -i -e '/^=item --\[no\]version-check/,/^default: yes/{/^default: yes/d}' bin/*
-# ^ is *-no-versioncheck.patch
-PATCHES=(
- "${FILESDIR}"/${PN}-3.0.7-no-versioncheck.patch
- "${FILESDIR}"/${PN}-3.0.10-slave-delay-fix.patch
-)
-
-src_prepare() {
- default
-
- sed -i \
- -e "s/=> 'percona-toolkit',/=> 'Percona::Toolkit',/g" \
- Makefile.PL || die
-}
next reply other threads:[~2024-03-29 7:51 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-03-29 7:51 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-16 17:50 [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/ Sam James
2024-10-16 17:50 Sam James
2024-09-08 18:34 Petr Vaněk
2024-03-29 7:51 Joonas Niilola
2024-02-24 6:43 Joonas Niilola
2024-02-24 6:42 Joonas Niilola
2024-01-10 9:06 Joonas Niilola
2024-01-10 9:06 Joonas Niilola
2023-09-22 14:54 Sam James
2023-09-22 9:47 Arthur Zamarin
2023-07-04 22:20 Sam James
2023-06-15 21:45 Sam James
2023-06-15 21:45 Sam James
2023-04-18 10:27 Sam James
2023-04-18 10:27 Sam James
2023-03-11 16:26 Sam James
2022-07-02 18:33 David Seifert
2022-07-02 18:20 Sam James
2022-07-02 18:18 Sam James
2021-04-30 13:08 Thomas Deutschmann
2021-01-21 23:45 Thomas Deutschmann
2020-10-20 19:26 Thomas Deutschmann
2019-10-31 2:09 Thomas Deutschmann
2019-10-23 3:23 Andreas K. Hüttel
2019-04-18 20:32 Thomas Deutschmann
2019-04-17 11:51 Mikle Kolyada
2019-01-18 2:51 Thomas Deutschmann
2018-10-02 9:44 Thomas Deutschmann
2018-08-05 14:36 Thomas Deutschmann
2018-07-23 8:15 Christian Ruppert
2018-07-12 13:42 Brian Evans
2018-05-24 9:38 Thomas Deutschmann
2018-05-06 22:03 Thomas Deutschmann
2018-04-17 22:09 Thomas Deutschmann
2018-04-16 17:29 Aaron Bauman
2018-03-17 21:59 Thomas Deutschmann
2016-08-18 21:14 Christian Ruppert
2016-03-16 18:40 Christian Ruppert
2016-03-16 18:40 Christian Ruppert
2015-09-20 9:30 Agostino Sarubbo
2015-09-19 13:30 Agostino Sarubbo
2015-09-09 20:25 Christian Ruppert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1711698658.f77e46c5b275d12fca41be52d0f8a57112a7ec19.juippis@gentoo \
--to=juippis@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox