From 91734a0551a385dec395523e632a06cd590fc686 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 19 Apr 2012 20:01:55 +0000 Subject: Initial commit. Based on the maatkit package. The names of all of the binaries have changed, and the FNV/Murmur UDFs are no longer included by upstream. Due to these changes by upstream, this is not being done as a pkgmove. Package-Manager: portage-2.2.0_alpha100/cvs/Linux x86_64 --- dev-db/percona-toolkit/ChangeLog | 12 ++++++++ dev-db/percona-toolkit/Manifest | 4 +++ dev-db/percona-toolkit/metadata.xml | 26 +++++++++++++++++ .../percona-toolkit/percona-toolkit-2.1.1.ebuild | 34 ++++++++++++++++++++++ 4 files changed, 76 insertions(+) create mode 100644 dev-db/percona-toolkit/ChangeLog create mode 100644 dev-db/percona-toolkit/Manifest create mode 100644 dev-db/percona-toolkit/metadata.xml create mode 100644 dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild (limited to 'dev-db') diff --git a/dev-db/percona-toolkit/ChangeLog b/dev-db/percona-toolkit/ChangeLog new file mode 100644 index 000000000000..6626e95c08e6 --- /dev/null +++ b/dev-db/percona-toolkit/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for dev-db/percona-toolkit +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-toolkit/ChangeLog,v 1.1 2012/04/19 20:01:55 robbat2 Exp $ + +*percona-toolkit-2.1.1 (19 Apr 2012) + + 19 Apr 2012; Robin H. Johnson +metadata.xml, + +percona-toolkit-2.1.1.ebuild: + Initial commit. Based on the maatkit package. The names of all of the binaries + have changed, and the FNV/Murmur UDFs are no longer included by upstream. Due + to these changes by upstream, this is not being done as a pkgmove. + diff --git a/dev-db/percona-toolkit/Manifest b/dev-db/percona-toolkit/Manifest new file mode 100644 index 000000000000..fca4f62795f7 --- /dev/null +++ b/dev-db/percona-toolkit/Manifest @@ -0,0 +1,4 @@ +DIST percona-toolkit-2.1.1.tar.gz 1182760 RMD160 4172f84435fc40382442974ee2740621945d70df SHA1 bbaf2440c55bb62b5e98d08bd3246e82c84f6f2a SHA256 ae8fc0479ee48a1ef1882006eecfbcdd3ba1ab5cae19825087fb02d96d8e4a39 +EBUILD percona-toolkit-2.1.1.ebuild 1050 RMD160 49435f6603ebecf30caea03e22b2e836e9243148 SHA1 0e35f3f0b68692e0bd8d5c0577df617c1fea792b SHA256 8d5f2a1395957269fdfd4b0277aa322aa56688c8c64897a1d530b9da74428040 +MISC ChangeLog 588 RMD160 b3f0fcd817263c06339d3ed554a9ff357546ef9c SHA1 c2f882836f011ed94d09454dc40e368e3dc85785 SHA256 9648568b59207df2fddfb4e6ac23c2ed20497fa9b9b248966096c5e346bb0d5b +MISC metadata.xml 930 RMD160 10dc50af95ebd06fd12bbe9a78dc48394b24770e SHA1 59ddecc574760fabe4e1576d2f24996f7cccae05 SHA256 0dbfe08658e46401ee0ce427f8602361b589efedebae012de98a75b94f1c350c diff --git a/dev-db/percona-toolkit/metadata.xml b/dev-db/percona-toolkit/metadata.xml new file mode 100644 index 000000000000..bff2ea86d9a1 --- /dev/null +++ b/dev-db/percona-toolkit/metadata.xml @@ -0,0 +1,26 @@ + + + + mysql + + wschlich@gentoo.org + Wolfram Schlich + Primary maintainer + + + idl0r@gentoo.org + Christian Ruppert + Secondary maintainer + + Percona Toolkit, formerly Maatkit and Aspersa, formerly MySQL Toolkit, + is a collection of command-line utilities that provide missing + functionality for MySQL. Some of the tools implement lacking server + functionality, such as online consistency checks for master/slave + replication; others are client-side utilities such as a query + profiler. + + diff --git a/dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild b/dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild new file mode 100644 index 000000000000..82022bd05c46 --- /dev/null +++ b/dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild,v 1.1 2012/04/19 20:01:55 robbat2 Exp $ + +EAPI=3 + +inherit perl-app perl-module toolchain-funcs + +DESCRIPTION="essential command-line utilities for MySQL" +HOMEPAGE="http://www.percona.com/software/percona-toolkit/" +SRC_URI="http://www.percona.com/downloads/${PN}/${PV}/${P}.tar.gz" + +LICENSE="|| ( GPL-2 Artistic )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="" + +COMMON_DEPEND="dev-perl/DBI + dev-perl/DBD-mysql + virtual/perl-Time-HiRes" +RDEPEND="${COMMON_DEPEND} + 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-Time-HiRes + virtual/perl-Scalar-List-Utils + dev-perl/TermReadKey" +DEPEND="${COMMON_DEPEND} + virtual/perl-ExtUtils-MakeMaker" + +# Percona Toolkit does NOT contain the UDF code for Murmur/FNV any more. -- cgit v1.2.3-65-gdbad