* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2021-12-19 14:13 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2021-12-19 14:13 UTC (permalink / raw
To: gentoo-commits
commit: 106bc6af2064326d78479f863222963eca59b35f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Wed Dec 8 04:54:15 2021 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Dec 19 12:11:56 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=106bc6af
sec-keys/signify-keys-telescope: initial import
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 1 +
.../signify-keys-telescope-0.6.1.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
new file mode 100644
index 000000000..43e04eae1
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -0,0 +1 @@
+DIST telescope-0.6.pub 95 BLAKE2B 13a306f27b5fea26eb07593ee68600524dfb8dd864299c4b3a7eb4824e22036ff10c0b316e60086f5e816e824a1b33cc26a0dfed62d43831f8b32b01880560e3 SHA512 b8175112a2b900406efc6b71b0668a0b26d62238d37b0a8ffc4b8493ac0cb9d5aa4204d466a0442c142fe5ba18da183a0bfa1493e261e71fc089dab63a4b1c6b
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild
new file mode 100644
index 000000000..948775a0f
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN#signify-keys-}"
+MY_PV="$(ver_cut 1-2)"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="Signify keys used to sign telescope releases"
+HOMEPAGE="https://github.com/omar-polo/telescope"
+SRC_URI="https://github.com/omar-polo/${MY_PN}/releases/download/${PV}/${MY_P}.pub"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${MY_PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2022-01-02 18:55 Andrew Ammerlaan
0 siblings, 0 replies; 11+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 18:55 UTC (permalink / raw
To: gentoo-commits
commit: 7cf84fe448218cb9c882f0ffdbb93946637fe612
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 18:49:39 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 18:54:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7cf84fe4
sec-keys/signify-keys-telescope: add metadata.xml
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
sec-keys/signify-keys-telescope/metadata.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/sec-keys/signify-keys-telescope/metadata.xml b/sec-keys/signify-keys-telescope/metadata.xml
new file mode 100644
index 000000000..51d94e1dc
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <!-- Maintainer Needed -->
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2022-01-03 9:43 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-01-03 9:43 UTC (permalink / raw
To: gentoo-commits
commit: 9522e20cb7bef19be13bab71dba95a3266cff462
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon Jan 3 09:42:59 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon Jan 3 09:42:59 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9522e20c
sec-keys/signify-keys-telescope: add myself as a maintainer
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/metadata.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sec-keys/signify-keys-telescope/metadata.xml b/sec-keys/signify-keys-telescope/metadata.xml
index 51d94e1dc..7ebbd0334 100644
--- a/sec-keys/signify-keys-telescope/metadata.xml
+++ b/sec-keys/signify-keys-telescope/metadata.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <!-- Maintainer Needed -->
+ <maintainer type="person">
+ <email>cyber+gentoo@sysrq.in</email>
+ <name>Anna</name>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2022-01-16 17:58 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-01-16 17:58 UTC (permalink / raw
To: gentoo-commits
commit: de65976d57bf21dcbb0d56cc568dc0eab2d271a9
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sun Jan 16 17:44:06 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sun Jan 16 17:52:52 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de65976d
sec-keys/signify-keys-telescope: add 0.7
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 1 +
.../signify-keys-telescope-0.7.ebuild | 23 ++++++++++++++++++++++
2 files changed, 24 insertions(+)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 43e04eae1..3729ac22c 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1 +1,2 @@
DIST telescope-0.6.pub 95 BLAKE2B 13a306f27b5fea26eb07593ee68600524dfb8dd864299c4b3a7eb4824e22036ff10c0b316e60086f5e816e824a1b33cc26a0dfed62d43831f8b32b01880560e3 SHA512 b8175112a2b900406efc6b71b0668a0b26d62238d37b0a8ffc4b8493ac0cb9d5aa4204d466a0442c142fe5ba18da183a0bfa1493e261e71fc089dab63a4b1c6b
+DIST telescope-0.7.pub 101 BLAKE2B b8e570c28fe03c538e99bc4b1a49dd28ac999bcfb16d23a08c9d489a56a8b454fdd0eb6d5afffd48bfa0e9b0fe00d193f916316caeb6b09bf5f378903377c2e1 SHA512 6cd51e98fcafb5719220c8b82cbf833d258469e0be12099a3a528db0f56653a80da3de299b70d1b889cbc76fb91bffbe60b205b4fe94891c1318a385e5ebe0e4
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
new file mode 100644
index 000000000..7a33db7e0
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN#signify-keys-}"
+MY_PV="$(ver_cut 1-2)"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="Signify keys used to sign telescope releases"
+HOMEPAGE="https://github.com/omar-polo/telescope"
+SRC_URI="https://github.com/omar-polo/${MY_PN}/releases/download/${PV}/${MY_P}.pub"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${MY_PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2022-05-30 17:47 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2022-05-30 17:47 UTC (permalink / raw
To: gentoo-commits
commit: 56c2a7680d1e51568f4da5243d69b5bd6d320956
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Mon May 30 15:12:18 2022 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Mon May 30 17:46:46 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56c2a768
sec-keys/signify-keys-telescope: add 0.8, drop 0.6.1
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 2 +-
...fy-keys-telescope-0.6.1.ebuild => signify-keys-telescope-0.8.ebuild} | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 3729ac22c..45b43e498 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1,2 +1,2 @@
-DIST telescope-0.6.pub 95 BLAKE2B 13a306f27b5fea26eb07593ee68600524dfb8dd864299c4b3a7eb4824e22036ff10c0b316e60086f5e816e824a1b33cc26a0dfed62d43831f8b32b01880560e3 SHA512 b8175112a2b900406efc6b71b0668a0b26d62238d37b0a8ffc4b8493ac0cb9d5aa4204d466a0442c142fe5ba18da183a0bfa1493e261e71fc089dab63a4b1c6b
DIST telescope-0.7.pub 101 BLAKE2B b8e570c28fe03c538e99bc4b1a49dd28ac999bcfb16d23a08c9d489a56a8b454fdd0eb6d5afffd48bfa0e9b0fe00d193f916316caeb6b09bf5f378903377c2e1 SHA512 6cd51e98fcafb5719220c8b82cbf833d258469e0be12099a3a528db0f56653a80da3de299b70d1b889cbc76fb91bffbe60b205b4fe94891c1318a385e5ebe0e4
+DIST telescope-0.8.pub 95 BLAKE2B 51db0037fb1739fc087163650c8a76f02ef5f8122b0462ca114b63441f09f032ee28dc281c7260c6f286cfd51bac7e1fc7fc6918b38bd3c0b5d296656881000b SHA512 c8eeda00e65a30c75e4c4c7bec999ee37a8122ec93c4e1c444f980fb82e0c91984455c5300b49a2da35418aef4e184c421141662a9bb8be40841307029e96577
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
similarity index 94%
rename from sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild
rename to sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
index 948775a0f..7a33db7e0 100644
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.6.1.ebuild
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2023-05-12 9:32 Matt Jolly
0 siblings, 0 replies; 11+ messages in thread
From: Matt Jolly @ 2023-05-12 9:32 UTC (permalink / raw
To: gentoo-commits
commit: 9a1e686defbb2bb7dc1d77ae6dd9980450f475f8
Author: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri May 12 09:12:23 2023 +0000
Commit: Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
CommitDate: Fri May 12 09:19:14 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9a1e686d
sec-keys/signify-keys-telescope: destablise ~x86
Also fix upstream metadata
https://wiki.gentoo.org/wiki/Project:GURU#The_regulations
Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
sec-keys/signify-keys-telescope/metadata.xml | 3 +++
sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild | 2 +-
sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild | 2 +-
3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/sec-keys/signify-keys-telescope/metadata.xml b/sec-keys/signify-keys-telescope/metadata.xml
index 7ebbd0334..04a6ad1ca 100644
--- a/sec-keys/signify-keys-telescope/metadata.xml
+++ b/sec-keys/signify-keys-telescope/metadata.xml
@@ -5,4 +5,7 @@
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
+ <upstream>
+ <remote-id type="github">omar-polo/telescope</remote-id>
+ </upstream>
</pkgmetadata>
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
index 7a33db7e0..17076239c 100644
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="${MY_PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
local files=( ${A} )
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
index 7a33db7e0..17076239c 100644
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="${MY_PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
src_install() {
local files=( ${A} )
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2024-04-09 1:24 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2024-04-09 1:24 UTC (permalink / raw
To: gentoo-commits
commit: 869a6fd8d45b92317d0fb6cd82bbc928e45b020f
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 00:54:03 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Apr 9 01:21:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=869a6fd8
sec-keys/signify-keys-telescope: add 0.9
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 1 +
.../signify-keys-telescope-0.9.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 45b43e498f..60f264f8d7 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1,2 +1,3 @@
DIST telescope-0.7.pub 101 BLAKE2B b8e570c28fe03c538e99bc4b1a49dd28ac999bcfb16d23a08c9d489a56a8b454fdd0eb6d5afffd48bfa0e9b0fe00d193f916316caeb6b09bf5f378903377c2e1 SHA512 6cd51e98fcafb5719220c8b82cbf833d258469e0be12099a3a528db0f56653a80da3de299b70d1b889cbc76fb91bffbe60b205b4fe94891c1318a385e5ebe0e4
DIST telescope-0.8.pub 95 BLAKE2B 51db0037fb1739fc087163650c8a76f02ef5f8122b0462ca114b63441f09f032ee28dc281c7260c6f286cfd51bac7e1fc7fc6918b38bd3c0b5d296656881000b SHA512 c8eeda00e65a30c75e4c4c7bec999ee37a8122ec93c4e1c444f980fb82e0c91984455c5300b49a2da35418aef4e184c421141662a9bb8be40841307029e96577
+DIST telescope-0.9.pub 95 BLAKE2B 5b65eb226db41efc31502e6b4e190aab4ec59b00206da3944028d2af0b0ebe8e0ae48a532238da79c370e2b148ff6b50ca212889799fea1fc0a0b0aee4f807d6 SHA512 c3b316d31fac4f586e0db922628529f8d64f3addc7f80b6be3a01a5b62065607351a998868fc34f581d794e563d72feaf84dd8faa6dba1b417a67d6ee8ecf211
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild
new file mode 100644
index 0000000000..4432de27a4
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild
@@ -0,0 +1,21 @@
+# 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://telescope.omarpolo.com/"
+SRC_URI="https://ftp.omarpolo.com/${MY_P}.pub"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2024-04-09 1:24 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2024-04-09 1:24 UTC (permalink / raw
To: gentoo-commits
commit: bcb61f0d64f2b3d11b41fc9a5ac248e9d6fa4cb5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 01:05:40 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Apr 9 01:21:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bcb61f0d
sec-keys/signify-keys-telescope: add 0.10
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 1 +
.../signify-keys-telescope-0.10.ebuild | 21 +++++++++++++++++++++
2 files changed, 22 insertions(+)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 60f264f8d7..111a679f24 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1,3 +1,4 @@
+DIST telescope-0.10.pub 95 BLAKE2B 8e79de6da956e7de25994fbca4949b431c792a1c77317c76a04218e065b27d25758d42dbadc5c57e3c35477a60ea9224cf6ca48e77bab9445601df2ee22479c7 SHA512 92e5839684de4cf2c91972d14ee914bb67b4b1f8b083bf60328c90c4beb8968646708269a7bbffb052fefde4c8454a602b021cea5844b88cde9d377c18902639
DIST telescope-0.7.pub 101 BLAKE2B b8e570c28fe03c538e99bc4b1a49dd28ac999bcfb16d23a08c9d489a56a8b454fdd0eb6d5afffd48bfa0e9b0fe00d193f916316caeb6b09bf5f378903377c2e1 SHA512 6cd51e98fcafb5719220c8b82cbf833d258469e0be12099a3a528db0f56653a80da3de299b70d1b889cbc76fb91bffbe60b205b4fe94891c1318a385e5ebe0e4
DIST telescope-0.8.pub 95 BLAKE2B 51db0037fb1739fc087163650c8a76f02ef5f8122b0462ca114b63441f09f032ee28dc281c7260c6f286cfd51bac7e1fc7fc6918b38bd3c0b5d296656881000b SHA512 c8eeda00e65a30c75e4c4c7bec999ee37a8122ec93c4e1c444f980fb82e0c91984455c5300b49a2da35418aef4e184c421141662a9bb8be40841307029e96577
DIST telescope-0.9.pub 95 BLAKE2B 5b65eb226db41efc31502e6b4e190aab4ec59b00206da3944028d2af0b0ebe8e0ae48a532238da79c370e2b148ff6b50ca212889799fea1fc0a0b0aee4f807d6 SHA512 c3b316d31fac4f586e0db922628529f8d64f3addc7f80b6be3a01a5b62065607351a998868fc34f581d794e563d72feaf84dd8faa6dba1b417a67d6ee8ecf211
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
new file mode 100644
index 0000000000..4432de27a4
--- /dev/null
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild
@@ -0,0 +1,21 @@
+# 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://telescope.omarpolo.com/"
+SRC_URI="https://ftp.omarpolo.com/${MY_P}.pub"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="${PV}"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
+}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2024-04-09 1:24 Anna Vyalkova
0 siblings, 0 replies; 11+ messages in thread
From: Anna Vyalkova @ 2024-04-09 1:24 UTC (permalink / raw
To: gentoo-commits
commit: b7178d6fa965e90495dc0ffc06362df448323ba5
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Tue Apr 9 01:12:51 2024 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Tue Apr 9 01:22:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b7178d6f
sec-keys/signify-keys-telescope: drop 0.7
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
sec-keys/signify-keys-telescope/Manifest | 1 -
.../signify-keys-telescope-0.7.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 111a679f24..8d2059ac79 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1,4 +1,3 @@
DIST telescope-0.10.pub 95 BLAKE2B 8e79de6da956e7de25994fbca4949b431c792a1c77317c76a04218e065b27d25758d42dbadc5c57e3c35477a60ea9224cf6ca48e77bab9445601df2ee22479c7 SHA512 92e5839684de4cf2c91972d14ee914bb67b4b1f8b083bf60328c90c4beb8968646708269a7bbffb052fefde4c8454a602b021cea5844b88cde9d377c18902639
-DIST telescope-0.7.pub 101 BLAKE2B b8e570c28fe03c538e99bc4b1a49dd28ac999bcfb16d23a08c9d489a56a8b454fdd0eb6d5afffd48bfa0e9b0fe00d193f916316caeb6b09bf5f378903377c2e1 SHA512 6cd51e98fcafb5719220c8b82cbf833d258469e0be12099a3a528db0f56653a80da3de299b70d1b889cbc76fb91bffbe60b205b4fe94891c1318a385e5ebe0e4
DIST telescope-0.8.pub 95 BLAKE2B 51db0037fb1739fc087163650c8a76f02ef5f8122b0462ca114b63441f09f032ee28dc281c7260c6f286cfd51bac7e1fc7fc6918b38bd3c0b5d296656881000b SHA512 c8eeda00e65a30c75e4c4c7bec999ee37a8122ec93c4e1c444f980fb82e0c91984455c5300b49a2da35418aef4e184c421141662a9bb8be40841307029e96577
DIST telescope-0.9.pub 95 BLAKE2B 5b65eb226db41efc31502e6b4e190aab4ec59b00206da3944028d2af0b0ebe8e0ae48a532238da79c370e2b148ff6b50ca212889799fea1fc0a0b0aee4f807d6 SHA512 c3b316d31fac4f586e0db922628529f8d64f3addc7f80b6be3a01a5b62065607351a998868fc34f581d794e563d72feaf84dd8faa6dba1b417a67d6ee8ecf211
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
deleted file mode 100644
index 17076239c6..0000000000
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN#signify-keys-}"
-MY_PV="$(ver_cut 1-2)"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Signify keys used to sign telescope releases"
-HOMEPAGE="https://github.com/omar-polo/telescope"
-SRC_URI="https://github.com/omar-polo/${MY_PN}/releases/download/${PV}/${MY_P}.pub"
-S="${WORKDIR}"
-
-LICENSE="public-domain"
-SLOT="${MY_PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2024-06-30 13:50 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-06-30 13:50 UTC (permalink / raw
To: gentoo-commits
commit: 6bbd428ebf891d189a6db43dea376e7cbc476ef0
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 30 13:48:29 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jun 30 13:48:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bbd428e
sec-keys/signify-keys-telescope: update HOMEPAGE
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
sec-keys/signify-keys-telescope/metadata.xml | 2 +-
sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild | 2 +-
sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/sec-keys/signify-keys-telescope/metadata.xml b/sec-keys/signify-keys-telescope/metadata.xml
index 695e0f1ae..13a010dc9 100644
--- a/sec-keys/signify-keys-telescope/metadata.xml
+++ b/sec-keys/signify-keys-telescope/metadata.xml
@@ -3,6 +3,6 @@
<pkgmetadata>
<!-- maintainer-needed -->
<upstream>
- <remote-id type="github">omar-polo/telescope</remote-id>
+ <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
index 4432de27a..d884faded 100644
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.10.ebuild
@@ -5,7 +5,7 @@ EAPI=8
MY_P="${PN#signify-keys-}-${PV}"
DESCRIPTION="Signify keys used to sign telescope releases"
-HOMEPAGE="https://telescope.omarpolo.com/"
+HOMEPAGE="https://www.telescope-browser.org/"
SRC_URI="https://ftp.omarpolo.com/${MY_P}.pub"
S="${WORKDIR}"
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild
index 4432de27a..d884faded 100644
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild
+++ b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.9.ebuild
@@ -5,7 +5,7 @@ EAPI=8
MY_P="${PN#signify-keys-}-${PV}"
DESCRIPTION="Signify keys used to sign telescope releases"
-HOMEPAGE="https://telescope.omarpolo.com/"
+HOMEPAGE="https://www.telescope-browser.org/"
SRC_URI="https://ftp.omarpolo.com/${MY_P}.pub"
S="${WORKDIR}"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/
@ 2024-06-30 13:50 Takuya Wakazono
0 siblings, 0 replies; 11+ messages in thread
From: Takuya Wakazono @ 2024-06-30 13:50 UTC (permalink / raw
To: gentoo-commits
commit: bf640d98bf2b692bccff18af89531ed585e3e8a2
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Jun 30 13:46:43 2024 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Jun 30 13:46:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf640d98
sec-keys/signify-keys-telescope: drop 0.8
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
sec-keys/signify-keys-telescope/Manifest | 1 -
.../signify-keys-telescope-0.8.ebuild | 23 ----------------------
2 files changed, 24 deletions(-)
diff --git a/sec-keys/signify-keys-telescope/Manifest b/sec-keys/signify-keys-telescope/Manifest
index 8d2059ac7..6f0020ec9 100644
--- a/sec-keys/signify-keys-telescope/Manifest
+++ b/sec-keys/signify-keys-telescope/Manifest
@@ -1,3 +1,2 @@
DIST telescope-0.10.pub 95 BLAKE2B 8e79de6da956e7de25994fbca4949b431c792a1c77317c76a04218e065b27d25758d42dbadc5c57e3c35477a60ea9224cf6ca48e77bab9445601df2ee22479c7 SHA512 92e5839684de4cf2c91972d14ee914bb67b4b1f8b083bf60328c90c4beb8968646708269a7bbffb052fefde4c8454a602b021cea5844b88cde9d377c18902639
-DIST telescope-0.8.pub 95 BLAKE2B 51db0037fb1739fc087163650c8a76f02ef5f8122b0462ca114b63441f09f032ee28dc281c7260c6f286cfd51bac7e1fc7fc6918b38bd3c0b5d296656881000b SHA512 c8eeda00e65a30c75e4c4c7bec999ee37a8122ec93c4e1c444f980fb82e0c91984455c5300b49a2da35418aef4e184c421141662a9bb8be40841307029e96577
DIST telescope-0.9.pub 95 BLAKE2B 5b65eb226db41efc31502e6b4e190aab4ec59b00206da3944028d2af0b0ebe8e0ae48a532238da79c370e2b148ff6b50ca212889799fea1fc0a0b0aee4f807d6 SHA512 c3b316d31fac4f586e0db922628529f8d64f3addc7f80b6be3a01a5b62065607351a998868fc34f581d794e563d72feaf84dd8faa6dba1b417a67d6ee8ecf211
diff --git a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild b/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
deleted file mode 100644
index 17076239c..000000000
--- a/sec-keys/signify-keys-telescope/signify-keys-telescope-0.8.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN#signify-keys-}"
-MY_PV="$(ver_cut 1-2)"
-MY_P="${MY_PN}-${MY_PV}"
-DESCRIPTION="Signify keys used to sign telescope releases"
-HOMEPAGE="https://github.com/omar-polo/telescope"
-SRC_URI="https://github.com/omar-polo/${MY_PN}/releases/download/${PV}/${MY_P}.pub"
-S="${WORKDIR}"
-
-LICENSE="public-domain"
-SLOT="${MY_PV}"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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)
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-06-30 13:50 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-09 1:24 [gentoo-commits] repo/proj/guru:dev commit in: sec-keys/signify-keys-telescope/ Anna Vyalkova
-- strict thread matches above, loose matches on Subject: below --
2024-06-30 13:50 Takuya Wakazono
2024-06-30 13:50 Takuya Wakazono
2024-04-09 1:24 Anna Vyalkova
2024-04-09 1:24 Anna Vyalkova
2023-05-12 9:32 Matt Jolly
2022-05-30 17:47 Anna Vyalkova
2022-01-16 17:58 Anna Vyalkova
2022-01-03 9:43 Anna Vyalkova
2022-01-02 18:55 Andrew Ammerlaan
2021-12-19 14:13 Anna Vyalkova
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox