Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/iputils/
Date: Fri, 19 Jul 2019 11:06:53
Message-Id: 1563534111.8fab61d0c84583dc7ebdf2a5c43a40d5eaf9914e.whissi@gentoo
1 commit: 8fab61d0c84583dc7ebdf2a5c43a40d5eaf9914e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 19 11:01:51 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 19 11:01:51 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fab61d0
7
8 net-misc/iputils: update live ebuild
9
10 Package-Manager: Portage-2.3.68, Repoman-2.3.16
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 net-misc/iputils/iputils-99999999.ebuild | 13 ++++++++-----
14 1 file changed, 8 insertions(+), 5 deletions(-)
15
16 diff --git a/net-misc/iputils/iputils-99999999.ebuild b/net-misc/iputils/iputils-99999999.ebuild
17 index 4e19ac8bb2b..ffc2311cad4 100644
18 --- a/net-misc/iputils/iputils-99999999.ebuild
19 +++ b/net-misc/iputils/iputils-99999999.ebuild
20 @@ -7,7 +7,7 @@
21 # To regenerate man/html pages emerge iputils-99999999[doc] with
22 # EGIT_COMMIT set to release tag and tar ${S}/doc folder.
23
24 -EAPI="6"
25 +EAPI="7"
26
27 PLOCALES="ja"
28
29 @@ -29,6 +29,11 @@ LICENSE="BSD GPL-2+ rdisc"
30 SLOT="0"
31 IUSE="+arping caps clockdiff doc gcrypt idn ipv6 libressl nettle nls rarpd rdisc SECURITY_HAZARD ssl static tftpd tracepath traceroute6"
32
33 +BDEPEND="
34 + virtual/os-headers
35 + virtual/pkgconfig
36 +"
37 +
38 LIB_DEPEND="
39 caps? ( sys-libs/libcap[static-libs(+)] )
40 idn? ( net-dns/libidn2:=[static-libs(+)] )
41 @@ -53,12 +58,12 @@ RDEPEND="
42 traceroute6? ( !net-analyzer/traceroute )
43 !static? ( ${LIB_DEPEND//\[static-libs(+)]} )
44 "
45 +
46 DEPEND="
47 ${RDEPEND}
48 static? ( ${LIB_DEPEND} )
49 - virtual/os-headers
50 - virtual/pkgconfig
51 "
52 +
53 if [[ ${PV} == "99999999" ]] ; then
54 DEPEND+="
55 app-text/docbook-xml-dtd:4.2
56 @@ -160,7 +165,6 @@ src_install() {
57 local -a man_pages
58 local -a html_man_pages
59
60 - local oifs=${IFS}
61 while IFS= read -r -u 3 -d $'\0' my_bin
62 do
63 my_bin=$(basename "${my_bin}")
64 @@ -174,7 +178,6 @@ src_install() {
65 html_man_pages+=( ${my_bin}.html )
66 fi
67 done 3< <(find "${ED%/}"/{bin,usr/bin,usr/sbin} -type f -perm -a+x -print0 2>/dev/null)
68 - IFS=${oifs}
69
70 pushd doc &>/dev/null || die
71 doman "${man_pages[@]}"