diff options
author | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:11:48 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2020-08-26 10:48:08 +1200 |
commit | 9d71b40402cb041f04086bdf760bd8f8ff9379a9 (patch) | |
tree | c4986835d5cdb202db619e38c58cfddf95b6cbb6 | |
parent | dev-perl/Dist-Zilla-Plugin-ReadmeAnyFromPod: Remove, gone to ::gentoo (diff) | |
download | perl-overlay-9d71b40402cb041f04086bdf760bd8f8ff9379a9.tar.gz perl-overlay-9d71b40402cb041f04086bdf760bd8f8ff9379a9.tar.bz2 perl-overlay-9d71b40402cb041f04086bdf760bd8f8ff9379a9.zip |
dev-perl/Dist-Zilla-Plugin-ReadmeFromPod: remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
3 files changed, 0 insertions, 71 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" diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Manifest b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Manifest deleted file mode 100644 index 64cfcc953..000000000 --- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST Dist-Zilla-Plugin-ReadmeFromPod-0.21.tar.gz 11577 SHA256 3b255ec052ef896e525217d0025fab0767b53ef7a940f89d683e870f51331f8a SHA512 def996026bf50288f1959622e5326bee5f0eef3276f8b47c5206fd731fe8bfaa4a4bed8cbc61fcd5c0381c0d451e4535347370b9e91f3c8015b8c49fc43c783e WHIRLPOOL 57de1a02a9ac3c46a0f53da1916f33623d47703c271b3c48324d5a146541db66825c2e8664570870d699e3f38f15e70ef3457ab8b6713f9ece652c26dc3fce7d diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml deleted file mode 100644 index 2f1de8c72..000000000 --- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>perl@gentoo.org</email> - <name>Gentoo Perl Project</name> - </maintainer> - <maintainer type="person"> - <email>kentfredric@gmail.com</email> - <name>Kent Fredric</name> - </maintainer> - <upstream> - <remote-id type="cpan">Dist-Zilla-Plugin-ReadmeFromPod</remote-id> - <remote-id type="cpan-module">Dist::Zilla::Plugin::ReadmeFromPod</remote-id> - </upstream> -</pkgmetadata> |