jer         14/07/12 13:48:06

  Modified:             ChangeLog hping-3_pre20051105-r5.ebuild
  Log:
  Remove die() messages.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.64                 net-analyzer/hping/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog   12 Nov 2013 00:16:46 -0000      1.63
+++ ChangeLog   12 Jul 2014 13:48:06 -0000      1.64
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/hping
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.63 
2013/11/12 00:16:46 jer Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.64 
2014/07/12 13:48:06 jer Exp $
+
+  12 Jul 2014; Jeroen Roovers <[email protected]> hping-3_pre20051105-r5.ebuild:
+  Remove die() messages.
 
   12 Nov 2013; Jeroen Roovers <[email protected]> hping-3_pre20051105-r5.ebuild:
   Use usex.



1.3                  net-analyzer/hping/hping-3_pre20051105-r5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild?r1=1.2&r2=1.3

Index: hping-3_pre20051105-r5.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- hping-3_pre20051105-r5.ebuild       12 Nov 2013 00:16:46 -0000      1.2
+++ hping-3_pre20051105-r5.ebuild       12 Jul 2014 13:48:06 -0000      1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild,v 1.2 
2013/11/12 00:16:46 jer Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/hping/hping-3_pre20051105-r5.ebuild,v 1.3 
2014/07/12 13:48:06 jer Exp $
 
 EAPI=5
 
@@ -39,20 +39,20 @@
                -e '/^RANLIB=/d' \
                -e 's:/usr/local/lib:/usr/$(LIBDIR):g' \
                -e 's:-O2:$(CFLAGS):' \
-               || die "sed Makefile.in failed"
+               || die
 
        # Change name from hping2 to hping3
        sed -i docs/hping3.8 \
                -e 's|HPING2|HPING|g' \
                -e 's|hping2|hping|g' \
-               || die "sed hping3.8 failed"
+               || die
 }
 
 src_configure() {
        tc-export CC
 
        # Not an autotools type configure:
-       sh configure $(usex tcl '' --no-tcl) || die "configure failed"
+       sh configure $(usex tcl '' --no-tcl) || die
 }
 
 src_compile() {




Reply via email to