diff options
Diffstat (limited to 'dev-db/maatkit')
-rw-r--r-- | dev-db/maatkit/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/maatkit/maatkit-2582.ebuild | 14 |
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" |