sec-keys/openpgp-keys-elastic - 20230905 (vklimovs)

Search

Install

Install this version:

emerge -a =sec-keys/openpgp-keys-elastic-20230905

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

autounmask =sec-keys/openpgp-keys-elastic-20230905

Or alternatively:

emerge --autounmask-write -a =sec-keys/openpgp-keys-elastic-20230905

Package Information

Description:
OpenPGP key used by Elastic to sign release artifacts
Homepage:
https://www.elastic.co/docs/deploy-manage/deploy/self-managed/installing-elasticsearch

Ebuild Details

Version EAPI Keywords Slot
20230905 8 ~amd64
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

SEC_KEYS_VALIDPGPKEYS=(
	'46095ACC8548582C1A2699A9D27D666CD88E42B4:elastic:manual'
)

inherit sec-keys

DESCRIPTION="OpenPGP key used by Elastic to sign release artifacts"
HOMEPAGE="https://www.elastic.co/docs/deploy-manage/deploy/self-managed/installing-elasticsearch"
SRC_URI+="https://artifacts.elastic.co/GPG-KEY-elasticsearch -> elastic-${PV}.gpg"

KEYWORDS="~amd64"

Inherited Eclasses