diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-05-06 00:00:52 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-05-06 00:00:52 +0100 |
commit | 43c2a85d4e20318dd3d35872e348707900870067 (patch) | |
tree | f863318f1d5bf6641145c6eb96a25818842ba87f /dev-perl/Test-Refcount | |
parent | b594445f39d99066071d80fc8efeba5c8f72cc35 (diff) |
gentoo auto-resync : 06:05:2024 - 00:00:51
Diffstat (limited to 'dev-perl/Test-Refcount')
-rw-r--r-- | dev-perl/Test-Refcount/Manifest | 3 | ||||
-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, 30 insertions, 0 deletions
diff --git a/dev-perl/Test-Refcount/Manifest b/dev-perl/Test-Refcount/Manifest new file mode 100644 index 000000000000..7dd8b2ee9c39 --- /dev/null +++ b/dev-perl/Test-Refcount/Manifest @@ -0,0 +1,3 @@ +DIST Test-Refcount-0.10.tar.gz 17218 BLAKE2B b0bbcf012254be30d8ff4493cb4fcc01d3f932c812d4812cf167bd45dccab4d4948b7e247c4cba699d9b7aae6a619b4ee65c4827620b1c425f9f8fded88310b7 SHA512 7fac2a6bcb96da0ed61c53aaa2278e1ac998bd62314b95f307fe6ee032fd7d89264968f3ad78066186b112af0ba45960d5d1c81822bcd5f218418ea81236c4e1 +EBUILD Test-Refcount-0.100.0.ebuild 276 BLAKE2B 3dd9c4fee72d3ea7757610b898754e92220e1b0447d5351dce2ee2b1124e7a47086393f049692baf536e5cfd08b94b231471e4885023029bb05deb722f6af565 SHA512 077e74aa3413f17ce6dc4ad82dbea6105a27f431f70f046ce064808bef1ed92bb7ab40c6c8cd3c88afad400ba3f8697cec3340063968c85db2177ee15aef0800 +MISC metadata.xml 399 BLAKE2B 11450c1ce30281121ed212a209b24c52307cf71bcc0913622c391999525952ff5bc136d5a72077dfcccef4023e5009924b8a156b6721202e72d36a182c2a1b33 SHA512 f0427cdccc11a1bc1abaf127c0b01c629d8076f0c2bd1fe686653a38b6da517bb4b5e389e1c006973a7ef72d645f2332cab630282eae4c903b26504de8bd48cd 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> |