Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/
Date: Thu, 23 Nov 2017 20:49:32
Message-Id: 1511470145.92703cae06bcaa87658bcea53bcff7e6db451d7d.ulm@gentoo
1 commit: 92703cae06bcaa87658bcea53bcff7e6db451d7d
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 22 17:30:52 2017 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 23 20:49:05 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92703cae
7
8 net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries.
9
10 This function is deprecated since a long time.
11
12 Bug: https://bugs.gentoo.org/612306
13 Package-Manager: Portage-2.3.14, Repoman-2.3.6
14
15 net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild | 4 +---
16 net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 2 --
17 2 files changed, 1 insertion(+), 5 deletions(-)
18
19 diff --git a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
20 index beadb373cea..a43be83fccb 100644
21 --- a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
22 +++ b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2013 Gentoo Foundation
25 +# Copyright 1999-2017 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="4"
29 @@ -45,8 +45,6 @@ src_install() {
30 }
31
32 pkg_postinst() {
33 - validate_desktop_entries
34 -
35 elog "You need to emerge sys-apps/iproute2 on the machine"
36 elog "that will run the firewall script."
37 }
38
39 diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
40 index 9ae8b3f7a8a..153671b7ee5 100644
41 --- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
42 +++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild
43 @@ -38,8 +38,6 @@ src_install() {
44 }
45
46 pkg_postinst() {
47 - validate_desktop_entries
48 -
49 elog "You need to emerge sys-apps/iproute2"
50 elog "in order to run the firewall script."
51 }