mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
1
net-misc/cve-client/Manifest
Normal file
1
net-misc/cve-client/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cve-client-1.0.4.tar.gz 5800 BLAKE2B 3b1fbe1cbbb2e227e9723eb3ca15644ec501b5061dc0c976b34ed8ea5ccdc4055b59d871261a8ee00f578889a60204ef396688acde649cabeb529ca322ba0918 SHA512 143046dab5b21fb915ce75007efeb1c70f7993fd3c5032538ee42fb0df11067779965c0e2aa569198315df687b0231b4bfdd2dbb77fd45f81ad40ed9a1e5a69f
|
||||
30
net-misc/cve-client/cve-client-1.0.4.ebuild
Normal file
30
net-misc/cve-client/cve-client-1.0.4.ebuild
Normal 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 )
|
||||
"
|
||||
30
net-misc/cve-client/cve-client-9999.ebuild
Normal file
30
net-misc/cve-client/cve-client-9999.ebuild
Normal 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 )
|
||||
"
|
||||
12
net-misc/cve-client/metadata.xml
Normal file
12
net-misc/cve-client/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user