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/IPTables-Parse/
Date: Tue, 28 Feb 2012 10:03:39
Message-Id: 1330416205.5f2278a918b607ac483e59dabe2c531bf9ac747f.kent@gentoo
1 commit: 5f2278a918b607ac483e59dabe2c531bf9ac747f
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 28 08:03:25 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Tue Feb 28 08:03:25 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=5f2278a9
7
8 [migrate] IPTables-Parse
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/IPTables-Parse/ChangeLog | 8 +++++++-
14 ...se-0.7.ebuild => IPTables-Parse-0.700.0.ebuild} | 3 ++-
15 2 files changed, 9 insertions(+), 2 deletions(-)
16
17 diff --git a/dev-perl/IPTables-Parse/ChangeLog b/dev-perl/IPTables-Parse/ChangeLog
18 index 20902d7..e831bd3 100644
19 --- a/dev-perl/IPTables-Parse/ChangeLog
20 +++ b/dev-perl/IPTables-Parse/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/IPTables-Parse
23 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*IPTables-Parse-0.700.0 (28 Feb 2012)
28 +
29 + 28 Feb 2012; Kent Fredric <kentfredric@×××××.com> -IPTables-Parse-0.7.ebuild,
30 + +IPTables-Parse-0.700.0.ebuild:
31 + Migrate to x.y.z
32 +
33 *IPTables-Parse-0.7 (03 Apr 2010)
34
35 03 Apr 2010; Torsten Veller <tove@g.o> +IPTables-Parse-0.7.ebuild,
36
37 diff --git a/dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild b/dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild
38 similarity index 80%
39 rename from dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild
40 rename to dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild
41 index 04bcff2..631bd50 100644
42 --- a/dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild
43 +++ b/dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild
44 @@ -1,10 +1,11 @@
45 -# Copyright 1999-2010 Gentoo Foundation
46 +# Copyright 1999-2012 Gentoo Foundation
47 # Distributed under the terms of the GNU General Public License v2
48 # $Header: $
49
50 EAPI="2"
51
52 MODULE_AUTHOR="MRASH"
53 +MODULE_VERSION="0.7"
54 inherit perl-module
55
56 DESCRIPTION="Perl extension for parsing iptables firewall rulesets"