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/Dist-Zilla-Plugin-CompileTests/
Date: Sun, 03 Apr 2011 11:56:38
Message-Id: 3a070f40e8540dec7d4feca39cea0cf58bd4d23f.kent@gentoo
1 commit: 3a070f40e8540dec7d4feca39cea0cf58bd4d23f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 3 11:55:49 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 3 11:55:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=3a070f40
7
8 [newversion] Dist-Zilla-Plugin-CompileTests-1.110.930
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog | 6 ++++
14 ...Dist-Zilla-Plugin-CompileTests-1.110.930.ebuild | 29 ++++++++++++++++++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
18 index f8fd973..352c2cf 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Dist-Zilla-Plugin-CompileTests-1.110.930 (03 Apr 2011)
26 +
27 + 03 Apr 2011; Kent Fredric <kentfredric@×××××.com>
28 + +Dist-Zilla-Plugin-CompileTests-1.110.930.ebuild:
29 + Bump
30 +
31 *Dist-Zilla-Plugin-CompileTests-1.103.30 (01 Apr 2011)
32 *Dist-Zilla-Plugin-CompileTests-1.101.800 (01 Apr 2011)
33 *Dist-Zilla-Plugin-CompileTests-1.92.870 (01 Apr 2011)
34
35 diff --git a/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.930.ebuild b/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.930.ebuild
36 new file mode 100644
37 index 0000000..ad8a7dd
38 --- /dev/null
39 +++ b/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.930.ebuild
40 @@ -0,0 +1,29 @@
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=JQUELIN
46 +MODULE_VERSION=1.110930
47 +inherit perl-module
48 +
49 +DESCRIPTION="common tests to check syntax of your modules
50 +"
51 +LICENSE="|| ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +COMMON_DEPEND="
56 + dev-perl/Moose
57 + dev-perl/Dist-Zilla
58 +"
59 +DEPEND="
60 + virtual/perl-File-Temp
61 + >=virtual/perl-Module-Build-0.36.01
62 + virtual/perl-Scalar-List-Utils
63 + >=virtual/perl-Test-Simple-0.94
64 + ${COMMON_DEPEND}
65 +"
66 +RDEPEND="
67 + ${COMMON_DEPEND}
68 +"
69 +SRC_TEST="do"