From 5620e457eaacffb8586a1e09249aab6763a5ba44 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Sun, 9 Apr 2023 08:40:32 -0500 Subject: dev-perl/Path-Dispatcher: new package, add 1.08 Signed-off-by: Erik Mackdanz --- 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(+) create mode 100644 dev-perl/Path-Dispatcher/Manifest create mode 100644 dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild create mode 100644 dev-perl/Path-Dispatcher/metadata.xml 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 @@ + + + + + perl@gentoo.org + Gentoo Perl Project + + + Path-Dispatcher + Path-Dispatcher + Path-Dispatcher::Dispatch + Path-Dispatcher::Match + Path-Dispatcher::Path + Path-Dispatcher::Role::Rules + Path-Dispatcher::Rule + Path-Dispatcher::Rule::Alternation + Path-Dispatcher::Rule::Always + Path-Dispatcher::Rule::Chain + Path-Dispatcher::Rule::CodeRef + Path-Dispatcher::Rule::Dispatch + Path-Dispatcher::Rule::Empty + Path-Dispatcher::Rule::Enum + Path-Dispatcher::Rule::Eq + Path-Dispatcher::Rule::Intersection + Path-Dispatcher::Rule::Metadata + Path-Dispatcher::Rule::Regex + Path-Dispatcher::Rule::Sequence + Path-Dispatcher::Rule::Tokens + Path-Dispatcher::Rule::Under + + -- cgit v1.2.3-65-gdbad