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/Devel-PatchPerl/
Date: Thu, 05 May 2011 06:50:26
Message-Id: f705ac04941dd89e69ffeca95429f621c51e3092.kent@gentoo
1 commit: f705ac04941dd89e69ffeca95429f621c51e3092
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 06:17:28 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 06:17:28 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f705ac04
7
8 [added] Devel-PatchPerl 0.300.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Devel-PatchPerl/ChangeLog | 10 +++++++
14 .../Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild | 28 ++++++++++++++++++++
15 dev-perl/Devel-PatchPerl/metadata.xml | 9 ++++++
16 3 files changed, 47 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Devel-PatchPerl/ChangeLog b/dev-perl/Devel-PatchPerl/ChangeLog
19 new file mode 100644
20 index 0000000..7bafb3c
21 --- /dev/null
22 +++ b/dev-perl/Devel-PatchPerl/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for dev-perl/Devel-PatchPerl
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 +# $Header: $
27 +
28 +*Devel-PatchPerl-0.300.0 (05 May 2011)
29 +
30 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
31 + +Devel-PatchPerl-0.300.0.ebuild, +metadata.xml:
32 + Added for App::perlbrew
33 +
34
35 diff --git a/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild
36 new file mode 100644
37 index 0000000..943abe6
38 --- /dev/null
39 +++ b/dev-perl/Devel-PatchPerl/Devel-PatchPerl-0.300.0.ebuild
40 @@ -0,0 +1,28 @@
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=BINGOS
46 +MODULE_VERSION=0.30
47 +inherit perl-module
48 +
49 +DESCRIPTION="Patch perl source a la Devel::PPort's buildperl.pl"
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +comment() { echo ''; }
55 +COMMON_DEPEND="
56 + >=dev-perl/File-pushd-1.00 $(comment 1.0.0)
57 + virtual/perl-IO $(comment IO::File)
58 + >=virtual/perl-IPC-Cmd-0.400 $(comment 0.400.0)
59 + virtual/perl-MIME-Base64
60 +"
61 +DEPEND="
62 + ${COMMON_DEPEND}
63 + >=virtual/perl-ExtUtils-MakeMaker-6.56 $(comment 6.560.0)
64 +"
65 +RDEPEND="
66 + ${COMMON_DEPEND}
67 +"
68 +SRC_TEST="do"
69
70 diff --git a/dev-perl/Devel-PatchPerl/metadata.xml b/dev-perl/Devel-PatchPerl/metadata.xml
71 new file mode 100644
72 index 0000000..ccc7e0f
73 --- /dev/null
74 +++ b/dev-perl/Devel-PatchPerl/metadata.xml
75 @@ -0,0 +1,9 @@
76 +<?xml version="1.0" encoding="UTF-8"?>
77 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
78 +<pkgmetadata>
79 + <herd>perl</herd>
80 + <maintainer>
81 + <email>kentfredric@×××××.com</email>
82 + <name>Kent Fredric</name>
83 + </maintainer>
84 +</pkgmetadata>