Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/
Date: Tue, 25 Aug 2020 22:49:18
Message-Id: 1598395688.9d71b40402cb041f04086bdf760bd8f8ff9379a9.kentnl@gentoo
1 commit: 9d71b40402cb041f04086bdf760bd8f8ff9379a9
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 22:11:48 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:48:08 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=9d71b404
7
8 dev-perl/Dist-Zilla-Plugin-ReadmeFromPod: remove, gone to ::gentoo
9
10 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
11
12 .../Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild | 54 ----------------------
13 .../Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml | 16 -------
14 2 files changed, 70 deletions(-)
15
16 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
17 deleted file mode 100644
18 index 2433a21c4..000000000
19 --- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/Dist-Zilla-Plugin-ReadmeFromPod-0.210.0.ebuild
20 +++ /dev/null
21 @@ -1,54 +0,0 @@
22 -# Copyright 1999-2014 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -MODULE_AUTHOR=FAYLAND
27 -MODULE_VERSION=0.21
28 -inherit perl-module
29 -
30 -DESCRIPTION='Automatically convert POD to a README for Dist::Zilla'
31 -LICENSE=" || ( Artistic GPL-2 )"
32 -SLOT="0"
33 -KEYWORDS="~amd64 ~x86"
34 -IUSE="test"
35 -perl_meta_configure() {
36 - # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
37 - echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
38 -}
39 -perl_meta_runtime() {
40 - # Dist::Zilla::File::InMemory
41 - echo dev-perl/Dist-Zilla
42 - # Dist::Zilla::Role::InstallTool 5 ( 5.0.0 )
43 - echo \>=dev-perl/Dist-Zilla-5.0.0
44 - # Moose
45 - echo dev-perl/Moose
46 - # Moose::Autobox
47 - echo dev-perl/Moose-Autobox
48 - # Pod::Simple 3.23 ( 3.230.0 )
49 - echo \>=virtual/perl-Pod-Simple-3.230.0
50 - # Pod::Text
51 - echo virtual/perl-podlators
52 -}
53 -perl_meta_test() {
54 - # File::Spec
55 - echo virtual/perl-File-Spec
56 - # IO::Handle
57 - echo virtual/perl-IO
58 - # IPC::Open3
59 - # echo dev-lang/perl
60 - # Test::More
61 - echo virtual/perl-Test-Simple
62 - # strict
63 - # echo dev-lang/perl
64 - # warnings
65 - #echo dev-lang/perl
66 -}
67 -DEPEND="
68 - $(perl_meta_configure)
69 - $(perl_meta_runtime)
70 - test? ( $(perl_meta_test) )
71 -"
72 -RDEPEND="
73 - $(perl_meta_runtime)
74 -"
75 -SRC_TEST="do parallel"
76
77 diff --git a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml b/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml
78 deleted file mode 100644
79 index 2f1de8c72..000000000
80 --- a/dev-perl/Dist-Zilla-Plugin-ReadmeFromPod/metadata.xml
81 +++ /dev/null
82 @@ -1,16 +0,0 @@
83 -<?xml version="1.0" encoding="UTF-8"?>
84 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
85 -<pkgmetadata>
86 - <maintainer type="project">
87 - <email>perl@g.o</email>
88 - <name>Gentoo Perl Project</name>
89 - </maintainer>
90 - <maintainer type="person">
91 - <email>kentfredric@×××××.com</email>
92 - <name>Kent Fredric</name>
93 - </maintainer>
94 - <upstream>
95 - <remote-id type="cpan">Dist-Zilla-Plugin-ReadmeFromPod</remote-id>
96 - <remote-id type="cpan-module">Dist::Zilla::Plugin::ReadmeFromPod</remote-id>
97 - </upstream>
98 -</pkgmetadata>