Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/
Date: Sat, 06 Aug 2016 09:29:59
Message-Id: 1470475748.9373d52824b3dc1f979a3ad09300f54e1622c997.kentnl@gentoo
1 commit: 9373d52824b3dc1f979a3ad09300f54e1622c997
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 6 09:27:15 2016 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 6 09:29:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9373d528
7
8 dev-perl/Variable-Magic: Remove redundant dep on dev-perl/Test-Pod{,-Coverage}
9
10 None of these ebuilds have tests that require it, so its just a useless dep.
11
12 Package-Manager: portage-2.3.0
13 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"
14
15 dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild | 8 +++-----
16 dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild | 8 +++-----
17 dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild | 2 --
18 3 files changed, 6 insertions(+), 12 deletions(-)
19
20 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
21 index 31978e6..0b1ea65 100644
22 --- a/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild
23 +++ b/dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2015 Gentoo Foundation
26 +# Copyright 1999-2016 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Id$
29
30 @@ -12,11 +12,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl"
31
32 SLOT="0"
33 KEYWORDS="amd64 ~arm ~hppa ppc x86 ~ppc-aix ~x64-macos"
34 -IUSE="test"
35 +IUSE=""
36
37 RDEPEND=""
38 -DEPEND="${RDEPEND}
39 - test? ( dev-perl/Test-Pod
40 - dev-perl/Test-Pod-Coverage )"
41 +DEPEND="${RDEPEND}"
42
43 SRC_TEST=do
44
45 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild
46 index 2b0697d..c0218ba 100644
47 --- a/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild
48 +++ b/dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild
49 @@ -1,4 +1,4 @@
50 -# Copyright 1999-2015 Gentoo Foundation
51 +# Copyright 1999-2016 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Id$
54
55 @@ -12,11 +12,9 @@ DESCRIPTION="Associate user-defined magic to variables from Perl"
56
57 SLOT="0"
58 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~x86 ~ppc-aix ~x64-macos"
59 -IUSE="test"
60 +IUSE=""
61
62 RDEPEND=""
63 -DEPEND="${RDEPEND}
64 - test? ( dev-perl/Test-Pod
65 - dev-perl/Test-Pod-Coverage )"
66 +DEPEND="${RDEPEND}"
67
68 SRC_TEST=do
69
70 diff --git a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild
71 index 9beed5e..7845e4d 100644
72 --- a/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild
73 +++ b/dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild
74 @@ -23,8 +23,6 @@ DEPEND="${RDEPEND}
75 virtual/perl-ExtUtils-MakeMaker
76 test? (
77 virtual/perl-Test-Simple
78 - dev-perl/Test-Pod
79 - dev-perl/Test-Pod-Coverage
80 )
81 "