diff options
author | 2010-01-31 07:45:30 +0000 | |
---|---|---|
committer | 2010-01-31 07:45:30 +0000 | |
commit | 0b30b5933f7ee0740b5ca7b61a3a58463d74cef8 (patch) | |
tree | 865dbf9e41d4048a57ef7c4192a307a14539bfa3 /dev-db/mysqltuner/mysqltuner-1.1.1.ebuild | |
parent | Invalid Gentoo Copyright (diff) | |
download | gentoo-2-0b30b5933f7ee0740b5ca7b61a3a58463d74cef8.tar.gz gentoo-2-0b30b5933f7ee0740b5ca7b61a3a58463d74cef8.tar.bz2 gentoo-2-0b30b5933f7ee0740b5ca7b61a3a58463d74cef8.zip |
Bug #296317: version bump. Renumber old version to ensure correct increments.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysqltuner/mysqltuner-1.1.1.ebuild')
-rw-r--r-- | dev-db/mysqltuner/mysqltuner-1.1.1.ebuild | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild b/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild new file mode 100644 index 000000000000..b8b1f6d437e0 --- /dev/null +++ b/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild,v 1.1 2010/01/31 07:45:30 robbat2 Exp $ + +EAPI="2" + +DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script" +HOMEPAGE="http://www.mysqltuner.com" +SRC_URI="http://github.com/rackerhacker/MySQLTuner-perl/tarball/v${PV} -> ${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=dev-lang/perl-5.6 + virtual/perl-Getopt-Long + >=virtual/mysql-3.23" + +S="${WORKDIR}"/rackerhacker-MySQLTuner-perl-b2dfc87 + +src_install() { + mv "${PN}".pl "${PN}" + dobin "${PN}" + dodoc README +} |