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: Thu, 01 Mar 2012 11:52:23
Message-Id: 1330602705.497add6cedac0d18665e66b2cca9bb9feb9a5fd1.kent@gentoo
1 commit: 497add6cedac0d18665e66b2cca9bb9feb9a5fd1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Mar 1 11:51:45 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Mar 1 11:51:45 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=497add6c
7
8 [newversion] Test-Compile-0.170.0
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/Test-Compile/ChangeLog | 6 ++++
14 dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild | 31 +++++++++++++++++++++
15 2 files changed, 37 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
18 index e0e00a7..fd1205a 100644
19 --- a/dev-perl/Test-Compile/ChangeLog
20 +++ b/dev-perl/Test-Compile/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Test-Compile-0.170.0 (01 Mar 2012)
26 +
27 + 01 Mar 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Test-Compile-0.170.0.ebuild:
29 + Version Bump
30 +
31 *Test-Compile-0.130.0 (29 Feb 2012)
32
33 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Test-Compile-0.13.ebuild,
34
35 diff --git a/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
36 new file mode 100644
37 index 0000000..64cf2d9
38 --- /dev/null
39 +++ b/dev-perl/Test-Compile/Test-Compile-0.170.0.ebuild
40 @@ -0,0 +1,31 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=EGILES
46 +MODULE_VERSION=0.17
47 +inherit perl-module
48 +
49 +DESCRIPTION='Check whether Perl module files compile correctly'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # Module::Build 0.340201 ( 0.340.201 )
56 + echo \>=virtual/perl-Module-Build-0.34.02.01
57 +}
58 +perl_meta_runtime() {
59 + # UNIVERSAL::require
60 + echo dev-perl/UNIVERSAL-require
61 + # perl v5.6.0 ( 5.6.0 )
62 + echo \>=dev-lang/perl-5.6.0
63 +}
64 +DEPEND="
65 + $(perl_meta_configure)
66 + $(perl_meta_runtime)
67 +"
68 +RDEPEND="
69 + $(perl_meta_runtime)
70 +"
71 +SRC_TEST="do"