summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-11 23:22:55 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-08-11 23:25:58 +0200
commit55bf3eefcb7a1f889b213536cf5ec77ed0c00f7d (patch)
tree3bb3986a8b06aac4d25529eb1b9da33e2de70f7b
parentdev-perl/Sysadm-Install: EAPI=8 bump (diff)
downloadgentoo-55bf3eefcb7a1f889b213536cf5ec77ed0c00f7d.tar.gz
gentoo-55bf3eefcb7a1f889b213536cf5ec77ed0c00f7d.tar.bz2
gentoo-55bf3eefcb7a1f889b213536cf5ec77ed0c00f7d.zip
dev-perl/Sys-CpuLoad: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--dev-perl/Sys-CpuLoad/Manifest1
-rw-r--r--dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild31
2 files changed, 32 insertions, 0 deletions
diff --git a/dev-perl/Sys-CpuLoad/Manifest b/dev-perl/Sys-CpuLoad/Manifest
index 2cec543e9fb7..21b3f5233220 100644
--- a/dev-perl/Sys-CpuLoad/Manifest
+++ b/dev-perl/Sys-CpuLoad/Manifest
@@ -1 +1,2 @@
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.310.0.ebuild b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
new file mode 100644
index 000000000000..20eca1600269
--- /dev/null
+++ b/dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.310.0.ebuild
@@ -0,0 +1,31 @@
+# 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
+ )
+"