summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2011-09-21 02:21:32 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2011-09-21 02:21:32 +0000
commit260717819c54bf981e7dcbff315fadd420282048 (patch)
treeec4329372f18c385d8be1ed0c157b14513182695
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-260717819c54bf981e7dcbff315fadd420282048.tar.gz
gentoo-2-260717819c54bf981e7dcbff315fadd420282048.tar.bz2
gentoo-2-260717819c54bf981e7dcbff315fadd420282048.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
-rw-r--r--dev-perl/Nmap-Parser/ChangeLog8
-rw-r--r--dev-perl/Nmap-Parser/Nmap-Parser-1.210.0.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/dev-perl/Nmap-Parser/ChangeLog b/dev-perl/Nmap-Parser/ChangeLog
index a046ed9bc299..d3fc13f7f8d5 100644
--- a/dev-perl/Nmap-Parser/ChangeLog
+++ b/dev-perl/Nmap-Parser/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Nmap-Parser
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.16 2011/09/04 11:22:32 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.17 2011/09/21 02:21:30 robbat2 Exp $
+
+*Nmap-Parser-1.210.0 (21 Sep 2011)
+
+ 21 Sep 2011; Robin H. Johnson <robbat2@gentoo.org>
+ +Nmap-Parser-1.210.0.ebuild:
+ Version bump via perl-bump experimental tool.
04 Sep 2011; Torsten Veller <tove@gentoo.org> -Nmap-Parser-1.200.ebuild:
Cleanup
diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.210.0.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.210.0.ebuild
new file mode 100644
index 000000000000..c02c49f8d4be
--- /dev/null
+++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.210.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/Nmap-Parser-1.210.0.ebuild,v 1.1 2011/09/21 02:21:32 robbat2 Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=APERSAUD
+MODULE_VERSION=1.21
+inherit perl-module
+
+DESCRIPTION="Nmap::Parser - parse nmap scan data with perl"
+HOMEPAGE="http://nmapparser.wordpress.com/ http://code.google.com/p/nmap-parser/ ${HOMEPAGE}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-Storable
+ >=dev-perl/XML-Twig-3.16"
+DEPEND="${RDEPEND}"
+
+SRC_TEST="do"