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 00A22138334 for ; Fri, 1 Mar 2019 15:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD3FDE085E; Fri, 1 Mar 2019 15:22:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9E885E085E for ; Fri, 1 Mar 2019 15:22:54 +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 1C16F335CEF for ; Fri, 1 Mar 2019 15:22:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B8AC520 for ; Fri, 1 Mar 2019 15:22:51 +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: <1551453393.faa750073b106b1a5a948f0f61597a19a2b3d78d.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Monitoring-Plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Monitoring-Plugin/Manifest dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild X-VCS-Directories: dev-perl/Monitoring-Plugin/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: faa750073b106b1a5a948f0f61597a19a2b3d78d X-VCS-Branch: master Date: Fri, 1 Mar 2019 15:22:51 +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: f49dbdde-3e06-4d72-acdb-fe9a248dd716 X-Archives-Hash: e282d8f5a020203506c2211a0a7d04e1 commit: faa750073b106b1a5a948f0f61597a19a2b3d78d Author: Michael Orlitzky gentoo org> AuthorDate: Fri Mar 1 15:16:33 2019 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Fri Mar 1 15:16:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faa75007 dev-perl/Monitoring-Plugin: new version 0.400.0. Signed-off-by: Michael Orlitzky gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 dev-perl/Monitoring-Plugin/Manifest | 1 + .../Monitoring-Plugin-0.400.0.ebuild | 33 ++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/dev-perl/Monitoring-Plugin/Manifest b/dev-perl/Monitoring-Plugin/Manifest index 4a10f474368..608d69f7d4b 100644 --- a/dev-perl/Monitoring-Plugin/Manifest +++ b/dev-perl/Monitoring-Plugin/Manifest @@ -1 +1,2 @@ DIST Monitoring-Plugin-0.39.tar.gz 62733 BLAKE2B eaf623b0bb84f1127f23637ba1a46a1de4b1732b7e55feaac4dd8eb22ccdd13ae097fa79054df43e300f78e924423c092cade99c9c9210289f7d22cba5f8b959 SHA512 7bdba894cffc0839586e52f3667157cf578e94734ddc0ccd05899f631271e5b69e9cbfe4b2fb59f68b45e1d13afc82b095b65e249527f2c448a38b93e510a05c +DIST Monitoring-Plugin-0.40.tar.gz 63046 BLAKE2B 29aa6731e40447327f3a10ee3fffe283fda1fd9c566d8755b3d09d3ef24902ddf151de1a01ce66a52c71c197ee0d76521f48ae4e06bdb70291be0c078e958df4 SHA512 3f079f68c7bdc118381fc7fe394fb70123ce2a9105b311b72451bc91519b8d7e57fa41e6804a4ec87353654a1450b7eb919572610e9c5dc4fd4b8fceb9701cf1 diff --git a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild new file mode 100644 index 00000000000..71609e47156 --- /dev/null +++ b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.400.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DIST_AUTHOR=NIERLEIN +DIST_VERSION=0.40 +inherit perl-module + +DESCRIPTION="Modules to streamline Nagios, Icinga, Shinken, etc. plugins" + +SLOT="0" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" +IUSE="test" + +RDEPEND=" + virtual/perl-Carp + dev-perl/Class-Accessor + dev-perl/Config-Tiny + virtual/perl-File-Spec + dev-perl/Math-Calc-Units + dev-perl/Params-Validate +" +DEPEND="${RDEPEND} + virtual/perl-ExtUtils-MakeMaker + test? ( virtual/perl-Test-Simple ) +" + +src_prepare() { + sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL || + die "Can't patch Makefile.PL for 5.26 dot-in-inc" + perl-module_src_prepare +}