diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:51:46 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-07-09 16:51:46 +0000 |
commit | 5c689f6b6b0a9d9dabf5a748216a79d70dc1e8de (patch) | |
tree | 7f08c7dd0382ca2cc3ff307b1976a5f273cee83c /dev-db/mysqltuner | |
parent | Version bump. Switch to autototools-utils eclass (diff) | |
download | gentoo-2-5c689f6b6b0a9d9dabf5a748216a79d70dc1e8de.tar.gz gentoo-2-5c689f6b6b0a9d9dabf5a748216a79d70dc1e8de.tar.bz2 gentoo-2-5c689f6b6b0a9d9dabf5a748216a79d70dc1e8de.zip |
Remove old.
(Portage version: 2.1.12.12/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-db/mysqltuner')
-rw-r--r-- | dev-db/mysqltuner/ChangeLog | 9 | ||||
-rw-r--r-- | dev-db/mysqltuner/mysqltuner-1.1.1.ebuild | 27 |
2 files changed, 6 insertions, 30 deletions
diff --git a/dev-db/mysqltuner/ChangeLog b/dev-db/mysqltuner/ChangeLog index 3be1111486b3..f9296909331c 100644 --- a/dev-db/mysqltuner/ChangeLog +++ b/dev-db/mysqltuner/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/mysqltuner -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.9 2012/12/10 07:41:46 hollow Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqltuner/ChangeLog,v 1.10 2013/07/09 16:51:46 kensington Exp $ + + 09 Jul 2013; Michael Palimaka <kensington@gentoo.org> + -mysqltuner-1.1.1.ebuild: + Remove old. 10 Dec 2012; Benedikt Böhm <hollow@gentoo.org> metadata.xml: remove myself from metadata @@ -39,4 +43,3 @@ 19 Jul 2009; Benedikt Böhm <hollow@gentoo.org> +metadata.xml, +mysqltuner-49.ebuild: initial ebuild - diff --git a/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild b/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild deleted file mode 100644 index bede549efaa3..000000000000 --- a/dev-db/mysqltuner/mysqltuner-1.1.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# 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.3 2010/03/28 14:32:36 maekke 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 -} |