diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-05 12:52:51 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-05 12:52:51 +1200 |
commit | 9569771cb370c372b036442785519aa5942f7ff9 (patch) | |
tree | ec67ef1644ac379ea47cae02b8d52f64f587b899 /dev-perl/Email-Simple | |
parent | dev-perl/Email-Date-Format: Remove POD Author Tests (diff) | |
download | gentoo-9569771cb370c372b036442785519aa5942f7ff9.tar.gz gentoo-9569771cb370c372b036442785519aa5942f7ff9.tar.bz2 gentoo-9569771cb370c372b036442785519aa5942f7ff9.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"
Diffstat (limited to 'dev-perl/Email-Simple')
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.206.0.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Email-Simple/Email-Simple-2.208.0.ebuild | 2 |
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 ) |