From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1DFC913832E for ; Sat, 6 Aug 2016 09:29:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95B01E0B3A; Sat, 6 Aug 2016 09:29:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C2F71E0B38 for ; Sat, 6 Aug 2016 09:29:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 06787340C37 for ; Sat, 6 Aug 2016 09:29:50 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6996B244E for ; Sat, 6 Aug 2016 09:29:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1470475748.9373d52824b3dc1f979a3ad09300f54e1622c997.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Variable-Magic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Variable-Magic/Variable-Magic-0.530.0-r1.ebuild dev-perl/Variable-Magic/Variable-Magic-0.570.0.ebuild dev-perl/Variable-Magic/Variable-Magic-0.580.0.ebuild X-VCS-Directories: dev-perl/Variable-Magic/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 9373d52824b3dc1f979a3ad09300f54e1622c997 X-VCS-Branch: master Date: Sat, 6 Aug 2016 09:29:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6a2877b1-7f89-4785-b576-d699d7707a0e X-Archives-Hash: 18ef064c65f61a5402b9d8606ee7f2ff commit: 9373d52824b3dc1f979a3ad09300f54e1622c997 Author: Kent Fredric gentoo org> AuthorDate: Sat Aug 6 09:27:15 2016 +0000 Commit: Kent Fredric gentoo 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 ) "