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/CLASS/
Date: Wed, 29 Feb 2012 12:08:39
Message-Id: 1330517021.62d0ac1499aaa1fdd0a40a2c1410d99ea748924a.kent@gentoo
1 commit: 62d0ac1499aaa1fdd0a40a2c1410d99ea748924a
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Feb 29 12:03:41 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Feb 29 12:03:41 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=62d0ac14
7
8 [migrate] CLASS to x.y.z
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 .../{CLASS-1.00.ebuild => CLASS-1.0.0.ebuild} | 3 ++-
14 dev-perl/CLASS/ChangeLog | 8 +++++++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/CLASS/CLASS-1.00.ebuild b/dev-perl/CLASS/CLASS-1.0.0.ebuild
18 similarity index 85%
19 rename from dev-perl/CLASS/CLASS-1.00.ebuild
20 rename to dev-perl/CLASS/CLASS-1.0.0.ebuild
21 index 1bc5424..f1f887f 100644
22 --- a/dev-perl/CLASS/CLASS-1.00.ebuild
23 +++ b/dev-perl/CLASS/CLASS-1.0.0.ebuild
24 @@ -1,8 +1,9 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 # $Header: $
29 EAPI=2
30 MODULE_AUTHOR=MSCHWERN
31 +MODULE_VERSION="1.00"
32 inherit perl-module
33
34 DESCRIPTION="Alias for __PACKAGE__"
35
36 diff --git a/dev-perl/CLASS/ChangeLog b/dev-perl/CLASS/ChangeLog
37 index 89fec11..8b02ec8 100644
38 --- a/dev-perl/CLASS/ChangeLog
39 +++ b/dev-perl/CLASS/ChangeLog
40 @@ -1,7 +1,13 @@
41 # ChangeLog for dev-perl/CLASS
42 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
43 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
44 # $Header: $
45
46 +*CLASS-1.0.0 (29 Feb 2012)
47 +
48 + 29 Feb 2012; Kent Fredric <kentfredric@×××××.com> -CLASS-1.00.ebuild,
49 + +CLASS-1.0.0.ebuild:
50 + Migrate to x.y.z
51 +
52 *CLASS-1.00 (20 Aug 2009)
53
54 20 Aug 2009; Kent Fredric <kentfredric@×××××.com> +CLASS-1.00.ebuild,