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/Cache-Ref/
Date: Tue, 05 Apr 2011 18:19:03
Message-Id: 4c484ce387fc4bad7d91368f35c25acf7c866353.kent@gentoo
1 commit: 4c484ce387fc4bad7d91368f35c25acf7c866353
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Apr 5 17:22:23 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Apr 5 17:22:23 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=4c484ce3
7
8 [migrate] Cache-Ref
9
10 (Portage version: 2.2.0_alpha29/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 ...che-Ref-0.02.ebuild => Cache-Ref-0.20.0.ebuild} | 3 ++-
14 ...che-Ref-0.04.ebuild => Cache-Ref-0.40.0.ebuild} | 3 ++-
15 dev-perl/Cache-Ref/ChangeLog | 9 ++++++++-
16 3 files changed, 12 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-perl/Cache-Ref/Cache-Ref-0.02.ebuild b/dev-perl/Cache-Ref/Cache-Ref-0.20.0.ebuild
19 similarity index 90%
20 rename from dev-perl/Cache-Ref/Cache-Ref-0.02.ebuild
21 rename to dev-perl/Cache-Ref/Cache-Ref-0.20.0.ebuild
22 index 4f62fde..566c643 100644
23 --- a/dev-perl/Cache-Ref/Cache-Ref-0.02.ebuild
24 +++ b/dev-perl/Cache-Ref/Cache-Ref-0.20.0.ebuild
25 @@ -1,8 +1,9 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2011 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 # $Header: $
30 EAPI=3
31 MODULE_AUTHOR=NUFFIN
32 +MODULE_VERSION="0.02"
33 inherit perl-module
34
35 DESCRIPTION="Memory only cache of live references"
36
37 diff --git a/dev-perl/Cache-Ref/Cache-Ref-0.04.ebuild b/dev-perl/Cache-Ref/Cache-Ref-0.40.0.ebuild
38 similarity index 90%
39 rename from dev-perl/Cache-Ref/Cache-Ref-0.04.ebuild
40 rename to dev-perl/Cache-Ref/Cache-Ref-0.40.0.ebuild
41 index c88b05d..57440c5 100644
42 --- a/dev-perl/Cache-Ref/Cache-Ref-0.04.ebuild
43 +++ b/dev-perl/Cache-Ref/Cache-Ref-0.40.0.ebuild
44 @@ -1,10 +1,11 @@
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
50 EAPI=3
51
52 MODULE_AUTHOR=BRUNOV
53 +MODULE_VERSION="0.04"
54 inherit perl-module
55
56 DESCRIPTION="Memory only cache of live references"
57
58 diff --git a/dev-perl/Cache-Ref/ChangeLog b/dev-perl/Cache-Ref/ChangeLog
59 index 5537cf5..47bf74d 100644
60 --- a/dev-perl/Cache-Ref/ChangeLog
61 +++ b/dev-perl/Cache-Ref/ChangeLog
62 @@ -1,7 +1,14 @@
63 # ChangeLog for dev-perl/Cache-Ref
64 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
65 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
66 # $Header: $
67
68 +*Cache-Ref-0.40.0 (05 Apr 2011)
69 +*Cache-Ref-0.20.0 (05 Apr 2011)
70 +
71 + 05 Apr 2011; Kent Fredric <kentfredric@×××××.com> -Cache-Ref-0.02.ebuild,
72 + -Cache-Ref-0.04.ebuild, +Cache-Ref-0.20.0.ebuild, +Cache-Ref-0.40.0.ebuild:
73 + Migrate
74 +
75 *Cache-Ref-0.04 (06 Nov 2010)
76
77 06 Nov 2010; Torsten Veller <tove@g.o> +Cache-Ref-0.04.ebuild: