summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-17 14:25:27 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-17 14:25:27 +0000
commit759fa23601009e39b8391060587d91e498d755d3 (patch)
treee4f8eb6f80a2f01e5170e536cbe1dfe44529015c /dev-perl/Nmap-Parser
parentBump (diff)
downloadgentoo-2-759fa23601009e39b8391060587d91e498d755d3.tar.gz
gentoo-2-759fa23601009e39b8391060587d91e498d755d3.tar.bz2
gentoo-2-759fa23601009e39b8391060587d91e498d755d3.zip
Bump
(Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Nmap-Parser')
-rw-r--r--dev-perl/Nmap-Parser/ChangeLog7
-rw-r--r--dev-perl/Nmap-Parser/Nmap-Parser-1.310.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/Nmap-Parser/ChangeLog b/dev-perl/Nmap-Parser/ChangeLog
index f60fbd01938b..6d01d712db38 100644
--- a/dev-perl/Nmap-Parser/ChangeLog
+++ b/dev-perl/Nmap-Parser/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Nmap-Parser
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.24 2013/05/15 14:16:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Nmap-Parser/ChangeLog,v 1.25 2013/08/17 14:25:27 patrick Exp $
+
+*Nmap-Parser-1.310.0 (17 Aug 2013)
+
+ 17 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Nmap-Parser-1.310.0.ebuild:
+ Bump
15 May 2013; Agostino Sarubbo <ago@gentoo.org> Nmap-Parser-1.300.0.ebuild:
Stable for x86, wrt bug #461132
diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.310.0.ebuild b/dev-perl/Nmap-Parser/Nmap-Parser-1.310.0.ebuild
new file mode 100644
index 000000000000..364794108795
--- /dev/null
+++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.310.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 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.310.0.ebuild,v 1.1 2013/08/17 14:25:27 patrick Exp $
+
+EAPI=5
+
+MODULE_AUTHOR=APERSAUD
+MODULE_VERSION=1.31
+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"