commit:     16abf63155918668a89444a036c10e015d98c3b0
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 19 22:37:04 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 23:19:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16abf631

net-misc/iputils: remove EPREFIX from dosym.

  ebuild helpers includes EPREFIX by default.

Package-Manager: portage-2.2.28

 net-misc/iputils/iputils-20151218.ebuild | 4 ++--
 net-misc/iputils/iputils-20160308.ebuild | 8 ++++----
 net-misc/iputils/iputils-99999999.ebuild | 4 ++--
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/net-misc/iputils/iputils-20151218.ebuild 
b/net-misc/iputils/iputils-20151218.ebuild
index 58d9956..6611347 100644
--- a/net-misc/iputils/iputils-20151218.ebuild
+++ b/net-misc/iputils/iputils-20151218.ebuild
@@ -109,7 +109,7 @@ src_compile() {
 src_install() {
        into /
        dobin ping $(usex ipv6 'ping6' '')
-       use ipv6 && dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8
+       use ipv6 && dosym ping.8 /usr/share/man/man8/ping6.8
        doman doc/ping.8
 
        if use arping ; then
@@ -132,7 +132,7 @@ src_install() {
 
        if use tracepath && use ipv6 ; then
                dosbin tracepath6
-               dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8
+               dosym tracepath.8 /usr/share/man/man8/tracepath6.8
        fi
 
        if use traceroute && use ipv6 ; then

diff --git a/net-misc/iputils/iputils-20160308.ebuild 
b/net-misc/iputils/iputils-20160308.ebuild
index 8f5de68..4504490 100644
--- a/net-misc/iputils/iputils-20160308.ebuild
+++ b/net-misc/iputils/iputils-20160308.ebuild
@@ -113,10 +113,10 @@ src_compile() {
 src_install() {
        into /
        dobin ping
-       dosym ping "${EPREFIX}"/bin/ping4
+       dosym ping /bin/ping4
        if use ipv6 ; then
-               dosym ping "${EPREFIX}"/bin/ping6
-               dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8
+               dosym ping /bin/ping6
+               dosym ping.8 /usr/share/man/man8/ping6.8
        fi
        doman doc/ping.8
 
@@ -140,7 +140,7 @@ src_install() {
 
        if use tracepath && use ipv6 ; then
                dosbin tracepath6
-               dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8
+               dosym tracepath.8 /usr/share/man/man8/tracepath6.8
        fi
 
        if use traceroute && use ipv6 ; then

diff --git a/net-misc/iputils/iputils-99999999.ebuild 
b/net-misc/iputils/iputils-99999999.ebuild
index 47295b2..ce82c78 100644
--- a/net-misc/iputils/iputils-99999999.ebuild
+++ b/net-misc/iputils/iputils-99999999.ebuild
@@ -109,7 +109,7 @@ src_compile() {
 src_install() {
        into /
        dobin ping $(usex ipv6 'ping6' '')
-       use ipv6 && dosym ping.8 "${EPREFIX}"/usr/share/man/man8/ping6.8
+       use ipv6 && dosym ping.8 /usr/share/man/man8/ping6.8
        doman doc/ping.8
 
        if use arping ; then
@@ -132,7 +132,7 @@ src_install() {
 
        if use tracepath && use ipv6 ; then
                dosbin tracepath6
-               dosym tracepath.8 "${EPREFIX}"/usr/share/man/man8/tracepath6.8
+               dosym tracepath.8 /usr/share/man/man8/tracepath6.8
        fi
 
        if use traceroute && use ipv6 ; then

Reply via email to