From bb22e9883c77f170e6eab38d8fdc0972b461d15d Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Wed, 7 Oct 2015 14:54:02 +0800 Subject: net-firewall/arno-iptables-firewall: remove -2.0.1d-r2 and its patches request by maintainer in Gentoo Bug: #559858 Package-Manager: portage-2.2.20.1 --- net-firewall/arno-iptables-firewall/Manifest | 1 - .../arno-iptables-firewall-2.0.1d-r2.ebuild | 90 ---------------------- .../files/arno-iptables-firewall.service | 14 ---- .../files/rc.firewall_replace_opts.patch | 11 --- 4 files changed, 116 deletions(-) delete mode 100644 net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d-r2.ebuild delete mode 100644 net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service delete mode 100644 net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch (limited to 'net-firewall') diff --git a/net-firewall/arno-iptables-firewall/Manifest b/net-firewall/arno-iptables-firewall/Manifest index fe6daf6def7e..098487d96e15 100644 --- a/net-firewall/arno-iptables-firewall/Manifest +++ b/net-firewall/arno-iptables-firewall/Manifest @@ -1,3 +1,2 @@ -DIST arno-iptables-firewall_2.0.1d.tar.gz 125329 SHA256 177343362063125985e8b0008fe69bc6ca8d3ba252cfa35a316e708f52fef9c6 SHA512 a99f4fcf4f84a47cc1bda26b39e4f3dc7e10b74f3aeaea8a2519bf18f43ff08ec0bfbd0f078ac36ce12da31d3ac0eabc51231b4559cadca13cd4d75e0940bf9d WHIRLPOOL 2dd56678015cf49ed9442c63c5455c70e72a6f252d9278a56ae1eaabda34d597c44f7fdb97695656882754776385778a5e67d83e7e35e4554e5765e3a0e68b13 DIST arno-iptables-firewall_2.0.1e.tar.gz 126238 SHA256 fa7b865e5d9b8e077cba73b2f28695a2fd691092a0a7f9e1c16ee369fc27fe43 SHA512 244b3bbf08b2d97128908aece487388bb71ced002cc129885144f4eacf9cf6053c9eb1225a1cd33fdefc502f1e6822a85710d35a7884e99cfde35d34f3fd4f70 WHIRLPOOL f6c1b5ade8b4acdcc4c8e90e19a84335c3932d2a58bbba2221a91b7cbd228c4d6072af6e21836314d86ef005780b47c5ce85198219b345116af529178e2133c1 DIST arno-iptables-firewall_2.0.1f-rc1.tar.gz 129834 SHA256 84f3e96bb85dbcad2916922d537aa0f188df59ece7ea9d9c0f669468938713e0 SHA512 cf7c2f97e74e01be48a8206be3116156740dfd2022df957651b587de1492157363249c067a778209c1e239f53c30426c32e6b1f901949c37ab2b5d690542d620 WHIRLPOOL 969e09b206cf1e132e93151461297fdb3b40ba849b4b4c9ff9e2ef8095526e4e8340b348e2bc97cfe9838b7de3f42cb1acae7c21d6261dcab5392e26ba81afc4 diff --git a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d-r2.ebuild b/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d-r2.ebuild deleted file mode 100644 index b61173224188..000000000000 --- a/net-firewall/arno-iptables-firewall/arno-iptables-firewall-2.0.1d-r2.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit readme.gentoo systemd - -DESCRIPTION="Arno's iptables firewall script" -HOMEPAGE="http://rocky.eld.leidenuniv.nl" -SRC_URI="http://rocky.eld.leidenuniv.nl/${PN}/${PN}_${PV}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="+plugins" - -# sys-apps/coreutils dependency wrt -# https://bugs.gentoo.org/show_bug.cgi?id=448716 - -DEPEND="" -RDEPEND="net-firewall/iptables - || ( sys-apps/coreutils-8.20-r1 ) - sys-apps/iproute2 - plugins? ( net-dns/bind-tools )" - -S="${WORKDIR}/${PN}_${PV}" - -DISABLE_AUTOFORMATTING="yes" -DOC_CONTENTS="You will need to configure /etc/${PN}/firewall.conf -before using this package. To start the script, run: - -/etc/init.d/${PN} start (for openRC) -systemctl start ${PN} (for Systemd) - -If you want to start this script at boot, run: - -rc-update add ${PN} default (for openRC) -systemctl enable ${PN} (for Systemd)" - -src_prepare() { - sed -i -e 's:/usr/local/share/:/usr/libexec/:' \ - etc/"${PN}"/firewall.conf || die "Sed failed!" -} - -src_install() { - - insinto /etc/"${PN}" - doins etc/"${PN}"/firewall.conf - doins etc/"${PN}"/custom-rules - - doinitd "${FILESDIR}/${PN}" - systemd_dounit "${FILESDIR}/${PN}.service" - - dobin bin/arno-fwfilter - dosbin bin/"${PN}" - - insinto /usr/libexec/"${PN}" - doins share/"${PN}"/environment - - dodoc CHANGELOG README - readme.gentoo_create_doc - - if use plugins - then - insinto /etc/"${PN}"/plugins - doins etc/"${PN}"/plugins/* - - insinto /usr/libexec/"${PN}"/plugins - doins share/"${PN}"/plugins/*.plugin - - exeinto /usr/libexec/"${PN}"/plugins - doexe share/"${PN}"/plugins/dyndns-host-open-helper - doexe share/"${PN}"/plugins/traffic-accounting-helper - doexe share/"${PN}"/plugins/traffic-accounting-log-rotate - doexe share/"${PN}"/plugins/traffic-accounting-show - - docinto plugins - dodoc share/"${PN}"/plugins/*.CHANGELOG - fi - - doman share/man/man1/arno-fwfilter.1 \ - share/man/man8/"${PN}".8 -} - -pkg_postinst () { - ewarn "When you stop this script, all firewall rules are flushed!" - ewarn "Make sure to not use multiple firewall scripts simultaneously" - ewarn "unless you know what you are doing!" - readme.gentoo_print_elog -} diff --git a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service b/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service deleted file mode 100644 index e663f08a08eb..000000000000 --- a/net-firewall/arno-iptables-firewall/files/arno-iptables-firewall.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=A secure stateful firewall for both single and multi-homed machine -Before=network.target -Wants=network.target - -[Service] -Type=oneshot -ExecStart=/usr/sbin/arno-iptables-firewall start -ExecStop=/usr/sbin/arno-iptables-firewall stop -ExecReload=/usr/sbin/arno-iptables-firewall force-reload -RemainAfterExit=yes - -[Install] -WantedBy=multi-user.target diff --git a/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch b/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch deleted file mode 100644 index 6c271d5584b3..000000000000 --- a/net-firewall/arno-iptables-firewall/files/rc.firewall_replace_opts.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- contrib/Gentoo/rc.firewall 2012-11-29 08:44:13.000000000 +0100 -+++ contrib/Gentoo/rc.firewall.new 2012-12-15 18:38:12.179072084 +0100 -@@ -1,6 +1,7 @@ - #!/sbin/runscript - --opts="${opts} stats help reload" -+extra_commands="stats help" -+extra_started_commands="reload" - - depend() { - before net -- cgit v1.2.3-65-gdbad