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-GithubMeta/
Date: Tue, 25 Aug 2020 22:49:17
Message-Id: 1598395682.3d25dcea4d2652c8e1286027340bae13fee0ee4e.kentnl@gentoo
1 commit: 3d25dcea4d2652c8e1286027340bae13fee0ee4e
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 22:10:49 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:48:02 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d25dcea
7
8 dev-perl/Dist-Zilla-Plugin-GithubMeta: Remove, gone to ::gentoo
9
10 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
11
12 .../Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild | 52 ----------------------
13 dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml | 16 -------
14 2 files changed, 68 deletions(-)
15
16 diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild b/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild
17 deleted file mode 100644
18 index 0d7489733..000000000
19 --- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild
20 +++ /dev/null
21 @@ -1,52 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -MODULE_AUTHOR=BINGOS
27 -MODULE_VERSION=0.42
28 -inherit perl-module
29 -
30 -DESCRIPTION='Automatically include GitHub meta information in META.yml'
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 4.101582 ( 4.101.582 )
41 - echo \>=dev-perl/Dist-Zilla-4.101.582
42 - # Dist::Zilla::Role::MetaProvider 4.101582 ( 4.101.582 )
43 - echo \>=dev-perl/Dist-Zilla-4.101.582
44 - # IPC::Cmd
45 - echo virtual/perl-IPC-Cmd
46 - # Moose 1.07 ( 1.70.0 )
47 - echo \>=dev-perl/Moose-1.70.0
48 - # MooseX::Types::URI 0.03 ( 0.30.0 )
49 - echo \>=dev-perl/MooseX-Types-URI-0.30.0
50 - # perl 5.008005 ( 5.8.5 )
51 - echo \>=dev-lang/perl-5.8.5
52 - # version
53 - echo virtual/perl-version
54 -}
55 -perl_meta_test() {
56 - # File::Spec
57 - echo virtual/perl-File-Spec
58 - # IO::Handle
59 - echo virtual/perl-IO
60 - # IPC::Open3
61 - # echo dev-lang/perl
62 - # Test::More
63 - echo virtual/perl-Test-Simple
64 -}
65 -DEPEND="
66 - $(perl_meta_configure)
67 - $(perl_meta_runtime)
68 - test? ( $(perl_meta_test) )
69 -"
70 -RDEPEND="
71 - $(perl_meta_runtime)
72 -"
73 -SRC_TEST="do parallel"
74
75 diff --git a/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml b/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
76 deleted file mode 100644
77 index 1de492789..000000000
78 --- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
79 +++ /dev/null
80 @@ -1,16 +0,0 @@
81 -<?xml version="1.0" encoding="UTF-8"?>
82 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
83 -<pkgmetadata>
84 - <maintainer type="project">
85 - <email>perl@g.o</email>
86 - <name>Gentoo Perl Project</name>
87 - </maintainer>
88 - <maintainer type="person">
89 - <email>kentfredric@×××××.com</email>
90 - <name>Kent Fredric</name>
91 - </maintainer>
92 - <upstream>
93 - <remote-id type="cpan">Dist-Zilla-Plugin-GithubMeta</remote-id>
94 - <remote-id type="cpan-module">Dist::Zilla::Plugin::GithubMeta</remote-id>
95 - </upstream>
96 -</pkgmetadata>