* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Dispatcher/
@ 2023-04-09 13:45 Erik Mackdanz
0 siblings, 0 replies; 3+ messages in thread
From: Erik Mackdanz @ 2023-04-09 13:45 UTC (permalink / raw
To: gentoo-commits
commit: 5620e457eaacffb8586a1e09249aab6763a5ba44
Author: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 9 13:40:32 2023 +0000
Commit: Erik Mackdanz <stasibear <AT> gentoo <DOT> org>
CommitDate: Sun Apr 9 13:40:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5620e457
dev-perl/Path-Dispatcher: new package, add 1.08
Signed-off-by: Erik Mackdanz <stasibear <AT> gentoo.org>
dev-perl/Path-Dispatcher/Manifest | 1 +
.../Path-Dispatcher/Path-Dispatcher-1.08.ebuild | 26 ++++++++++++++++++
dev-perl/Path-Dispatcher/metadata.xml | 31 ++++++++++++++++++++++
3 files changed, 58 insertions(+)
diff --git a/dev-perl/Path-Dispatcher/Manifest b/dev-perl/Path-Dispatcher/Manifest
new file mode 100644
index 000000000000..b505a5fab35a
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/Manifest
@@ -0,0 +1 @@
+DIST Path-Dispatcher-1.08.tar.gz 50388 BLAKE2B cea31a6e2f846f60dd28682e50c50cc7cc5dc1ee957329073a952d1ed17d28deb967de50a438d2c53432949010a8e2f39b953d0f836339e19a310afc097e4330 SHA512 3cda047a70dafc0ce54dad949b567d872b9c911c670a66d5f022cf21706ced2b6ff40b615458c2b7b06693141f9504beceb93c7c6b532eba53f32290b93b27c2
diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
new file mode 100644
index 000000000000..814ac1ab7c78
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DIST_AUTHOR=ETHER
+DIST_VERSION=1.08
+inherit perl-module
+
+DESCRIPTION="Flexible and extensible dispatch"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+ virtual/perl-Carp
+ dev-perl/Moo
+ dev-perl/MooX-TypeTiny
+ virtual/perl-Scalar-List-Utils
+ dev-perl/Try-Tiny
+ dev-perl/Type-Tiny
+"
+BDEPEND="${RDEPEND}
+ dev-perl/Module-Build-Tiny
+ virtual/perl-ExtUtils-MakeMaker
+"
diff --git a/dev-perl/Path-Dispatcher/metadata.xml b/dev-perl/Path-Dispatcher/metadata.xml
new file mode 100644
index 000000000000..b575f67909f3
--- /dev/null
+++ b/dev-perl/Path-Dispatcher/metadata.xml
@@ -0,0 +1,31 @@
+<?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">Path-Dispatcher</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Dispatch</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Match</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Path</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Role::Rules</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Alternation</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Always</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Chain</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::CodeRef</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Dispatch</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Empty</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Enum</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Eq</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Intersection</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Metadata</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Regex</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Sequence</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Tokens</remote-id>
+ <remote-id type="cpan-module">Path-Dispatcher::Rule::Under</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Dispatcher/
@ 2023-06-10 21:44 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-06-10 21:44 UTC (permalink / raw
To: gentoo-commits
commit: 9bedf3607e94531e43f936daf1714588a0462297
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 10 21:42:34 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 10 21:42:34 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bedf360
dev-perl/Path-Dispatcher: fix MismatchedPerlVersion
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../{Path-Dispatcher-1.08.ebuild => Path-Dispatcher-1.80.0.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
similarity index 100%
rename from dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild
rename to dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Dispatcher/
@ 2024-05-01 8:44 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-05-01 8:44 UTC (permalink / raw
To: gentoo-commits
commit: f857a9a869423291cce8403b2007f041140cd1ff
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed May 1 08:28:56 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 1 08:37:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f857a9a8
dev-perl/Path-Dispatcher: add dev-perl/Test-Fatal test dep
Closes: https://bugs.gentoo.org/924134
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
index 814ac1ab7c78..38513753448d 100644
--- a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
+++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -20,7 +20,11 @@ RDEPEND="
dev-perl/Try-Tiny
dev-perl/Type-Tiny
"
-BDEPEND="${RDEPEND}
+BDEPEND="
+ ${RDEPEND}
dev-perl/Module-Build-Tiny
virtual/perl-ExtUtils-MakeMaker
+ test? (
+ dev-perl/Test-Fatal
+ )
"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-05-01 8:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-01 8:44 [gentoo-commits] repo/gentoo:master commit in: dev-perl/Path-Dispatcher/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-06-10 21:44 Sam James
2023-04-09 13:45 Erik Mackdanz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox