public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Async/
@ 2024-05-05 10:56 Sam James
  0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2024-05-05 10:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ad5ba839cad9e34052d7d9b1befb3180cb6abdaf
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May  5 10:55:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 10:56:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad5ba839

dev-perl/IO-Async: new package, add 0.803.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-perl/IO-Async/IO-Async-0.803.0.ebuild | 26 ++++++++++++++++++++++++++
 dev-perl/IO-Async/Manifest                |  1 +
 dev-perl/IO-Async/metadata.xml            | 11 +++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/IO-Async/IO-Async-0.803.0.ebuild b/dev-perl/IO-Async/IO-Async-0.803.0.ebuild
new file mode 100644
index 000000000000..7af4b8c7fd83
--- /dev/null
+++ b/dev-perl/IO-Async/IO-Async-0.803.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.803
+inherit perl-module
+
+DESCRIPTION="Asynchronous event-driven programming"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Future
+	dev-perl/Struct-Dumb
+"
+BDEPEND="
+	dev-perl/Module-Build
+	test? (
+		dev-perl/Test2-Suite
+		dev-perl/Test-Future-IO-Impl
+		dev-perl/Test-Metrics-Any
+	)
+"

diff --git a/dev-perl/IO-Async/Manifest b/dev-perl/IO-Async/Manifest
new file mode 100644
index 000000000000..c350b9aa9833
--- /dev/null
+++ b/dev-perl/IO-Async/Manifest
@@ -0,0 +1 @@
+DIST IO-Async-0.803.tar.gz 253714 BLAKE2B 600ff5b43862454960deca22d0f770b6cc031a32a41bf568908c13c872fee5522c126e15995f9c58c870fc3b89031166880fed3dc8a404127d2d27b1a66e082e SHA512 62499b1f0046d5917f9764d00cf1caa97af88d8abd46d4ba6d8c845ede490e93a38492b0c2974d0fbd4cb55234c9781be18a9c56338c28ea351a3a6e02d97f0e

diff --git a/dev-perl/IO-Async/metadata.xml b/dev-perl/IO-Async/metadata.xml
new file mode 100644
index 000000000000..17019e1ee755
--- /dev/null
+++ b/dev-perl/IO-Async/metadata.xml
@@ -0,0 +1,11 @@
+<?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">IO-Async</remote-id>
+  </upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Async/
@ 2024-05-26 21:39 Andreas K. Hüttel
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas K. Hüttel @ 2024-05-26 21:39 UTC (permalink / raw
  To: gentoo-commits

commit:     abcfa5d9cdfa10f9715b5155c9fdb8db9fcf8dda
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 21:15:49 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:38:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abcfa5d9

dev-perl/IO-Async: Test2::Suite is now in core perl

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 .../IO-Async/{IO-Async-0.803.0.ebuild => IO-Async-0.803.0-r1.ebuild}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/IO-Async/IO-Async-0.803.0.ebuild b/dev-perl/IO-Async/IO-Async-0.803.0-r1.ebuild
similarity index 93%
rename from dev-perl/IO-Async/IO-Async-0.803.0.ebuild
rename to dev-perl/IO-Async/IO-Async-0.803.0-r1.ebuild
index 7af4b8c7fd83..c6e6c3a7dcf7 100644
--- a/dev-perl/IO-Async/IO-Async-0.803.0.ebuild
+++ b/dev-perl/IO-Async/IO-Async-0.803.0-r1.ebuild
@@ -19,7 +19,7 @@ RDEPEND="
 BDEPEND="
 	dev-perl/Module-Build
 	test? (
-		dev-perl/Test2-Suite
+		virtual/perl-Test2-Suite
 		dev-perl/Test-Future-IO-Impl
 		dev-perl/Test-Metrics-Any
 	)


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-26 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 10:56 [gentoo-commits] repo/gentoo:master commit in: dev-perl/IO-Async/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-26 21:39 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox