Install this version:
emerge -a =net-misc/cve-client-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =net-misc/cve-client-9999
Or alternatively:
emerge --autounmask-write -a =net-misc/cve-client-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | ~amd64 | 0 |
# 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 )
"
dev-perl/JSON-MaybeXS dev-perl/LWP-Protocol-https test? ( dev-perl/Test-Output )
dev-perl/JSON-MaybeXS dev-perl/LWP-Protocol-https