diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:28:56 +0000 |
commit | 954d5dfbfaf51b234f196f1fcd7d6fdf66a12441 (patch) | |
tree | 865d487758770150fbb4afff7836f6392cc48704 | |
parent | Fix digest and other cleanups. (diff) | |
download | historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.gz historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.tar.bz2 historical-954d5dfbfaf51b234f196f1fcd7d6fdf66a12441.zip |
Add inherit eutils
57 files changed, 202 insertions, 77 deletions
diff --git a/net-analyzer/argus/ChangeLog b/net-analyzer/argus/ChangeLog index f7af52f58b06..21f7449f2e93 100644 --- a/net-analyzer/argus/ChangeLog +++ b/net-analyzer/argus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/argus # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.3 2004/02/06 14:32:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/ChangeLog,v 1.4 2004/04/27 21:05:45 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> argus-2.0.5.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> argus-2.0.5.ebuild: Fix compilation aginst the new libpcap include files. diff --git a/net-analyzer/argus/argus-2.0.5.ebuild b/net-analyzer/argus/argus-2.0.5.ebuild index 67f81676fb8a..052a140e806e 100644 --- a/net-analyzer/argus/argus-2.0.5.ebuild +++ b/net-analyzer/argus/argus-2.0.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.4 2004/02/06 14:32:06 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/argus/argus-2.0.5.ebuild,v 1.5 2004/04/27 21:05:45 agriffis Exp $ + +inherit eutils DESCRIPTION="network Audit Record Generation and Utilization System" HOMEPAGE="http://www.qosient.com/argus/" diff --git a/net-analyzer/cnet/ChangeLog b/net-analyzer/cnet/ChangeLog index 2caaec43b47b..c9cfec188fed 100644 --- a/net-analyzer/cnet/ChangeLog +++ b/net-analyzer/cnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/cnet # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/ChangeLog,v 1.3 2004/02/12 22:29:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/ChangeLog,v 1.4 2004/04/27 21:07:26 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> cnet-2.0.5.ebuild: + Add inherit eutils 12 Feb 2004; Don Seiler <rizzo@gentoo.org>; cnet-2.0.5.ebuild: Adding OR DEPEND on elfutils/libelf, fixed Bug #37152 diff --git a/net-analyzer/cnet/cnet-2.0.5.ebuild b/net-analyzer/cnet/cnet-2.0.5.ebuild index 3bab567abc2e..9d5751708893 100644 --- a/net-analyzer/cnet/cnet-2.0.5.ebuild +++ b/net-analyzer/cnet/cnet-2.0.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/cnet-2.0.5.ebuild,v 1.3 2004/02/12 22:29:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/cnet/cnet-2.0.5.ebuild,v 1.4 2004/04/27 21:07:26 agriffis Exp $ + +inherit eutils DESCRIPTION="Network simulation tool" SRC_URI="http://www.csse.uwa.edu.au/cnet/${P}.tgz" diff --git a/net-analyzer/etherape/ChangeLog b/net-analyzer/etherape/ChangeLog index c5469f8b4990..9a07145714cf 100644 --- a/net-analyzer/etherape/ChangeLog +++ b/net-analyzer/etherape/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/etherape # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.10 2004/02/06 13:16:54 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/ChangeLog,v 1.11 2004/04/27 21:08:24 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> etherape-0.9.0.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> files/etherape-0.9.0-libpcap-include.patch: diff --git a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild index 58cc494dcd73..3daa40b3e929 100644 --- a/net-analyzer/etherape/etherape-0.8.2-r1.ebuild +++ b/net-analyzer/etherape/etherape-0.8.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.10 2003/09/05 23:40:08 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.8.2-r1.ebuild,v 1.11 2004/04/27 21:08:24 agriffis Exp $ IUSE="nls" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" diff --git a/net-analyzer/etherape/etherape-0.9.0.ebuild b/net-analyzer/etherape/etherape-0.9.0.ebuild index 6cf45f298490..e5fc755bf14a 100644 --- a/net-analyzer/etherape/etherape-0.9.0.ebuild +++ b/net-analyzer/etherape/etherape-0.9.0.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.0.ebuild,v 1.4 2004/02/06 12:55:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/etherape/etherape-0.9.0.ebuild,v 1.5 2004/04/27 21:08:24 agriffis Exp $ + +inherit eutils IUSE="" DESCRIPTION="A graphical network monitor for Unix modeled after etherman" diff --git a/net-analyzer/hping/ChangeLog b/net-analyzer/hping/ChangeLog index 9119c6beb76f..f3e9d4ff77fc 100644 --- a/net-analyzer/hping/ChangeLog +++ b/net-analyzer/hping/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/hping -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.13 2004/01/07 01:55:27 weeve Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/ChangeLog,v 1.14 2004/04/27 21:09:36 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> hping-2.0.0_rc2-r1.ebuild: + Add inherit eutils 06 Jan 2004; Jason Wever <weeve@gentoo.org> hping-2.0.0_rc2-r1.ebuild: Marked stable on sparc. diff --git a/net-analyzer/hping/hping-2.0.0_rc1.ebuild b/net-analyzer/hping/hping-2.0.0_rc1.ebuild index 333cb39a629d..8ef5c1b44309 100644 --- a/net-analyzer/hping/hping-2.0.0_rc1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.11 2003/10/01 15:16:05 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc1.ebuild,v 1.12 2004/04/27 21:09:36 agriffis Exp $ # NOTE: author couldn't make up mind over tarball names, directory names, # etc... hense the need to hardcode S and SRC_URI :( diff --git a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild b/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild index 3b8e1674bd19..66230d8174e8 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.5 2004/01/07 01:55:27 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2-r1.ebuild,v 1.6 2004/04/27 21:09:36 agriffis Exp $ + +inherit eutils S=${WORKDIR}/hping2-rc2 DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer." diff --git a/net-analyzer/hping/hping-2.0.0_rc2.ebuild b/net-analyzer/hping/hping-2.0.0_rc2.ebuild index 1bdfc9024f75..3c252188a652 100644 --- a/net-analyzer/hping/hping-2.0.0_rc2.ebuild +++ b/net-analyzer/hping/hping-2.0.0_rc2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.8 2003/11/25 04:00:18 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/hping/hping-2.0.0_rc2.ebuild,v 1.9 2004/04/27 21:09:36 agriffis Exp $ S=${WORKDIR}/hping2-rc2 DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer." diff --git a/net-analyzer/nessus-core/ChangeLog b/net-analyzer/nessus-core/ChangeLog index 0a48aa0f53f7..ccd8fc7df6ed 100644 --- a/net-analyzer/nessus-core/ChangeLog +++ b/net-analyzer/nessus-core/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-core # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.29 2004/02/09 14:27:31 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/ChangeLog,v 1.30 2004/04/27 21:10:40 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> nessus-core-2.0.10a.ebuild, + nessus-core-2.0.7-r1.ebuild, nessus-core-2.0.7.ebuild, + nessus-core-2.0.8a.ebuild, nessus-core-2.0.9.ebuild: + Add inherit eutils *nessus-core-2.0.10a (09 Feb 2004) diff --git a/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild index 817113908b9f..d23e524172c7 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild,v 1.2 2004/04/01 14:41:19 jhuebel Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.10a.ebuild,v 1.3 2004/04/27 21:10:40 agriffis Exp $ + +inherit eutils DESCRIPTION="A remote security scanner for Linux (nessus-core)" HOMEPAGE="http://www.nessus.org/" diff --git a/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild index 87e28e7031b8..56d56a77c66d 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild,v 1.4 2003/10/09 06:36:57 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.7-r1.ebuild,v 1.5 2004/04/27 21:10:40 agriffis Exp $ + +inherit eutils DESCRIPTION="A remote security scanner for Linux (nessus-core)" HOMEPAGE="http://www.nessus.org/" diff --git a/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild index f1246df9813c..e3d561b893bd 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild,v 1.4 2003/08/25 14:13:05 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.7.ebuild,v 1.5 2004/04/27 21:10:40 agriffis Exp $ + +inherit eutils DESCRIPTION="A remote security scanner for Linux (nessus-core)" HOMEPAGE="http://www.nessus.org/" diff --git a/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild index f88806fe2768..d04af991fc0f 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild,v 1.4 2003/12/09 07:54:11 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.8a.ebuild,v 1.5 2004/04/27 21:10:40 agriffis Exp $ + +inherit eutils DESCRIPTION="A remote security scanner for Linux (nessus-core)" HOMEPAGE="http://www.nessus.org/" diff --git a/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild b/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild index 509dd1a2d1aa..3147a156e9e3 100644 --- a/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild +++ b/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild,v 1.5 2004/02/27 06:58:07 phosphan Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-core/nessus-core-2.0.9.ebuild,v 1.6 2004/04/27 21:10:40 agriffis Exp $ + +inherit eutils DESCRIPTION="A remote security scanner for Linux (nessus-core)" HOMEPAGE="http://www.nessus.org/" diff --git a/net-analyzer/ngrep/ChangeLog b/net-analyzer/ngrep/ChangeLog index 017c0a248775..3734a09b4b61 100644 --- a/net-analyzer/ngrep/ChangeLog +++ b/net-analyzer/ngrep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ngrep # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.11 2004/02/06 14:22:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.12 2004/04/27 21:11:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ngrep-1.41.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> ngrep-1.41.ebuild, files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch, diff --git a/net-analyzer/ngrep/ngrep-1.41.ebuild b/net-analyzer/ngrep/ngrep-1.41.ebuild index 58272deb999d..2647a51e71c8 100644 --- a/net-analyzer/ngrep/ngrep-1.41.ebuild +++ b/net-analyzer/ngrep/ngrep-1.41.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.41.ebuild,v 1.6 2004/02/06 14:22:56 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.41.ebuild,v 1.7 2004/04/27 21:11:31 agriffis Exp $ + +inherit eutils S="${WORKDIR}/${P}" DESCRIPTION="A grep for network layers" diff --git a/net-analyzer/nsat/ChangeLog b/net-analyzer/nsat/ChangeLog index b88e04408ab6..032bf149a658 100644 --- a/net-analyzer/nsat/ChangeLog +++ b/net-analyzer/nsat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/nsat -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/ChangeLog,v 1.4 2003/10/28 13:36:37 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/ChangeLog,v 1.5 2004/04/27 21:12:21 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> nsat-1.5.ebuild: + Add inherit eutils 28 Oct 2003; Daniel Ahlberg <aliz@gentoo.org> nsat-1.5.ebuild : DEPEND fixes, sed fixes and sparc keyword from #31244. diff --git a/net-analyzer/nsat/nsat-1.5.ebuild b/net-analyzer/nsat/nsat-1.5.ebuild index 6e94899fb47b..488f45fc7264 100644 --- a/net-analyzer/nsat/nsat-1.5.ebuild +++ b/net-analyzer/nsat/nsat-1.5.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.7 2004/01/30 06:52:29 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.8 2004/04/27 21:12:21 agriffis Exp $ + +inherit eutils DESCRIPTION="Network Security Analysis Tool, an application-level network security scanner" HOMEPAGE="http://nsat.sourceforge.net/" diff --git a/net-analyzer/ntop/ChangeLog b/net-analyzer/ntop/ChangeLog index a658f27620d0..4e3f1a2da629 100644 --- a/net-analyzer/ntop/ChangeLog +++ b/net-analyzer/ntop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ntop # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.21 2004/04/14 17:39:12 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ChangeLog,v 1.22 2004/04/27 21:13:26 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ntop-2.2c.ebuild: + Add inherit eutils *ntop-3.0 (31 Mar 2004) diff --git a/net-analyzer/ntop/ntop-2.2c.ebuild b/net-analyzer/ntop/ntop-2.2c.ebuild index f168a65c9484..5fecd6332a34 100644 --- a/net-analyzer/ntop/ntop-2.2c.ebuild +++ b/net-analyzer/ntop/ntop-2.2c.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2c.ebuild,v 1.6 2004/03/11 04:40:05 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-2.2c.ebuild,v 1.7 2004/04/27 21:13:26 agriffis Exp $ + +inherit eutils IUSE="ssl readline tcpd ncurses" diff --git a/net-analyzer/oinkmaster/ChangeLog b/net-analyzer/oinkmaster/ChangeLog index a01d2ca4b56e..75c478f58e5c 100644 --- a/net-analyzer/oinkmaster/ChangeLog +++ b/net-analyzer/oinkmaster/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/oinkmaster # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/oinkmaster/ChangeLog,v 1.1 2004/02/17 06:28:05 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/oinkmaster/ChangeLog,v 1.2 2004/04/27 21:14:20 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> oinkmaster-0.9.ebuild: + Add inherit eutils *oinkmaster-0.9 (17 Feb 2004) diff --git a/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild b/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild index b7a85f72951c..874ab1db8193 100644 --- a/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild +++ b/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild,v 1.1 2004/02/17 06:28:05 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/oinkmaster/oinkmaster-0.9.ebuild,v 1.2 2004/04/27 21:14:20 agriffis Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="Rule management for SNORT" diff --git a/net-analyzer/p0f/ChangeLog b/net-analyzer/p0f/ChangeLog index 4bc28b2a67fc..8526807b3940 100644 --- a/net-analyzer/p0f/ChangeLog +++ b/net-analyzer/p0f/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/p0f # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.10 2004/02/06 14:56:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/ChangeLog,v 1.11 2004/04/27 21:15:12 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> p0f-2.0.3.ebuild: + Add inherit eutils *p0f-2.0.3 (06 Feb 2004) diff --git a/net-analyzer/p0f/p0f-1.8.2.ebuild b/net-analyzer/p0f/p0f-1.8.2.ebuild index 002232c697f1..6e834a86dd1f 100644 --- a/net-analyzer/p0f/p0f-1.8.2.ebuild +++ b/net-analyzer/p0f/p0f-1.8.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.11 2003/02/13 13:49:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-1.8.2.ebuild,v 1.12 2004/04/27 21:15:12 agriffis Exp $ DESCRIPTION="p0f performs passive OS detection based on SYN packets." SRC_URI="http://www.stearns.org/p0f/p0f-1.8.2.tgz" diff --git a/net-analyzer/p0f/p0f-2.0.2.ebuild b/net-analyzer/p0f/p0f-2.0.2.ebuild index a6a53bb1c574..1b83c18a9ce4 100644 --- a/net-analyzer/p0f/p0f-2.0.2.ebuild +++ b/net-analyzer/p0f/p0f-2.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.2.ebuild,v 1.3 2003/12/10 18:41:54 pappy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.2.ebuild,v 1.4 2004/04/27 21:15:12 agriffis Exp $ DESCRIPTION="p0f performs passive OS detection based on SYN packets." # the p0f.tgz always resembles the latest version, trashing the digest md5sum then, discovered and fixed by gustavoz diff --git a/net-analyzer/p0f/p0f-2.0.3.ebuild b/net-analyzer/p0f/p0f-2.0.3.ebuild index 6c1daf797892..d831d4d527da 100644 --- a/net-analyzer/p0f/p0f-2.0.3.ebuild +++ b/net-analyzer/p0f/p0f-2.0.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.1 2004/02/06 14:56:04 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/p0f/p0f-2.0.3.ebuild,v 1.2 2004/04/27 21:15:12 agriffis Exp $ + +inherit eutils DESCRIPTION="p0f performs passive OS detection based on SYN packets." # the p0f.tgz always resembles the latest version, trashing the digest md5sum then, discovered and fixed by gustavoz diff --git a/net-analyzer/portsentry/ChangeLog b/net-analyzer/portsentry/ChangeLog index 0028c8aa0e10..2d49fa9e61c9 100644 --- a/net-analyzer/portsentry/ChangeLog +++ b/net-analyzer/portsentry/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/portsentry -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.13 2003/10/23 14:10:24 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/ChangeLog,v 1.14 2004/04/27 21:16:21 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> portsentry-1.2.ebuild: + Add inherit eutils 16 Sep 2003; Martin Holzer <mholzer@gentoo.org> portsentry-1.2.ebuild: Added gcc patch. Closes #28663. diff --git a/net-analyzer/portsentry/portsentry-1.1-r7.ebuild b/net-analyzer/portsentry/portsentry-1.1-r7.ebuild index ab5b1b71e24d..8f39e17524ed 100644 --- a/net-analyzer/portsentry/portsentry-1.1-r7.ebuild +++ b/net-analyzer/portsentry/portsentry-1.1-r7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r7.ebuild,v 1.7 2003/07/08 20:58:54 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.1-r7.ebuild,v 1.8 2004/04/27 21:16:21 agriffis Exp $ DESCRIPTION="Automated port scan detector and response tool" # Seems like CISCO took the site down? diff --git a/net-analyzer/portsentry/portsentry-1.2.ebuild b/net-analyzer/portsentry/portsentry-1.2.ebuild index 2d7120b12d0c..06acf19e9591 100644 --- a/net-analyzer/portsentry/portsentry-1.2.ebuild +++ b/net-analyzer/portsentry/portsentry-1.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.2 2003/09/16 19:20:12 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/portsentry/portsentry-1.2.ebuild,v 1.3 2004/04/27 21:16:21 agriffis Exp $ + +inherit eutils DESCRIPTION="Automated port scan detector and response tool" # Seems like CISCO took the site down? diff --git a/net-analyzer/sarg/ChangeLog b/net-analyzer/sarg/ChangeLog index 509f1640b6a6..5c87db208d4b 100644 --- a/net-analyzer/sarg/ChangeLog +++ b/net-analyzer/sarg/ChangeLog @@ -1,5 +1,9 @@ # ChangeLog for net-analyzer/sarg -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> sarg-1.4.1-r1.ebuild, + sarg-1.4.1-r2.ebuild: + Add inherit eutils *sarg-1.4.1-r2 (24 Feb 2004) diff --git a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild b/net-analyzer/sarg/sarg-1.4.1-r1.ebuild index 51524d0f0ed7..d1e21ef184aa 100644 --- a/net-analyzer/sarg/sarg-1.4.1-r1.ebuild +++ b/net-analyzer/sarg/sarg-1.4.1-r1.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +inherit eutils + DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz http://web.onda.com.br/orso/patches/sarg-1.4.1-index.sort.patch" diff --git a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild index f0d0876c7cb3..e6d8b0e080f8 100644 --- a/net-analyzer/sarg/sarg-1.4.1-r2.ebuild +++ b/net-analyzer/sarg/sarg-1.4.1-r2.ebuild @@ -2,6 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: +inherit eutils + DESCRIPTION="Sarg (Squid Analysis Report Generator) is a tool that allows you to view where your users are going to on the Internet." HOMEPAGE="http://web.onda.com.br/orso/sarg.html" SRC_URI="http://web.onda.com.br/orso/${P}.tar.gz http://web.onda.com.br/orso/patches/sarg-1.4.1-index.sort.patch" diff --git a/net-analyzer/slurm/ChangeLog b/net-analyzer/slurm/ChangeLog index cdd610e23dca..ff37bc824fcd 100644 --- a/net-analyzer/slurm/ChangeLog +++ b/net-analyzer/slurm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/slurm # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.4 2004/03/21 21:57:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/ChangeLog,v 1.5 2004/04/27 21:18:27 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> slurm-0.2.2.ebuild, + slurm-0.2.3.ebuild: + Add inherit eutils 21 Mar 2004; Jason Wever <weeve@gentoo.org> slurm-0.2.3.ebuild: Added ~sparc keyword. diff --git a/net-analyzer/slurm/slurm-0.2.2.ebuild b/net-analyzer/slurm/slurm-0.2.2.ebuild index b62bdf099157..0c7d4f8fb83b 100644 --- a/net-analyzer/slurm/slurm-0.2.2.ebuild +++ b/net-analyzer/slurm/slurm-0.2.2.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.2.ebuild,v 1.5 2003/09/05 23:40:10 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.2.ebuild,v 1.6 2004/04/27 21:18:27 agriffis Exp $ + +inherit eutils DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" HOMEPAGE="http://www.raisdorf.net/slurm/" diff --git a/net-analyzer/slurm/slurm-0.2.3.ebuild b/net-analyzer/slurm/slurm-0.2.3.ebuild index 3e12b838390d..9083507f748f 100644 --- a/net-analyzer/slurm/slurm-0.2.3.ebuild +++ b/net-analyzer/slurm/slurm-0.2.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.3.ebuild,v 1.2 2004/03/21 21:57:19 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/slurm/slurm-0.2.3.ebuild,v 1.3 2004/04/27 21:18:27 agriffis Exp $ + +inherit eutils DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" HOMEPAGE="http://www.raisdorf.net/slurm/" diff --git a/net-analyzer/snort_inline/ChangeLog b/net-analyzer/snort_inline/ChangeLog index 83ed7f1fc928..54091efea863 100644 --- a/net-analyzer/snort_inline/ChangeLog +++ b/net-analyzer/snort_inline/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/snort_inline # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/ChangeLog,v 1.5 2004/03/29 13:21:54 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/ChangeLog,v 1.6 2004/04/27 21:19:31 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> + snort_inline-2.1.0a-r1.ebuild, snort_inline-2.1.0a-r2.ebuild, + snort_inline-2.1.0a.ebuild, snort_inline-2.1.1.ebuild: + Add inherit eutils *snort_inline-2.1.1 (29 Mar 2004) diff --git a/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild b/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild index f7b8f5aa49b6..da0d0409a9bd 100644 --- a/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild +++ b/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild,v 1.1 2004/03/17 05:58:33 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a-r1.ebuild,v 1.2 2004/04/27 21:19:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Intrusion Prevention System (IPS) based on Snort" HOMEPAGE="http://snort-inline.sf.net/" diff --git a/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild b/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild index dc7e6349a72f..b4212b80bbea 100644 --- a/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild +++ b/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild,v 1.1 2004/03/29 13:04:45 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a-r2.ebuild,v 1.2 2004/04/27 21:19:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Intrusion Prevention System (IPS) based on Snort" HOMEPAGE="http://snort-inline.sf.net/" diff --git a/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild b/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild index a59237de930f..2b1b78bf7695 100644 --- a/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild +++ b/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild,v 1.1 2004/03/09 03:18:22 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.0a.ebuild,v 1.2 2004/04/27 21:19:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Intrusion Prevention System (IPS) based on Snort" HOMEPAGE="http://snort-inline.sf.net/" diff --git a/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild b/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild index b6a0fb25f595..edaa91239bfe 100644 --- a/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild +++ b/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild,v 1.1 2004/03/29 13:21:54 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/snort_inline/snort_inline-2.1.1.ebuild,v 1.2 2004/04/27 21:19:31 agriffis Exp $ + +inherit eutils DESCRIPTION="Intrusion Prevention System (IPS) based on Snort" HOMEPAGE="http://snort-inline.sf.net/" diff --git a/net-analyzer/ssldump/ChangeLog b/net-analyzer/ssldump/ChangeLog index 7a3f8b7a9e97..841f762f765b 100644 --- a/net-analyzer/ssldump/ChangeLog +++ b/net-analyzer/ssldump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ssldump # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v 1.3 2004/02/06 15:02:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ChangeLog,v 1.4 2004/04/27 21:20:44 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ssldump-0.9.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> ssldump-0.9.ebuild, files/ssldump-0.9-libpcap-header.patch: diff --git a/net-analyzer/ssldump/ssldump-0.9.ebuild b/net-analyzer/ssldump/ssldump-0.9.ebuild index ed8b3e9e8e12..67393474bd43 100644 --- a/net-analyzer/ssldump/ssldump-0.9.ebuild +++ b/net-analyzer/ssldump/ssldump-0.9.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ssldump-0.9.ebuild,v 1.4 2004/02/06 15:02:09 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ssldump/ssldump-0.9.ebuild,v 1.5 2004/04/27 21:20:44 agriffis Exp $ -inherit gnuconfig +inherit gnuconfig eutils IUSE="ssl" diff --git a/net-analyzer/tcpdump/ChangeLog b/net-analyzer/tcpdump/ChangeLog index e5a154fa7c5f..4dc0b75c168a 100644 --- a/net-analyzer/tcpdump/ChangeLog +++ b/net-analyzer/tcpdump/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpdump # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.28 2004/04/05 03:15:56 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/ChangeLog,v 1.29 2004/04/27 21:21:46 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcpdump-3.7.2.ebuild: + Add inherit eutils 04 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcpdump-3.8.3-r1.ebuild: Mark stable on alpha and ia64 for bug 46258 diff --git a/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild b/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild index 59272404a7b0..7e1efe45a700 100644 --- a/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild +++ b/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild,v 1.9 2004/03/30 19:54:24 solar Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpdump/tcpdump-3.7.2.ebuild,v 1.10 2004/04/27 21:21:46 agriffis Exp $ + +inherit eutils IUSE="ssl" diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog index aa1d1adce9a1..21fd2865a106 100644 --- a/net-analyzer/tcpslice/ChangeLog +++ b/net-analyzer/tcpslice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpslice -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.1 2003/12/17 09:57:52 mboman Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.2 2004/04/27 21:22:58 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcpslice-1.1_alpha3.ebuild: + Add inherit eutils *tcpslice-1.1_alpha3 (17 Dec 2003) diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild index b8f700ff1a45..f211b18a7702 100644 --- a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.2 2003/12/20 15:55:57 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.3 2004/04/27 21:22:58 agriffis Exp $ + +inherit eutils # Note: this ebuild is not of the best quality as it is entirely # static. However I belive that I will get away with it as the software diff --git a/net-analyzer/thcrut/ChangeLog b/net-analyzer/thcrut/ChangeLog index fd2c550431a5..d31601213298 100644 --- a/net-analyzer/thcrut/ChangeLog +++ b/net-analyzer/thcrut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/thcrut -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.2 2004/03/19 09:44:52 aliz Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/ChangeLog,v 1.3 2004/04/27 21:24:07 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> thcrut-1.2.5.ebuild: + Add inherit eutils *thcrut-1.2.5 (02 Oct 2003) diff --git a/net-analyzer/thcrut/thcrut-1.2.5.ebuild b/net-analyzer/thcrut/thcrut-1.2.5.ebuild index 61e73c93606e..c1e01652ad93 100644 --- a/net-analyzer/thcrut/thcrut-1.2.5.ebuild +++ b/net-analyzer/thcrut/thcrut-1.2.5.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc., Copyright 2003 The Hackers Choice - http://www.thc.org +# Copyright 1999-2004 Gentoo Technologies, Inc., Copyright 2003 The Hackers Choice - http://www.thc.org # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.2 2003/11/10 14:45:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/thcrut/thcrut-1.2.5.ebuild,v 1.3 2004/04/27 21:24:07 agriffis Exp $ + +inherit eutils DESCRIPTION="Network discovery and fingerprinting tool" HOMEPAGE="http://www.thc.org/thc-rut/" diff --git a/net-analyzer/traffic-vis/ChangeLog b/net-analyzer/traffic-vis/ChangeLog index ac93448c5029..7863db986f43 100644 --- a/net-analyzer/traffic-vis/ChangeLog +++ b/net-analyzer/traffic-vis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/traffic-vis # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/ChangeLog,v 1.4 2004/02/06 15:16:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/ChangeLog,v 1.5 2004/04/27 21:25:30 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> traffic-vis-0.35.ebuild: + Add inherit eutils 06 Feb 2004; Daniel Ahlberg <aliz@gentoo.org> traffic-vis-0.35.ebuild, files/traffic-vis-0.35-libpcap-header-fix.patch: diff --git a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild index a118aa31de2d..8b519a3db1f8 100644 --- a/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild +++ b/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.4 2004/02/06 15:16:46 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traffic-vis/traffic-vis-0.35.ebuild,v 1.5 2004/04/27 21:25:30 agriffis Exp $ + +inherit eutils DESCRIPTION="Generate traffic stats in html, ps, text and gif format" HOMEPAGE="http://www.mindrot.org/traffic-vis.html" diff --git a/net-analyzer/ttt/ChangeLog b/net-analyzer/ttt/ChangeLog index a1c185cf68a9..ebbafb452f02 100644 --- a/net-analyzer/ttt/ChangeLog +++ b/net-analyzer/ttt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttt # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.1 2004/03/04 17:00:39 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.2 2004/04/27 21:27:03 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ttt-1.8.ebuild: + Add inherit eutils *ttt-1.8 (05 Mar 2004) diff --git a/net-analyzer/ttt/ttt-1.8.ebuild b/net-analyzer/ttt/ttt-1.8.ebuild index 76bf1bd95b6f..c46bfb33eb2c 100644 --- a/net-analyzer/ttt/ttt-1.8.ebuild +++ b/net-analyzer/ttt/ttt-1.8.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.ebuild,v 1.1 2004/03/04 17:00:39 mboman Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.ebuild,v 1.2 2004/04/27 21:27:03 agriffis Exp $ + +inherit eutils DESCRIPTION="Tele Traffic Taper (ttt) - Real-time Graphical Remote Traffic Monitor" SRC_URI="ftp://ftp.csl.sony.co.jp/pub/kjc/${P}.tar.gz" diff --git a/net-analyzer/ucd-snmp/ChangeLog b/net-analyzer/ucd-snmp/ChangeLog index 1152dc6cf2bb..82a43d42fcca 100644 --- a/net-analyzer/ucd-snmp/ChangeLog +++ b/net-analyzer/ucd-snmp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ucd-snmp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.20 2004/04/26 04:29:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ChangeLog,v 1.21 2004/04/27 21:28:56 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: + Add inherit eutils 26 Apr 2004; Aron Griffis <agriffis@gentoo.org> ucd-snmp-4.2.6-r2.ebuild: Add die following econf for bug 48950 diff --git a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild index 103790c09485..56ddc9ca59fc 100644 --- a/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild +++ b/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.5 2004/04/26 04:29:21 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/ucd-snmp-4.2.6-r2.ebuild,v 1.6 2004/04/27 21:28:56 agriffis Exp $ -inherit flag-o-matic +inherit flag-o-matic eutils DESCRIPTION="Software for generating and retrieving SNMP data." HOMEPAGE="http://net-snmp.sourceforge.net/" |