From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E14CA139083 for ; Thu, 23 Nov 2017 20:49:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4C89CE0C11; Thu, 23 Nov 2017 20:49:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15C0AE0C11 for ; Thu, 23 Nov 2017 20:49:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4CA9F33FE7D for ; Thu, 23 Nov 2017 20:49:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C8D46A524 for ; Thu, 23 Nov 2017 20:49:29 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1511470145.92703cae06bcaa87658bcea53bcff7e6db451d7d.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/fwbuilder/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild X-VCS-Directories: net-firewall/fwbuilder/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 92703cae06bcaa87658bcea53bcff7e6db451d7d X-VCS-Branch: master Date: Thu, 23 Nov 2017 20:49:29 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 11cebf57-c3f9-4ee8-a923-c961ce5de68a X-Archives-Hash: 64983cdfa179f468443ad45536f90ce0 commit: 92703cae06bcaa87658bcea53bcff7e6db451d7d Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 22 17:30:52 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Nov 23 20:49:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92703cae net-firewall/fwbuilder: [QA] Remove call to validate_desktop_entries. This function is deprecated since a long time. Bug: https://bugs.gentoo.org/612306 Package-Manager: Portage-2.3.14, Repoman-2.3.6 net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild | 4 +--- net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild | 2 -- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild index beadb373cea..a43be83fccb 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.0.1.3592-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -45,8 +45,6 @@ src_install() { } pkg_postinst() { - validate_desktop_entries - elog "You need to emerge sys-apps/iproute2 on the machine" elog "that will run the firewall script." } diff --git a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild index 9ae8b3f7a8a..153671b7ee5 100644 --- a/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild +++ b/net-firewall/fwbuilder/fwbuilder-5.3.6.ebuild @@ -38,8 +38,6 @@ src_install() { } pkg_postinst() { - validate_desktop_entries - elog "You need to emerge sys-apps/iproute2" elog "in order to run the firewall script." }