summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2016-08-05 12:52:51 +1200
committerKent Fredric <kentnl@gentoo.org>2016-08-05 12:52:51 +1200
commit9569771cb370c372b036442785519aa5942f7ff9 (patch)
treeec67ef1644ac379ea47cae02b8d52f64f587b899
parentdev-perl/Email-Date-Format: Remove POD Author Tests (diff)
downloadgentoo-9569771c.tar.gz
gentoo-9569771c.tar.bz2
gentoo-9569771c.zip
dev-perl/Email-Simple: Rm excess test deps on dev-perl/Test-Pod{,-Coverage}
The tests that used these are nuked from t/ already by upstream, so the dependency no longer makes sense. Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="alpha amd64 amd64-fbsd arm arm64 hppa ia64 m68k mips nios2 ppc ppc64 riscv s390 sh sparc sparc-fbsd x86 x86-fbsd"
-rw-r--r--dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild4
-rw-r--r--dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild2
2 files changed, 1 insertions, 5 deletions
diff --git a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
index 6dbbb387a0d4..40be7894f015 100644
--- a/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
+++ b/dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -21,8 +21,6 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-File-Spec
dev-perl/Capture-Tiny
diff --git a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
index 305b273f2e8b..5b907d729a76 100644
--- a/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
+++ b/dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild
@@ -21,8 +21,6 @@ RDEPEND="
DEPEND="${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
- dev-perl/Test-Pod
- dev-perl/Test-Pod-Coverage
>=virtual/perl-Test-Simple-0.960.0
virtual/perl-File-Spec
)