Gentoo Archives: gentoo-commits

From: Torsten Veller <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Dist-Zilla-Plugin-CompileTests/
Date: Fri, 01 Apr 2011 13:20:31
Message-Id: 86c60649dacb9455c86c2464d54a7af13e8a370c.tove@gentoo
1 commit: 86c60649dacb9455c86c2464d54a7af13e8a370c
2 Author: Torsten Veller <tove <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 1 13:03:17 2011 +0000
4 Commit: Torsten Veller <tove <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 1 13:03:17 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=86c60649
7
8 [bump] dev-perl/Dist-Zilla-Plugin-CompileTests-1.110.870
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0x4E046AEC)
11
12 ---
13 dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog | 8 +++++-
14 ...Dist-Zilla-Plugin-CompileTests-1.110.870.ebuild | 29 ++++++++++++++++++++
15 2 files changed, 36 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog b/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
18 index 214a5fc..a6cd9ff 100644
19 --- a/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
20 +++ b/dev-perl/Dist-Zilla-Plugin-CompileTests/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Dist-Zilla-Plugin-CompileTests
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Dist-Zilla-Plugin-CompileTests-1.110.870 (01 Apr 2011)
28 +
29 + 01 Apr 2011; Torsten Veller <tove@g.o>
30 + +Dist-Zilla-Plugin-CompileTests-1.110.870.ebuild:
31 + Version bump
32 +
33 *Dist-Zilla-Plugin-CompileTests-1.103030 (05 Nov 2010)
34
35 05 Nov 2010; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.870.ebuild b/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.870.ebuild
38 new file mode 100644
39 index 0000000..1ecb04d
40 --- /dev/null
41 +++ b/dev-perl/Dist-Zilla-Plugin-CompileTests/Dist-Zilla-Plugin-CompileTests-1.110.870.ebuild
42 @@ -0,0 +1,29 @@
43 +# Copyright 1999-2011 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=JQUELIN
48 +MODULE_VERSION=1.110870
49 +inherit perl-module
50 +
51 +DESCRIPTION="common tests to check syntax of your modules
52 +"
53 +LICENSE="|| ( Artistic GPL-2 )"
54 +SLOT="0"
55 +KEYWORDS="~amd64 ~x86"
56 +IUSE=""
57 +COMMON_DEPEND="
58 + dev-perl/Moose
59 + dev-perl/Dist-Zilla
60 +"
61 +DEPEND="
62 + virtual/perl-File-Temp
63 + >=virtual/perl-Module-Build-0.36.01
64 + virtual/perl-Scalar-List-Utils
65 + >=virtual/perl-Test-Simple-0.94
66 + ${COMMON_DEPEND}
67 +"
68 +RDEPEND="
69 + ${COMMON_DEPEND}
70 +"
71 +SRC_TEST="do"