commit:     859a0561299baaa12fab87388ca2c6ac715a47b8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu May 21 18:54:54 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu May 21 18:55:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859a0561

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 <asturm <AT> gentoo.org>

 net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild 
b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
index c1b9b02547e..23cb633f9ae 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
 }

Reply via email to