Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-firewall/arno-iptables-firewall: metadata.xml arno-iptables-firewall-1.9.0_beta3.ebuild ChangeLog Manifest
Date: Thu, 10 Jul 2008 20:09:55
Message-Id: E1KH2Sc-0005US-PW@stork.gentoo.org
1 wolf31o2 08/07/10 20:09:50
2
3 Added: metadata.xml
4 arno-iptables-firewall-1.9.0_beta3.ebuild ChangeLog
5 Manifest
6 Log:
7 Initial import. Ebuild loosely based on previous ebuilds from Christian Loitsch <gentoo-bug@×××××××.org> and Avuton Olrich <avuton@×××××.com>. Closing bug #20726.
8 (Portage version: 2.2_rc1/cvs/Linux 2.6.25-wolf i686)
9
10 Revision Changes Path
11 1.1 net-firewall/arno-iptables-firewall/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>no-herd</herd>
22 <maintainer>
23 <email>wolf31o2@g.o</email>
24 <name>Chris Gianelloni</name>
25 </maintainer>
26 </pkgmetadata>
27
28
29
30 1.1 net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild
31
32 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild?rev=1.1&view=markup
33 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild?rev=1.1&content-type=text/plain
34
35 Index: arno-iptables-firewall-1.9.0_beta3.ebuild
36 ===================================================================
37 # Copyright 1999-2008 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-1.9.0_beta3.ebuild,v 1.1 2008/07/10 20:09:50 wolf31o2 Exp $
40
41 EAPI=1
42 MY_PV=${PV/_beta/-beta}
43
44 DESCRIPTION="Arno's iptables firewall script"
45 HOMEPAGE="http://rocky.molphys.leidenuniv.nl/"
46 SRC_URI="http://rocky.eld.leidenuniv.nl/iptables-firewall/${PN}_${MY_PV}.tar.gz"
47
48 LICENSE="GPL-2"
49 SLOT="0"
50 KEYWORDS="~amd64 ~x86"
51 IUSE="+plugins"
52
53 RDEPEND=">=net-firewall/iptables-1.2.5"
54
55 S=${WORKDIR}/${PN}_${MY_PV}
56
57 src_install() {
58 insinto /etc/arno-iptables-firewall
59 doins etc/arno-iptables-firewall/*
60
61 sed -e 's:local/::' \
62 contrib/Gentoo/firewall.conf > \
63 "${T}"/arno-iptables-firewall.confd
64 newconfd "${T}"/arno-iptables-firewall.confd arno-iptables-firewall
65 newinitd contrib/Gentoo/rc.firewall arno-iptables-firewall
66
67 dobin bin/arno-fwfilter
68 dosbin bin/arno-iptables-firewall
69
70 if use plugins
71 then
72 insinto /etc/arno-iptables-firewall/plugins
73 doins etc/arno-iptables-firewall/plugins/*
74
75 insinto /usr/share/arno-iptables-firewall/plugins
76 doins usr/share/arno-iptables-firewall/plugins/*.plugin
77
78 docinto plugins
79 dodoc usr/share/arno-iptables-firewall/plugins/*.CHANGELOG
80 fi
81
82 dodoc CHANGELOG README
83
84 doman man/arno-fwfilter.1 man/arno-iptables-firewall.8
85 }
86
87 pkg_postinst () {
88 elog "You will need to configure /etc/${PN}/firewall.conf before using this"
89 elog "package. To start the script, run:"
90 elog " /etc/init.d/${PN} start"
91 echo
92 elog "If you want to start this script at boot, run:"
93 elog " rc-update add ${PN} default"
94 echo
95 ewarn "When you stop this script, all firewall rules are flushed!"
96 echo
97 }
98
99
100
101 1.1 net-firewall/arno-iptables-firewall/ChangeLog
102
103 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog?rev=1.1&view=markup
104 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog?rev=1.1&content-type=text/plain
105
106 Index: ChangeLog
107 ===================================================================
108 # ChangeLog for net-firewall/arno-iptables-firewall
109 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
110 # $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog,v 1.1 2008/07/10 20:09:50 wolf31o2 Exp $
111
112 *arno-iptables-firewall-1.9.0_beta3 (10 Jul 2008)
113
114 10 Jul 2008; Chris Gianelloni <wolf31o2@g.o> +metadata.xml,
115 +arno-iptables-firewall-1.9.0_beta3.ebuild:
116 Initial import. Ebuild loosely based on previous ebuilds from Christian
117 Loitsch <gentoo-bug@×××××××.org> and Avuton Olrich <avuton@×××××.com>.
118 Closing bug #20726.
119
120
121
122
123 1.1 net-firewall/arno-iptables-firewall/Manifest
124
125 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/Manifest?rev=1.1&view=markup
126 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-firewall/arno-iptables-firewall/Manifest?rev=1.1&content-type=text/plain
127
128 Index: Manifest
129 ===================================================================
130 DIST arno-iptables-firewall_1.9.0-beta3.tar.gz 75440 RMD160 7e4c5501711c374f4658ccf467ee55535d2e6000 SHA1 d0aee286c2cc7c027973ee2c21cadf7e4015b516 SHA256 013d385da63d422435c8360c06f0e759bc254190909c3d2c4e50093c39e6b2e9
131 EBUILD arno-iptables-firewall-1.9.0_beta3.ebuild 1592 RMD160 0e3fd4bb27a7a5ee75f5a1d39d356707f4aeb8bd SHA1 4450f95de2f2d0dfb5436e1f1563bcc1292810cc SHA256 efa3ed8bb6abb8dace6f81788eafce7ff4d486e00486ab3bd8bd4d03660efff4
132 MISC ChangeLog 472 RMD160 8fe8e8998f186f4878661999215ea4ff11c83099 SHA1 fad896f03e7da54aecfc1a653da87d6c24e888ac SHA256 c7b4cc4520bf2d15862c0fcce430c14a78807987fb7a7d4baf2f9693860fe36a
133 MISC metadata.xml 258 RMD160 133b6bb51865513006c73d8867c868f3102e221c SHA1 bccefb2b5dabb110ad3ddfea1169edd407bd65a4 SHA256 634476d4db59138e91e9fc26d8f24ab4bba19e03a39235f466c118bb70011859
134
135
136
137 --
138 gentoo-commits@l.g.o mailing list