Gentoo Archives: gentoo-commits

From: Marc Schiffbauer <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-backup/bareos/
Date: Mon, 06 Sep 2021 22:30:58
Message-Id: 1630967204.68520b3c114bbe7f2eae22dae8f0c2937c188014.mschiff@gentoo
1 commit: 68520b3c114bbe7f2eae22dae8f0c2937c188014
2 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 6 22:17:46 2021 +0000
4 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 6 22:26:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68520b3c
7
8 app-backup/bareos: do not install bareos-regress.conf
9
10 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>
11
12 app-backup/bareos/bareos-20.0.2-r2.ebuild | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/app-backup/bareos/bareos-20.0.2-r2.ebuild b/app-backup/bareos/bareos-20.0.2-r2.ebuild
16 index edf65d1c2d9..5a71ec95200 100644
17 --- a/app-backup/bareos/bareos-20.0.2-r2.ebuild
18 +++ b/app-backup/bareos/bareos-20.0.2-r2.ebuild
19 @@ -194,6 +194,9 @@ src_install() {
20 # remove upstream init scripts and systemd units
21 rm -f "${D}"/etc/init.d/bareos-* "${D}"/lib/systemd/system/bareos-*.service
22
23 + # remove misc stuffwe do not need in production
24 + rm -f "${D}"/etc/bareos/bareos-regress.conf
25 +
26 # get rid of py2 stuff if USE=-vmware
27 if ! use vmware; then
28 rm -f "$D"/usr/lib64/bareos/plugin/{BareosFdPluginVMware.py,bareos-fd-vmware.py,python-fd.so}