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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8F732158009 for ; Wed, 28 Jun 2023 07:37:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A714E0920; Wed, 28 Jun 2023 07:37:52 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1310E0920 for ; Wed, 28 Jun 2023 07:37:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E0D7341001 for ; Wed, 28 Jun 2023 07:37:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF74DAD3 for ; Wed, 28 Jun 2023 07:37:47 +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: <1687937819.d912ee0782da559450799c33158c0c6975101e4b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/logwatch/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/logwatch/logwatch-7.8-r1.ebuild sys-apps/logwatch/logwatch-9999.ebuild X-VCS-Directories: sys-apps/logwatch/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d912ee0782da559450799c33158c0c6975101e4b X-VCS-Branch: master Date: Wed, 28 Jun 2023 07:37:47 +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: 785fe4f5-7a8d-4e8c-8cf3-e902a2bf6598 X-Archives-Hash: 88c09f7f3ce8b46108655a35b9aee09b commit: d912ee0782da559450799c33158c0c6975101e4b Author: Sam James gentoo org> AuthorDate: Wed Jun 28 07:28:25 2023 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jun 28 07:36:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d912ee07 sys-apps/logwatch: add missing selinux policy dep Signed-off-by: Sam James gentoo.org> sys-apps/logwatch/logwatch-7.8-r1.ebuild | 8 +++++--- sys-apps/logwatch/logwatch-9999.ebuild | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sys-apps/logwatch/logwatch-7.8-r1.ebuild b/sys-apps/logwatch/logwatch-7.8-r1.ebuild index a7ef017b044c..22edd4652a28 100644 --- a/sys-apps/logwatch/logwatch-7.8-r1.ebuild +++ b/sys-apps/logwatch/logwatch-7.8-r1.ebuild @@ -5,6 +5,9 @@ EAPI=8 inherit tmpfiles +DESCRIPTION="Analyzes and Reports on system logs" +HOMEPAGE="https://sourceforge.net/projects/logwatch/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}" inherit git-r3 @@ -13,11 +16,9 @@ else KEYWORDS="~alpha amd64 arm arm64 hppa ppc ppc64 sparc x86" fi -DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="https://sourceforge.net/projects/logwatch/" - LICENSE="MIT" SLOT="0" +IUSE="selinux" RDEPEND=" dev-lang/perl @@ -30,6 +31,7 @@ RDEPEND=" virtual/cron virtual/mta virtual/mailx + selinux? ( sec-policy/selinux-logwatch ) " src_install() { diff --git a/sys-apps/logwatch/logwatch-9999.ebuild b/sys-apps/logwatch/logwatch-9999.ebuild index 5f4d3a5769c8..7f77c326c65c 100644 --- a/sys-apps/logwatch/logwatch-9999.ebuild +++ b/sys-apps/logwatch/logwatch-9999.ebuild @@ -5,6 +5,9 @@ EAPI=8 inherit tmpfiles +DESCRIPTION="Analyzes and Reports on system logs" +HOMEPAGE="https://sourceforge.net/projects/logwatch/" + if [[ ${PV} == 9999 ]] ; then EGIT_REPO_URI="https://git.code.sf.net/p/logwatch/git ${PN}" inherit git-r3 @@ -13,11 +16,9 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" fi -DESCRIPTION="Analyzes and Reports on system logs" -HOMEPAGE="https://sourceforge.net/projects/logwatch/" - LICENSE="MIT" SLOT="0" +IUSE="selinux" RDEPEND=" dev-lang/perl @@ -30,6 +31,7 @@ RDEPEND=" virtual/cron virtual/mta virtual/mailx + selinux? ( sec-policy/selinux-logwatch ) " src_install() {