net-analyzer/wireshark: Fix install to avoid calling doins per-file
authorMichał Górny <mgorny@gentoo.org>
Wed, 13 Jun 2018 06:51:23 +0000 (08:51 +0200)
committerZero_Chaos <zerochaos@gentoo.org>
Thu, 28 Jun 2018 14:43:05 +0000 (10:43 -0400)
commit93e113d4477dccfc195947272eeb76cc6e9d42ef
tree969d50d0a34a20e4ceb791e585e27785dca1cfbe
parentdd3202f3784c1e0f7eac618848a9ef6a48a1c2f8
net-analyzer/wireshark: Fix install to avoid calling doins per-file

Call doins per-directory rather than per-file.  doins accept multiple
arguments, so it's entirely silly to iterate and call it separately
for each file; not to mention that thanks to new Python implementation
in Portage it is veeeeery slow.  This patch reduces install time by
around 10 minutes.

Closes: https://bugs.gentoo.org/656834
net-analyzer/wireshark/wireshark-2.6.1.ebuild