diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:07:04 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-08 21:33:04 +0200 |
commit | d100e7885dbbb8ef0bf4e26c42219c460971da8d (patch) | |
tree | df53649b5c85c98522840dc2db7bf6fb5c367f8f /dev-perl/Monitoring-Plugin | |
parent | dev-perl/Mojolicious: Version bump 9.19 (diff) | |
download | gentoo-d100e7885dbbb8ef0bf4e26c42219c460971da8d.tar.gz gentoo-d100e7885dbbb8ef0bf4e26c42219c460971da8d.tar.bz2 gentoo-d100e7885dbbb8ef0bf4e26c42219c460971da8d.zip |
dev-perl/Monitoring-Plugin: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Monitoring-Plugin')
-rw-r--r-- | dev-perl/Monitoring-Plugin/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/dev-perl/Monitoring-Plugin/Manifest b/dev-perl/Monitoring-Plugin/Manifest index 608d69f7d4bf..5d845fe8be0b 100644 --- a/dev-perl/Monitoring-Plugin/Manifest +++ b/dev-perl/Monitoring-Plugin/Manifest @@ -1,2 +1 @@ -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.390.0.ebuild b/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild deleted file mode 100644 index e617349907de..000000000000 --- a/dev-perl/Monitoring-Plugin/Monitoring-Plugin-0.390.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DIST_AUTHOR=NIERLEIN -DIST_VERSION=0.39 -inherit perl-module - -DESCRIPTION="Modules to streamline Nagios, Icinga, Shinken, etc. plugins" - -SLOT="0" -KEYWORDS="amd64 ~hppa sparc x86" -IUSE="test" -RESTRICT="!test? ( 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-6.590.0 - test? ( >=virtual/perl-Test-Simple-0.620.0 ) -" - -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 -} |