From 9bedf3607e94531e43f936daf1714588a0462297 Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 10 Jun 2023 22:42:34 +0100 Subject: dev-perl/Path-Dispatcher: fix MismatchedPerlVersion Signed-off-by: Sam James --- .../Path-Dispatcher/Path-Dispatcher-1.08.ebuild | 26 ---------------------- .../Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild | 26 ++++++++++++++++++++++ 2 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild create mode 100644 dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild (limited to 'dev-perl') diff --git a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild deleted file mode 100644 index 814ac1ab7c78..000000000000 --- a/dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# 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/Path-Dispatcher-1.80.0.ebuild b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.ebuild new file mode 100644 index 000000000000..814ac1ab7c78 --- /dev/null +++ b/dev-perl/Path-Dispatcher/Path-Dispatcher-1.80.0.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 +" -- cgit v1.2.3-65-gdbad