From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7D59413835A for ; Sat, 8 May 2021 19:11:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC93E0874; Sat, 8 May 2021 19:11:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2BFECE0874 for ; Sat, 8 May 2021 19:11:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5DC3335D98 for ; Sat, 8 May 2021 19:11:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B85E63D for ; Sat, 8 May 2021 19:11:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620501071.42abe286d312eab08bc17029f6f9b9cd62135c9f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/arptables/Manifest net-firewall/arptables/arptables-0.0.4.ebuild net-firewall/arptables/arptables-0.0.5.ebuild X-VCS-Directories: net-firewall/arptables/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 42abe286d312eab08bc17029f6f9b9cd62135c9f X-VCS-Branch: master Date: Sat, 8 May 2021 19:11:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9798fa8c-3b4b-4e3f-87ca-73a19a3529cb X-Archives-Hash: 0438a96e551553a50d15071a8f5fb8f6 commit: 42abe286d312eab08bc17029f6f9b9cd62135c9f Author: David Seifert gentoo org> AuthorDate: Sat May 8 19:11:11 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat May 8 19:11:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42abe286 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 gentoo.org> net-firewall/arptables/Manifest | 1 - net-firewall/arptables/arptables-0.0.4.ebuild | 32 ------------------------- net-firewall/arptables/arptables-0.0.5.ebuild | 34 --------------------------- 3 files changed, 67 deletions(-) diff --git a/net-firewall/arptables/Manifest b/net-firewall/arptables/Manifest index 32ec8d11764..b7bdc03d93a 100644 --- a/net-firewall/arptables/Manifest +++ b/net-firewall/arptables/Manifest @@ -1,2 +1 @@ DIST arptables-0.0.5.tar.gz 52247 BLAKE2B 860aac1af315f188ecb7f17956f9225c2a9ec007882d102be8edc9fecc9400928f4200e95283f0ecc27c4c3ae0b409887445ed79a330cef2e2d00444db83c01f SHA512 fe7f909b45a1bdc435a8307352fe2dc9c292bb7c6cf4a4d13cc2728f447b3da14a07a4dd6dc25b7872895e4e26561681f1fed25ce517102ae762701bcbcbf104 -DIST arptables-v0.0.4.tar.gz 45380 BLAKE2B a256aa280aa65fae8c5b17477fedb3fed4973e8d76746d5832184858b77111eb22bec63211a1ddfb74d25bdc23b0f237caf5ac7effa85433d0f63c51e23a3ef1 SHA512 bd84e93ab5e0a038753aa17dae9e1f48364f2d2b1492dce2edac117e21edd5aa912be7b9e21bf4fb3698031d2f765a75fa067fe10ce20a1c8951ae7efcc5dbbd 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 f5362319242..00000000000 --- 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 -} diff --git a/net-firewall/arptables/arptables-0.0.5.ebuild b/net-firewall/arptables/arptables-0.0.5.ebuild deleted file mode 100644 index 8484f81cf19..00000000000 --- a/net-firewall/arptables/arptables-0.0.5.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit toolchain-funcs - -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}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -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 -e 's:__EXEC_PATH__:/sbin:g' \ - -i arptables-save arptables-restore || die "sed failed" -} - -src_install() { - emake \ - PREFIX="${ED}"/ \ - LIBDIR="${ED}/$(get_libdir)" \ - SYSCONFIGDIR="${ED}"/etc \ - MANDIR="${ED}"/usr/share/man \ - install - - dosym arptables-legacy /sbin/arptables - newman arptables-legacy.8 arptables.8 -}