diff options
author | Sam James <sam@gentoo.org> | 2022-10-17 00:57:07 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-17 01:57:47 +0100 |
commit | b0863858b83c20a3e200037083b3a1ac6cda1933 (patch) | |
tree | f59c153af7c3f5d2772fa86f3704a7916e449735 /sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild | |
parent | dev-scheme/guile-zstd: new package; add 0.1.1 (diff) | |
download | gentoo-b0863858b83c20a3e200037083b3a1ac6cda1933.tar.gz gentoo-b0863858b83c20a3e200037083b3a1ac6cda1933.tar.bz2 gentoo-b0863858b83c20a3e200037083b3a1ac6cda1933.zip |
sec-keys/openpgp-keys-gnutls: add 20221017
Bug: https://gitlab.com/gnutls/gnutls/-/issues/1407
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild')
-rw-r--r-- | sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild new file mode 100644 index 000000000000..0e3334542aab --- /dev/null +++ b/sec-keys/openpgp-keys-gnutls/openpgp-keys-gnutls-20221017.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="OpenPGP keys used by GnuTLS" +HOMEPAGE="https://www.gnutls.org/download.html" +SRC_URI="https://gnutls.org/gnutls-release-keyring.gpg -> ${P}-release-keyring.gpg" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_install() { + local files=( ${A} ) + insinto /usr/share/openpgp-keys + newins - gnutls.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} |