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-EOL/
Date: Mon, 31 Oct 2011 04:53:19
Message-Id: 03f760f3703ea88ff6d5d51a4dbe86c171fa0640.kent@gentoo
1 commit: 03f760f3703ea88ff6d5d51a4dbe86c171fa0640
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Oct 31 03:11:48 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Oct 31 03:11:48 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=03f760f3
7
8 [migrate] Test-EOL
9
10 (Portage version: 2.2.0_alpha70/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Test-EOL/ChangeLog | 8 +++++++-
14 ...Test-EOL-0.9.ebuild => Test-EOL-0.900.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Test-EOL/ChangeLog b/dev-perl/Test-EOL/ChangeLog
18 index 5aa0d0f..6465e22 100644
19 --- a/dev-perl/Test-EOL/ChangeLog
20 +++ b/dev-perl/Test-EOL/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Test-EOL
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 +*Test-EOL-0.900.0 (31 Oct 2011)
28 +
29 + 31 Oct 2011; Kent Fredric <kentfredric@×××××.com> -Test-EOL-0.9.ebuild,
30 + +Test-EOL-0.900.0.ebuild:
31 + Migrate to x.y.z
32 +
33 *Test-EOL-0.9 (23 Aug 2010)
34
35 23 Aug 2010; Kent Fredric <kentfredric@×××××.com> +Test-EOL-0.9.ebuild,
36
37 diff --git a/dev-perl/Test-EOL/Test-EOL-0.9.ebuild b/dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
38 similarity index 88%
39 rename from dev-perl/Test-EOL/Test-EOL-0.9.ebuild
40 rename to dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
41 index e5847c8..86c8508 100644
42 --- a/dev-perl/Test-EOL/Test-EOL-0.9.ebuild
43 +++ b/dev-perl/Test-EOL/Test-EOL-0.900.0.ebuild
44 @@ -1,8 +1,9 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2011 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49 EAPI=3
50 MODULE_AUTHOR=FLORA
51 +MODULE_VERSION="0.9"
52 inherit perl-module
53
54 DESCRIPTION="Check the correct line endings in your project"