forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dev-perl/Nmap-Parser: Bump to version 1.360.0
- Add USE=examples Upstream: - Documentation/Packaging updates Package-Manager: Portage-2.3.18, Repoman-2.3.6
- Loading branch information
1 parent
c53d16c
commit 476b794
Showing
2 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST Nmap-Parser-1.31.tar.gz 41123 BLAKE2B d2c26bc002d3c9c8ce104f858353f9d10fff3db2eb21a357ddb77fcf25c729c0a10cc4eb9693352e3fcd30a2a6c85b6a5dd3a5a19e42bd7f573e72fc6afe6bcd SHA512 156932f4cad124579d419d18917ab0307271eded5de5aa31ad155ee6ac5923c4d86e860361546ab5431c6b9a8e38d5b4757807b3d077362f6f7db84b68e06519 | ||
DIST Nmap-Parser-1.34.tar.gz 36638 BLAKE2B 080d5a5ac000ea00c62db3a09255f3a4ea11415197a50e9fb35b2c81007ebd9d693b278e7c73720ecc8d7fdce7176e447d1ea165edec8245de1fceb67dd2fe3e SHA512 3d16866d2d8ca593fde0c4b257c81114cf92d510882694e60aed90f334d5c0dc1545faf6525c914c95343d5eba2564645ac45ad6dd289d045d09595e8ce77bb2 | ||
DIST Nmap-Parser-1.36.tar.gz 41802 BLAKE2B 4c71a1d5a585d3500d151f7192868b7553c0cd862b30f4044e320a16937f3714ec38af5c7b245845087a3090983be9afdd15aab70cc73d1cc7ec06819d509733 SHA512 f5f15b520a6fc3b6b001f61e8c4632ae0cb4c3998b278a0a8d96ec4677d74627cd19ae0ca29f6007e5c3bfeb6aea5d56f6270c84b736dcc7964a6fbff957713a |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
|
||
DIST_AUTHOR=APERSAUD | ||
DIST_VERSION=1.36 | ||
DIST_EXAMPLES=( "tools/*" ) | ||
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-2.0.0 | ||
>=dev-perl/XML-Twig-3.160.0" | ||
DEPEND="${RDEPEND} | ||
virtual/perl-ExtUtils-MakeMaker | ||
" |