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: Wed, 29 Feb 2012 12:08:18
Message-Id: 1330499243.f64ed325e956220909aa9b394b21e4f26610a36d.kent@gentoo
1 commit: f64ed325e956220909aa9b394b21e4f26610a36d
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 07:07:23 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 07:07:23 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f64ed325
7
8 [migrate] Test-Compile
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 | 8 +++++++-
14 ...ile-0.13.ebuild => Test-Compile-0.130.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Test-Compile/ChangeLog b/dev-perl/Test-Compile/ChangeLog
18 index 58eb7fe..e0e00a7 100644
19 --- a/dev-perl/Test-Compile/ChangeLog
20 +++ b/dev-perl/Test-Compile/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Test-Compile
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Test-Compile-0.130.0 (29 Feb 2012)
28 +
29 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> -Test-Compile-0.13.ebuild,
30 + +Test-Compile-0.130.0.ebuild:
31 + Migrate to x.y.z
32 +
33 03 Jun 2010; Torsten Veller <tove@g.o> -Test-Compile-0.08.ebuild,
34 -Test-Compile-0.10.ebuild, -Test-Compile-0.11.ebuild:
35 Removed from CPAN
36
37 diff --git a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
38 similarity index 86%
39 rename from dev-perl/Test-Compile/Test-Compile-0.13.ebuild
40 rename to dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
41 index 3c47a1c..5b8bbb9 100644
42 --- a/dev-perl/Test-Compile/Test-Compile-0.13.ebuild
43 +++ b/dev-perl/Test-Compile/Test-Compile-0.130.0.ebuild
44 @@ -1,10 +1,11 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 EAPI=2
51
52 MODULE_AUTHOR=MARCEL
53 +MODULE_VERSION="0.13"
54 inherit perl-module
55
56 DESCRIPTION="check whether Perl module files compile correctly"