From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 083E813832E for ; Tue, 26 Jul 2016 22:58:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C8BD6E0912; Tue, 26 Jul 2016 22:57:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 67705E0912 for ; Tue, 26 Jul 2016 22:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D41B8340B37 for ; Tue, 26 Jul 2016 22:57:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A140D7D5 for ; Tue, 26 Jul 2016 22:57:53 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1469573856.f02fe1c7396c033b95256cc6079f268a0f45b3de.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/mysqltuner/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/mysqltuner/Manifest dev-db/mysqltuner/mysqltuner-1.6.0.ebuild X-VCS-Directories: dev-db/mysqltuner/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: f02fe1c7396c033b95256cc6079f268a0f45b3de X-VCS-Branch: master Date: Tue, 26 Jul 2016 22:57:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 26374acf-fc8a-4470-9af8-243c7e91253a X-Archives-Hash: 4dd560cdae12a980f05ef2db32830fa6 commit: f02fe1c7396c033b95256cc6079f268a0f45b3de Author: Michael Orlitzky gentoo org> AuthorDate: Tue Jul 26 22:57:21 2016 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Jul 26 22:57:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02fe1c7 dev-db/mysqltuner: new version 1.6.0 and upgrade to EAPI=6. Gentoo-Bug: 510920 Package-Manager: portage-2.2.28 dev-db/mysqltuner/Manifest | 1 + dev-db/mysqltuner/mysqltuner-1.6.0.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index 321f035..9c3e35f 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1 +1,2 @@ DIST mysqltuner-1.2.0.tar.gz 24562 SHA256 54b743808f7f1d882cc912ffbb62dae57303e3e17f45aefd55a16825c016bc9d SHA512 b38277c31c1a870525f20bc1c023fe9675403834313a65c99c445a5fa1048c7aa3dc8ed5a9a9255c4844bdb001b28ee45be807306d0f1739c170d8ee9e0ab53f WHIRLPOOL 5290f77df91bcb23cc2bbb5097a08df54bc4e32560732ff078005bdd9acdf74a8f76647b893ab600dee4d848a70d6a6923e9806b30fb9504c6d3f5d31067be75 +DIST mysqltuner-1.6.0.tar.gz 53424 SHA256 dc3045b9ffae7837d187d2b1ef4c42648bf7ffc6bb9f69864a4bfeecd5205e37 SHA512 904022ef64eaf75f3294a9a5123dc5e00482d95378722df63140bc6859ec245c32d9b06d19955790a5e29b9335e6da3df2cebdeb4659cb9058561866f6ec69c2 WHIRLPOOL fa1cde57da2eb67ca6524aea6cae58864128ab7beebb9dab779ba6f44b7a38fb1a2b5a6a729f0b0c73e78e8bd61d3519ea0990885e992e00091b178d110cec3a diff --git a/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild b/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild new file mode 100644 index 0000000..bf4627c --- /dev/null +++ b/dev-db/mysqltuner/mysqltuner-1.6.0.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN=MySQLTuner-perl + +DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script" +HOMEPAGE="http://www.mysqltuner.com/" +SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${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}/${MY_PN}-${PV}" + +src_install() { + newbin "${PN}.pl" "${PN}" + + # The passwords are meant to be fed to the script uncompressed. + docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" + dodoc README.* USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt +}