summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Holm <dholm@gentoo.org>2005-07-19 13:14:49 +0000
committerDavid Holm <dholm@gentoo.org>2005-07-19 13:14:49 +0000
commit29c8d96f1b6e572f458599a66c5e2fb6d267ba07 (patch)
tree5425737660523367cc791ff79617746a31f9eaa4 /net-analyzer
parentGiving up on fixing this Build.PL - authors syntax is more than I can grok. O... (diff)
downloadgentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.gz
gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.tar.bz2
gentoo-2-29c8d96f1b6e572f458599a66c5e2fb6d267ba07.zip
Added to ~ppc
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ftester/ChangeLog5
-rw-r--r--net-analyzer/ftester/ftester-0.9.ebuild4
-rw-r--r--net-analyzer/gspoof/ChangeLog7
-rw-r--r--net-analyzer/gspoof/gspoof-3.2.ebuild6
-rw-r--r--net-analyzer/hunt/ChangeLog7
-rw-r--r--net-analyzer/hunt/hunt-1.5.ebuild4
-rw-r--r--net-analyzer/ifmetric/ChangeLog5
-rw-r--r--net-analyzer/ifmetric/ifmetric-0.3.ebuild4
-rw-r--r--net-analyzer/iftop/ChangeLog5
-rw-r--r--net-analyzer/iftop/iftop-0.16.ebuild4
10 files changed, 33 insertions, 18 deletions
diff --git a/net-analyzer/ftester/ChangeLog b/net-analyzer/ftester/ChangeLog
index 8d609cf95141..f75b0718507d 100644
--- a/net-analyzer/ftester/ChangeLog
+++ b/net-analyzer/ftester/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ftester
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ftester/ChangeLog,v 1.6 2005/04/25 01:17:15 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ftester/ChangeLog,v 1.7 2005/07/19 13:12:09 dholm Exp $
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> ftester-0.9.ebuild:
+ Added to ~ppc.
24 Apr 2005; Marcelo Goes <vanquirius@gentoo.org> -ftester-0.8.ebuild:
Removing old ebuild.
diff --git a/net-analyzer/ftester/ftester-0.9.ebuild b/net-analyzer/ftester/ftester-0.9.ebuild
index 0044e7e4d597..af170efa3b93 100644
--- a/net-analyzer/ftester/ftester-0.9.ebuild
+++ b/net-analyzer/ftester/ftester-0.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ftester/ftester-0.9.ebuild,v 1.4 2005/04/25 01:17:15 vanquirius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ftester/ftester-0.9.ebuild,v 1.5 2005/07/19 13:12:09 dholm Exp $
DESCRIPTION="Ftester - Firewall and Intrusion Detection System testing tool"
HOMEPAGE="http://ftester.sourceforge.net
@@ -9,7 +9,7 @@ SRC_URI="http://ftester.sourceforge.net/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~ppc x86"
IUSE=""
DEPEND="dev-perl/Net-RawIP
diff --git a/net-analyzer/gspoof/ChangeLog b/net-analyzer/gspoof/ChangeLog
index 6fec99b18cdd..beac3f63f7d2 100644
--- a/net-analyzer/gspoof/ChangeLog
+++ b/net-analyzer/gspoof/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/gspoof
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gspoof/ChangeLog,v 1.4 2004/07/09 11:54:42 eldad Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gspoof/ChangeLog,v 1.5 2005/07/19 13:12:36 dholm Exp $
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> gspoof-3.2.ebuild:
+ Added to ~ppc.
09 Jul 2004; Eldad Zack <eldad@gentoo.org> gspoof-3.2.ebuild:
Tidy up.
diff --git a/net-analyzer/gspoof/gspoof-3.2.ebuild b/net-analyzer/gspoof/gspoof-3.2.ebuild
index 5c74dc905ba4..afc7547bff0a 100644
--- a/net-analyzer/gspoof/gspoof-3.2.ebuild
+++ b/net-analyzer/gspoof/gspoof-3.2.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gspoof/gspoof-3.2.ebuild,v 1.4 2004/07/09 11:54:42 eldad Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/gspoof/gspoof-3.2.ebuild,v 1.5 2005/07/19 13:12:36 dholm Exp $
DESCRIPTION="A simple GTK/command line TCP/IP packet generator"
HOMEPAGE="http://gspoof.sourceforge.net/"
SRC_URI="http://gspoof.sourceforge.net/src/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~ppc x86"
IUSE=""
diff --git a/net-analyzer/hunt/ChangeLog b/net-analyzer/hunt/ChangeLog
index 30baed8c0a99..7a8b0a3bbd79 100644
--- a/net-analyzer/hunt/ChangeLog
+++ b/net-analyzer/hunt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/hunt
-# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.5 2005/05/15 16:14:14 voxus Exp $
+# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/ChangeLog,v 1.6 2005/07/19 13:13:41 dholm Exp $
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> hunt-1.5.ebuild:
+ Added to ~ppc.
15 May 2005; Konstantin Arkhipov <voxus@gentoo.org> hunt-1.5.ebuild:
Added ~amd64 keyword wrt bug #92521. Header fixed.
diff --git a/net-analyzer/hunt/hunt-1.5.ebuild b/net-analyzer/hunt/hunt-1.5.ebuild
index a893db1e6ca4..0061fa3514e2 100644
--- a/net-analyzer/hunt/hunt-1.5.ebuild
+++ b/net-analyzer/hunt/hunt-1.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/hunt-1.5.ebuild,v 1.5 2005/05/15 16:14:14 voxus Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hunt/hunt-1.5.ebuild,v 1.6 2005/07/19 13:13:41 dholm Exp $
DESCRIPTION="tool for checking well known weaknesses in the TCP/IP protocol"
HOMEPAGE="http://lin.fsid.cvut.cz/~kra/index.html"
@@ -8,7 +8,7 @@ SRC_URI="http://lin.fsid.cvut.cz/~kra/hunt/${P}.tgz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE=""
DEPEND="virtual/libc"
diff --git a/net-analyzer/ifmetric/ChangeLog b/net-analyzer/ifmetric/ChangeLog
index 5370ba6aeceb..48799b87cc7b 100644
--- a/net-analyzer/ifmetric/ChangeLog
+++ b/net-analyzer/ifmetric/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/ifmetric
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ChangeLog,v 1.2 2005/06/09 14:20:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ChangeLog,v 1.3 2005/07/19 13:14:48 dholm Exp $
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> ifmetric-0.3.ebuild:
+ Added to ~ppc.
09 Jun 2005; Aaron Walker <ka0ttic@gentoo.org> ifmetric-0.3.ebuild:
Stable on x86.
diff --git a/net-analyzer/ifmetric/ifmetric-0.3.ebuild b/net-analyzer/ifmetric/ifmetric-0.3.ebuild
index b58b20c75a51..4bb0974d6345 100644
--- a/net-analyzer/ifmetric/ifmetric-0.3.ebuild
+++ b/net-analyzer/ifmetric/ifmetric-0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ifmetric-0.3.ebuild,v 1.2 2005/06/09 14:20:11 ka0ttic Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ifmetric/ifmetric-0.3.ebuild,v 1.3 2005/07/19 13:14:48 dholm Exp $
DESCRIPTION="A Linux tool for setting the metrics of all IPv4 routes attached to a given network interface at once."
HOMEPAGE="http://0pointer.de/lennart/projects/ifmetric/"
@@ -8,7 +8,7 @@ SRC_URI="http://0pointer.de/lennart/projects/ifmetric/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="~ppc x86"
IUSE=""
# NOTE: this app is linux-only, virtual/os-headers therefore is incorrect
diff --git a/net-analyzer/iftop/ChangeLog b/net-analyzer/iftop/ChangeLog
index 5b15ee8b85f1..5e5b4956e1a8 100644
--- a/net-analyzer/iftop/ChangeLog
+++ b/net-analyzer/iftop/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/iftop
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.21 2005/07/09 23:14:18 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/ChangeLog,v 1.22 2005/07/19 13:14:49 dholm Exp $
+
+ 19 Jul 2005; David Holm <dholm@gentoo.org> iftop-0.16.ebuild:
+ Added to ~ppc.
09 Jul 2005; Tom Martin <slarti@gentoo.org> iftop-0.16.ebuild:
Marked ~ia64.
diff --git a/net-analyzer/iftop/iftop-0.16.ebuild b/net-analyzer/iftop/iftop-0.16.ebuild
index 5763cc5aa776..a282b3009d66 100644
--- a/net-analyzer/iftop/iftop-0.16.ebuild
+++ b/net-analyzer/iftop/iftop-0.16.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.11 2005/07/09 23:15:23 slarti Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/iftop/iftop-0.16.ebuild,v 1.12 2005/07/19 13:14:49 dholm Exp $
inherit gnuconfig
IUSE=""
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.ex-parrot.com/~pdw/iftop/"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~alpha amd64 ~ia64 sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
DEPEND="sys-libs/ncurses
virtual/libpcap"