diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
commit | 8ecc468cb6117159ccfcab6562db3a5de40fe6ca (patch) | |
tree | ded8dacf8870ed73dfe7cd9b7ee875e22ef5948d /net-analyzer/p0f | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.gz gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.bz2 gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.zip |
Add inherit eutils
Diffstat (limited to 'net-analyzer/p0f')
-rw-r--r-- | net-analyzer/p0f/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-1.8.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.2.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/p0f/p0f-2.0.3.ebuild | 4 |
4 files changed, 11 insertions, 6 deletions
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 |