net-misc/cve-client: new package, add 1.0.4, 9999

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2023-04-04 18:32:21 +02:00
parent e8c888c0c5
commit 257320b8cc
4 changed files with 73 additions and 0 deletions

View File

@@ -0,0 +1 @@
DIST cve-client-1.0.4.tar.gz 5800 BLAKE2B 3b1fbe1cbbb2e227e9723eb3ca15644ec501b5061dc0c976b34ed8ea5ccdc4055b59d871261a8ee00f578889a60204ef396688acde649cabeb529ca322ba0918 SHA512 143046dab5b21fb915ce75007efeb1c70f7993fd3c5032538ee42fb0df11067779965c0e2aa569198315df687b0231b4bfdd2dbb77fd45f81ad40ed9a1e5a69f

View File

@@ -0,0 +1,30 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
if [[ "${PV}" = "9999" ]]
then
inherit git-r3
EGIT_REPO_URI="https://hacktivis.me/git/cve-client.git"
EGIT_MIN_CLONE_TYPE="single+tags"
else
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="CLI-based client / toolbox for CVE.org"
HOMEPAGE="https://hacktivis.me/git/cve-client/"
LICENSE="AGPL-3"
SLOT="0"
RDEPEND="
dev-perl/JSON-MaybeXS
dev-perl/LWP-Protocol-https
"
DEPEND="
${RDEPEND}
test? ( dev-perl/Test-Output )
"

View File

@@ -0,0 +1,30 @@
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit perl-module
if [[ "${PV}" = "9999" ]]
then
inherit git-r3
EGIT_REPO_URI="https://hacktivis.me/git/cve-client.git"
EGIT_MIN_CLONE_TYPE="single+tags"
else
SRC_URI="https://hacktivis.me/releases/${P}.tar.gz"
KEYWORDS="~amd64"
fi
DESCRIPTION="CLI-based client / toolbox for CVE.org"
HOMEPAGE="https://hacktivis.me/git/cve-client/"
LICENSE="AGPL-3"
SLOT="0"
RDEPEND="
dev-perl/JSON-MaybeXS
dev-perl/LWP-Protocol-https
"
DEPEND="
${RDEPEND}
test? ( dev-perl/Test-Output )
"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>contact@hacktivis.me</email>
<name>Haelwenn (lanodan) Monnier</name>
</maintainer>
<upstream>
<remote-id type="cpan">App-CveClient</remote-id>
<remote-id type="cpan-module">App::CveClient</remote-id>
</upstream>
</pkgmetadata>