public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Petr Vaněk" <arkamar@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/
Date: Sun,  8 Sep 2024 18:34:13 +0000 (UTC)	[thread overview]
Message-ID: <1725820438.1dbe1138498d37337116a149c9c91edab2fbb63d.arkamar@gentoo> (raw)

commit:     1dbe1138498d37337116a149c9c91edab2fbb63d
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  8 18:22:35 2024 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Sun Sep  8 18:33:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dbe1138

dev-db/percona-toolkit: drop 3.5.3

Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>

 dev-db/percona-toolkit/Manifest                    |  1 -
 .../percona-toolkit/percona-toolkit-3.5.3.ebuild   | 51 ----------------------
 2 files changed, 52 deletions(-)

diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index 62b4a28cf654..efd1b10c4f09 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -1,4 +1,3 @@
-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
 DIST percona-toolkit-3.5.7.tar.gz 138784243 BLAKE2B a589c884348ad820ccadbb871ad85bf89a21ae49e8cea34fa019c61ab53302a5b7db03f01ae191138e15f61c77068388cb5d3863f360a7207d9f9075e9100385 SHA512 cfe232aa5b59d262242348ec18b676d0d8c7752dddadd1f027772346e02d329f5bc53b96dfdb82fbdb18524095f88ad0721e4b4c6ed611c727c0a5cde85998bd

diff --git a/dev-db/percona-toolkit/percona-toolkit-3.5.3.ebuild b/dev-db/percona-toolkit/percona-toolkit-3.5.3.ebuild
deleted file mode 100644
index 488a2c186226..000000000000
--- a/dev-db/percona-toolkit/percona-toolkit-3.5.3.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
-}


             reply	other threads:[~2024-09-08 18:34 UTC|newest]

Thread overview: 45+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-08 18:34 Petr Vaněk [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-05 11:18 [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/ David Seifert
2024-12-04 18:10 Joonas Niilola
2024-10-16 17:50 Sam James
2024-10-16 17:50 Sam James
2024-03-29  7:51 Joonas Niilola
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=1725820438.1dbe1138498d37337116a149c9c91edab2fbb63d.arkamar@gentoo \
    --to=arkamar@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