commit: c59dabcf4a7f11fd022f4b6c9af391b13e424f58 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Fri Aug 20 10:27:56 2021 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> 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 <mschiff <AT> 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-*
