From 358ac7a4e6eb73d305d426416d1555797e6815aa Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Tue, 13 Dec 2022 01:14:14 +0500 Subject: sec-keys/openpgp-keys-aepaneshnikov: add 20221210, drop 20211208 Closes: https://bugs.gentoo.org/885333 Signed-off-by: Anna (cybertailor) Vyalkova --- sec-keys/openpgp-keys-aepaneshnikov/Manifest | 2 +- .../openpgp-keys-aepaneshnikov-20211208.ebuild | 20 -------------------- .../openpgp-keys-aepaneshnikov-20221210.ebuild | 20 ++++++++++++++++++++ 3 files changed, 21 insertions(+), 21 deletions(-) delete mode 100644 sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20211208.ebuild create mode 100644 sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20221210.ebuild (limited to 'sec-keys') diff --git a/sec-keys/openpgp-keys-aepaneshnikov/Manifest b/sec-keys/openpgp-keys-aepaneshnikov/Manifest index ea87fb89c..938f6abf6 100644 --- a/sec-keys/openpgp-keys-aepaneshnikov/Manifest +++ b/sec-keys/openpgp-keys-aepaneshnikov/Manifest @@ -1 +1 @@ -DIST openpgp-keys-aepaneshnikov-20211208.asc 31060 BLAKE2B 3fb33b21d387874373227be7d8aaf5317850ab7e39108d3b6116424a236fea6b5e2dcf081403d9c4014cb54e6611f8248ccc74cee32ac8eca0604b3fb6c2b714 SHA512 8d51c206c949af6cba37f2caf096136793b82fa4a3c111a6807734f286ed61c90d666b009aa627e464c68d932610d6563dba93577f2e432c3bb9e05741b11558 +DIST openpgp-keys-aepaneshnikov-20221210.asc 12007 BLAKE2B 5e3f54fc14fe3692e7b91df6ae7d7d38b33ffdf938ac0e32586c7b7f45ee2e2d5a0fc9a7dc496436d0f7fb65d3f85f34b158740e1d0990b2e4d3028bab40da72 SHA512 b078ff38869213319cb8f4dc5ab1f846fd0823c4b4f9e58bf2848b7c765fc02172ab7fb45d34e119f9f26fbf24ec63e7070eaa317d0f31fd04356a9a6d63700e diff --git a/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20211208.ebuild b/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20211208.ebuild deleted file mode 100644 index 895dd1383..000000000 --- a/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20211208.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="OpenPGP keys used by Alexander Epaneshnikov" -HOMEPAGE="https://github.com/alex19ep https://keybase.io/alex19ep" -SRC_URI="https://keybase.io/alex19ep/pgp_keys.asc?fingerprint=6c7f7f22e0152a6fd5728592dad6f3056c897266 -> ${P}.asc" -S="${WORKDIR}" - -LICENSE="public-domain" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" - -src_install() { - local files=( ${A} ) - - insinto /usr/share/openpgp-keys - newins - aepaneshnikov.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) -} diff --git a/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20221210.ebuild b/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20221210.ebuild new file mode 100644 index 000000000..895dd1383 --- /dev/null +++ b/sec-keys/openpgp-keys-aepaneshnikov/openpgp-keys-aepaneshnikov-20221210.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="OpenPGP keys used by Alexander Epaneshnikov" +HOMEPAGE="https://github.com/alex19ep https://keybase.io/alex19ep" +SRC_URI="https://keybase.io/alex19ep/pgp_keys.asc?fingerprint=6c7f7f22e0152a6fd5728592dad6f3056c897266 -> ${P}.asc" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/openpgp-keys + newins - aepaneshnikov.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} -- cgit v1.2.3-65-gdbad