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/Regexp-Grammars/
Date: Sat, 12 Feb 2011 03:33:52
Message-Id: 470fcbececdc570cb3116c8ddd0087e32a1b0cc4.kent@gentoo
1 commit: 470fcbececdc570cb3116c8ddd0087e32a1b0cc4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Fri Feb 11 20:44:12 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Fri Feb 11 20:44:12 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=470fcbec
7
8 [migrate] Regexp-Grammars
9
10 (Portage version: 2.2.0_alpha23/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Regexp-Grammars/ChangeLog | 8 +++++++-
14 ...rs-1.012.ebuild => Regexp-Grammars-1.12.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/Regexp-Grammars/ChangeLog b/dev-perl/Regexp-Grammars/ChangeLog
18 index 9f75c12..75e4fd0 100644
19 --- a/dev-perl/Regexp-Grammars/ChangeLog
20 +++ b/dev-perl/Regexp-Grammars/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/Regexp-Grammars
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*Regexp-Grammars-1.12 (11 Feb 2011)
28 +
29 + 11 Feb 2011; Kent Fredric <kentfredric@×××××.com>
30 + -Regexp-Grammars-1.012.ebuild, +Regexp-Grammars-1.12.ebuild:
31 + migrate
32 +
33 *Regexp-Grammars-1.012 (24 Dec 2010)
34
35 24 Dec 2010; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/Regexp-Grammars/Regexp-Grammars-1.012.ebuild b/dev-perl/Regexp-Grammars/Regexp-Grammars-1.12.ebuild
38 similarity index 87%
39 rename from dev-perl/Regexp-Grammars/Regexp-Grammars-1.012.ebuild
40 rename to dev-perl/Regexp-Grammars/Regexp-Grammars-1.12.ebuild
41 index 18499a8..b92645d 100644
42 --- a/dev-perl/Regexp-Grammars/Regexp-Grammars-1.012.ebuild
43 +++ b/dev-perl/Regexp-Grammars/Regexp-Grammars-1.12.ebuild
44 @@ -1,8 +1,9 @@
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 EAPI=3
50 MODULE_AUTHOR=DCONWAY
51 +MODULE_VERSION="1.012"
52 inherit perl-module
53
54 DESCRIPTION="Add grammatical parsing features to Perl 5.10 regexes"