summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild')
-rw-r--r--dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild54
1 files changed, 0 insertions, 54 deletions
diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild
deleted file mode 100644
index 2433a21c4..000000000
--- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=FAYLAND
-MODULE_VERSION=0.21
-inherit perl-module
-
-DESCRIPTION='Automatically convert POD to a README for Dist::Zilla'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
- # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
- echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
-}
-perl_meta_runtime() {
- # Dist::Zilla::File::InMemory
- echo dev-perl/Dist-Zilla
- # Dist::Zilla::Role::InstallTool 5 ( 5.0.0 )
- echo \>=dev-perl/Dist-Zilla-5.0.0
- # Moose
- echo dev-perl/Moose
- # Moose::Autobox
- echo dev-perl/Moose-Autobox
- # Pod::Simple 3.23 ( 3.230.0 )
- echo \>=virtual/perl-Pod-Simple-3.230.0
- # Pod::Text
- echo virtual/perl-podlators
-}
-perl_meta_test() {
- # File::Spec
- echo virtual/perl-File-Spec
- # IO::Handle
- echo virtual/perl-IO
- # IPC::Open3
- # echo dev-lang/perl
- # Test::More
- echo virtual/perl-Test-Simple
- # strict
- # echo dev-lang/perl
- # warnings
- #echo dev-lang/perl
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_runtime)
- test? ( $(perl_meta_test) )
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do parallel"