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/YAML-LibYAML/
Date: Wed, 29 Feb 2012 12:08:32
Message-Id: 1330514772.89f5a4f0a721ec701c7283ac15b2812bbc7ef238.kent@gentoo
1 commit: 89f5a4f0a721ec701c7283ac15b2812bbc7ef238
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 11:26:12 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 11:26:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=89f5a4f0
7
8 [newversion] YAML-LibYAML-0.380.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/YAML-LibYAML/ChangeLog | 6 +++
14 dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild | 36 +++++++++++++++++++++
15 2 files changed, 42 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
18 index f57e681..4abae2a 100644
19 --- a/dev-perl/YAML-LibYAML/ChangeLog
20 +++ b/dev-perl/YAML-LibYAML/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*YAML-LibYAML-0.380.0 (29 Feb 2012)
26 +
27 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
28 + +YAML-LibYAML-0.380.0.ebuild:
29 + Version Bump
30 +
31 08 Feb 2012; Kent Fredric <kentfredric@×××××.com>
32 -YAML-LibYAML-0.330.0.ebuild, -YAML-LibYAML-0.340.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild
36 new file mode 100644
37 index 0000000..7c343c5
38 --- /dev/null
39 +++ b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.380.0.ebuild
40 @@ -0,0 +1,36 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=INGY
46 +MODULE_VERSION=0.38
47 +inherit perl-module
48 +
49 +DESCRIPTION='YAML::LibYAML'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker 6.42 ( 6.420.0 )
60 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.42
61 +}
62 +perl_meta_runtime() {
63 + # Filter::Util::Call
64 + echo virtual/perl-Filter
65 + # perl v5.8.1 ( 5.8.1 )
66 + echo \>=dev-lang/perl-5.8.1
67 +}
68 +DEPEND="
69 + $(perl_meta_configure)
70 + $(perl_meta_build)
71 + $(perl_meta_runtime)
72 +"
73 +RDEPEND="
74 + $(perl_meta_runtime)
75 +"
76 +SRC_TEST="do"