summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-05-08 21:11:11 +0200
committerDavid Seifert <soap@gentoo.org>2021-05-08 21:11:11 +0200
commit42abe286d312eab08bc17029f6f9b9cd62135c9f (patch)
tree4fbaa2196982d737602151b06088f6c5e95fe5ef /net-firewall/arptables/arptables-0.0.4.ebuild
parentnet-firewall/ebtables: Remove old 2.0.11-r2 (diff)
downloadgentoo-42abe286d312eab08bc17029f6f9b9cd62135c9f.tar.gz
gentoo-42abe286d312eab08bc17029f6f9b9cd62135c9f.tar.bz2
gentoo-42abe286d312eab08bc17029f6f9b9cd62135c9f.zip
net-firewall/arptables: Remove old 0.0.4, 0.0.5
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-firewall/arptables/arptables-0.0.4.ebuild')
-rw-r--r--net-firewall/arptables/arptables-0.0.4.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/net-firewall/arptables/arptables-0.0.4.ebuild b/net-firewall/arptables/arptables-0.0.4.ebuild
deleted file mode 100644
index f53623192423..000000000000
--- a/net-firewall/arptables/arptables-0.0.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-MY_P="${PN}-v${PV}"
-
-DESCRIPTION="set up, maintain, and inspect the tables of ARP rules in the Linux kernel"
-HOMEPAGE="http://ebtables.sourceforge.net/"
-SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
- # -O0 does not work and at least -O2 is required, bug #240752
- emake CC="$(tc-getCC)" COPT_FLAGS="-O2 ${CFLAGS//-O0/-O2}"
- sed -ie 's:__EXEC_PATH__:/sbin:g' arptables-save arptables-restore \
- || die "sed failed"
-}
-
-src_install() {
- into /
- dosbin arptables arptables-restore arptables-save
- doman arptables.8
-}