summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTilman Klar <phoenix@gentoo.org>2002-07-23 19:11:28 +0000
committerTilman Klar <phoenix@gentoo.org>2002-07-23 19:11:28 +0000
commit34cbe905ac486de984e0abe9e93f999026f8dbd3 (patch)
treeb418df57566ff59f5b6d3efe5d9f2413b8500cb4 /net-analyzer/fping
parentMasked new fping. (diff)
downloadhistorical-34cbe905ac486de984e0abe9e93f999026f8dbd3.tar.gz
historical-34cbe905ac486de984e0abe9e93f999026f8dbd3.tar.bz2
historical-34cbe905ac486de984e0abe9e93f999026f8dbd3.zip
Bumped to new version. Old one didnt work with ipv4.
Diffstat (limited to 'net-analyzer/fping')
-rw-r--r--net-analyzer/fping/ChangeLog10
-rw-r--r--net-analyzer/fping/files/digest-fping-2.4_beta2-r11
-rw-r--r--net-analyzer/fping/fping-2.4_beta2-r1.ebuild25
3 files changed, 34 insertions, 2 deletions
diff --git a/net-analyzer/fping/ChangeLog b/net-analyzer/fping/ChangeLog
index 1dc85f75fae2..efcaaa108eab 100644
--- a/net-analyzer/fping/ChangeLog
+++ b/net-analyzer/fping/ChangeLog
@@ -1,16 +1,22 @@
# ChangeLog for net-anaylzer/fping
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.1 2002/06/28 11:54:12 bangert Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/ChangeLog,v 1.2 2002/07/23 19:11:28 phoenix Exp $
28 Jun 2002; Thilo Bangert <bangert@gentoo.org> :
moved to net-analyzer
+*fping-2.4_beta2-r1 (23 Jul 2002)
+
+ 23 Jul 2002; phoen][x <phoenix@gentoo.org> :
+ Version bump - the ipv6 fping didnt work.
+ Closes bug #5347.
+
*fping-2.4_beta2 (2 Jun 2002)
2 Jun 2002; Martin Schlemmer <azarah@gentoo.org> :
-
Version bump; move to /usr/sbin.
+
*fping-2.2_beta1 (1 Feb 2002)
1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
diff --git a/net-analyzer/fping/files/digest-fping-2.4_beta2-r1 b/net-analyzer/fping/files/digest-fping-2.4_beta2-r1
new file mode 100644
index 000000000000..b12a0113cfd7
--- /dev/null
+++ b/net-analyzer/fping/files/digest-fping-2.4_beta2-r1
@@ -0,0 +1 @@
+MD5 d5e8be59e307cef76bc479e1684df705 fping-2.4b2_to.tar.gz 60968
diff --git a/net-analyzer/fping/fping-2.4_beta2-r1.ebuild b/net-analyzer/fping/fping-2.4_beta2-r1.ebuild
new file mode 100644
index 000000000000..93e6e145dbe0
--- /dev/null
+++ b/net-analyzer/fping/fping-2.4_beta2-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2000 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fping/fping-2.4_beta2-r1.ebuild,v 1.1 2002/07/23 19:11:28 phoenix Exp $
+
+S=${WORKDIR}/fping-2.4b2_to
+DESCRIPTION="A utility to ping multiple hosts at once"
+SRC_URI="http://www.fping.com/download/fping-2.4b2_to.tar.gz"
+HOMEPAGE="http://www.fping.com/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="x86"
+
+src_compile() {
+
+ econf || die
+ make || die
+}
+
+src_install () {
+
+ dosbin fping
+ doman fping.8
+ dodoc COPYING ChangeLog README
+}