Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/fping: fping-3.10.ebuild ChangeLog
Date: Tue, 06 May 2014 05:54:01
Message-Id: 20140506055356.E750F2004C@flycatcher.gentoo.org
1 jer 14/05/06 05:53:56
2
3 Modified: ChangeLog
4 Added: fping-3.10.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
9
10 Revision Changes Path
11 1.58 net-analyzer/fping/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?rev=1.58&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?rev=1.58&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/ChangeLog?r1=1.57&r2=1.58
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v
20 retrieving revision 1.57
21 retrieving revision 1.58
22 diff -u -r1.57 -r1.58
23 --- ChangeLog 9 Mar 2014 02:11:34 -0000 1.57
24 +++ ChangeLog 6 May 2014 05:53:56 -0000 1.58
25 @@ -1,6 +1,11 @@
26 # ChangeLog for net-analyzer/fping
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.57 2014/03/09 02:11:34 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.58 2014/05/06 05:53:56 jer Exp $
30 +
31 +*fping-3.10 (06 May 2014)
32 +
33 + 06 May 2014; Jeroen Roovers <jer@g.o> +fping-3.10.ebuild:
34 + Version bump.
35
36 *fping-3.9 (09 Mar 2014)
37
38
39
40
41 1.1 net-analyzer/fping/fping-3.10.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-3.10.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fping/fping-3.10.ebuild?rev=1.1&content-type=text/plain
45
46 Index: fping-3.10.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-3.10.ebuild,v 1.1 2014/05/06 05:53:56 jer Exp $
51
52 EAPI=5
53
54 DESCRIPTION="A utility to ping multiple hosts at once"
55 HOMEPAGE="http://fping.org/"
56 SRC_URI="http://fping.org/dist/${P}.tar.gz"
57
58 LICENSE="fping"
59 SLOT="0"
60 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
61 IUSE="ipv6 suid"
62
63 src_configure() {
64 econf $(use_enable ipv6)
65 }
66
67 src_install() {
68 default
69
70 if use suid ; then
71 fperms u+s /usr/sbin/fping
72 use ipv6 && fperms u+s /usr/sbin/fping6
73 fi
74 }