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: Sun, 08 May 2011 14:32:06
Message-Id: faa7e4df2d03e53863feb3c6d8cc982bf6131028.kent@gentoo
1 commit: faa7e4df2d03e53863feb3c6d8cc982bf6131028
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun May 8 14:30:11 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:30:11 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=faa7e4df
7
8 [newversion] Test-File-ShareDir-0.3.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Test-File-ShareDir/ChangeLog | 6 +++
14 .../Test-File-ShareDir-0.3.0.ebuild | 38 ++++++++++++++++++++
15 2 files changed, 44 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
18 index 192b854..02aa13f 100644
19 --- a/dev-perl/Test-File-ShareDir/ChangeLog
20 +++ b/dev-perl/Test-File-ShareDir/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-File-ShareDir-0.3.0 (08 May 2011)
26 +
27 + 08 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Test-File-ShareDir-0.3.0.ebuild:
29 + Bump
30 +
31 24 Apr 2011; Kent Fredric <kentfredric@×××××.com>
32 -Test-File-ShareDir-0.1.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
36 new file mode 100644
37 index 0000000..6b03961
38 --- /dev/null
39 +++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.3.0.ebuild
40 @@ -0,0 +1,38 @@
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=KENTNL
46 +inherit perl-module
47 +
48 +DESCRIPTION="Create a Fake ShareDir for your modules for testing."
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +
54 +comment() { echo ''; }
55 +
56 +COMMON_DEPEND="
57 + $(comment requires)
58 + $(comment Carp core)
59 + dev-perl/File-Copy-Recursive
60 + >=dev-perl/File-ShareDir-1.0.0
61 + virtual/perl-File-Temp $(comment File::Temp)
62 + dev-perl/Path-Class $(comment Path::Class::Dir)
63 +"
64 +DEPEND="
65 + ${COMMON_DEPEND}
66 + $(comment build_requires)
67 + virtual/perl-File-Spec $(comment Cwd)
68 + $(comment English core)
69 + $(comment File-Find core)
70 + $(comment FindBin core)
71 + >=virtual/perl-Module-Build-0.36.01 $(comment Module::Build 0.360.100)
72 + dev-perl/Test-Fatal
73 + >=virtual/perl-Test-Simple-0.96 $(comment Test::More 0.960.0)
74 +"
75 +RDEPEND="
76 + ${COMMON_DEPEND}
77 +"
78 +SRC_TEST="do"