Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Wed, 11 May 2022 18:52:45
Message-Id: 1652295069.a2b9755b0f7a319bb777b28d0e7a707bb5b77e3c.floppym@gentoo
1 commit: a2b9755b0f7a319bb777b28d0e7a707bb5b77e3c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 11 18:51:09 2022 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 18:51:09 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b9755b
7
8 net-misc/iputils: do not move 'ping' to /bin
9
10 There's no real reason to put it there.
11
12 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
13
14 net-misc/iputils/iputils-99999999.ebuild | 9 ++-------
15 1 file changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
18 index 2b9db94847ff..9022c8970b5d 100644
19 --- a/net-misc/iputils/iputils-99999999.ebuild
20 +++ b/net-misc/iputils/iputils-99999999.ebuild
21 @@ -110,13 +110,8 @@ src_test() {
22 src_install() {
23 meson_src_install
24
25 - dodir /bin
26 - local my_bin
27 - for my_bin in $(usex arping arping '') ping ; do
28 - mv "${ED}"/usr/bin/${my_bin} "${ED}"/bin/ || die
29 - done
30 - dosym ping /bin/ping4
31 - dosym ping /bin/ping6
32 + dosym ping /usr/bin/ping4
33 + dosym ping /usr/bin/ping6
34
35 if use tracepath ; then
36 dosym tracepath /usr/bin/tracepath4