From 20237a0fc5e862a0fd0e569f2e9b1c0a231524b4 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Fri, 23 May 2025 19:36:25 +0500 Subject: [PATCH] sec-keys/signify-keys-telescope: add 0.11, 0.12 Signed-off-by: Anna (cybertailor) Vyalkova --- sec-keys/signify-keys-telescope/Manifest | 2 ++ .../signify-keys-telescope-0.11.ebuild | 21 +++++++++++++++++++ .../signify-keys-telescope-0.12.ebuild | 21 +++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild create mode 100644 sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest index 6f0020ec9f..73e9d35868 100644 --- a/sec-keys/signify-keys-telescope/Manifest +++ b/sec-keys/signify-keys-telescope/Manifest @@ -1,2 +1,4 @@ DIST telescope-0.10.pub 95 BLAKE2B 8e79de6da956e7de25994fbca4949b431c792a1c77317c76a04218e065b27d25758d42dbadc5c57e3c35477a60ea9224cf6ca48e77bab9445601df2ee22479c7 SHA512 92e5839684de4cf2c91972d14ee914bb67b4b1f8b083bf60328c90c4beb8968646708269a7bbffb052fefde4c8454a602b021cea5844b88cde9d377c18902639 +DIST telescope-0.11.pub 95 BLAKE2B 567d2619927890e94347a3dd4eff741616d40efaa6c4165b76db477b770f775fdda38fc9565aa0fc34098dda7e2a1d46318b97db2f7a8c70fe1e8f5102208046 SHA512 40f67ff0c7f8089a1a77164a7940c86ba55c6ecad9c6e3d0d3a53300334fef03684dc54ecd51f97d8e964fab8d257957fc072c1d4dd14abadefa8ceb2c25b2a4 +DIST telescope-0.12.pub 95 BLAKE2B 9a7c34c78cbee0b0c83b4bdd0a8e08e85a52bdeebf9e652a67694e097289fdedf4d8fafcf4245ede70e7f5570ec25dfa30c43af901aff6227c9c923583639f69 SHA512 68c9973fd57e045dd86cd74927eff7acac06212a6acf90cb0bc3a80102c5309d324006a7b58d198f1ad4b9e66876d26a20f9b3f0be7947494f1f77dd2dec9974 DIST telescope-0.9.pub 95 BLAKE2B 5b65eb226db41efc31502e6b4e190aab4ec59b00206da3944028d2af0b0ebe8e0ae48a532238da79c370e2b148ff6b50ca212889799fea1fc0a0b0aee4f807d6 SHA512 c3b316d31fac4f586e0db922628529f8d64f3addc7f80b6be3a01a5b62065607351a998868fc34f581d794e563d72feaf84dd8faa6dba1b417a67d6ee8ecf211 diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild new file mode 100644 index 0000000000..53325fb798 --- /dev/null +++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${PN#signify-keys-}-${PV}" +DESCRIPTION="Signify keys used to sign telescope releases" +HOMEPAGE="https://telescope-browser.org/" +SRC_URI="https://ftp.telescope-browser.org/${MY_P}.pub" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/signify-keys + newins - ${MY_P}.pub < <(cat "${files[@]/#/${DISTDIR}/}" || die) +} diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild new file mode 100644 index 0000000000..53325fb798 --- /dev/null +++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +MY_P="${PN#signify-keys-}-${PV}" +DESCRIPTION="Signify keys used to sign telescope releases" +HOMEPAGE="https://telescope-browser.org/" +SRC_URI="https://ftp.telescope-browser.org/${MY_P}.pub" +S="${WORKDIR}" + +LICENSE="public-domain" +SLOT="${PV}" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +src_install() { + local files=( ${A} ) + + insinto /usr/share/signify-keys + newins - ${MY_P}.pub < <(cat "${files[@]/#/${DISTDIR}/}" || die) +}