commit: 3d25dcea4d2652c8e1286027340bae13fee0ee4e
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:10:49 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:48:02 2020 +0000
URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=3d25dcea
dev-perl/Dist-Zilla-Plugin-GithubMeta: Remove, gone to ::gentoo
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
.../Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild | 52 ----------------------
dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml | 16 -------
2 files changed, 68 deletions(-)
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
deleted file mode 100644
index 0d7489733..000000000
---
a/dev-perl/Dist-Zilla-Plugin-GithubMeta/Dist-Zilla-Plugin-GithubMeta-0.420.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=BINGOS
-MODULE_VERSION=0.42
-inherit perl-module
-
-DESCRIPTION='Automatically include GitHub meta information in META.yml'
-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 4.101582 ( 4.101.582 )
- echo \>=dev-perl/Dist-Zilla-4.101.582
- # Dist::Zilla::Role::MetaProvider 4.101582 ( 4.101.582 )
- echo \>=dev-perl/Dist-Zilla-4.101.582
- # IPC::Cmd
- echo virtual/perl-IPC-Cmd
- # Moose 1.07 ( 1.70.0 )
- echo \>=dev-perl/Moose-1.70.0
- # MooseX::Types::URI 0.03 ( 0.30.0 )
- echo \>=dev-perl/MooseX-Types-URI-0.30.0
- # perl 5.008005 ( 5.8.5 )
- echo \>=dev-lang/perl-5.8.5
- # version
- echo virtual/perl-version
-}
-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
-}
-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-GithubMeta/metadata.xml
b/dev-perl/Dist-Zilla-Plugin-GithubMeta/metadata.xml
deleted file mode 100644
index 1de492789..000000000
--- a/dev-perl/Dist-Zilla-Plugin-GithubMeta/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>[email protected]</email>
- <name>Gentoo Perl Project</name>
- </maintainer>
- <maintainer type="person">
- <email>[email protected]</email>
- <name>Kent Fredric</name>
- </maintainer>
- <upstream>
- <remote-id type="cpan">Dist-Zilla-Plugin-GithubMeta</remote-id>
- <remote-id
type="cpan-module">Dist::Zilla::Plugin::GithubMeta</remote-id>
- </upstream>
-</pkgmetadata>