commit: 2777bb6f38dca47c48437f4fc80bd4769365baaf Author: Kent Fredric <kentfredric <AT> gmail <DOT> com> AuthorDate: Sun Jun 14 16:59:27 2015 +0000 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com> CommitDate: Sun Jun 14 16:59:27 2015 +0000 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=2777bb6f
[trim] perl-core/Test-Simple: presently redundant perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild | 30 ----------------------- perl-core/Test-Simple/metadata.xml | 16 ------------ 2 files changed, 46 deletions(-) diff --git a/perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild b/perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild deleted file mode 100644 index 22bae04..0000000 --- a/perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Test-Simple/Test-Simple-0.980.5-r1.ebuild,v 1.1 2014/07/26 12:08:06 dilfridge Exp $ - -EAPI=5 - -MODULE_AUTHOR=RJBS -MODULE_VERSION=1.001002 -inherit perl-module - -DESCRIPTION="Basic utilities for writing tests" - -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - >=virtual/perl-Test-Harness-2.30.0 - >=virtual/perl-Scalar-List-Utils-1.130.0 -" -DEPEND="$RDEPENDS" -PERL_RM_FILES=( - t/pod-coverage.t - t/pod.t - t/dependents.t - t/xt/dependents.t - t/is_deeply_with_threads.t -) -SRC_TEST="do parallel" -mydoc="rfc*.txt" diff --git a/perl-core/Test-Simple/metadata.xml b/perl-core/Test-Simple/metadata.xml deleted file mode 100644 index 05212b0..0000000 --- a/perl-core/Test-Simple/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> - <herd>perl</herd> - <upstream> - <remote-id type="cpan">Test-Simple</remote-id> - <remote-id type="cpan-module">Test::Builder</remote-id> - <remote-id type="cpan-module">Test::Builder::IO::Scalar</remote-id> - <remote-id type="cpan-module">Test::Builder::Module</remote-id> - <remote-id type="cpan-module">Test::Builder::Tester</remote-id> - <remote-id type="cpan-module">Test::Builder::Tester::Color</remote-id> - <remote-id type="cpan-module">Test::Builder::Tester::Tie</remote-id> - <remote-id type="cpan-module">Test::More</remote-id> - <remote-id type="cpan-module">Test::Simple</remote-id> - </upstream> -</pkgmetadata>
