summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Sys-CpuLoad/Manifest1
-rw-r--r--dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild21
2 files changed, 0 insertions, 22 deletions
diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
index 21b3f5233220..e4f4f132a8dc 100644
--- a/dev-perl/Sys-CpuLoad/Manifest
+++ b/dev-perl/Sys-CpuLoad/Manifest
@@ -1,2 +1 @@
-DIST Sys-CpuLoad-0.03.tar.gz 2806 BLAKE2B 62a4623bbbfcd6ddaf69e99eabba66117c225544e69b5f5fb949a026375a24efbde76c05299daffd1c8942a03346187243521d73a6801ae45ca3b5c47b40ea1b SHA512 f8175d1c4e65901e22b5adf912ffb17458151b098634758e6d5377a32bb513e39e914136216b2b38fd8ba30d6bd47957f9637157794cd741cf8802cb5a5f1503
DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6 SHA512 d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b
diff --git a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
deleted file mode 100644
index 0e3b82646cf8..000000000000
--- a/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.30.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=CLINTDW
-DIST_VERSION=0.03
-inherit perl-module
-
-DESCRIPTION="A module to retrieve system load averages"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- virtual/perl-Exporter
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"