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:31:56
Message-Id: 276c013e56df1e4c7ffaa612bd305dcf5c8b73c6.kent@gentoo
1 commit: 276c013e56df1e4c7ffaa612bd305dcf5c8b73c6
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 12 16:25:51 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:24:42 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=276c013e
7
8 [import:kentnl/Test-File-ShareDir][newversion] Test-File-ShareDir-0.1.1
9
10 (Portage version: 2.2.0_alpha26/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.1.1.ebuild | 37 ++++++++++++++++++++
15 2 files changed, 43 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
18 index 52e017c..161c6f6 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.1.1 (12 Mar 2011)
26 +
27 + 12 Mar 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Test-File-ShareDir-0.1.1.ebuild:
29 + Bump
30 +
31 *Test-File-ShareDir-0.1.0 (21 Feb 2011)
32
33 21 Feb 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
36 new file mode 100644
37 index 0000000..8ecc135
38 --- /dev/null
39 +++ b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.1.ebuild
40 @@ -0,0 +1,37 @@
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
61 + virtual/perl-File-Temp $(comment File::Temp)
62 + dev-perl/Path-Class
63 +"
64 +DEPEND="
65 + ${COMMON_DEPEND}
66 + $(comment build_requires)
67 + $(comment English core)
68 + $(comment File-Find core)
69 + $(comment FindBin core)
70 + >=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
71 + dev-perl/Test-Fatal
72 + >=virtual/perl-Test-Simple-0.96 $(comment Test::More)
73 +"
74 +RDEPEND="
75 + ${COMMON_DEPEND}
76 +"
77 +SRC_TEST="do"