summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-10-24 03:19:49 +0000
committerSam James <sam@gentoo.org>2021-10-24 03:19:49 +0000
commit6d8957bc1dcb296db5f1c509f26c0755a3cb4fda (patch)
tree47bb92076576df0d07e19d5c59e0bd0516b36b07 /dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
parentdev-python/ujson: Stabilize 4.2.0 x86, #819879 (diff)
downloadgentoo-6d8957bc1dcb296db5f1c509f26c0755a3cb4fda.tar.gz
gentoo-6d8957bc1dcb296db5f1c509f26c0755a3cb4fda.tar.bz2
gentoo-6d8957bc1dcb296db5f1c509f26c0755a3cb4fda.zip
dev-perl/Sys-CpuLoad: add missing dependency
Closes: https://bugs.gentoo.org/819789 Bug: https://bugs.gentoo.org/807790 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild')
-rw-r--r--dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
deleted file mode 100644
index ff99fc2c87b6..000000000000
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0-r1.ebuild
+++ /dev/null
@@ -1,32 +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
- dev-perl/File-Which
- 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
- )
-"