Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Test-Simple/
Date: Sun, 05 Oct 2014 09:41:46
Message-Id: 1412500708.786152429d18ff850c0dcada83814e95a3039016.kent@gentoo
1 commit: 786152429d18ff850c0dcada83814e95a3039016
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Oct 5 09:18:04 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Oct 5 09:18:28 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=78615242
7
8 [fixup] perl-core/Test-Simple Fix typos on DEPEND*
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 .../{Test-Simple-1.1.2.ebuild => Test-Simple-1.1.2-r1.ebuild} | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/perl-core/Test-Simple/Test-Simple-1.1.2.ebuild b/perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild
17 similarity index 95%
18 rename from perl-core/Test-Simple/Test-Simple-1.1.2.ebuild
19 rename to perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild
20 index 952216f..22bae04 100644
21 --- a/perl-core/Test-Simple/Test-Simple-1.1.2.ebuild
22 +++ b/perl-core/Test-Simple/Test-Simple-1.1.2-r1.ebuild
23 @@ -14,11 +14,11 @@ SLOT="0"
24 KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 -RDEPENDS="
28 +RDEPEND="
29 >=virtual/perl-Test-Harness-2.30.0
30 >=virtual/perl-Scalar-List-Utils-1.130.0
31 "
32 -DEPENDS="$RDEPENDS"
33 +DEPEND="$RDEPENDS"
34 PERL_RM_FILES=(
35 t/pod-coverage.t
36 t/pod.t