Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Role-Tempdir/
Date: Thu, 23 Aug 2012 12:36:52
Message-Id: 1345708222.1de5cf9c43ce3328669159e1cfc45318b80abe43.kent@gentoo
1 commit: 1de5cf9c43ce3328669159e1cfc45318b80abe43
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 07:50:22 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 07:50:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=1de5cf9c
7
8 [fix] Dist-Zilla-Role-Tempdir -> Path::Class ( version normalization )
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Dist-Zilla-Role-Tempdir/ChangeLog | 5 +++++
14 .../Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild | 2 +-
15 .../Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild | 2 +-
16 3 files changed, 7 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-perl/Dist-Zilla-Role-Tempdir/ChangeLog b/dev-perl/Dist-Zilla-Role-Tempdir/ChangeLog
19 index 99e6a96..c0810a8 100644
20 --- a/dev-perl/Dist-Zilla-Role-Tempdir/ChangeLog
21 +++ b/dev-perl/Dist-Zilla-Role-Tempdir/ChangeLog
22 @@ -2,6 +2,11 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
27 + Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild,
28 + Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild:
29 + Fixdep on Path::Class ( version normalisation )
30 +
31 23 Jun 2012; Kent Fredric <kentfredric@×××××.com>
32 Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild,
33 Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild:
34
35 diff --git a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild
36 index e2cc833..c27620d 100644
37 --- a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild
38 +++ b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.200.ebuild
39 @@ -24,7 +24,7 @@ COMMON_DEPEND="
40 >=dev-perl/File-chdir-0.100.200
41 >=dev-perl/Moose-0.92 $(comment 0.920.0)
42 $(comment Moose::Role)
43 - >=dev-perl/Path-Class-0.17 $(comment 0.170.0)
44 + >=dev-perl/Path-Class-0.170.0
45 virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
46 >=dev-perl/namespace-autoclean-0.90.0
47 "
48
49 diff --git a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild
50 index 57eb149..53650b9 100644
51 --- a/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild
52 +++ b/dev-perl/Dist-Zilla-Role-Tempdir/Dist-Zilla-Role-Tempdir-0.10.537.210.ebuild
53 @@ -41,7 +41,7 @@ perl_meta_runtime() {
54 # Moose::Role
55 echo dev-perl/Moose
56 # Path::Class 0.17 ( 0.170.0 )
57 - echo \>=dev-perl/Path-Class-0.17
58 + echo \>=dev-perl/Path-Class-0.170.0
59 # Scalar::Util
60 echo virtual/perl-Scalar-List-Utils
61 # namespace::autoclean 0.09 ( 0.90.0 )