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-Spec/
Date: Fri, 02 Sep 2011 05:07:56
Message-Id: cd261e8e3187d51db6f782c32e7443621c282a56.kent@gentoo
1 commit: cd261e8e3187d51db6f782c32e7443621c282a56
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Sep 2 04:45:52 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Sep 2 04:45:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=cd261e8e
7
8 [newversion] Test-Spec-0.390.0
9
10 (Portage version: 2.2.0_alpha51/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Test-Spec/ChangeLog | 5 +++
14 dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild | 52 +++++++++++++++++++++++++++
15 2 files changed, 57 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-Spec/ChangeLog b/dev-perl/Test-Spec/ChangeLog
18 index e184e6c..3a745ec 100644
19 --- a/dev-perl/Test-Spec/ChangeLog
20 +++ b/dev-perl/Test-Spec/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-Spec-0.390.0 (02 Sep 2011)
26 +
27 + 02 Sep 2011; Kent Fredric <kentfredric@×××××.com> +Test-Spec-0.390.0.ebuild:
28 + Version Bump
29 +
30 *Test-Spec-0.380.0 (16 Jul 2011)
31
32 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> +Test-Spec-0.380.0.ebuild:
33
34 diff --git a/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild b/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild
35 new file mode 100644
36 index 0000000..964cef1
37 --- /dev/null
38 +++ b/dev-perl/Test-Spec/Test-Spec-0.390.0.ebuild
39 @@ -0,0 +1,52 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +
44 +EAPI=4
45 +
46 +MODULE_AUTHOR=PHILIP
47 +MODULE_VERSION=0.39
48 +inherit perl-module
49 +
50 +DESCRIPTION="Write tests in a declarative specification style"
51 +
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +comment() { true;}
56 +RDEPEND="
57 + $(comment Carp)
58 +
59 + $(comment Exporter)
60 +
61 + $(comment List::Util)
62 + virtual/perl-Scalar-List-Utils
63 +
64 + $(comment Package::Stash 0.23)
65 + >=dev-perl/Package-Stash-0.230 $(comment 0.230.0)
66 +
67 + $(comment Scalar::Util)
68 + virtual/perl-Scalar-List-Utils
69 +
70 + $(comment TAP::Parser)
71 + virtual/perl-Test-Harness $(comment TAP::Parser)
72 +
73 + $(comment Test::Deep 0.103)
74 + >=dev-perl/Test-Deep-0.103 $(comment 0.103.0)
75 +
76 + $(comment Test::More)
77 + virtual/perl-Test-Simple
78 +
79 + $(comment Test::Trap)
80 + dev-perl/Test-Trap
81 +
82 + $(comment Tie::IxHash)
83 + dev-perl/Tie-IxHash
84 +
85 + $(comment constant)
86 +"
87 +DEPEND="${RDEPEND}
88 + virtual/perl-ExtUtils-MakeMaker
89 +"
90 +
91 +SRC_TEST=do