mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
net-firewall/ferm: drop 2.6, EAPI=7--
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
This commit is contained in:
parent
469192f748
commit
359322bc16
@ -1,2 +1 @@
|
||||
DIST ferm-2.6.tar.xz 76748 BLAKE2B 17c15e9d95c4562d1635715c599ab07fc98d8e9ebfcc332a42953fe279298799f26f7b3679f97e5dc9a82b745f70f54756fe2a9ed5763e91db15f7c0255c179e SHA512 af2bb852630304a86629c2ce3af8f557d17f59c704589ea130d8578f300a606e4fedbd39c88f89646df974947fc27982e3ea21de1187257afc74a6056fdf666c
|
||||
DIST ferm-2.7.tar.xz 77320 BLAKE2B 1c7b9e111b86cebc5c0f503e96422d3411b14eb18621268653262926be3e2493b6e66869d607feddbcdb945dada8960f40f166202e3b61a6e93007683fa3a38b SHA512 bbc0e025514c8bf826dd0c13c24cba64b2729380bce5ab8f0e1a72c4f22471edc4fcd2c343cf9af97a2e9bd204ba27feefcfe21d4b0ce53837be042f863c9c24
|
||||
|
||||
@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
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"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user