Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/g-cpan/
Date: Fri, 29 Apr 2016 19:36:28
Message-Id: 1461958559.e29530135a0e3332102a8711afc373b3c748d53e.dilfridge@gentoo
1 commit: e29530135a0e3332102a8711afc373b3c748d53e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 26 13:02:42 2016 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:35:59 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2953013
7
8 app-portage/g-cpan: Fix dependency on dev-perl/YAML
9
10 Package-Manager: portage-2.2.28
11 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"
12
13 app-portage/g-cpan/g-cpan-0.16.5.ebuild | 4 ++--
14 app-portage/g-cpan/g-cpan-0.16.6.ebuild | 4 ++--
15 app-portage/g-cpan/g-cpan-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/app-portage/g-cpan/g-cpan-0.16.5.ebuild b/app-portage/g-cpan/g-cpan-0.16.5.ebuild
19 index c7bda0f..c0e84bd 100644
20 --- a/app-portage/g-cpan/g-cpan-0.16.5.ebuild
21 +++ b/app-portage/g-cpan/g-cpan-0.16.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -17,7 +17,7 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86"
29 IUSE=""
30
31 DEPEND="dev-lang/perl
32 - >=dev-perl/yaml-0.60
33 + >=dev-perl/YAML-0.60
34 dev-perl/Shell-EnvImporter
35 dev-perl/Log-Agent"
36 RDEPEND="${DEPEND}"
37
38 diff --git a/app-portage/g-cpan/g-cpan-0.16.6.ebuild b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
39 index c3dae23..6052f4a 100644
40 --- a/app-portage/g-cpan/g-cpan-0.16.6.ebuild
41 +++ b/app-portage/g-cpan/g-cpan-0.16.6.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2015 Gentoo Foundation
44 +# Copyright 1999-2016 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Id$
47
48 @@ -22,7 +22,7 @@ SLOT="0"
49 IUSE=""
50
51 DEPEND="dev-lang/perl
52 - >=dev-perl/yaml-0.60
53 + >=dev-perl/YAML-0.60
54 >=dev-perl/Shell-EnvImporter-1.70.0-r2
55 dev-perl/Log-Agent"
56 RDEPEND="${DEPEND}"
57
58 diff --git a/app-portage/g-cpan/g-cpan-9999.ebuild b/app-portage/g-cpan/g-cpan-9999.ebuild
59 index 204397e..ab817e5 100644
60 --- a/app-portage/g-cpan/g-cpan-9999.ebuild
61 +++ b/app-portage/g-cpan/g-cpan-9999.ebuild
62 @@ -1,4 +1,4 @@
63 -# Copyright 1999-2015 Gentoo Foundation
64 +# Copyright 1999-2016 Gentoo Foundation
65 # Distributed under the terms of the GNU General Public License v2
66 # $Id$
67
68 @@ -22,7 +22,7 @@ SLOT="0"
69 IUSE=""
70
71 DEPEND="
72 - >=dev-perl/yaml-0.60
73 + >=dev-perl/YAML-0.60
74 >=dev-perl/Shell-EnvImporter-1.70.0-r2
75 dev-perl/Log-Agent
76 "