Gentoo Archives: gentoo-commits

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