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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB0F7158090 for ; Thu, 12 May 2022 21:20:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E06E8E0882; Thu, 12 May 2022 21:20:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C43A7E0882 for ; Thu, 12 May 2022 21:20:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8F798341261 for ; Thu, 12 May 2022 21:20:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B1C459 for ; Thu, 12 May 2022 21:20:45 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1652390417.74e961ae5a06ea73cfc33c0f905325f0269ce23b.conikost@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.7.21-r1.ebuild X-VCS-Directories: dev-db/mysqltuner/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 74e961ae5a06ea73cfc33c0f905325f0269ce23b X-VCS-Branch: master Date: Thu, 12 May 2022 21:20:45 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdc8952d-8b9a-4318-b4fa-b41066ae11a5 X-Archives-Hash: a1ddb1bf7aa67bdbcf9af880639bf25e commit: 74e961ae5a06ea73cfc33c0f905325f0269ce23b Author: Conrad Kostecki gentoo org> AuthorDate: Thu May 12 20:58:26 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu May 12 21:20:17 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e961ae dev-db/mysqltuner: drop 1.7.21-r1 Signed-off-by: Conrad Kostecki gentoo.org> dev-db/mysqltuner/Manifest | 1 - dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild | 33 --------------------------- 2 files changed, 34 deletions(-) diff --git a/dev-db/mysqltuner/Manifest b/dev-db/mysqltuner/Manifest index b294383a2e78..c100f545074f 100644 --- a/dev-db/mysqltuner/Manifest +++ b/dev-db/mysqltuner/Manifest @@ -1,2 +1 @@ -DIST mysqltuner-1.7.21.tar.gz 223961 BLAKE2B 1307afc2a73b40330817fe0c0b834a537b14caed1125acbdc5a03e98787321ffbbfb84ba0a2077adb0fa49c0e2df947dc0062d2218866c689fbfd903776f7fbd SHA512 2b5d8a7cc3f0ebe3a481cd77e395ead37ec037f0a9b9649bbf450215bc83f4049a297d86b171c7e2e7d51b3fbe381069310f13d3b8152f5a90e05a9efbabd4dc DIST mysqltuner-1.8.3.tar.gz 254525 BLAKE2B 7fa1fe24ab454aa15a03e62410e08988a4a0d3ac9b1e4df0219a67bffa4d6113d8c89d6f93f8e6d08a35ecc4bdbf5c0148d8e53138f05a5c22899ecca98b3614 SHA512 965ad0204cb449aa113bf1880a91468d48467c84e7d42ac8f12e7ee4035e49dc7cb191d2b11b6e5b084a60c3857e92ac4d1bef63f688538f3468fda32304a702 diff --git a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild b/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild deleted file mode 100644 index 7898a62e97b5..000000000000 --- a/dev-db/mysqltuner/mysqltuner-1.7.21-r1.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MY_PN=MySQLTuner-perl - -DESCRIPTION="MySQLTuner is a high-performance MySQL tuning script" -HOMEPAGE="https://github.com/major/MySQLTuner-perl" -SRC_URI="https://github.com/major/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" - -RDEPEND="dev-lang/perl - virtual/perl-Getopt-Long" - -DEPEND="${RDEPEND}" - -S="${WORKDIR}/${MY_PN}-${PV}" - -DOCS=( USAGE.md CONTRIBUTING.md INTERNALS.md basic_passwords.txt vulnerabilities.csv ) - -src_install() { - einstalldocs - - newbin "${PN}.pl" "${PN}" - - # Passwords and vulnerabilities are meant to be fed - # to the script uncompressed. - docompress -x "/usr/share/doc/${PF}/basic_passwords.txt" "/usr/share/doc/${PF}/vulnerabilities.csv" -}