patrick     14/07/14 05:45:57

  Modified:             fping-2.4_beta2_p161-r2.ebuild ChangeLog
  Log:
  Reorder fperms calls to avoid failure with USE=-ipv6 #517070
  
  (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild?r1=1.1&r2=1.2

Index: fping-2.4_beta2_p161-r2.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fping-2.4_beta2_p161-r2.ebuild      11 Jul 2014 18:11:23 -0000      1.1
+++ fping-2.4_beta2_p161-r2.ebuild      14 Jul 2014 05:45:56 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild,v 1.1 
2014/07/11 18:11:23 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2_p161-r2.ebuild,v 1.2 
2014/07/14 05:45:56 patrick Exp $
 
 EAPI=5
 
@@ -53,8 +53,9 @@
        dosbin "${S}"/${PN}
        if use ipv6; then
                newsbin "${S}"-6/fping fping6
+               fperms 4555 /usr/sbin/fping6 #241930
        fi
-       fperms 4555 /usr/sbin/fping /usr/sbin/fping6 #241930
+       fperms 4555 /usr/sbin/fping  #241930
        doman fping.8
        dodoc ChangeLog README
 }



1.66                 net-analyzer/fping/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?rev=1.66&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?rev=1.66&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog   13 Jul 2014 10:00:48 -0000      1.65
+++ ChangeLog   14 Jul 2014 05:45:56 -0000      1.66
@@ -1,6 +1,10 @@
 # ChangeLog for net-analyzer/fping
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.65 
2014/07/13 10:00:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.66 
2014/07/14 05:45:56 patrick Exp $
+
+  14 Jul 2014; Patrick Lauer <[email protected]>
+  fping-2.4_beta2_p161-r2.ebuild:
+  Reorder fperms calls to avoid failure with USE=-ipv6 #517070
 
   13 Jul 2014; Agostino Sarubbo <[email protected]> fping-3.9.ebuild:
   Stable for ppc, wrt bug #507966




Reply via email to