summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild')
-rw-r--r--dev-perl/Path-Dispatcher/Path-Dispatcher-1.08.ebuild26
1 files changed, 0 insertions, 26 deletions
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
-"