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-PartialDump/
Date: Thu, 05 May 2011 09:51:05
Message-Id: bc23afb157ffcf3576ad1584b14dcc387756be23.kent@gentoo
1 commit: bc23afb157ffcf3576ad1584b14dcc387756be23
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu May 5 08:58:39 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu May 5 08:58:39 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=bc23afb1
7
8 [newversion] Devel-PartialDump-0.140.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-PartialDump/ChangeLog | 6 ++++
14 .../Devel-PartialDump-0.140.0.ebuild | 31 ++++++++++++++++++++
15 2 files changed, 37 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Devel-PartialDump/ChangeLog b/dev-perl/Devel-PartialDump/ChangeLog
18 index 5846932..07afc19 100644
19 --- a/dev-perl/Devel-PartialDump/ChangeLog
20 +++ b/dev-perl/Devel-PartialDump/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Devel-PartialDump-0.140.0 (05 May 2011)
26 +
27 + 05 May 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Devel-PartialDump-0.140.0.ebuild:
29 + Bump
30 +
31 *Devel-PartialDump-0.130.0 (05 May 2011)
32
33 05 May 2011; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild
36 new file mode 100644
37 index 0000000..9f167b5
38 --- /dev/null
39 +++ b/dev-perl/Devel-PartialDump/Devel-PartialDump-0.140.0.ebuild
40 @@ -0,0 +1,31 @@
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=FLORA
46 +MODULE_VERSION=0.14
47 +inherit perl-module
48 +
49 +DESCRIPTION="Partial dumping of data structures, optimized for argument printing."
50 +LICENSE="|| ( Artistic GPL-2 )"
51 +
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +
55 +IUSE="test"
56 +comment() { echo ''; }
57 +COMMON_DEPEND="
58 + dev-perl/Moose
59 + virtual/perl-Scalar-List-Utils $(comment Scalar::Util)
60 + >=dev-perl/namespace-clean-0.80.0
61 + dev-perl/Sub-Exporter
62 +"
63 +RDEPEND="${COMMON_DEPEND}"
64 +DEPEND="
65 + ${COMMON_DEPEND}
66 + test? (
67 + dev-perl/Test-use-ok
68 + >=dev-perl/Test-Warn-0.21 $(comment 0.210.0)
69 + )
70 +"
71 +SRC_TEST="do"