summaryrefslogtreecommitdiff
path: root/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild')
-rw-r--r--dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild b/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
deleted file mode 100644
index 2bbc31519e64..000000000000
--- a/dev-perl/Pod-Elemental/Pod-Elemental-0.103.4.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DIST_AUTHOR=RJBS
-DIST_VERSION=0.103004
-inherit perl-module
-
-DESCRIPTION="Work with nestable Pod elements"
-
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
- dev-perl/Class-Load
- virtual/perl-Encode
- virtual/perl-Scalar-List-Utils
- dev-perl/Mixin-Linewise
- dev-perl/Moose
- dev-perl/MooseX-Types
- >=dev-perl/Pod-Eventual-0.4.0
- dev-perl/String-RewritePrefix
- dev-perl/String-Truncate
- dev-perl/Sub-Exporter
- dev-perl/Sub-Exporter-ForMethods
- dev-perl/namespace-autoclean
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
- test? (
- virtual/perl-Data-Dumper
- virtual/perl-File-Spec
- dev-perl/Test-Deep
- dev-perl/Test-Differences
- >=virtual/perl-Test-Simple-0.960.0
- )
-"