commit:     76f5a3bb75488142d798c542517985f44bab7b93
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 25 22:10:20 2020 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Tue Aug 25 22:47:58 2020 +0000
URL:        https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=76f5a3bb

dev-perl/Dist-Zilla-Plugin-CheckExtraTests: remove, gone to ::gentoo

Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>

 ...Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild | 78 ---------------------
 ...Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild | 81 ----------------------
 .../Dist-Zilla-Plugin-CheckExtraTests/metadata.xml | 18 -----
 3 files changed, 177 deletions(-)

diff --git 
a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
deleted file mode 100644
index e497fcea7..000000000
--- 
a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.11.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.011
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-LICENSE=" Apache-2.0"
-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() {
-       # App::Prove 3.00 ( 3.0.0 )
-       echo \>=virtual/perl-Test-Harness-3.0
-       # Dist::Zilla 4.3 ( 4.300.0 )
-       echo \>=dev-perl/Dist-Zilla-4.300.0
-       # Dist::Zilla::App
-       echo dev-perl/Dist-Zilla
-       # Dist::Zilla::Role::BeforeRelease
-       echo dev-perl/Dist-Zilla
-       # Dist::Zilla::Role::TestRunner
-       echo dev-perl/Dist-Zilla
-       # File::Temp
-       echo virtual/perl-File-Temp
-       # File::pushd
-       echo dev-perl/File-pushd
-       # Moose 0.99 ( 0.990.0 )
-       echo \>=dev-perl/Moose-0.990.0
-       # Moose::Autobox
-       echo dev-perl/Moose-Autobox
-       # Path::Iterator::Rule
-       echo dev-perl/Path-Iterator-Rule
-       # Path::Tiny
-       echo dev-perl/Path-Tiny
-       # namespace::autoclean 0.09 ( 0.90.0 )
-       echo \>=dev-perl/namespace-autoclean-0.90.0
-       # perl 5.006 ( 5.6.0 )
-       echo \>=dev-lang/perl-5.6.0
-       # strict
-       echo dev-lang/perl
-       # warnings
-       echo dev-lang/perl
-}
-perl_meta_test() {
-       # Capture::Tiny
-       echo dev-perl/Capture-Tiny
-       # Dist::Zilla::App::Tester
-       echo dev-perl/Dist-Zilla
-       # Dist::Zilla::Tester
-       echo dev-perl/Dist-Zilla
-       # File::Find
-       echo dev-lang/perl
-       # Params::Util
-       echo dev-perl/Params-Util
-       # Sub::Exporter
-       echo dev-perl/Sub-Exporter
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.88
-       # Test::Requires
-       echo dev-perl/Test-Requires
-       # Try::Tiny
-       echo dev-perl/Try-Tiny
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_runtime)
-       test? ( $(perl_meta_test) )
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"
-SRC_TEST="do"

diff --git 
a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
deleted file mode 100644
index 1249ad0c1..000000000
--- 
a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/Dist-Zilla-Plugin-CheckExtraTests-0.29.0.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-MODULE_AUTHOR=DAGOLDEN
-MODULE_VERSION=0.029
-inherit perl-module
-
-DESCRIPTION='check xt tests before release'
-LICENSE=" Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-perl_meta_configure() {
-       # ExtUtils::MakeMaker 6.17 ( 6.170.0 )
-       echo \>=virtual/perl-ExtUtils-MakeMaker-6.170.0
-       # perl 5.006 ( 5.6.0 )
-       echo \>=dev-lang/perl-5.6.0
-}
-perl_meta_runtime() {
-       # App::Prove 3.00 ( 3.0.0 )
-       echo \>=virtual/perl-Test-Harness-3.0.0
-       # Archive::Tar
-       echo virtual/perl-Archive-Tar
-       # Dist::Zilla 4.3 ( 4.300.0 )
-       echo \>=dev-perl/Dist-Zilla-4.300.0
-       # Dist::Zilla::App
-       echo dev-perl/Dist-Zilla
-       # Dist::Zilla::Role::BeforeRelease
-       echo dev-perl/Dist-Zilla
-       # Dist::Zilla::Role::TestRunner
-       echo dev-perl/Dist-Zilla
-       # File::pushd
-       echo dev-perl/File-pushd
-       # Moose 2 ( 2.0.0 )
-       echo \>=dev-perl/Moose-2.0.0
-       # Path::Iterator::Rule
-       echo dev-perl/Path-Iterator-Rule
-       # Path::Tiny 0.013 ( 0.13.0 )
-       echo \>=dev-perl/Path-Tiny-0.13.0
-       # namespace::autoclean 0.09 ( 0.90.0 )
-       echo \>=dev-perl/namespace-autoclean-0.90.0
-       # perl 5.006 ( 5.6.0 )
-       echo \>=dev-lang/perl-5.6.0
-       # strict
-       echo dev-lang/perl
-       # warnings
-       echo dev-lang/perl
-}
-perl_meta_test() {
-       # Capture::Tiny
-       echo dev-perl/Capture-Tiny
-       # Dist::Zilla::App::Tester
-       echo dev-perl/Dist-Zilla
-       # ExtUtils::MakeMaker
-       echo virtual/perl-ExtUtils-MakeMaker
-       # File::Spec
-       echo virtual/perl-File-Spec
-       # Params::Util
-       echo dev-perl/Params-Util
-       # Sub::Exporter
-       echo dev-perl/Sub-Exporter
-       # Test::More 0.88 ( 0.880.0 )
-       echo \>=virtual/perl-Test-Simple-0.880.0
-       # Test::Requires
-       echo dev-perl/Test-Requires
-       # Try::Tiny
-       echo dev-perl/Try-Tiny
-       # lib
-       # echo virtual/perl-lib
-       # perl 5.006 ( 5.6.0 )
-       echo \>=dev-lang/perl-5.6.0
-}
-DEPEND="
-       $(perl_meta_configure)
-       $(perl_meta_runtime)
-       test? ( $(perl_meta_test) )
-"
-RDEPEND="
-       $(perl_meta_runtime)
-"

diff --git a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml 
b/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
deleted file mode 100644
index efd22a6c7..000000000
--- a/dev-perl/Dist-Zilla-Plugin-CheckExtraTests/metadata.xml
+++ /dev/null
@@ -1,18 +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-CheckExtraTests</remote-id>
-               <remote-id 
type="cpan-module">Dist::Zilla::App::Command::xtest</remote-id>
-               <remote-id 
type="cpan-module">Dist::Zilla::Plugin::CheckExtraTests</remote-id>
-               <remote-id 
type="cpan-module">Dist::Zilla::Plugin::RunExtraTests</remote-id>
-       </upstream>
-</pkgmetadata>

Reply via email to