summaryrefslogtreecommitdiff
path: root/sec-keys/signify-keys-telescope
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /sec-keys/signify-keys-telescope
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'sec-keys/signify-keys-telescope')
-rw-r--r--sec-keys/signify-keys-telescope/Manifest3
-rw-r--r--sec-keys/signify-keys-telescope/metadata.xml8
-rw-r--r--sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild21
-rw-r--r--sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild21
-rw-r--r--sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild21
5 files changed, 0 insertions, 74 deletions
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
deleted file mode 100644
index 524f4149cdd7..000000000000
--- a/sec-keys/signify-keys-telescope/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-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
diff --git a/sec-keys/signify-keys-telescope/metadata.xml b/sec-keys/signify-keys-telescope/metadata.xml
deleted file mode 100644
index 13a010dc91a4..000000000000
--- a/sec-keys/signify-keys-telescope/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <remote-id type="github">telescope-browser/telescope</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild
deleted file mode 100644
index 8ca25ec94e0c..000000000000
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2024 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://www.telescope-browser.org/"
-SRC_URI="https://ftp.omarpolo.com/${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.11.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild
deleted file mode 100644
index 53325fb79803..000000000000
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.11.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
deleted file mode 100644
index 53325fb79803..000000000000
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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)
-}