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

commit:     1da46585fdb240772f864786aeac58c3d203ea2a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 18:18:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 10:26:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1da46585

dev-perl/Future: new package, add 0.500.0

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

 dev-perl/Future/Future-0.500.0.ebuild | 20 ++++++++++++++++++++
 dev-perl/Future/Manifest              |  1 +
 dev-perl/Future/metadata.xml          | 17 +++++++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Future/Future-0.500.0.ebuild b/dev-perl/Future/Future-0.500.0.ebuild
new file mode 100644
index 000000000000..f6f2b01d3f89
--- /dev/null
+++ b/dev-perl/Future/Future-0.500.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.50
+inherit perl-module
+
+DESCRIPTION="Represent an operation awaiting completion"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		>=dev-perl/Test2-Suite-0.0.148
+	)
+"

diff --git a/dev-perl/Future/Manifest b/dev-perl/Future/Manifest
new file mode 100644
index 000000000000..a79c2c436b38
--- /dev/null
+++ b/dev-perl/Future/Manifest
@@ -0,0 +1 @@
+DIST Future-0.50.tar.gz 101758 BLAKE2B 3713597f935540bd39bb9d644285cac3b573bf59d47268562335dc996a674b0b63c59256f44f798bc09bfd54ed546fd19b17d3e1b20ab8e389212ea20c7ea560 SHA512 d8c0011d0dcee9bb0317a394da34925d6a5e214ff8706158268d546f5b0e6d8fad7a8edafda2eada15bcca20d2da9ae722018c6dd0ff9a69bae1c0759776f616

diff --git a/dev-perl/Future/metadata.xml b/dev-perl/Future/metadata.xml
new file mode 100644
index 000000000000..9efb1ddc8fef
--- /dev/null
+++ b/dev-perl/Future/metadata.xml
@@ -0,0 +1,17 @@
+<?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">Future</remote-id>
+    <remote-id type="cpan-module">Future</remote-id>
+    <remote-id type="cpan-module">Future::Exception</remote-id>
+    <remote-id type="cpan-module">Future::Mutex</remote-id>
+    <remote-id type="cpan-module">Future::Utils</remote-id>
+    <remote-id type="cpan-module">Test::Future</remote-id>
+    <remote-id type="cpan-module">Test::Future::Deferred</remote-id>
+  </upstream>
+</pkgmetadata>


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

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

commit:     52f0eff69d4dddadd2b60bc879a915f3954da36c
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 21:13:01 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:38:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f0eff6

dev-perl/Future: Test2::Suite is now in core perl

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

 dev-perl/Future/{Future-0.500.0.ebuild => Future-0.500.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Future/Future-0.500.0.ebuild b/dev-perl/Future/Future-0.500.0-r1.ebuild
similarity index 89%
rename from dev-perl/Future/Future-0.500.0.ebuild
rename to dev-perl/Future/Future-0.500.0-r1.ebuild
index f6f2b01d3f89..d3661d0f23a3 100644
--- a/dev-perl/Future/Future-0.500.0.ebuild
+++ b/dev-perl/Future/Future-0.500.0-r1.ebuild
@@ -15,6 +15,6 @@ KEYWORDS="~amd64"
 BDEPEND="
 	>=dev-perl/Module-Build-0.400.400
 	test? (
-		>=dev-perl/Test2-Suite-0.0.148
+		>=virtual/perl-Test2-Suite-0.0.148
 	)
 "


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Future/
@ 2024-10-24 10:23 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-10-24 10:23 UTC (permalink / raw
  To: gentoo-commits

commit:     79f49e27dbc9cde08f448ab6ec5531fa44a42f4d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 24 10:08:21 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 24 10:22:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f49e27

dev-perl/Future: add 0.510.0

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

 dev-perl/Future/Future-0.510.0.ebuild | 20 ++++++++++++++++++++
 dev-perl/Future/Manifest              |  1 +
 2 files changed, 21 insertions(+)

diff --git a/dev-perl/Future/Future-0.510.0.ebuild b/dev-perl/Future/Future-0.510.0.ebuild
new file mode 100644
index 000000000000..0d7488fd3220
--- /dev/null
+++ b/dev-perl/Future/Future-0.510.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.51
+inherit perl-module
+
+DESCRIPTION="Represent an operation awaiting completion"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		>=virtual/perl-Test2-Suite-0.0.148
+	)
+"

diff --git a/dev-perl/Future/Manifest b/dev-perl/Future/Manifest
index a79c2c436b38..31a2b4971d52 100644
--- a/dev-perl/Future/Manifest
+++ b/dev-perl/Future/Manifest
@@ -1 +1,2 @@
 DIST Future-0.50.tar.gz 101758 BLAKE2B 3713597f935540bd39bb9d644285cac3b573bf59d47268562335dc996a674b0b63c59256f44f798bc09bfd54ed546fd19b17d3e1b20ab8e389212ea20c7ea560 SHA512 d8c0011d0dcee9bb0317a394da34925d6a5e214ff8706158268d546f5b0e6d8fad7a8edafda2eada15bcca20d2da9ae722018c6dd0ff9a69bae1c0759776f616
+DIST Future-0.51.tar.gz 105641 BLAKE2B 47ca6d5c1887a6fe5f9089ae7cfa14566a016db73cfa65987674a2b44d47be84bb05207d5a6176a595210a9c469fff2db2e7090b51efaf265ab3ac212ce88246 SHA512 d87f565b78c09309d6931b967e7872762b5efe96d7759d8db655d85e4738962de53dc1993ee735176256de23ce0b6e38308dc84180c5659fb173aa5f9a7e7be3


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

end of thread, other threads:[~2024-10-24 10:23 UTC | newest]

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

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