Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/Object-Accessor/
Date: Sat, 28 Apr 2012 10:42:07
Message-Id: 1335609038.63b04e0093ba4bad19cb91cd8a5727ceb13993c1.kent@gentoo
1 commit: 63b04e0093ba4bad19cb91cd8a5727ceb13993c1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 28 09:27:02 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Apr 28 10:30:38 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63b04e00
7
8 migrate old object-accessors to x.y.z
9
10 (Portage version: 2.2.0_alpha100/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 perl-core/Object-Accessor/ChangeLog | 6 ++++++
14 ...-0.36.ebuild => Object-Accessor-0.360.0.ebuild} | 3 ++-
15 2 files changed, 8 insertions(+), 1 deletions(-)
16
17 diff --git a/perl-core/Object-Accessor/ChangeLog b/perl-core/Object-Accessor/ChangeLog
18 index ebeda02..00e0717 100644
19 --- a/perl-core/Object-Accessor/ChangeLog
20 +++ b/perl-core/Object-Accessor/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Object-Accessor-0.360.0 (28 Apr 2012)
26 +
27 + 28 Apr 2012; Kent Fredric <kentfredric@×××××.com>
28 + -Object-Accessor-0.36.ebuild, +Object-Accessor-0.360.0.ebuild:
29 + Migrate to x.y.z
30 +
31 *Object-Accessor-0.380.0 (21 Feb 2012)
32
33 21 Feb 2012; Torsten Veller <tove@g.o> -Object-Accessor-0.380.ebuild,
34
35 diff --git a/perl-core/Object-Accessor/Object-Accessor-0.36.ebuild b/perl-core/Object-Accessor/Object-Accessor-0.360.0.ebuild
36 similarity index 82%
37 rename from perl-core/Object-Accessor/Object-Accessor-0.36.ebuild
38 rename to perl-core/Object-Accessor/Object-Accessor-0.360.0.ebuild
39 index 0666b05..c01b1b3 100644
40 --- a/perl-core/Object-Accessor/Object-Accessor-0.36.ebuild
41 +++ b/perl-core/Object-Accessor/Object-Accessor-0.360.0.ebuild
42 @@ -1,10 +1,11 @@
43 -# Copyright 1999-2009 Gentoo Foundation
44 +# Copyright 1999-2012 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46 # $Header: $
47
48 EAPI=2
49
50 MODULE_AUTHOR=BINGOS
51 +MODULE_VERSION="0.36"
52 inherit perl-module
53
54 DESCRIPTION="Interface to create per object accessors"