commit:     6356051856e82702174d128378a6222f659387e1
Author:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Mon May 29 23:43:22 2017 +0000
Commit:     Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Mon May 29 23:43:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63560518

dev-perl/Nmap-Parser: Bump to version 1.340.0

- EAPI6
- Parallel Testing enabled
- DESCRIPTION fixed

Upstream:
- Add devicetype to service hashref
- Add support for port state ttl

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-perl/Nmap-Parser/Manifest                   |  1 +
 dev-perl/Nmap-Parser/Nmap-Parser-1.340.0.ebuild | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/dev-perl/Nmap-Parser/Manifest b/dev-perl/Nmap-Parser/Manifest
index 2cec2fb8c76..bf2b19eb149 100644
--- a/dev-perl/Nmap-Parser/Manifest
+++ b/dev-perl/Nmap-Parser/Manifest
@@ -1 +1,2 @@
 DIST Nmap-Parser-1.31.tar.gz 41123 SHA256 
92290ca5962edc66bdd91ee598d04b57e81f9f44b8735866f7a27b0d0e0aecb6 SHA512 
156932f4cad124579d419d18917ab0307271eded5de5aa31ad155ee6ac5923c4d86e860361546ab5431c6b9a8e38d5b4757807b3d077362f6f7db84b68e06519
 WHIRLPOOL 
27bcb6e812e0f26267a4cd599489d3470536c19bcf49ede3aa16558886071d962c1164c40318c73a7f8eb506cdd1106776a5bf8f569dc0d2627706ba93559445
+DIST Nmap-Parser-1.34.tar.gz 36638 SHA256 
524aae264d44f252c3fe4c2e80af64434927c8075a4064e513530e836847745e SHA512 
3d16866d2d8ca593fde0c4b257c81114cf92d510882694e60aed90f334d5c0dc1545faf6525c914c95343d5eba2564645ac45ad6dd289d045d09595e8ce77bb2
 WHIRLPOOL 
7340d6659c8cd8266e58d6801f4d55cc595b7aeead610ea4e964ce06220669ad1326c4ead1069bb65450aea98a5cb134f4c205b213959b923fc776fdfe08a7aa

diff --git a/dev-perl/Nmap-Parser/Nmap-Parser-1.340.0.ebuild 
b/dev-perl/Nmap-Parser/Nmap-Parser-1.340.0.ebuild
new file mode 100644
index 00000000000..36eb809a600
--- /dev/null
+++ b/dev-perl/Nmap-Parser/Nmap-Parser-1.340.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DIST_AUTHOR=APERSAUD
+DIST_VERSION=1.34
+inherit perl-module
+
+DESCRIPTION="Parse nmap scan data with perl"
+HOMEPAGE="http://nmapparser.wordpress.com/ 
https://code.google.com/p/nmap-parser/ ${HOMEPAGE}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/perl-Storable
+       >=dev-perl/XML-Twig-3.160.0"
+DEPEND="${RDEPEND}
+       virtual/perl-ExtUtils-MakeMaker
+"

Reply via email to