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

commit:     15234d9f5c13cc4c95f3e1102f688823ba8671d8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  9 18:57:54 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May  5 10:34:44 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15234d9f

dev-perl/Test-ExpectAndCheck: new package, add 0.60.0

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

 dev-perl/Test-ExpectAndCheck/Manifest              |  1 +
 .../Test-ExpectAndCheck-0.60.0.ebuild              | 24 ++++++++++++++++++++++
 dev-perl/Test-ExpectAndCheck/metadata.xml          | 13 ++++++++++++
 3 files changed, 38 insertions(+)

diff --git a/dev-perl/Test-ExpectAndCheck/Manifest b/dev-perl/Test-ExpectAndCheck/Manifest
new file mode 100644
index 000000000000..bba38446ad83
--- /dev/null
+++ b/dev-perl/Test-ExpectAndCheck/Manifest
@@ -0,0 +1 @@
+DIST Test-ExpectAndCheck-0.06.tar.gz 20056 BLAKE2B 38df4db511076d6c874916e5659962faee815c5a7121e126c065df131b3d528c40b92fe8fca27a8b96ce5fc554629a83807936c10ce7fab54ea9ef60fa5375ae SHA512 ec03a04ef5c9f81ba0ec9f874b1ac7b80cb925a46c759a64fab748555fea4967ddaa7a3638c605da924b4e9fb35c5f9eec6df8a5e71e8ef282dde5115baecf2b

diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild
new file mode 100644
index 000000000000..01dc16978bde
--- /dev/null
+++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.06
+inherit perl-module
+
+DESCRIPTION="expect/check-style unit testing with object methods"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Future
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		dev-perl/Test2-Suite
+	)
+"

diff --git a/dev-perl/Test-ExpectAndCheck/metadata.xml b/dev-perl/Test-ExpectAndCheck/metadata.xml
new file mode 100644
index 000000000000..91410d346bd8
--- /dev/null
+++ b/dev-perl/Test-ExpectAndCheck/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">Test-ExpectAndCheck</remote-id>
+    <remote-id type="cpan-module">Test::ExpectAndCheck</remote-id>
+    <remote-id type="cpan-module">Test::ExpectAndCheck::Future</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Test-ExpectAndCheck/
@ 2024-05-06  9:22 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-05-06  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     595ac4ea616e88378d644434d7d1c7021046c3dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  6 09:20:45 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  6 09:20:45 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=595ac4ea

dev-perl/Test-ExpectAndCheck: add Test::Deep dep

Closes: https://bugs.gentoo.org/931284
Signed-off-by: Sam James <sam <AT> gentoo.org>

 ...ExpectAndCheck-0.60.0.ebuild => Test-ExpectAndCheck-0.60.0-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild
similarity index 95%
rename from dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild
rename to dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild
index 01dc16978bde..cea51e015c7c 100644
--- a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0.ebuild
+++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild
@@ -14,6 +14,7 @@ KEYWORDS="~amd64"
 
 RDEPEND="
 	dev-perl/Future
+	dev-perl/Test-Deep
 "
 BDEPEND="
 	${RDEPEND}


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

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

commit:     9999f83194c7197cd45d1cf70f1f4ac469a2c19e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun May 26 21:27:28 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun May 26 21:39:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9999f831

dev-perl/Test-ExpectAndCheck: Test2::Suite is now part of core perl

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

 ...ctAndCheck-0.60.0-r1.ebuild => Test-ExpectAndCheck-0.60.0-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r2.ebuild
similarity index 93%
rename from dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild
rename to dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r2.ebuild
index cea51e015c7c..66c82974f623 100644
--- a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r1.ebuild
+++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.60.0-r2.ebuild
@@ -20,6 +20,6 @@ BDEPEND="
 	${RDEPEND}
 	>=dev-perl/Module-Build-0.400.400
 	test? (
-		dev-perl/Test2-Suite
+		virtual/perl-Test2-Suite
 	)
 "


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

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

commit:     9cff3c652169077a2d415b57a320846dc5f60f83
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 17 03:35:52 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 03:35:52 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cff3c65

dev-perl/Test-ExpectAndCheck: add 0.70.0

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

 dev-perl/Test-ExpectAndCheck/Manifest              |  1 +
 .../Test-ExpectAndCheck-0.70.0.ebuild              | 25 ++++++++++++++++++++++
 2 files changed, 26 insertions(+)

diff --git a/dev-perl/Test-ExpectAndCheck/Manifest b/dev-perl/Test-ExpectAndCheck/Manifest
index bba38446ad83..786a2fac0754 100644
--- a/dev-perl/Test-ExpectAndCheck/Manifest
+++ b/dev-perl/Test-ExpectAndCheck/Manifest
@@ -1 +1,2 @@
 DIST Test-ExpectAndCheck-0.06.tar.gz 20056 BLAKE2B 38df4db511076d6c874916e5659962faee815c5a7121e126c065df131b3d528c40b92fe8fca27a8b96ce5fc554629a83807936c10ce7fab54ea9ef60fa5375ae SHA512 ec03a04ef5c9f81ba0ec9f874b1ac7b80cb925a46c759a64fab748555fea4967ddaa7a3638c605da924b4e9fb35c5f9eec6df8a5e71e8ef282dde5115baecf2b
+DIST Test-ExpectAndCheck-0.07.tar.gz 22826 BLAKE2B 8492dd2cd0de1deeba595668b76da3fcc84263a929d3aaea2e2c18d00789cf88ec2df710859d52d6067ac50b8a4d78e2514f332b81ba7ad873fc13fb6ae93321 SHA512 f76eec5e1934be0cf4e3ea3f79d88097d0f9c32dede657b5f8d71ecaaba94e1d1ffeceeef6b22c432315b5798e4f2c46a93354f368c32eccd96e881c063cb875

diff --git a/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild
new file mode 100644
index 000000000000..88a4cf719305
--- /dev/null
+++ b/dev-perl/Test-ExpectAndCheck/Test-ExpectAndCheck-0.70.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=PEVANS
+DIST_VERSION=0.07
+inherit perl-module
+
+DESCRIPTION="expect/check-style unit testing with object methods"
+
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+	dev-perl/Future
+	dev-perl/Test-Deep
+"
+BDEPEND="
+	${RDEPEND}
+	>=dev-perl/Module-Build-0.400.400
+	test? (
+		virtual/perl-Test2-Suite
+	)
+"


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

end of thread, other threads:[~2024-10-17  3:40 UTC | newest]

Thread overview: 4+ 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/Test-ExpectAndCheck/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-06  9:22 Sam James
2024-05-26 21:39 Andreas K. Hüttel
2024-10-17  3:40 Sam James

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