mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
dev-perl/Sys-CpuLoad: add 0.320.0
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST Sys-CpuLoad-0.31.tar.gz 19808 BLAKE2B a3b6d091e916333571040470bce10a4fcdbf91638b42f9704748f89363d9f0a895f8061059dec4bd0dc21a7b94abb41bc6da965efd4e64255a9f31ace4691ef6 SHA512 d820beccabfc468d9b511536d80960e61b9f35615c7faeb39f1b1e8e3ecee44fdc6391431b57365910c3ac686409a7ae84f709bb45dd63b763c0d76fe2ce178b
|
||||
DIST Sys-CpuLoad-0.32.tar.gz 24398 BLAKE2B 29114ceb7f31b539b8504903b5c66ff5ebb9ef146803573ff66724dc06f1ae5122663c26e672b58f44fc6d2bf20981e760b413831c1e1a1829ef9efba200fc47 SHA512 e95b3864e28f7f68386c6e010cfbd8ed39eeac59d6e9f6b54a6841e8f423165a81063be2c7d036c8a015eafbb538ff507aa1a80ea752b4ef500f2a51f789a276
|
||||
|
||||
25
dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.320.0.ebuild
Normal file
25
dev-perl/Sys-CpuLoad/Sys-CpuLoad-0.320.0.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DIST_AUTHOR=RRWO
|
||||
DIST_VERSION=0.32
|
||||
inherit perl-module
|
||||
|
||||
DESCRIPTION="Module to retrieve system load averages"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
|
||||
RDEPEND="
|
||||
dev-perl/File-Which
|
||||
dev-perl/IPC-Run3
|
||||
"
|
||||
BDEPEND="
|
||||
${RDEPEND}
|
||||
test? (
|
||||
dev-perl/Test-Deep
|
||||
dev-perl/Test-Exception
|
||||
dev-perl/Test-Warnings
|
||||
)
|
||||
"
|
||||
Reference in New Issue
Block a user