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-File-ShareDir/
Date: Wed, 29 Feb 2012 12:08:26
Message-Id: 1330500899.02a13080d7483094f71ef977d0968fff31f14438.kent@gentoo
1 commit: 02a13080d7483094f71ef977d0968fff31f14438
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 07:34:59 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 07:34:59 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=02a13080
7
8 [newversion] Test-File-ShareDir-0.3.1
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-File-ShareDir/ChangeLog | 8 ++-
14 .../Test-File-ShareDir-0.3.1.ebuild | 59 ++++++++++++++++++++
15 2 files changed, 66 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
18 index 02aa13f..a5e3baf 100644
19 --- a/dev-perl/Test-File-ShareDir/ChangeLog
20 +++ b/dev-perl/Test-File-ShareDir/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Test-File-ShareDir
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Test-File-ShareDir-0.3.1 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +Test-File-ShareDir-0.3.1.ebuild:
31 + Version Bump
32 +
33 *Test-File-ShareDir-0.3.0 (08 May 2011)
34
35 08 May 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
38 new file mode 100644
39 index 0000000..4b65609
40 --- /dev/null
41 +++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.1.ebuild
42 @@ -0,0 +1,59 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=KENTNL
48 +MODULE_VERSION=0.3.1
49 +inherit perl-module
50 +
51 +DESCRIPTION='Create a Fake ShareDir for your modules for testing.'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE="test"
56 +perl_meta_configure() {
57 + # Module::Build 0.3601 ( 0.360.100 )
58 + echo \>=virtual/perl-Module-Build-0.36.01
59 +}
60 +perl_meta_build() {
61 + # Module::Build 0.3601 ( 0.360.100 )
62 + echo \>=virtual/perl-Module-Build-0.36.01
63 +}
64 +perl_meta_runtime() {
65 + # Carp
66 + # echo virtual/perl-Carp
67 + # File::Copy::Recursive
68 + echo dev-perl/File-Copy-Recursive
69 + # File::ShareDir 1.00 ( 1.0.0 )
70 + echo \>=dev-perl/File-ShareDir-1.0.0
71 + # File::Temp
72 + echo virtual/perl-File-Temp
73 + # Path::Class::Dir
74 + echo dev-perl/Path-Class
75 + # strict
76 + echo dev-lang/perl
77 + # warnings
78 + echo dev-lang/perl
79 +}
80 +perl_meta_test() {
81 + # Cwd
82 + echo virtual/perl-File-Spec
83 + # File::Find
84 + echo dev-lang/perl
85 + # FindBin
86 + echo dev-lang/perl
87 + # Test::Fatal
88 + echo dev-perl/Test-Fatal
89 + # Test::More 0.96 ( 0.960.0 )
90 + echo \>=virtual/perl-Test-Simple-0.96
91 +}
92 +DEPEND="
93 + $(perl_meta_configure)
94 + $(perl_meta_build)
95 + $(perl_meta_runtime)
96 + test? ( $(perl_meta_test) )
97 +"
98 +RDEPEND="
99 + $(perl_meta_runtime)
100 +"
101 +SRC_TEST="do"