From 859a0561299baaa12fab87388ca2c6ac715a47b8 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Thu, 21 May 2020 20:54:54 +0200 Subject: net-firewall/fwbuilder: EAPI-7, fix HOMEPAGE, fix DESCRIPTION, xdg-utils Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner --- net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'net-firewall') diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild index c1b9b02547ef..23cb633f9aee 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI=7 -inherit autotools gnome2-utils qmake-utils +inherit autotools qmake-utils xdg-utils -DESCRIPTION="A firewall GUI" -HOMEPAGE="http://www.fwbuilder.org/" +DESCRIPTION="GUI management for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more" +HOMEPAGE="https://github.com/fwbuilder/fwbuilder" SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" @@ -61,12 +61,12 @@ src_install() { } pkg_postinst() { - gnome2_icon_cache_update + xdg_icon_cache_update elog "You need to install sys-apps/iproute2" elog "in order to run the firewall script." } pkg_postrm() { - gnome2_icon_cache_update + xdg_icon_cache_update } -- cgit v1.2.3-65-gdbad