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 D8448139000 for ; Sat, 31 Jul 2021 00:33:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24BC6E089A; Sat, 31 Jul 2021 00:33:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 0E7A2E0898 for ; Sat, 31 Jul 2021 00:33:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 B334B343804 for ; Sat, 31 Jul 2021 00:33:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51F5A7CB for ; Sat, 31 Jul 2021 00:33:04 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1627691573.ab8b0d3c153afeb3447963dcc4807fc41a288df6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/pglinux/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-firewall/pglinux/metadata.xml net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild X-VCS-Directories: net-firewall/pglinux/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ab8b0d3c153afeb3447963dcc4807fc41a288df6 X-VCS-Branch: master Date: Sat, 31 Jul 2021 00:33:04 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: bff26755-a94b-4a6e-b5ae-a97fb6e05184 X-Archives-Hash: 70a2fbd6708f1047b01f9b9df9c0f52d commit: ab8b0d3c153afeb3447963dcc4807fc41a288df6 Author: Sam James gentoo org> AuthorDate: Sat Jul 31 00:32:45 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jul 31 00:32:53 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab8b0d3c net-firewall/pglinux: [QA] unconditionally install logrotate files QA policy [0] says that we don't conditionalise installation of small files. It's a wasteful rebuild and inconsistent across packages for when users desire completions to be available. [0] https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0301 Signed-off-by: Sam James gentoo.org> net-firewall/pglinux/metadata.xml | 1 - ...inux-2.3.1_p20171006.ebuild => pglinux-2.3.1_p20171006-r1.ebuild} | 5 ++--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/net-firewall/pglinux/metadata.xml b/net-firewall/pglinux/metadata.xml index dcc75e5ecdc..e2699e133a8 100644 --- a/net-firewall/pglinux/metadata.xml +++ b/net-firewall/pglinux/metadata.xml @@ -10,7 +10,6 @@ Install cron script - Install logrotate.d file PeerGuardian Linux (pgl) is a privacy oriented firewall application. It blocks diff --git a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild similarity index 95% rename from net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild rename to net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild index 4c8bd3811e7..c3893308ef3 100644 --- a/net-firewall/pglinux/pglinux-2.3.1_p20171006.ebuild +++ b/net-firewall/pglinux/pglinux-2.3.1_p20171006-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://sourceforge.net/code-snapshots/git/p/pe/peerguardian/code.git/p LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="cron dbus logrotate networkmanager qt5 zlib" +IUSE="cron dbus networkmanager qt5 zlib" REQUIRED_USE="qt5? ( dbus )" DEPEND=" @@ -35,7 +35,6 @@ RDEPEND="${DEPEND} net-firewall/iptables sys-apps/sysvinit cron? ( virtual/cron ) - logrotate? ( app-admin/logrotate ) networkmanager? ( net-misc/networkmanager:= ) " BDEPEND=" @@ -77,9 +76,9 @@ src_configure() { --with-iconsdir=/usr/share/icons/hicolor/128x128/apps --with-gentoo-init --localstatedir=/var + --enable-logrotate $(use_enable cron) $(use_enable dbus) - $(use_enable logrotate) $(use_enable networkmanager) $(use_with qt5) LRELEASE=$(qt5_get_bindir)/lrelease