commit: c1e05e88a730311a05c2566f8bd5d616c701b064
Author: Andreas K. Huettel (dilfridge) <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 9 21:20:19 2014 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec 9 21:20:19 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=c1e05e88
[cleanup] dev-perl/Test-Spec moved to main tree
---
dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild | 52 ---------------------------
dev-perl/Test-Spec/Test-Spec-0.460.0.ebuild | 54 -----------------------------
dev-perl/Test-Spec/metadata.xml | 16 ---------
3 files changed, 122 deletions(-)
diff --git a/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild
b/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild
deleted file mode 100644
index b9fafb0..0000000
--- a/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-MODULE_AUTHOR=PHILIP
-MODULE_VERSION=0.39
-inherit perl-module
-
-DESCRIPTION="Write tests in a declarative specification style"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-comment() { true;}
-RDEPEND="
- $(comment Carp)
-
- $(comment Exporter)
-
- $(comment List::Util)
- virtual/perl-Scalar-List-Utils
-
- $(comment Package::Stash 0.23)
- >=dev-perl/Package-Stash-0.230.0
-
- $(comment Scalar::Util)
- virtual/perl-Scalar-List-Utils
-
- $(comment TAP::Parser)
- virtual/perl-Test-Harness $(comment TAP::Parser)
-
- $(comment Test::Deep 0.103)
- >=dev-perl/Test-Deep-0.103.0
-
- $(comment Test::More)
- virtual/perl-Test-Simple
-
- $(comment Test::Trap)
- dev-perl/Test-Trap
-
- $(comment Tie::IxHash)
- dev-perl/Tie-IxHash
-
- $(comment constant)
-"
-DEPEND="${RDEPEND}
- virtual/perl-ExtUtils-MakeMaker
-"
-
-SRC_TEST=do
diff --git a/dev-perl/Test-Spec/Test-Spec-0.460.0.ebuild
b/dev-perl/Test-Spec/Test-Spec-0.460.0.ebuild
deleted file mode 100644
index 9aef2f4..0000000
--- a/dev-perl/Test-Spec/Test-Spec-0.460.0.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-EAPI=5
-MODULE_AUTHOR=PHILIP
-MODULE_VERSION=0.46
-inherit perl-module
-
-DESCRIPTION='Write tests in a declarative specification style'
-LICENSE=" || ( Artistic GPL-2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-perl_meta_configure() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_build() {
- # ExtUtils::MakeMaker
- echo virtual/perl-ExtUtils-MakeMaker
-}
-perl_meta_runtime() {
- # Carp
- echo dev-lang/perl
- # Exporter
- echo virtual/perl-Exporter
- # List::Util
- echo virtual/perl-Scalar-List-Utils
- # Package::Stash 0.23 ( 0.230.0 )
- echo \>=dev-perl/Package-Stash-0.230.0
- # Scalar::Util
- echo virtual/perl-Scalar-List-Utils
- # TAP::Parser
- echo virtual/perl-Test-Harness
- # Test::Deep 0.103 ( 0.103.0 )
- echo \>=dev-perl/Test-Deep-0.103.0
- # Test::More
- echo virtual/perl-Test-Simple
- # Test::Trap
- echo dev-perl/Test-Trap
- # Tie::IxHash
- echo dev-perl/Tie-IxHash
- # constant
- # echo virtual/perl-constant
-}
-DEPEND="
- $(perl_meta_configure)
- $(perl_meta_build)
- $(perl_meta_runtime)
-"
-RDEPEND="
- $(perl_meta_runtime)
-"
-SRC_TEST="do"
diff --git a/dev-perl/Test-Spec/metadata.xml b/dev-perl/Test-Spec/metadata.xml
deleted file mode 100644
index 0e912d9..0000000
--- a/dev-perl/Test-Spec/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-Spec</remote-id>
- <remote-id type="cpan-module">Test::Spec</remote-id>
- <remote-id type="cpan-module">Test::Spec::Context</remote-id>
- <remote-id
type="cpan-module">Test::Spec::ExportProxy</remote-id>
- <remote-id type="cpan-module">Test::Spec::Mocks</remote-id>
- <remote-id
type="cpan-module">Test::Spec::Mocks::Expectation</remote-id>
- <remote-id
type="cpan-module">Test::Spec::Mocks::MockObject</remote-id>
- <remote-id
type="cpan-module">Test::Spec::Mocks::Stub</remote-id>
- <remote-id
type="cpan-module">Test::Spec::SharedHash</remote-id>
- </upstream>
-</pkgmetadata>