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: Sat, 03 Mar 2012 11:58:50
Message-Id: 1330775880.28f7fc8430c3de04d11f9b806149926e1dd88f19.kent@gentoo
1 commit: 28f7fc8430c3de04d11f9b806149926e1dd88f19
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 3 11:58:00 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Mar 3 11:58:00 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=28f7fc84
7
8 [newversion] IPTables-Parse-1.100.0
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 | 6 ++++
14 .../IPTables-Parse/IPTables-Parse-1.100.0.ebuild | 29 ++++++++++++++++++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/IPTables-Parse/ChangeLog b/dev-perl/IPTables-Parse/ChangeLog
18 index 52c40bc..b544950 100644
19 --- a/dev-perl/IPTables-Parse/ChangeLog
20 +++ b/dev-perl/IPTables-Parse/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*IPTables-Parse-1.100.0 (03 Mar 2012)
26 +
27 + 03 Mar 2012; Kent Fredric <kentfredric@×××××.com>
28 + +IPTables-Parse-1.100.0.ebuild:
29 + Version Bump
30 +
31 *IPTables-Parse-1.0.0 (29 Feb 2012)
32
33 29 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/IPTables-Parse/IPTables-Parse-1.100.0.ebuild b/dev-perl/IPTables-Parse/IPTables-Parse-1.100.0.ebuild
36 new file mode 100644
37 index 0000000..5accc88
38 --- /dev/null
39 +++ b/dev-perl/IPTables-Parse/IPTables-Parse-1.100.0.ebuild
40 @@ -0,0 +1,29 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=MRASH
46 +MODULE_VERSION=1.1
47 +inherit perl-module
48 +
49 +DESCRIPTION='Perl extension for parsing iptables and ip6tables firewall rulesets'
50 +LICENSE=" Artistic"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker
56 + echo virtual/perl-ExtUtils-MakeMaker
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker
60 + echo virtual/perl-ExtUtils-MakeMaker
61 +}
62 +DEPEND="
63 + $(perl_meta_configure)
64 + $(perl_meta_build)
65 +"
66 +RDEPEND="
67 +
68 +"
69 +SRC_TEST="do"