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 1AE3D158CB7 for ; Fri, 20 Aug 2021 11:04:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34911E0801; Fri, 20 Aug 2021 11:04:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 1A3E5E0801 for ; Fri, 20 Aug 2021 11:04:54 +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 AD918340FC2 for ; Fri, 20 Aug 2021 11:04:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0226D7DC for ; Fri, 20 Aug 2021 11:04:51 +0000 (UTC) From: "Marc Schiffbauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marc Schiffbauer" Message-ID: <1629456401.c59dabcf4a7f11fd022f4b6c9af391b13e424f58.mschiff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-backup/bareos/bareos-19.2.9-r1.ebuild app-backup/bareos/bareos-19.2.9-r2.ebuild X-VCS-Directories: app-backup/bareos/ X-VCS-Committer: mschiff X-VCS-Committer-Name: Marc Schiffbauer X-VCS-Revision: c59dabcf4a7f11fd022f4b6c9af391b13e424f58 X-VCS-Branch: master Date: Fri, 20 Aug 2021 11:04:51 +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: 85f0fd30-1d14-4d1b-a4e5-882ec033aede X-Archives-Hash: 0727ff6e7c3fd44f9e130bda5883f56d commit: c59dabcf4a7f11fd022f4b6c9af391b13e424f58 Author: Marc Schiffbauer gentoo org> AuthorDate: Fri Aug 20 10:27:56 2021 +0000 Commit: Marc Schiffbauer gentoo org> CommitDate: Fri Aug 20 10:46:41 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c59dabcf app-backup/bareos: add dep, get rid of timelimit add missing DEPEND with [ndmp] do not install timelimit tool Closes: https://bugs.gentoo.org/778557 Closes: https://bugs.gentoo.org/799179 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Marc Schiffbauer gentoo.org> .../bareos/{bareos-19.2.9-r1.ebuild => bareos-19.2.9-r2.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-backup/bareos/bareos-19.2.9-r1.ebuild b/app-backup/bareos/bareos-19.2.9-r2.ebuild similarity index 99% rename from app-backup/bareos/bareos-19.2.9-r1.ebuild rename to app-backup/bareos/bareos-19.2.9-r2.ebuild index 1c9bdced2c6..ee9872b9793 100644 --- a/app-backup/bareos/bareos-19.2.9-r1.ebuild +++ b/app-backup/bareos/bareos-19.2.9-r2.ebuild @@ -42,6 +42,7 @@ DEPEND=" ) ) logwatch? ( sys-apps/logwatch ) + ndmp? ( net-libs/rpcsvc-proto ) tcpd? ( sys-apps/tcp-wrappers ) readline? ( sys-libs/readline:0 ) static? ( @@ -185,6 +186,9 @@ src_install() { rm -f "${D}"/usr/libexec/bareos/{bareos,bareos-ctl-dir,bareos-ctl-fd,bareos-ctl-sd,startmysql,stopmysql} rm -f "${D}"/usr/sbin/bareos + # remove timelimit to fix #778557 + rm -f "${D}"/usr/{,s}bin/timelimit + # remove upstream init scripts rm -f "${D}"/etc/init.d/bareos-*