dev-perl/Memory-Process: new package, add 0.60.0

Closes: https://bugs.gentoo.org/947616
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-07 01:21:32 +00:00
parent af1ebb4833
commit d6b23502c5
3 changed files with 39 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST Memory-Process-0.06.tar.gz 27651 BLAKE2B 7b70321bb167b894cd105b8ff6e67012a9932f801c1e898f7916ceca55c69d37bb9110e9eb9112595c6dd2b9f46d65506c4b8e0fdaddd7d6ff1592990f03c00d SHA512 13a52f12965ec0541ad0d52ac182b39de8c1fcf00d7482aa9d860fc20c7011287b48e8146e344e8a89583954d7b584010fe320458c944eeb28eac66072ceac91

View File

@@ -0,0 +1,25 @@
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=SKIM
DIST_VERSION=0.06
inherit perl-module
DESCRIPTION="Perl class to determine actual memory usage"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-perl/Memory-Usage
dev-perl/Readonly
"
BDEPEND="
test? (
dev-perl/Capture-Tiny
dev-perl/Test-NoWarnings
)
"

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>perl@gentoo.org</email>
<name>Gentoo Perl Project</name>
</maintainer>
<upstream>
<remote-id type="cpan">Memory-Process</remote-id>
<remote-id type="cpan-module">Memory::Process</remote-id>
<remote-id type="github">michal-josef-spacek/Memory-Process</remote-id>
</upstream>
</pkgmetadata>