summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-23 19:23:36 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-10-23 19:23:36 +0200
commit462a7740341c5a9030effad7cb81c3418d0c30af (patch)
tree07cf946436ca0a321f5011450820312acf78bd5e /dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
parentdev-perl/Crypt-OpenSSL-RSA: Add patch for openssl-3 support (diff)
downloadgentoo-462a7740341c5a9030effad7cb81c3418d0c30af.tar.gz
gentoo-462a7740341c5a9030effad7cb81c3418d0c30af.tar.bz2
gentoo-462a7740341c5a9030effad7cb81c3418d0c30af.zip
dev-perl/Sys-CpuLoad: Add missing dependency
Closes: https://bugs.gentoo.org/807790 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild')
-rw-r--r--dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
deleted file mode 100644
index 20eca1600269..000000000000
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_AUTHOR=RRWO
-DIST_VERSION=0.31
-inherit perl-module
-
-DESCRIPTION="A module to retrieve system load averages"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
- virtual/perl-Exporter
- virtual/perl-IO
- virtual/perl-XSLoader
- virtual/perl-parent
-"
-BDEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-File-Spec
- virtual/perl-Module-Metadata
- virtual/perl-Scalar-List-Utils
- dev-perl/Test-Deep
- dev-perl/Test-Exception
- virtual/perl-Test-Simple
- dev-perl/Test-Warnings
- )
-"