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-Compile/
Date: Sun, 04 Nov 2012 13:53:05
Message-Id: 1352036687.b947ff5c8c75a695301500a965b453cabf9339dd.kent@gentoo
1 commit: b947ff5c8c75a695301500a965b453cabf9339dd
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Nov 4 13:44:47 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Nov 4 13:44:47 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=b947ff5c
7
8 [newversion] Test-Compile-0.220.0
9
10 Package-Manager: portage-2.2.0_alpha141
11 Manifest-Sign-Key: ECD2C675C102CDA4
12
13 ---
14 dev-perl/Test-Compile/ChangeLog | 6 ++++
15 dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild | 31 +++++++++++++++++++++
16 2 files changed, 37 insertions(+), 0 deletions(-)
17
18 diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
19 index 109b31c..41ece4b 100644
20 --- a/dev-perl/Test-Compile/ChangeLog
21 +++ b/dev-perl/Test-Compile/ChangeLog
22 @@ -2,6 +2,12 @@
23 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
24 # $Header: $
25
26 +*Test-Compile-0.220.0 (04 Nov 2012)
27 +
28 + 04 Nov 2012; Kent Fredric <kentfredric@×××××.com>
29 + +Test-Compile-0.220.0.ebuild:
30 + Version Bump
31 +
32 04 Nov 2012; Kent Fredric <kentfredric@×××××.com>
33 -Test-Compile-0.170.0.ebuild, -Test-Compile-0.180.0.ebuild,
34 -Test-Compile-0.200.0.ebuild:
35
36 diff --git a/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild
37 new file mode 100644
38 index 0000000..2efeba3
39 --- /dev/null
40 +++ b/dev-perl/Test-Compile/Test-Compile-0.220.0.ebuild
41 @@ -0,0 +1,31 @@
42 +# Copyright 1999-2012 Gentoo Foundation
43 +# Distributed under the terms of the GNU General Public License v2
44 +# $Header: $
45 +EAPI=5
46 +MODULE_AUTHOR=EGILES
47 +MODULE_VERSION=0.22
48 +inherit perl-module
49 +
50 +DESCRIPTION='Check whether Perl files compile correctly.'
51 +LICENSE=" || ( Artistic GPL-2 )"
52 +SLOT="0"
53 +KEYWORDS="~amd64 ~x86"
54 +IUSE=""
55 +perl_meta_configure() {
56 + # Module::Build 0.38 ( 0.380.0 )
57 + echo \>=virtual/perl-Module-Build-0.380.0
58 +}
59 +perl_meta_runtime() {
60 + # UNIVERSAL::require
61 + echo dev-perl/UNIVERSAL-require
62 + # perl v5.6.0 ( 5.6.0 )
63 + echo \>=dev-lang/perl-5.6.0
64 +}
65 +DEPEND="
66 + $(perl_meta_configure)
67 + $(perl_meta_runtime)
68 +"
69 +RDEPEND="
70 + $(perl_meta_runtime)
71 +"
72 +SRC_TEST="do"