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/MooseX-YAML/
Date: Tue, 31 Mar 2015 12:58:59
Message-Id: 1427806550.a06b219c5807384d61415d9b42a438494b475b2e.kent@gentoo
1 commit: a06b219c5807384d61415d9b42a438494b475b2e
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Mar 31 12:24:40 2015 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Mar 31 12:55:50 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/perl-overlay.git/commit/?id=a06b219c
7
8 [fixup] MooseX-YAML: EAPI5, fixup deps, normalise version
9
10 Package-Manager: portage-2.2.17
11
12 ...-YAML-0.04.ebuild => MooseX-YAML-0.40.0.ebuild} | 23 +++++++++++-----------
13 1 file changed, 12 insertions(+), 11 deletions(-)
14
15 diff --git a/dev-perl/MooseX-YAML/MooseX-YAML-0.04.ebuild b/dev-perl/MooseX-YAML/MooseX-YAML-0.40.0.ebuild
16 similarity index 54%
17 rename from dev-perl/MooseX-YAML/MooseX-YAML-0.04.ebuild
18 rename to dev-perl/MooseX-YAML/MooseX-YAML-0.40.0.ebuild
19 index 52b7643..c6f4a61 100644
20 --- a/dev-perl/MooseX-YAML/MooseX-YAML-0.04.ebuild
21 +++ b/dev-perl/MooseX-YAML/MooseX-YAML-0.40.0.ebuild
22 @@ -1,10 +1,11 @@
23 -# Copyright 1999-2010 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Header: $
27
28 -EAPI=2
29 +EAPI=5
30
31 MODULE_AUTHOR=NUFFIN
32 +MODULE_VERSION=0.04
33 inherit perl-module
34
35 DESCRIPTION="DWIM loading of Moose objects from YAML "
36 @@ -13,17 +14,17 @@ SLOT="0"
37 KEYWORDS="~amd64 ~x86"
38 IUSE="test"
39
40 -COMMON_DEPEND="
41 - >=dev-perl/MooseX-Blessed-Reconstruct-0.03
42 - dev-perl/Sub-Exporter
43 +# YAML -> yaml
44 +RDEPEND="
45 + >=dev-perl/MooseX-Blessed-Reconstruct-0.30.0
46 + >=dev-perl/Sub-Exporter-0.982.0
47 dev-perl/namespace-clean
48 dev-perl/yaml
49 "
50 DEPEND="
51 - ${COMMON_DEPEND}
52 - test? ( dev-perl/Test-use-ok )
53 -"
54 -RDEPEND="
55 - ${COMMON_DEPEND}
56 + ${RDEPEND}
57 + virtual/perl-ExtUtils-MakeMaker
58 + test? (
59 + dev-perl/Test-use-ok
60 + )
61 "
62 -SRC_TEST="do"