commit: 9373d52824b3dc1f979a3ad09300f54e1622c997
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 6 09:27:15 2016 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Sat Aug 6 09:29:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9373d528
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"
dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild | 8 +++-----
dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild | 8 +++-----
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 31978e6..0b1ea65 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 2b0697d..c0218ba 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 9beed5e..7845e4d 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
)
"