summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2011-04-19 08:06:39 +0000
committerBenedikt Boehm <hollow@gentoo.org>2011-04-19 08:06:39 +0000
commit2af1aed927297f230859e06f4302213188999f83 (patch)
tree6babfe7e8dce601bac35a56eab120edc05ec640d /dev-db/mysqltuner/mysqltuner-1.2.0.ebuild
parentRemove old development versions (diff)
downloadgentoo-2-2af1aed927297f230859e06f4302213188999f83.tar.gz
gentoo-2-2af1aed927297f230859e06f4302213188999f83.tar.bz2
gentoo-2-2af1aed927297f230859e06f4302213188999f83.zip
version bump
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/mysqltuner/mysqltuner-1.2.0.ebuild')
-rw-r--r--dev-db/mysqltuner/mysqltuner-1.2.0.ebuild27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild b/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild
new file mode 100644
index 000000000000..980f34707294
--- /dev/null
+++ b/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/mysqltuner-1.2.0.ebuild,v 1.1 2011/04/19 08:06:39 hollow Exp $
+
+EAPI=4
+
+DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script"
+HOMEPAGE="http://www.mysqltuner.com"
+SRC_URI="https://github.com/rackerhacker/MySQLTuner-perl/tarball/05813a1faa447fe16c2a7efdab9b22c3bcbc5485 -> ${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-05813a1
+
+src_install() {
+ mv "${PN}".pl "${PN}"
+ dobin "${PN}"
+ dodoc README
+}