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/String-Diff/
Date: Sat, 23 Jun 2012 16:40:52
Message-Id: 1340463704.f891d27bed33cce6b28ef4912e371bfb8eb0ae4c.kent@gentoo
1 commit: f891d27bed33cce6b28ef4912e371bfb8eb0ae4c
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jun 23 15:01:44 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jun 23 15:01:44 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=f891d27b
7
8 [migrate] String-Diff to x.y.z
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/String-Diff/ChangeLog | 10 ++++++++++
14 ...-Diff-0.04.ebuild => String-Diff-0.40.0.ebuild} | 3 ++-
15 2 files changed, 12 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/String-Diff/ChangeLog b/dev-perl/String-Diff/ChangeLog
18 new file mode 100644
19 index 0000000..e11670d
20 --- /dev/null
21 +++ b/dev-perl/String-Diff/ChangeLog
22 @@ -0,0 +1,10 @@
23 +# ChangeLog for dev-perl/String-Diff
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 +# $Header: $
26 +
27 +*String-Diff-0.40.0 (23 Jun 2012)
28 +
29 + 23 Jun 2012; Kent Fredric <kentfredric@×××××.com> -String-Diff-0.04.ebuild,
30 + +String-Diff-0.40.0.ebuild:
31 + Migrate to x.y.z
32 +
33
34 diff --git a/dev-perl/String-Diff/String-Diff-0.04.ebuild b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
35 similarity index 81%
36 rename from dev-perl/String-Diff/String-Diff-0.04.ebuild
37 rename to dev-perl/String-Diff/String-Diff-0.40.0.ebuild
38 index 619c4a9..e4b0c7f 100644
39 --- a/dev-perl/String-Diff/String-Diff-0.04.ebuild
40 +++ b/dev-perl/String-Diff/String-Diff-0.40.0.ebuild
41 @@ -1,8 +1,9 @@
42 -# Copyright 1999-2009 Gentoo Foundation
43 +# Copyright 1999-2012 Gentoo Foundation
44 # Distributed under the terms of the GNU General Public License v2
45 # $Header: $
46
47 MODULE_AUTHOR=YAPPO
48 +MODULE_VERSION="0.04"
49 inherit perl-module
50
51 DESCRIPTION="Simple diff to String"