summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-09-10 07:19:23 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-09-10 07:19:23 +0000
commitdc96da5566d6e7a00b4525c48bb696febe69dcd9 (patch)
tree995906f0094533242141eb583c9e8fe3da4a5816 /net-firewall/arno-iptables-firewall
parentAdd proper dependency on dev-qt/qtdbus, wrt bug #484182. Thanks to Nikoli for... (diff)
downloadgentoo-2-dc96da5566d6e7a00b4525c48bb696febe69dcd9.tar.gz
gentoo-2-dc96da5566d6e7a00b4525c48bb696febe69dcd9.tar.bz2
gentoo-2-dc96da5566d6e7a00b4525c48bb696febe69dcd9.zip
Drop old revision
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'net-firewall/arno-iptables-firewall')
-rw-r--r--net-firewall/arno-iptables-firewall/ChangeLog6
-rw-r--r--net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d.ebuild101
2 files changed, 5 insertions, 102 deletions
diff --git a/net-firewall/arno-iptables-firewall/ChangeLog b/net-firewall/arno-iptables-firewall/ChangeLog
index 1159cfecd6b7..d236e963d651 100644
--- a/net-firewall/arno-iptables-firewall/ChangeLog
+++ b/net-firewall/arno-iptables-firewall/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-firewall/arno-iptables-firewall
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog,v 1.8 2013/09/06 19:54:18 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/ChangeLog,v 1.9 2013/09/10 07:19:23 pinkbyte Exp $
+
+ 10 Sep 2013; Sergey Popov <pinkbyte@gentoo.org>
+ -arno-iptables-firewall-2.0.1d.ebuild:
+ Drop old revision
*arno-iptables-firewall-2.0.1d-r2 (06 Sep 2013)
diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d.ebuild
deleted file mode 100644
index f4fa66ee7ef4..000000000000
--- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d.ebuild,v 1.1 2012/12/17 19:45:41 hwoarang Exp $
-
-EAPI=4
-
-DESCRIPTION="Arno's iptables firewall script"
-HOMEPAGE="http://rocky.eld.leidenuniv.nl"
-SRC_URI="http://rocky.eld.leidenuniv.nl/${PN}/${PN}_${PV}.tar.gz"
-
-S=${WORKDIR}/${PN}_${PV}
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="+plugins"
-
-DEPEND=">=net-firewall/iptables-1.2.5
- >=sys-apps/iproute2-2.6.35-r2"
-RDEPEND="${DEPEND}"
-
-inherit linux-info
-
-pkg_pretend() {
- if use kernel_linux; then
- if [[ -e "${EROOT}usr/src/linux/.config" ]]; then
- CONFIG_CHECK="IP_NF_IPTABLES"
- check_extra_config
- fi
-fi
-}
-
-src_prepare() {
- epatch "${FILESDIR}/rc.firewall_replace_opts.patch"
-}
-
-src_install() {
-
- insinto /etc/arno-iptables-firewall
-
- sed -e 's:/usr/local/share/:/usr/share/:' \
- etc/arno-iptables-firewall/firewall.conf > \
- "${T}"/firewall.conf || die
- doins "${T}"/firewall.conf
- doins etc/arno-iptables-firewall/custom-rules
-
- sed -e 's:local/::' \
- contrib/Gentoo/firewall.conf > \
- "${T}"/arno-iptables-firewall.confd || die
- newconfd "${T}"/arno-iptables-firewall.confd arno-iptables-firewall
- newinitd contrib/Gentoo/rc.firewall arno-iptables-firewall
-
- dobin bin/arno-fwfilter
- dosbin bin/arno-iptables-firewall
-
- insinto /usr/share/arno-iptables-firewall/
- doins share/arno-iptables-firewall/environment
-
- if use plugins
- then
- insinto /etc/arno-iptables-firewall/plugins
- doins etc/arno-iptables-firewall/plugins/*
-
- insinto /usr/share/arno-iptables-firewall/plugins
- doins share/arno-iptables-firewall/plugins/*.plugin
-
- exeinto /usr/share/arno-iptables-firewall/plugins
- doexe share/arno-iptables-firewall/plugins/dyndns-host-open-helper
-
- doexe share/arno-iptables-firewall/plugins/traffic-accounting-helper
- doexe share/arno-iptables-firewall/plugins/traffic-accounting-log-rotate
-
- doexe share/arno-iptables-firewall/plugins/traffic-accounting-show
-
- docinto plugins
- dodoc share/arno-iptables-firewall/plugins/*.CHANGELOG
- fi
-
- dodoc CHANGELOG README
-
- doman share/man/man1/arno-fwfilter.1 \
- share/man/man8/arno-iptables-firewall.8
-
-}
-
-pkg_postinst () {
- elog "You will need to configure /etc/${PN}/firewall.conf before using this"
- elog "package. To start the script, run:"
- elog " /etc/init.d/${PN} start"
- echo
- elog "If you want to start this script at boot, run:"
- elog " rc-update add ${PN} default"
- echo
- ewarn "When you start the firewall, the default is to"
- ewarn "DROP ALL existing connections! So be careful when installing"
- ewarn "on a remote host! There is an option to disable this behaviour"
- ewarn "for testing."
- echo
- ewarn "When you stop this script, all firewall rules are flushed!"
- echo
-}