diff options
author | Sam James <sam@gentoo.org> | 2024-01-09 18:13:42 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-05-05 11:26:50 +0100 |
commit | cca5a84e34ecb52c4e7bce45374d50404bddc17b (patch) | |
tree | 5df849c79224ca7d3280e2dfc7007f6c363ad8fd /dev-perl | |
parent | dev-perl/Struct-Dumb: new package, add 0.140.0 (diff) | |
download | gentoo-cca5a84e34ecb52c4e7bce45374d50404bddc17b.tar.gz gentoo-cca5a84e34ecb52c4e7bce45374d50404bddc17b.tar.bz2 gentoo-cca5a84e34ecb52c4e7bce45374d50404bddc17b.zip |
dev-perl/Test-Refcount: new package, add 0.100.0
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test-Refcount/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test-Refcount/Test-Refcount-0.100.0.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Test-Refcount/metadata.xml | 12 |
3 files changed, 28 insertions, 0 deletions
diff --git a/dev-perl/Test-Refcount/Manifest b/dev-perl/Test-Refcount/Manifest new file mode 100644 index 000000000000..40add02b3683 --- /dev/null +++ b/dev-perl/Test-Refcount/Manifest @@ -0,0 +1 @@ +DIST Test-Refcount-0.10.tar.gz 17218 BLAKE2B b0bbcf012254be30d8ff4493cb4fcc01d3f932c812d4812cf167bd45dccab4d4948b7e247c4cba699d9b7aae6a619b4ee65c4827620b1c425f9f8fded88310b7 SHA512 7fac2a6bcb96da0ed61c53aaa2278e1ac998bd62314b95f307fe6ee032fd7d89264968f3ad78066186b112af0ba45960d5d1c81822bcd5f218418ea81236c4e1 diff --git a/dev-perl/Test-Refcount/Test-Refcount-0.100.0.ebuild b/dev-perl/Test-Refcount/Test-Refcount-0.100.0.ebuild new file mode 100644 index 000000000000..402d61148c0d --- /dev/null +++ b/dev-perl/Test-Refcount/Test-Refcount-0.100.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=PEVANS +DIST_VERSION=0.10 +inherit perl-module + +DESCRIPTION="Assert reference counts on objects" + +SLOT="0" +KEYWORDS="~amd64" + +BDEPEND="dev-perl/Module-Build" diff --git a/dev-perl/Test-Refcount/metadata.xml b/dev-perl/Test-Refcount/metadata.xml new file mode 100644 index 000000000000..04c8bff5b9bc --- /dev/null +++ b/dev-perl/Test-Refcount/metadata.xml @@ -0,0 +1,12 @@ +<?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">Test-Refcount</remote-id> + <remote-id type="cpan-module">Test::Refcount</remote-id> + </upstream> +</pkgmetadata> |