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: acb7ec111d44abf58527ad670f2c4787dc780d34.kent@gentoo
1 commit: acb7ec111d44abf58527ad670f2c4787dc780d34
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 21 13:16:34 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:24:16 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=acb7ec11
7
8 [import:kentnl/Test-File-ShareDir] [new] dev-perl/Test-File-ShareDir
9
10 (Portage version: 2.2.0_alpha24/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Test-File-ShareDir/ChangeLog | 10 +++++
14 .../Test-File-ShareDir-0.1.0.ebuild | 37 ++++++++++++++++++++
15 dev-perl/Test-File-ShareDir/metadata.xml | 9 +++++
16 3 files changed, 56 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
19 new file mode 100644
20 index 0000000..52e017c
21 --- /dev/null
22 +++ b/dev-perl/Test-File-ShareDir/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Test-File-ShareDir
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Test-File-ShareDir-0.1.0 (21 Feb 2011)
29 +
30 + 21 Feb 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Test-File-ShareDir-0.1.0.ebuild, +metadata.xml:
32 + added
33 +
34
35 diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.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.0.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"
78
79 diff --git a/dev-perl/Test-File-ShareDir/metadata.xml b/dev-perl/Test-File-ShareDir/metadata.xml
80 new file mode 100644
81 index 0000000..ccc7e0f
82 --- /dev/null
83 +++ b/dev-perl/Test-File-ShareDir/metadata.xml
84 @@ -0,0 +1,9 @@
85 +<?xml version="1.0" encoding="UTF-8"?>
86 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
87 +<pkgmetadata>
88 + <herd>perl</herd>
89 + <maintainer>
90 + <email>kentfredric@×××××.com</email>
91 + <name>Kent Fredric</name>
92 + </maintainer>
93 +</pkgmetadata>