diff options
author | 2006-11-16 17:17:20 +0000 | |
---|---|---|
committer | 2006-11-16 17:17:20 +0000 | |
commit | 3a056de4f567533854ccf22a54e261ca6e3e14a7 (patch) | |
tree | 901cfff054efd0eb021dba043ef6009508423bb4 /net-analyzer | |
parent | Added recursive-init patch, bug #153514 - thanks to Jack Lloyd. Dropped old v... (diff) | |
download | gentoo-2-3a056de4f567533854ccf22a54e261ca6e3e14a7.tar.gz gentoo-2-3a056de4f567533854ccf22a54e261ca6e3e14a7.tar.bz2 gentoo-2-3a056de4f567533854ccf22a54e261ca6e3e14a7.zip |
Version bump
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/pbnj/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/pbnj/files/digest-pbnj-2.04 | 3 | ||||
-rw-r--r-- | net-analyzer/pbnj/pbnj-2.02.ebuild | 4 | ||||
-rw-r--r-- | net-analyzer/pbnj/pbnj-2.04.ebuild | 28 |
4 files changed, 40 insertions, 3 deletions
diff --git a/net-analyzer/pbnj/ChangeLog b/net-analyzer/pbnj/ChangeLog index 932abeee5bd8..ab6765d523b6 100644 --- a/net-analyzer/pbnj/ChangeLog +++ b/net-analyzer/pbnj/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-analyzer/pbnj # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pbnj/ChangeLog,v 1.2 2006/10/13 23:42:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pbnj/ChangeLog,v 1.3 2006/11/16 17:17:20 jokey Exp $ + +*pbnj-2.04 (16 Nov 2006) + + 16 Nov 2006; Markus Ullmann <jokey@gentoo.org> pbnj-2.02.ebuild, + +pbnj-2.04.ebuild: + Version bump 13 Oct 2006; Markus Ullmann <jokey@gentoo.org> pbnj-2.02.ebuild: Removing unneccessary amap DEPEND diff --git a/net-analyzer/pbnj/files/digest-pbnj-2.04 b/net-analyzer/pbnj/files/digest-pbnj-2.04 new file mode 100644 index 000000000000..d595e8430a04 --- /dev/null +++ b/net-analyzer/pbnj/files/digest-pbnj-2.04 @@ -0,0 +1,3 @@ +MD5 b6d3156afb739eff4d12a0f9d274ccad pbnj-2.04.tar.bz2 57438 +RMD160 70e68b1ffe4b5cc39876bef4ee84f6bc7609391b pbnj-2.04.tar.bz2 57438 +SHA256 32b9d004f497d454ce255b10454b955707dae0c42072c9c7ed8e305c092338b5 pbnj-2.04.tar.bz2 57438 diff --git a/net-analyzer/pbnj/pbnj-2.02.ebuild b/net-analyzer/pbnj/pbnj-2.02.ebuild index e6dc85d68a2f..7a01df896935 100644 --- a/net-analyzer/pbnj/pbnj-2.02.ebuild +++ b/net-analyzer/pbnj/pbnj-2.02.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pbnj/pbnj-2.02.ebuild,v 1.2 2006/10/13 23:42:55 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pbnj/pbnj-2.02.ebuild,v 1.3 2006/11/16 17:17:20 jokey Exp $ inherit perl-module -DESCRIPTION="PBNJ - a tool for running Nmap scans and diff'ing the results" +DESCRIPTION="A tool for running Nmap scans and diff'ing the results" HOMEPAGE="http://pbnj.sourceforge.net/" SRC_URI="mirror://sourceforge/pbnj/${P}.tar.bz2" diff --git a/net-analyzer/pbnj/pbnj-2.04.ebuild b/net-analyzer/pbnj/pbnj-2.04.ebuild new file mode 100644 index 000000000000..2cd5c8dd7703 --- /dev/null +++ b/net-analyzer/pbnj/pbnj-2.04.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/pbnj/pbnj-2.04.ebuild,v 1.1 2006/11/16 17:17:20 jokey Exp $ + +inherit perl-module + +DESCRIPTION="A tool for running Nmap scans and diff'ing the results" +HOMEPAGE="http://pbnj.sourceforge.net/" +SRC_URI="mirror://sourceforge/pbnj/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="net-analyzer/nmap + dev-lang/perl + dev-perl/Text-Diff + dev-perl/List-MoreUtils + dev-perl/yaml + dev-perl/DBI + dev-perl/DBD-SQLite + dev-perl/XML-Twig + dev-perl/File-Which + dev-perl/File-HomeDir + dev-perl/Text-CSV_XS + dev-perl/Nmap-Parser" +RDEPEND="${DEPEND}" |