diff options
author | Kent Fredric <kentnl@gentoo.org> | 2016-08-06 21:27:15 +1200 |
---|---|---|
committer | Kent Fredric <kentnl@gentoo.org> | 2016-08-06 21:29:08 +1200 |
commit | 9373d52824b3dc1f979a3ad09300f54e1622c997 (patch) | |
tree | 76a1844dfa7f4b097db4a5f2b76660d5ddd599a8 /dev-perl/Variable-Magic | |
parent | dev-perl/AppConfig: Remove POD Author Tests. (diff) | |
download | gentoo-9373d52824b3dc1f979a3ad09300f54e1622c997.tar.gz gentoo-9373d52824b3dc1f979a3ad09300f54e1622c997.tar.bz2 gentoo-9373d52824b3dc1f979a3ad09300f54e1622c997.zip |
dev-perl/Variable-Magic: Remove redundant dep on dev-perl/Test-Pod{,-Coverage}
None of these ebuilds have tests that require it, so its just a useless dep.
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/Variable-Magic')
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild | 8 | ||||
-rw-r--r-- | dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild | 2 |
3 files changed, 6 insertions, 12 deletions
diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild index 31978e69bcf8..0b1ea65437a4 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.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$ @@ -12,11 +12,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" KEYWORDS="amd64 ~arm ~hppa ppc x86 ~ppc-aix ~x64-macos" -IUSE="test" +IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="${RDEPEND}" SRC_TEST=do diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild index 2b0697d393e3..c0218bad5d0b 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.570.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$ @@ -12,11 +12,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl" SLOT="0" KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos" -IUSE="test" +IUSE="" RDEPEND="" -DEPEND="${RDEPEND} - test? ( dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage )" +DEPEND="${RDEPEND}" SRC_TEST=do diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild index 9beed5ec2857..7845e4d189f1 100644 --- a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild +++ b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild @@ -23,8 +23,6 @@ DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-Test-Simple - dev-perl/Test-Pod - dev-perl/Test-Pod-Coverage ) " |