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 E0F3413832E for ; Thu, 28 Jul 2016 02:31:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C053EE094C; Thu, 28 Jul 2016 02:31:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 547D8E094C for ; Thu, 28 Jul 2016 02:31:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D7B92340CFA for ; Thu, 28 Jul 2016 02:31:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133927E2 for ; Thu, 28 Jul 2016 02:31:21 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1469673065.bdbdb25690ae686cdb5316b5cf572389f8ba6e34.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/firewalld/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/firewalld/firewalld-0.3.13.ebuild net-firewall/firewalld/firewalld-0.4.2-r1.ebuild net-firewall/firewalld/firewalld-0.4.2.ebuild X-VCS-Directories: net-firewall/firewalld/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: bdbdb25690ae686cdb5316b5cf572389f8ba6e34 X-VCS-Branch: master Date: Thu, 28 Jul 2016 02:31:21 +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: 4bd99c69-8ad6-4c5e-bc0f-41a0f1f0c0c6 X-Archives-Hash: 80b090376b38e378fd69bc9d4e068f51 commit: bdbdb25690ae686cdb5316b5cf572389f8ba6e34 Author: Matthias Maier gentoo org> AuthorDate: Thu Jul 28 02:30:07 2016 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Jul 28 02:31:05 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdbdb256 net-firewall/firewalld: Do not install /etc/xdg/autostart/* for -gui; #568844 Package-Manager: portage-2.2.28 net-firewall/firewalld/firewalld-0.3.13.ebuild | 1 + .../firewalld/{firewalld-0.4.2.ebuild => firewalld-0.4.2-r1.ebuild} | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/net-firewall/firewalld/firewalld-0.3.13.ebuild b/net-firewall/firewalld/firewalld-0.3.13.ebuild index ac99242..091ee2c 100644 --- a/net-firewall/firewalld/firewalld-0.3.13.ebuild +++ b/net-firewall/firewalld/firewalld-0.3.13.ebuild @@ -73,6 +73,7 @@ src_install() { # For non-gui installs we need to remove GUI bits if ! use gui; then + rm -rf "${D}/etc/xdg/autostart" rm -f "${D}/usr/bin/firewall-applet" rm -f "${D}/usr/bin/firewall-config" rm -rf "${D}/usr/share/icons" diff --git a/net-firewall/firewalld/firewalld-0.4.2.ebuild b/net-firewall/firewalld/firewalld-0.4.2-r1.ebuild similarity index 98% rename from net-firewall/firewalld/firewalld-0.4.2.ebuild rename to net-firewall/firewalld/firewalld-0.4.2-r1.ebuild index 7fa5f1d..ced9890 100644 --- a/net-firewall/firewalld/firewalld-0.4.2.ebuild +++ b/net-firewall/firewalld/firewalld-0.4.2-r1.ebuild @@ -82,10 +82,11 @@ src_install() { # For non-gui installs we need to remove GUI bits if ! use gui; then + rm -rf "${D}/etc/xdg/autostart" rm -f "${D}/usr/bin/firewall-applet" rm -f "${D}/usr/bin/firewall-config" - rm -rf "${D}/usr/share/icons" rm -rf "${D}/usr/share/applications" + rm -rf "${D}/usr/share/icons" fi newinitd "${FILESDIR}"/firewalld.init firewalld