Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
Date: Thu, 21 May 2020 18:55:31
Message-Id: 1590087318.859a0561299baaa12fab87388ca2c6ac715a47b8.asturm@gentoo
1 commit: 859a0561299baaa12fab87388ca2c6ac715a47b8
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 21 18:54:54 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu May 21 18:55:18 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=859a0561
7
8 net-firewall/fwbuilder: EAPI-7, fix HOMEPAGE, fix DESCRIPTION, xdg-utils
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild | 14 +++++++-------
14 1 file changed, 7 insertions(+), 7 deletions(-)
15
16 diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
17 index c1b9b02547e..23cb633f9ae 100644
18 --- a/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
19 +++ b/net-firewall/fwbuilder/fwbuilder-5.3.7.ebuild
20 @@ -1,12 +1,12 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="6"
26 +EAPI=7
27
28 -inherit autotools gnome2-utils qmake-utils
29 +inherit autotools qmake-utils xdg-utils
30
31 -DESCRIPTION="A firewall GUI"
32 -HOMEPAGE="http://www.fwbuilder.org/"
33 +DESCRIPTION="GUI management for iptables, PF, Cisco ASA/PIX/FWSM, Cisco router ACL and more"
34 +HOMEPAGE="https://github.com/fwbuilder/fwbuilder"
35 SRC_URI="https://github.com/fwbuilder/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
36
37 LICENSE="GPL-2+"
38 @@ -61,12 +61,12 @@ src_install() {
39 }
40
41 pkg_postinst() {
42 - gnome2_icon_cache_update
43 + xdg_icon_cache_update
44
45 elog "You need to install sys-apps/iproute2"
46 elog "in order to run the firewall script."
47 }
48
49 pkg_postrm() {
50 - gnome2_icon_cache_update
51 + xdg_icon_cache_update
52 }