From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1S2JuF-00035k-Av for garchives@archives.gentoo.org; Tue, 28 Feb 2012 10:03:39 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8610EE087C; Tue, 28 Feb 2012 10:02:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5386BE087C for ; Tue, 28 Feb 2012 10:02:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D8B5A1B4005 for ; Tue, 28 Feb 2012 10:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D3E94E5409 for ; Tue, 28 Feb 2012 10:02:21 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1330416205.5f2278a918b607ac483e59dabe2c531bf9ac747f.kent@gentoo> Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/IPTables-Parse/ X-VCS-Repository: proj/perl-overlay X-VCS-Files: dev-perl/IPTables-Parse/ChangeLog dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild X-VCS-Directories: dev-perl/IPTables-Parse/ X-VCS-Committer: kent X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 5f2278a918b607ac483e59dabe2c531bf9ac747f X-VCS-Branch: master Date: Tue, 28 Feb 2012 10:02:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 25fc8576-96a9-4cc5-b672-9be8d850d558 X-Archives-Hash: 7642739f56491c1cf7473148549a039e commit: 5f2278a918b607ac483e59dabe2c531bf9ac747f Author: Kent Fredric gmail com> AuthorDate: Tue Feb 28 08:03:25 2012 +0000 Commit: Kent Fredric gmail com> CommitDate: Tue Feb 28 08:03:25 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/perl-overlay.= git;a=3Dcommit;h=3D5f2278a9 [migrate] IPTables-Parse (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit = with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6) --- dev-perl/IPTables-Parse/ChangeLog | 8 +++++++- ...se-0.7.ebuild =3D> IPTables-Parse-0.700.0.ebuild} | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/dev-perl/IPTables-Parse/ChangeLog b/dev-perl/IPTables-Parse/= ChangeLog index 20902d7..e831bd3 100644 --- a/dev-perl/IPTables-Parse/ChangeLog +++ b/dev-perl/IPTables-Parse/ChangeLog @@ -1,7 +1,13 @@ # ChangeLog for dev-perl/IPTables-Parse -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 +*IPTables-Parse-0.700.0 (28 Feb 2012) + + 28 Feb 2012; Kent Fredric -IPTables-Parse-0.7.= ebuild, + +IPTables-Parse-0.700.0.ebuild: + Migrate to x.y.z + *IPTables-Parse-0.7 (03 Apr 2010) =20 03 Apr 2010; Torsten Veller +IPTables-Parse-0.7.ebui= ld, diff --git a/dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild b/dev-perl= /IPTables-Parse/IPTables-Parse-0.700.0.ebuild similarity index 80% rename from dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild rename to dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild index 04bcff2..631bd50 100644 --- a/dev-perl/IPTables-Parse/IPTables-Parse-0.7.ebuild +++ b/dev-perl/IPTables-Parse/IPTables-Parse-0.700.0.ebuild @@ -1,10 +1,11 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ =20 EAPI=3D"2" =20 MODULE_AUTHOR=3D"MRASH" +MODULE_VERSION=3D"0.7" inherit perl-module =20 DESCRIPTION=3D"Perl extension for parsing iptables firewall rulesets"