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/String-Diff/
Date: Sat, 23 Jun 2012 16:40:52
Message-Id: 1340466710.ec1ad294e908d9cf6a5ec03e9ead31b95f6acb15.kent@gentoo
1 commit: ec1ad294e908d9cf6a5ec03e9ead31b95f6acb15
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 15:51:50 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 15:51:50 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ec1ad294
7
8 [newversion] String-Diff-0.50.0 ( keymasked due to SRC_TEST=broken )
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/String-Diff/ChangeLog | 5 +++
14 dev-perl/String-Diff/String-Diff-0.50.0.ebuild | 40 ++++++++++++++++++++++++
15 2 files changed, 45 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
18 index e11670d..6c2b911 100644
19 --- a/dev-perl/String-Diff/ChangeLog
20 +++ b/dev-perl/String-Diff/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*String-Diff-0.50.0 (23 Jun 2012)
26 +
27 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com> +String-Diff-0.50.0.ebuild:
28 + Version Bump
29 +
30 *String-Diff-0.40.0 (23 Jun 2012)
31
32 23 Jun 2012; Kent Fredric <kentfredric@×××××.com> -String-Diff-0.04.ebuild,
33
34 diff --git a/dev-perl/String-Diff/String-Diff-0.50.0.ebuild b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
35 new file mode 100644
36 index 0000000..9aaca69
37 --- /dev/null
38 +++ b/dev-perl/String-Diff/String-Diff-0.50.0.ebuild
39 @@ -0,0 +1,40 @@
40 +# Copyright 1999-2012 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=YAPPO
45 +MODULE_VERSION=0.05
46 +inherit perl-module
47 +
48 +DESCRIPTION='Simple diff to String'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS=""
52 +IUSE=""
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
55 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
56 +}
57 +perl_meta_build() {
58 + # ExtUtils::MakeMaker 6.36 ( 6.360.0 )
59 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.36
60 + # Test::Base
61 + echo dev-perl/Test-Base
62 + # Test::More
63 + echo virtual/perl-Test-Simple
64 + # YAML
65 + echo dev-perl/yaml
66 +}
67 +perl_meta_runtime() {
68 + # Algorithm::Diff
69 + echo dev-perl/Algorithm-Diff
70 +}
71 +DEPEND="
72 + $(perl_meta_configure)
73 + $(perl_meta_build)
74 + $(perl_meta_runtime)
75 +"
76 +RDEPEND="
77 + $(perl_meta_runtime)
78 +"
79 +SRC_TEST="broken"