summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-04-19 20:01:55 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-04-19 20:01:55 +0000
commit91734a0551a385dec395523e632a06cd590fc686 (patch)
tree533756bfb9edfd11cfee8a048af520deaefd27ae /dev-db/percona-toolkit
parentNo ewarns even if tar misses some files on unpack, as that is so common it's ... (diff)
downloadhistorical-91734a0551a385dec395523e632a06cd590fc686.tar.gz
historical-91734a0551a385dec395523e632a06cd590fc686.tar.bz2
historical-91734a0551a385dec395523e632a06cd590fc686.zip
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
Diffstat (limited to 'dev-db/percona-toolkit')
-rw-r--r--dev-db/percona-toolkit/ChangeLog12
-rw-r--r--dev-db/percona-toolkit/Manifest4
-rw-r--r--dev-db/percona-toolkit/metadata.xml26
-rw-r--r--dev-db/percona-toolkit/percona-toolkit-2.1.1.ebuild34
4 files changed, 76 insertions, 0 deletions
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 <robbat2@gentoo.org> +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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>mysql</herd>
+ <maintainer>
+ <email>wschlich@gentoo.org</email>
+ <name>Wolfram Schlich</name>
+ <description>Primary maintainer</description>
+ </maintainer>
+ <maintainer>
+ <email>idl0r@gentoo.org</email>
+ <name>Christian Ruppert</name>
+ <description>Secondary maintainer</description>
+ </maintainer>
+ <longdescription>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.</longdescription>
+ <!--
+ <upstream>
+ <remote-id type="launchpad">percona-toolkit</remote-id>
+ </upstream>
+ -->
+</pkgmetadata>
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.