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/Module-CPANfile/
Date: Tue, 25 Aug 2020 22:49:21
Message-Id: 1598395714.db9c5dfc959a7af87cebb98792afaa9ec226d6ec.kentnl@gentoo
1 commit: db9c5dfc959a7af87cebb98792afaa9ec226d6ec
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 25 22:15:04 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 25 22:48:34 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=db9c5dfc
7
8 dev-perl/Module-CPANfile: Remove, gone to ::gentoo
9
10 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
11
12 .../Module-CPANfile/Module-CPANfile-1.100.0.ebuild | 29 ----------------------
13 dev-perl/Module-CPANfile/metadata.xml | 20 ---------------
14 2 files changed, 49 deletions(-)
15
16 diff --git a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild b/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
17 deleted file mode 100644
18 index 4b9fa4eb1..000000000
19 --- a/dev-perl/Module-CPANfile/Module-CPANfile-1.100.0.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=MIYAGAWA
28 -MODULE_VERSION=1.1000
29 -
30 -inherit perl-module
31 -
32 -DESCRIPTION="Parse cpanfile"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 ~x86"
36 -IUSE="test"
37 -
38 -PERL_RM_FILES=(
39 - t/release-pod-syntax.t
40 -)
41 -RDEPEND="
42 - >=virtual/perl-CPAN-Meta-2.120.910
43 - virtual/perl-parent
44 -"
45 -DEPEND="${RDEPEND}
46 - virtual/perl-ExtUtils-MakeMaker
47 - test? (
48 - >=virtual/perl-Test-Simple-0.880.0
49 - )
50 -"
51
52 diff --git a/dev-perl/Module-CPANfile/metadata.xml b/dev-perl/Module-CPANfile/metadata.xml
53 deleted file mode 100644
54 index ed207a0cf..000000000
55 --- a/dev-perl/Module-CPANfile/metadata.xml
56 +++ /dev/null
57 @@ -1,20 +0,0 @@
58 -<?xml version="1.0" encoding="UTF-8"?>
59 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
60 -<pkgmetadata>
61 - <maintainer type="project">
62 - <email>perl@g.o</email>
63 - <name>Gentoo Perl Project</name>
64 - </maintainer>
65 - <maintainer type="person">
66 - <email>kentfredric@×××××.com</email>
67 - <name>Kent Fredric</name>
68 - </maintainer>
69 - <upstream>
70 - <remote-id type="cpan">Module-CPANfile</remote-id>
71 - <remote-id type="cpan-module">Module::CPANfile</remote-id>
72 - <remote-id type="cpan-module">Module::CPANfile::Environment</remote-id>
73 - <remote-id type="cpan-module">Module::CPANfile::Prereq</remote-id>
74 - <remote-id type="cpan-module">Module::CPANfile::Prereqs</remote-id>
75 - <remote-id type="cpan-module">Module::CPANfile::Requirement</remote-id>
76 - </upstream>
77 -</pkgmetadata>