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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8A276158094 for ; Fri, 15 Jul 2022 01:26:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06111E1145; Fri, 15 Jul 2022 01:26:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC687E1144 for ; Fri, 15 Jul 2022 01:26:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B747E340C1C for ; Fri, 15 Jul 2022 01:26:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9A2B53F for ; Fri, 15 Jul 2022 01:26:28 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1657848190.d927284e8cebc422680d483511f86c9d3ccc576f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ferm/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/ferm/Manifest net-firewall/ferm/ferm-2.7.ebuild X-VCS-Directories: net-firewall/ferm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d927284e8cebc422680d483511f86c9d3ccc576f X-VCS-Branch: master Date: Fri, 15 Jul 2022 01:26:28 +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: 9e18bd6d-0bf8-4659-9698-c3e36ef3df17 X-Archives-Hash: 9f534e723ecc173822c4ea44e56417bd commit: d927284e8cebc422680d483511f86c9d3ccc576f Author: Tomáš Mózes gmail com> AuthorDate: Wed Jul 13 07:06:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jul 15 01:23:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d927284e net-firewall/ferm: bump to 2.7 Signed-off-by: Tomáš Mózes gmail.com> Signed-off-by: Sam James gentoo.org> net-firewall/ferm/Manifest | 1 + net-firewall/ferm/ferm-2.7.ebuild | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/net-firewall/ferm/Manifest b/net-firewall/ferm/Manifest index 5911cbd03b28..c922ceca1f20 100644 --- a/net-firewall/ferm/Manifest +++ b/net-firewall/ferm/Manifest @@ -1,2 +1,3 @@ DIST ferm-2.5.1.tar.xz 74860 BLAKE2B 8ad76918f45516dcbee18922600690f9d1c418ee62b0edc3eef43c09138fbf3c2d820cb692d855deb779adc183122591e88929f130b25fc658f4e1fae9393430 SHA512 bc7228fbf452722fef54519fec97d3548bc73ec5350aa1f7dd68aa2ac35c233f6fae6aeee6bf687c478cc58f20afab3ce25dd237cd68ebe2eb9b23c77d29e4ab DIST ferm-2.6.tar.xz 76748 BLAKE2B 17c15e9d95c4562d1635715c599ab07fc98d8e9ebfcc332a42953fe279298799f26f7b3679f97e5dc9a82b745f70f54756fe2a9ed5763e91db15f7c0255c179e SHA512 af2bb852630304a86629c2ce3af8f557d17f59c704589ea130d8578f300a606e4fedbd39c88f89646df974947fc27982e3ea21de1187257afc74a6056fdf666c +DIST ferm-2.7.tar.xz 77320 BLAKE2B 1c7b9e111b86cebc5c0f503e96422d3411b14eb18621268653262926be3e2493b6e66869d607feddbcdb945dada8960f40f166202e3b61a6e93007683fa3a38b SHA512 bbc0e025514c8bf826dd0c13c24cba64b2729380bce5ab8f0e1a72c4f22471edc4fcd2c343cf9af97a2e9bd204ba27feefcfe21d4b0ce53837be042f863c9c24 diff --git a/net-firewall/ferm/ferm-2.7.ebuild b/net-firewall/ferm/ferm-2.7.ebuild new file mode 100644 index 000000000000..13e74b23ec9e --- /dev/null +++ b/net-firewall/ferm/ferm-2.7.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit systemd + +DESCRIPTION="Command line util for managing firewall rules" +HOMEPAGE="http://ferm.foo-projects.org/" +SRC_URI="http://ferm.foo-projects.org/download/${PV}/${P}.tar.xz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" + +# Uses Internet connection while testing. +RESTRICT="test" + +# does not install any perl libs +RDEPEND="dev-lang/perl:* + net-firewall/iptables + virtual/perl-File-Spec" + +DOCS=( AUTHORS NEWS README.rst TODO doc/ferm.txt examples/ ) +HTML_DOCS=( doc/ferm.html ) + +src_install() { + dosbin src/{,import-}ferm + systemd_dounit ferm.service + + einstalldocs + doman doc/*.1 +} + +pkg_postinst() { + elog "See ${EROOT}/usr/share/doc/${PF}/examples for sample configs" +}