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: Sun, 08 Apr 2012 10:51:50
Message-Id: 1333822047.edbe3f688adf69b07440feede002b91ff4eff7b3.kent@gentoo
1 commit: edbe3f688adf69b07440feede002b91ff4eff7b3
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 7 18:07:27 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 7 18:07:27 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=edbe3f68
7
8 [clean] YAML-LibYAML <=0.380.0 to match ::gentoo
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/YAML-LibYAML/ChangeLog | 4 +++
14 dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild | 23 ---------------------
15 dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild | 20 ------------------
16 3 files changed, 4 insertions(+), 43 deletions(-)
17
18 diff --git a/dev-perl/YAML-LibYAML/ChangeLog b/dev-perl/YAML-LibYAML/ChangeLog
19 index 4abae2a..bee7dba 100644
20 --- a/dev-perl/YAML-LibYAML/ChangeLog
21 +++ b/dev-perl/YAML-LibYAML/ChangeLog
22 @@ -2,6 +2,10 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 + 07 Apr 2012; Kent Fredric <kentfredric@×××××.com>
27 + -YAML-LibYAML-0.320.0.ebuild, -YAML-LibYAML-0.350.0.ebuild:
28 + Updating to correspond with ::gentoo
29 +
30 *YAML-LibYAML-0.380.0 (29 Feb 2012)
31
32 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
33
34 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
35 deleted file mode 100644
36 index c42e29f..0000000
37 --- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.320.0.ebuild
38 +++ /dev/null
39 @@ -1,23 +0,0 @@
40 -# Copyright 1999-2011 Gentoo Foundation
41 -# Distributed under the terms of the GNU General Public License v2
42 -# $Header: $
43 -EAPI=2
44 -MODULE_AUTHOR=NUFFIN
45 -MODULE_VERSION="0.32"
46 -inherit perl-module
47 -
48 -DESCRIPTION="YAML::LibYAML"
49 -LICENSE="|| ( Artistic GPL-2 )"
50 -SLOT="0"
51 -KEYWORDS="~amd64 ~x86"
52 -IUSE=""
53 -COMMON_DEPEND="
54 - >=dev-lang/perl-5.8.3
55 -"
56 -DEPEND="
57 - ${COMMON_DEPEND}
58 -"
59 -RDEPEND="
60 - ${COMMON_DEPEND}
61 -"
62 -SRC_TEST="do"
63
64 diff --git a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild b/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
65 deleted file mode 100644
66 index c9c39a8..0000000
67 --- a/dev-perl/YAML-LibYAML/YAML-LibYAML-0.350.0.ebuild
68 +++ /dev/null
69 @@ -1,20 +0,0 @@
70 -# Copyright 1999-2011 Gentoo Foundation
71 -# Distributed under the terms of the GNU General Public License v2
72 -# $Header: $
73 -
74 -EAPI=4
75 -
76 -MODULE_AUTHOR=INGY
77 -MODULE_VERSION="0.35"
78 -inherit perl-module
79 -
80 -DESCRIPTION="YAML::LibYAML"
81 -
82 -SLOT="0"
83 -KEYWORDS="~amd64 ~x86"
84 -IUSE=""
85 -
86 -RDEPEND=""
87 -DEPEND=""
88 -
89 -SRC_TEST="do"