public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/
Date: Thu, 15 Oct 2015 05:42:33 +0000 (UTC)	[thread overview]
Message-ID: <1444887711.24f7c99732ea9fb7d09f03caf89e6d63eec1e968.jer@gentoo> (raw)

commit:     24f7c99732ea9fb7d09f03caf89e6d63eec1e968
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 05:41:18 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 05:41:51 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f7c997

net-analyzer/fping: Version bump.

Package-Manager: portage-2.2.23

 net-analyzer/fping/Manifest          |  1 +
 net-analyzer/fping/fping-3.11.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/net-analyzer/fping/Manifest b/net-analyzer/fping/Manifest
index 9581f83..0ae2245 100644
--- a/net-analyzer/fping/Manifest
+++ b/net-analyzer/fping/Manifest
@@ -1,3 +1,4 @@
 DIST fping-3.10.tar.gz 157010 SHA256 cd47e842f32fe6aa72369d8a0e3545f7c137bb019e66f47379dc70febad357d8 SHA512 64bf93c7dbfa2b8adc3344514b2e6e182f1e5950da08b042b8d4d5e4c94b2b8bdc3aaba804339d0461dd88e0efbdfc0bd914a10d22810da8138c9c45335f7047 WHIRLPOOL fe0610464e2771fe3937d64b5cf687e5c2cd3e2dd292bc0ccdf0ee936113f3b418d8f70dfb9b3f188155d98406cbdf6a0b7332e4daf893596d22b2ed89093c04
+DIST fping-3.11.tar.gz 155955 SHA256 d824a4a8be88f74efe17ed66147b1e75c36ff83442e847ab1d5cfa7d9548c507 SHA512 231ab41ac30df41361dc6b261b6ebe11460ad0baa2d017e393288718dbb5a9019d8c48ab0270df51269b30a397d295061007463870ce1629a17205739e63087b WHIRLPOOL c51fa25deba1f052d44d53c7101b8ed79ce094daaa33efcc95b87bcb0cdb15314e9f3beb803b8b03c9636e8dadca9ee199f33f74562fe8229db73cf505b7eab5
 DIST fping_2.4b2-to-ipv6-16.1.diff.gz 8488 SHA256 de0021aba41ba6b1b98d34fb98f99bfd55455d332ed6aece83690e2d93159e6e SHA512 6af25324d159df4ddd7dd909e2e1a0d85e08c2f51c31469960c2dbc7a9eb4967fd114eb87361f8c6b1691de60e7f753d371e6c902bec706f3fed3d205fbe49f0 WHIRLPOOL 5bb9fdf9fba3769985d34d2e06b2e28540e997a00eb84d7b5a6d71e4cfe4f7a3b50933981df291df5141b8f43729375c95ceb9009cafbcf234c1f50cb89cf232
 DIST fping_2.4b2-to-ipv6.orig.tar.gz 63333 SHA256 77e1a90af4fff4a5ffc4b70542c6ff44130558357e7d549f99a9eff23108d172 SHA512 3d1a76680d3a7cd361481d6e6de49797fbaf01422a73c784c8b667131afd56de2bfbbeb17014047cd2dea903f87d9f19e38ed7b0a5c2e8f2faf82759bf064ff9 WHIRLPOOL a1b0ce998004aea349a04a67a1430b2331292f1c4cb03fdee4d1b579e36c93c9852ed676f450fecdeb22690b2aee18b0319b0c193d794684d195cb73fa62697b

diff --git a/net-analyzer/fping/fping-3.11.ebuild b/net-analyzer/fping/fping-3.11.ebuild
new file mode 100644
index 0000000..22d0f98
--- /dev/null
+++ b/net-analyzer/fping/fping-3.11.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="A utility to ping multiple hosts at once"
+HOMEPAGE="http://fping.org/"
+SRC_URI="http://fping.org/dist/${P}.tar.gz"
+
+LICENSE="fping"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
+IUSE="ipv6 suid"
+
+src_configure() {
+	econf $(use_enable ipv6)
+}
+
+src_install() {
+	default
+
+	if use suid ; then
+		fperms u+s /usr/sbin/fping
+		use ipv6 && fperms u+s /usr/sbin/fping6
+	fi
+}


             reply	other threads:[~2015-10-15  5:42 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-15  5:42 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-10-15  8:56 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/fping/ Lars Wendler
2015-10-22 11:15 Lars Wendler
2015-10-23  5:47 Jeroen Roovers
2016-08-17  5:49 Jeroen Roovers
2016-09-04 10:21 Tobias Klausmann
2016-12-21 22:54 Thomas Deutschmann
2017-01-15 15:50 Agostino Sarubbo
2017-01-17 14:24 Agostino Sarubbo
2017-01-29 19:33 Fabian Groffen
2017-05-30 10:50 Jeroen Roovers
2017-05-30 10:56 Jeroen Roovers
2017-06-26  7:54 Alexis Ballier
2017-09-23  6:46 Jeroen Roovers
2019-06-17  9:27 Jeroen Roovers
2020-07-25 10:49 Jeroen Roovers
2020-08-05 12:29 Jeroen Roovers
2020-11-27  0:07 Thomas Deutschmann
2020-11-27  8:07 Agostino Sarubbo
2020-11-27  8:39 Agostino Sarubbo
2020-11-27  8:41 Agostino Sarubbo
2020-11-27 16:10 Agostino Sarubbo
2020-11-30 15:59 Aaron Bauman
2021-01-06 14:35 Fabian Groffen
2022-05-16 19:57 Sam James
2022-12-16  7:51 Sam James
2022-12-16  7:51 Sam James
2022-12-16  7:51 Sam James
2022-12-16  7:51 Sam James
2024-04-21 13:50 Sam James
2024-04-29  8:05 Arthur Zamarin
2024-04-29  8:05 Arthur Zamarin
2024-04-29  8:05 Arthur Zamarin
2024-09-23  9:13 Arthur Zamarin
2024-09-23  9:13 Arthur Zamarin
2024-09-24 16:15 Arthur Zamarin
2024-10-29 21:04 Andreas K. Hüttel
2025-01-25 12:46 Arthur Zamarin
2025-03-08  1:37 Sam James

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1444887711.24f7c99732ea9fb7d09f03caf89e6d63eec1e968.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox