From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9B2C139694 for ; Mon, 29 May 2017 23:44:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D2C3E0E56; Mon, 29 May 2017 23:44:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09DD2E0E56 for ; Mon, 29 May 2017 23:44:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D939D3416A9 for ; Mon, 29 May 2017 23:44:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D8317454 for ; Mon, 29 May 2017 23:44:47 +0000 (UTC) From: "Kent Fredric" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Kent Fredric" Message-ID: <1496101402.6356051856e82702174d128378a6222f659387e1.kentnl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Nmap-Parser/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Nmap-Parser/Manifest dev-perl/Nmap-Parser/Nmap-Parser-1.340.0.ebuild X-VCS-Directories: dev-perl/Nmap-Parser/ X-VCS-Committer: kentnl X-VCS-Committer-Name: Kent Fredric X-VCS-Revision: 6356051856e82702174d128378a6222f659387e1 X-VCS-Branch: master Date: Mon, 29 May 2017 23:44:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e5515351-4b4e-47c6-8157-76893aac31ca X-Archives-Hash: b95ba21fb6c0ef10350de424de444b9d commit: 6356051856e82702174d128378a6222f659387e1 Author: Kent Fredric gentoo org> AuthorDate: Mon May 29 23:43:22 2017 +0000 Commit: Kent Fredric gentoo 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 +"