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 65C141382C5 for ; Sat, 3 Apr 2021 19:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A233EE0829; Sat, 3 Apr 2021 19:53:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8A875E0829 for ; Sat, 3 Apr 2021 19:53:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A120340B27 for ; Sat, 3 Apr 2021 19:53:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B36A663C for ; Sat, 3 Apr 2021 19:53:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1617479568.dc5f5393bd2a32529396f2707c17d3607c62bab9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nagios-plugin-check_raid/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild X-VCS-Directories: net-analyzer/nagios-plugin-check_raid/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dc5f5393bd2a32529396f2707c17d3607c62bab9 X-VCS-Branch: master Date: Sat, 3 Apr 2021 19:53:29 +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: e8f88351-b8cb-4d1b-b818-42f71724e137 X-Archives-Hash: bf7d8dcc361d7dfdf997daf26e5f1341 commit: dc5f5393bd2a32529396f2707c17d3607c62bab9 Author: Sam James gentoo org> AuthorDate: Sat Apr 3 19:05:44 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Apr 3 19:52:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc5f5393 net-analyzer/nagios-plugin-check_raid: eutils--, missing dies Signed-off-by: Sam James gentoo.org> ...0.10.ebuild => nagios-plugin-check_raid-4.0.10-r1.ebuild} | 12 ++++++------ ...4.0.8.ebuild => nagios-plugin-check_raid-4.0.8-r1.ebuild} | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild similarity index 90% rename from net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild rename to net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild index b20b26a5183..a7b1bfc31c2 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.10-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils perl-module +inherit perl-module DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status" HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid" @@ -31,22 +31,22 @@ RDEPEND="${DEPEND} megaraid-scsi? ( sys-block/megarc ) mpt-sas2? ( sys-block/sas2ircu ) mpt? ( sys-block/mpt-status ) - " +" S="${WORKDIR}/${MY_P}" src_prepare() { # Upstream has a custom Makefile that is meant to build bundles. - mv -f Makefile Makefile.upstream - sed -i '/CPANfile/d' Makefile.PL + mv -f Makefile Makefile.upstream || die + sed -i '/CPANfile/d' Makefile.PL || die default } src_install() { default plugindir="/usr/$(get_libdir)/nagios/plugins" - dodir "$plugindir" - mv -f "${D}"/usr/bin/check_raid.pl "${D}"/"${plugindir}" + dodir "${plugindir}" + mv -f "${ED}"/usr/bin/check_raid.pl "${ED}"/"${plugindir}" || die dodoc README.md CHANGELOG.md CONTRIBUTING.md check_raid.cfg } diff --git a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild similarity index 90% rename from net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild rename to net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild index b20b26a5183..a7b1bfc31c2 100644 --- a/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8.ebuild +++ b/net-analyzer/nagios-plugin-check_raid/nagios-plugin-check_raid-4.0.8-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -inherit eutils perl-module +inherit perl-module DESCRIPTION="Nagios/Icinga plugin to check current server's RAID status" HOMEPAGE="https://github.com/glensc/nagios-plugin-check_raid" @@ -31,22 +31,22 @@ RDEPEND="${DEPEND} megaraid-scsi? ( sys-block/megarc ) mpt-sas2? ( sys-block/sas2ircu ) mpt? ( sys-block/mpt-status ) - " +" S="${WORKDIR}/${MY_P}" src_prepare() { # Upstream has a custom Makefile that is meant to build bundles. - mv -f Makefile Makefile.upstream - sed -i '/CPANfile/d' Makefile.PL + mv -f Makefile Makefile.upstream || die + sed -i '/CPANfile/d' Makefile.PL || die default } src_install() { default plugindir="/usr/$(get_libdir)/nagios/plugins" - dodir "$plugindir" - mv -f "${D}"/usr/bin/check_raid.pl "${D}"/"${plugindir}" + dodir "${plugindir}" + mv -f "${ED}"/usr/bin/check_raid.pl "${ED}"/"${plugindir}" || die dodoc README.md CHANGELOG.md CONTRIBUTING.md check_raid.cfg }