net-misc/cve-client - 1.1.1 (guru)

Search

Install

Install this version:

emerge -a =net-misc/cve-client-1.1.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =net-misc/cve-client-1.1.1

Or alternatively:

emerge --autounmask-write -a =net-misc/cve-client-1.1.1

Package Information

Description:
CLI-based client / toolbox for CVE.org
Homepage:
https://hacktivis.me/git/cve-client/
License:
AGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.1.1 8 ~amd64 0
View Raw Ebuild
# 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://anongit.hacktivis.me/git/cve-client.git"
else
	SRC_URI="https://distfiles.hacktivis.me/releases/${PN}/${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 )
"

Inherited Eclasses

Dependencies

DEPEND

	
	dev-perl/JSON-MaybeXS
	dev-perl/LWP-Protocol-https

	test? ( dev-perl/Test-Output )

RDEPEND

	dev-perl/JSON-MaybeXS
	dev-perl/LWP-Protocol-https

Manifest for 1.1.1

Type File Size Source URLs
DIST cve-client-1.1.1.tar.gz 7096 bytes https://distfiles.hacktivis.me/releases/cve-client/cve-client-1.1.1.tar.gz