logo

overlay

My own overlay for experimentations, use with caution, no support is provided git clone https://hacktivis.me/git/overlay.git
commit: 8e3b31ce2d09bb25ce896d1cdee405a9350e932a
parent b8446e4a81309e8ed5179194e8978e35786cbdbf
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 14 Oct 2023 18:21:04 +0200

dev-perl/Net-CVE: new package, add 0.006

Diffstat:

Adev-perl/Net-CVE/Manifest1+
Adev-perl/Net-CVE/Net-CVE-0.006.ebuild25+++++++++++++++++++++++++
2 files changed, 26 insertions(+), 0 deletions(-)

diff --git a/dev-perl/Net-CVE/Manifest b/dev-perl/Net-CVE/Manifest @@ -0,0 +1 @@ +DIST Net-CVE-0.006.tgz 11976 BLAKE2B 45a85ece344c44f9bf7a93342f5e1a71abf93f00c9ea9c00f05957ce1a535df2044721d2a70235b23a83991d2808ccaad8020ac3e33c387148ea4404fabe9c99 SHA512 fbd389a842a439874eb406624bca1f093208c12aecd2ceaf3b0fe4a2907c657490a3d4beb5dc974931f7f342408982ea8778cd980148546b338bdff5e84963e6 diff --git a/dev-perl/Net-CVE/Net-CVE-0.006.ebuild b/dev-perl/Net-CVE/Net-CVE-0.006.ebuild @@ -0,0 +1,25 @@ +# Copyright 2023 Haelwenn (lanodan) Monnier <contact@hacktivis.me> +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=HMBRAND +DIST_A_EXT=tgz +inherit perl-module + +DESCRIPTION="Fetch CVE (Common Vulnerabilities and Exposures) information from cve.org" + +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + dev-perl/IO-Socket-SSL + dev-perl/JSON-MaybeXS + virtual/perl-Scalar-List-Utils + virtual/perl-Carp + virtual/perl-HTTP-Tiny +" +BDEPEND=" + ${RDEPEND} + test? ( dev-perl/Test-Warnings ) +"