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/Find-Lib/
Date: Mon, 04 Jul 2011 10:42:00
Message-Id: 2d40223c782b4e41a57b8b19aaf7a74c4faf9a95.kent@gentoo
1 commit: 2d40223c782b4e41a57b8b19aaf7a74c4faf9a95
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Jun 29 03:04:17 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Jun 29 03:04:17 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=2d40223c
7
8 [migrate] Find-Lib
9
10 (Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/Find-Lib/ChangeLog | 9 ++++++++-
14 .../{Find-Lib-1.0.ebuild => Find-Lib-1.0.0.ebuild} | 3 ++-
15 ...Find-Lib-1.01.ebuild => Find-Lib-1.10.0.ebuild} | 3 ++-
16 3 files changed, 12 insertions(+), 3 deletions(-)
17
18 diff --git a/dev-perl/Find-Lib/ChangeLog b/dev-perl/Find-Lib/ChangeLog
19 index efd33f6..12b51c7 100644
20 --- a/dev-perl/Find-Lib/ChangeLog
21 +++ b/dev-perl/Find-Lib/ChangeLog
22 @@ -1,7 +1,14 @@
23 # ChangeLog for dev-perl/Find-Lib
24 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
25 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
26 # $Header: $
27
28 +*Find-Lib-1.10.0 (29 Jun 2011)
29 +*Find-Lib-1.0.0 (29 Jun 2011)
30 +
31 + 29 Jun 2011; Kent Fredric <kentfredric@×××××.com> -Find-Lib-1.0.ebuild,
32 + +Find-Lib-1.0.0.ebuild, -Find-Lib-1.01.ebuild, +Find-Lib-1.10.0.ebuild:
33 + Migrate to new Version Scheme
34 +
35 *Find-Lib-1.01 (20 Nov 2009)
36
37 20 Nov 2009; Michele Beltrame <m@××××××××××.info> -Find-Lib-0.06.ebuild,
38
39 diff --git a/dev-perl/Find-Lib/Find-Lib-1.0.ebuild b/dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild
40 similarity index 87%
41 rename from dev-perl/Find-Lib/Find-Lib-1.0.ebuild
42 rename to dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild
43 index 9d53552..45f6f49 100644
44 --- a/dev-perl/Find-Lib/Find-Lib-1.0.ebuild
45 +++ b/dev-perl/Find-Lib/Find-Lib-1.0.0.ebuild
46 @@ -1,8 +1,9 @@
47 -# Copyright 1999-2009 Gentoo Foundation
48 +# Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: $
51 EAPI=2
52 MODULE_AUTHOR=YANNK
53 +MODULE_VERSION="1.0"
54 inherit perl-module
55
56 DESCRIPTION="Helper to smartly find libs to use in the filesystem tree"
57
58 diff --git a/dev-perl/Find-Lib/Find-Lib-1.01.ebuild b/dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild
59 similarity index 87%
60 rename from dev-perl/Find-Lib/Find-Lib-1.01.ebuild
61 rename to dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild
62 index 9d53552..079d583 100644
63 --- a/dev-perl/Find-Lib/Find-Lib-1.01.ebuild
64 +++ b/dev-perl/Find-Lib/Find-Lib-1.10.0.ebuild
65 @@ -1,8 +1,9 @@
66 -# Copyright 1999-2009 Gentoo Foundation
67 +# Copyright 1999-2011 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 # $Header: $
70 EAPI=2
71 MODULE_AUTHOR=YANNK
72 +MODULE_VERSION="1.01"
73 inherit perl-module
74
75 DESCRIPTION="Helper to smartly find libs to use in the filesystem tree"