From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/percona-toolkit/
Date: Sun, 6 May 2018 22:03:06 +0000 (UTC) [thread overview]
Message-ID: <1525644176.efa8789d254f99f589545334aeee55671abc4300.whissi@gentoo> (raw)
commit: efa8789d254f99f589545334aeee55671abc4300
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 6 22:02:56 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 6 22:02:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa8789d
dev-db/percona-toolkit: Bump to v3.0.9
Package-Manager: Portage-2.3.34, Repoman-2.3.9
dev-db/percona-toolkit/Manifest | 1 +
.../percona-toolkit/percona-toolkit-3.0.9.ebuild | 49 ++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest
index fcfe183e1ae..215ec7fd21e 100644
--- a/dev-db/percona-toolkit/Manifest
+++ b/dev-db/percona-toolkit/Manifest
@@ -4,3 +4,4 @@ DIST percona-toolkit-2.2.19.tar.gz 1425623 BLAKE2B fe9b363ec924b1af9110ea7e7dab7
DIST percona-toolkit-2.2.20.tar.gz 1431840 BLAKE2B 76565662b4037010f7e8de98316f568c2994f55d042ae3a21b80dc3b839444a11014b61db675cc21c149f26c3b7df52013d7b06c9c1127ec325dae2942a4e4c0 SHA512 f7a5f47e9ca05c43dcb80866a1eacd13066e1f036f4f58d51145fc6354ddc86dd6515a9aa33c8f736029800bf4c80f7ba5fcb9f1e6ac41653b3351597885f679
DIST percona-toolkit-3.0.7.tar.gz 79294306 BLAKE2B e3a556c823d355e5af504210dfb360e6fcf217ca6bfb7ba729e83e66cfdd09231c09d05fb51df1eac6bee0c6615620ac96ffce47c4f0473394d9c008ce8bdabe SHA512 e5a23ce6f4fd74f0956187679810de23a9d60f8073609289d641411c9f397f49b02c05cbcd0a68d78992849f17b70fb3ae411ac967e25c7be45f95ec374414fe
DIST percona-toolkit-3.0.8.tar.gz 79316265 BLAKE2B 5d6efdbaa4fd3ac914c059c9240f6dcd0de89c6b2ea444c407b115b380bb676c51266f907f6e37a62a40032fd5aa6e1816752c8ec08150dddf71c7568f42c739 SHA512 d5380395b052aebe651806649ff22f259d1af9401112b7ffe86b10664b87f917fecfe91bdc72b401d00471fc9c141391006cd322c9464fca1343f704ecaa8623
+DIST percona-toolkit-3.0.9.tar.gz 15197340 BLAKE2B 095d8c0b26853caa6d2515de1d8fb8ff13b3084caa46498c8c789cd4e7b18473d41992701e393ad91cd7fdda8b3e56a099600285aeb4ba788110d36a028f76b6 SHA512 56a8732cfdbd58d0602e482d7bf049d2049104b7ae203d756db81a052cd837f16d2a35f75def4f23748534d0d2eb6441cb9fe49175a931fbcdbb6adeb42f1c53
diff --git a/dev-db/percona-toolkit/percona-toolkit-3.0.9.ebuild b/dev-db/percona-toolkit/percona-toolkit-3.0.9.ebuild
new file mode 100644
index 00000000000..8cb91309b31
--- /dev/null
+++ b/dev-db/percona-toolkit/percona-toolkit-3.0.9.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="6"
+
+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/*
+PATCHES=(
+ "${FILESDIR}"/${PN}-3.0.7-no-versioncheck.patch
+)
+
+src_prepare() {
+ default
+
+ sed -i \
+ -e "s/=> 'percona-toolkit',/=> 'Percona::Toolkit',/g" \
+ Makefile.PL || die
+}
next reply other threads:[~2018-05-06 22:03 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-06 22:03 Thomas Deutschmann [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-09-08 18:34 Petr Vaněk
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-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=1525644176.efa8789d254f99f589545334aeee55671abc4300.whissi@gentoo \
--to=whissi@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