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-InDistDir/
Date: Fri, 02 Sep 2011 05:07:26
Message-Id: 6a29299d8e72d41e101b8093756234567af7c8b8.kent@gentoo
1 commit: 6a29299d8e72d41e101b8093756234567af7c8b8
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 02:58:57 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 02:58:57 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=6a29299d
7
8 [added] Test-InDistDir-1.112.71
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Test-InDistDir/ChangeLog | 10 +++++
14 .../Test-InDistDir/Test-InDistDir-1.112.71.ebuild | 37 ++++++++++++++++++++
15 dev-perl/Test-InDistDir/metadata.xml | 9 +++++
16 3 files changed, 56 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Test-InDistDir/ChangeLog b/dev-perl/Test-InDistDir/ChangeLog
19 new file mode 100644
20 index 0000000..e5cafd9
21 --- /dev/null
22 +++ b/dev-perl/Test-InDistDir/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Test-InDistDir
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Test-InDistDir-1.112.71 (02 Sep 2011)
29 +
30 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Test-InDistDir-1.112.71.ebuild, +metadata.xml:
32 + Added for Parse::CPAN::Packages
33 +
34
35 diff --git a/dev-perl/Test-InDistDir/Test-InDistDir-1.112.71.ebuild b/dev-perl/Test-InDistDir/Test-InDistDir-1.112.71.ebuild
36 new file mode 100644
37 index 0000000..b5a5643
38 --- /dev/null
39 +++ b/dev-perl/Test-InDistDir/Test-InDistDir-1.112.71.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=MITHALDU
46 +MODULE_VERSION=1.112071
47 +inherit perl-module
48 +
49 +DESCRIPTION="test environment setup for development with IDE"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { true;}
55 +COMMON_DEPEND="
56 + $(comment File::Spec)
57 + virtual/perl-File-Spec
58 +"
59 +DEPEND="
60 + $(comment build)
61 + $(comment File::Find)
62 +
63 + $(comment File::Temp)
64 + virtual/perl-File-Temp
65 +
66 + $(comment Test::More)
67 + virtual/perl-Test-Simple
68 +
69 + $(comment configure)
70 + $(comment ExtUtils::MakeMaker 6.56)
71 + >=virtual/perl-ExtUtils-MakeMaker-6.56
72 + ${COMMON_DEPEND}
73 +"
74 +RDEPEND="
75 + ${COMMON_DEPEND}
76 +"
77 +SRC_TEST="do"
78
79 diff --git a/dev-perl/Test-InDistDir/metadata.xml b/dev-perl/Test-InDistDir/metadata.xml
80 new file mode 100644
81 index 0000000..ccc7e0f
82 --- /dev/null
83 +++ b/dev-perl/Test-InDistDir/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>