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/Test-EOL/
Date: Sat, 23 Jun 2012 16:40:57
Message-Id: 1340469423.742f0c4aa83ecf7c416fb520c5ab52320228750c.kent@gentoo
1 commit: 742f0c4aa83ecf7c416fb520c5ab52320228750c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 16:37:03 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 16:37:03 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=742f0c4a
7
8 [newversion] Test-EOL-1.300.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-EOL/ChangeLog | 5 +++
14 dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild | 50 +++++++++++++++++++++++++++++
15 2 files changed, 55 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
18 index 313aa6e..3e58767 100644
19 --- a/dev-perl/Test-EOL/ChangeLog
20 +++ b/dev-perl/Test-EOL/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-EOL-1.300.0 (23 Jun 2012)
26 +
27 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com> +Test-EOL-1.300.0.ebuild:
28 + Version Bump
29 +
30 *Test-EOL-1.100.0 (29 Feb 2012)
31
32 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> +Test-EOL-1.100.0.ebuild:
33
34 diff --git a/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild b/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild
35 new file mode 100644
36 index 0000000..f3545e3
37 --- /dev/null
38 +++ b/dev-perl/Test-EOL/Test-EOL-1.300.0.ebuild
39 @@ -0,0 +1,50 @@
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=BOBTFISH
45 +MODULE_VERSION=1.3
46 +inherit perl-module
47 +
48 +DESCRIPTION='Check the correct line endings in your project'
49 +LICENSE=" || ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +perl_meta_configure() {
54 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
55 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
56 +}
57 +perl_meta_runtime() {
58 + # File::Find
59 + echo dev-lang/perl
60 + # File::Spec
61 + echo virtual/perl-File-Spec
62 + # FindBin
63 + echo dev-lang/perl
64 + # Test::Builder
65 + echo virtual/perl-Test-Simple
66 + # strict
67 + echo dev-lang/perl
68 + # vars
69 + echo dev-lang/perl
70 + # warnings
71 + echo dev-lang/perl
72 +}
73 +perl_meta_test() {
74 + # Config
75 + #echo unresolved
76 + # File::Temp
77 + echo virtual/perl-File-Temp
78 + # Test::More
79 + echo virtual/perl-Test-Simple
80 +}
81 +DEPEND="
82 + $(perl_meta_configure)
83 + $(perl_meta_runtime)
84 + test? ( $(perl_meta_test) )
85 +"
86 +RDEPEND="
87 + $(perl_meta_runtime)
88 +"
89 +SRC_TEST="do"