Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: cluster@g.o, robbat2@g.o, toolchain@g.o, suse@g.o, llvm@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH 06/12] sys-devel/distcc: Install dev-util/shadowman data file
Date: Thu, 17 Aug 2017 08:40:11
Message-Id: 20170817083641.3507-7-mgorny@gentoo.org
In Reply to: [gentoo-dev] [RFC] [PATCH] dev-util/shadowman: Unified tool to update ccache/distcc/icecc shadow dir by "Michał Górny"
1 ---
2 sys-devel/distcc/distcc-3.2_rc1-r5.ebuild | 3 +++
3 1 file changed, 3 insertions(+)
4
5 diff --git a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
6 index 741fa929f503..c91826e107c4 100644
7 --- a/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
8 +++ b/sys-devel/distcc/distcc-3.2_rc1-r5.ebuild
9 @@ -146,6 +146,9 @@ src_install() {
10 newins "doc/example/xinetd" distcc || die
11 fi
12
13 + insinto /usr/share/shadowman/tools
14 + newins - distcc <<<"${DCCC_PATH}"
15 +
16 rm -r "${ED}/etc/default" || die
17 rm "${ED}/etc/distcc/clients.allow" || die
18 rm "${ED}/etc/distcc/commands.allow.sh" || die
19 --
20 2.14.1