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/File-ShareDir-PathClass/
Date: Fri, 02 Sep 2011 05:07:06
Message-Id: 85bd005cac220782e47631a20caca662e1ea9821.kent@gentoo
1 commit: 85bd005cac220782e47631a20caca662e1ea9821
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Sep 1 22:49:30 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Sep 1 22:50:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=85bd005c
7
8 [newversion] File-ShareDir-PathClass-1.112.440
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/File-ShareDir-PathClass/ChangeLog | 6 ++
14 .../File-ShareDir-PathClass-1.112.440.ebuild | 53 ++++++++++++++++++++
15 2 files changed, 59 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/File-ShareDir-PathClass/ChangeLog b/dev-perl/File-ShareDir-PathClass/ChangeLog
18 index ca80913..13ad03d 100644
19 --- a/dev-perl/File-ShareDir-PathClass/ChangeLog
20 +++ b/dev-perl/File-ShareDir-PathClass/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*File-ShareDir-PathClass-1.112.440 (01 Sep 2011)
26 +
27 + 01 Sep 2011; Kent Fredric <kentfredric@×××××.com>
28 + +File-ShareDir-PathClass-1.112.440.ebuild:
29 + Version Bump
30 +
31 *File-ShareDir-PathClass-1.101.620 (08 May 2011)
32
33 08 May 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/File-ShareDir-PathClass/File-ShareDir-PathClass-1.112.440.ebuild b/dev-perl/File-ShareDir-PathClass/File-ShareDir-PathClass-1.112.440.ebuild
36 new file mode 100644
37 index 0000000..6741ee1
38 --- /dev/null
39 +++ b/dev-perl/File-ShareDir-PathClass/File-ShareDir-PathClass-1.112.440.ebuild
40 @@ -0,0 +1,53 @@
41 +# Copyright 1999-2011 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=JQUELIN
46 +MODULE_VERSION=1.112440
47 +inherit perl-module
48 +
49 +DESCRIPTION="File::ShareDir returning Path::Class objects "
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { true;}
55 +COMMON_DEPEND="
56 + $(comment File::ShareDir)
57 + dev-perl/File-ShareDir
58 +
59 + $(comment Path::Class)
60 + dev-perl/Path-Class
61 +
62 + $(comment Sub::Exporter)
63 + dev-perl/Sub-Exporter
64 +
65 + $(comment perl 5.010)
66 + >=dev-lang/perl-5.10.0
67 +
68 + $(comment strict)
69 +
70 + $(comment warnings)
71 +"
72 +DEPEND="
73 + ${COMMON_DEPEND}
74 + $(comment configure)
75 + $(comment Module::Build 0.3601)
76 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
77 +
78 + $(comment build)
79 + $(comment File::Find)
80 +
81 + $(comment File::Temp)
82 + virtual/perl-File-Temp
83 +
84 + $(comment Module::Build 0.3601)
85 + >=virtual/perl-Module-Build-0.36.01 $(comment 0.360.100)
86 +
87 + $(comment Test::More 0.88)
88 + >=virtual/perl-Test-Simple-0.88 $(comment Test::More 0.880.0)
89 +"
90 +RDEPEND="
91 + ${COMMON_DEPEND}
92 +"
93 +SRC_TEST="do"