diff options
author | Sam James <sam@gentoo.org> | 2024-10-14 05:30:48 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-14 05:44:03 +0100 |
commit | 83d4c9107c537b2f76629b0b7746baf05dd5c6c1 (patch) | |
tree | 98b6a0e921cac806582eaf7613963fc1171e09cd /dev-perl | |
parent | dev-perl/Crypt-OpenPGP: add 1.150.0 (diff) | |
download | gentoo-83d4c9107c537b2f76629b0b7746baf05dd5c6c1.tar.gz gentoo-83d4c9107c537b2f76629b0b7746baf05dd5c6c1.tar.bz2 gentoo-83d4c9107c537b2f76629b0b7746baf05dd5c6c1.zip |
dev-perl/Test2-Plugin-IOEvents: new package, add 0.1.1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Test2-Plugin-IOEvents/Manifest | 1 | ||||
-rw-r--r-- | dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Test2-Plugin-IOEvents/metadata.xml | 13 |
3 files changed, 29 insertions, 0 deletions
diff --git a/dev-perl/Test2-Plugin-IOEvents/Manifest b/dev-perl/Test2-Plugin-IOEvents/Manifest new file mode 100644 index 000000000000..edc5f0070bfa --- /dev/null +++ b/dev-perl/Test2-Plugin-IOEvents/Manifest @@ -0,0 +1 @@ +DIST Test2-Plugin-IOEvents-0.001001.tar.gz 11710 BLAKE2B b25c9b4ccba62d3d61aece7431b5d277aa8e9e4fc312774359e91819edc1c39c1945c8db4059d31cfdfc0eb0d257f9ce36477c1e422f3f44164f37e8f7afca1a SHA512 4f8c14635e763133c9397cc5a51b74b85959fee67bf98b637ad1c512320535527c4bedfb1718f807ed52eefe3331d1de86b83d69c4860301f15842100077c5ae diff --git a/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild b/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild new file mode 100644 index 000000000000..ebbb536e240c --- /dev/null +++ b/dev-perl/Test2-Plugin-IOEvents/Test2-Plugin-IOEvents-0.1.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=EXODIST +DIST_VERSION=0.001001 +inherit perl-module + +DESCRIPTION="Turn STDOUT and STDERR into Test2 events" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="virtual/perl-Test2-Suite" diff --git a/dev-perl/Test2-Plugin-IOEvents/metadata.xml b/dev-perl/Test2-Plugin-IOEvents/metadata.xml new file mode 100644 index 000000000000..7072100cf1d6 --- /dev/null +++ b/dev-perl/Test2-Plugin-IOEvents/metadata.xml @@ -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">Test2-Plugin-IOEvents</remote-id> + <remote-id type="cpan-module">Test2::Plugin::IOEvents</remote-id> + <remote-id type="cpan-module">Test2::Plugin::IOEvents::Tie</remote-id> + </upstream> +</pkgmetadata> |