summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-03-07 15:15:50 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-03-07 15:15:50 +0000
commit31344e67a37f5a61d65ace831eea3004e903ad66 (patch)
tree1ef55b156bb4a4bbc5df2ee63c84216bd9d43a21 /dev-db/maatkit
parentRemove old ebuild. (diff)
downloadgentoo-2-31344e67a37f5a61d65ace831eea3004e903ad66.tar.gz
gentoo-2-31344e67a37f5a61d65ace831eea3004e903ad66.tar.bz2
gentoo-2-31344e67a37f5a61d65ace831eea3004e903ad66.zip
Bump to 2582, fixes #250916
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/maatkit')
-rw-r--r--dev-db/maatkit/ChangeLog9
-rw-r--r--dev-db/maatkit/maatkit-2582.ebuild14
2 files changed, 21 insertions, 2 deletions
diff --git a/dev-db/maatkit/ChangeLog b/dev-db/maatkit/ChangeLog
index 6fb02dc83fdf..b1a3e1a4a504 100644
--- a/dev-db/maatkit/ChangeLog
+++ b/dev-db/maatkit/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-db/maatkit
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/ChangeLog,v 1.3 2008/12/13 23:36:26 bluebird Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/ChangeLog,v 1.4 2009/03/07 15:15:50 patrick Exp $
+
+*maatkit-2582 (07 Mar 2009)
+
+ 07 Mar 2009; Patrick Lauer <patrick@gentoo.org> +maatkit-2582.ebuild:
+ Bump to 2582, fixes #250916
13 Dec 2008; Friedrich Oslage <bluebird@gentoo.org> maatkit-2442.ebuild:
Add ~sparc keyword
diff --git a/dev-db/maatkit/maatkit-2582.ebuild b/dev-db/maatkit/maatkit-2582.ebuild
new file mode 100644
index 000000000000..27ce432eaba5
--- /dev/null
+++ b/dev-db/maatkit/maatkit-2582.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/maatkit/maatkit-2582.ebuild,v 1.1 2009/03/07 15:15:50 patrick Exp $
+
+inherit perl-app
+
+IUSE=""
+DESCRIPTION="maatkit: essential command-line utilities for MySQL"
+HOMEPAGE="http://www.maatkit.org/"
+SRC_URI="http://maatkit.googlecode.com/files/${P}.tar.gz"
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+DEPEND="dev-perl/DBD-mysql"