public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-08-30  7:48 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-08-30  7:48 UTC (permalink / raw
  To: gentoo-commits

commit:     4f8097a57c280b9554d0e19b48bc23fcaf80bc73
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 30 07:39:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 30 07:48:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f8097a5

sec-keys/openpgp-keys-andresimon: new package, add 20230830

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-andresimon/Manifest          |  1 +
 sec-keys/openpgp-keys-andresimon/metadata.xml      |  9 ++++++++
 .../openpgp-keys-andresimon-20230830.ebuild        | 24 ++++++++++++++++++++++
 3 files changed, 34 insertions(+)

diff --git a/sec-keys/openpgp-keys-andresimon/Manifest b/sec-keys/openpgp-keys-andresimon/Manifest
new file mode 100644
index 000000000000..a6b7be4d70e4
--- /dev/null
+++ b/sec-keys/openpgp-keys-andresimon/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-andresimon-20230830-B8C55574187F49180EDC763750FE0279D805A7C7.asc 2208 BLAKE2B 9b269d5aaa3b581a262012c5f950ccf87a1f61e0e556bb156156191918f2f1dade61b99d20f9f2dc381dafdedc4c19be82ebebe45ff3e9de1e77c6bf2165fd63 SHA512 f22110469f198b0d20204aea1257734279c916603cf59626a83ca7b482b33aa3e1f8b05c12e1b0f1ab6719bbea3530ebc6b15e5821281226fc0e8f2046068705

diff --git a/sec-keys/openpgp-keys-andresimon/metadata.xml b/sec-keys/openpgp-keys-andresimon/metadata.xml
new file mode 100644
index 000000000000..7efb31b9e7f2
--- /dev/null
+++ b/sec-keys/openpgp-keys-andresimon/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sam@gentoo.org</email>
+		<name>Sam James</name>
+	</maintainer>
+	<stabilize-allarches/>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
new file mode 100644
index 000000000000..476dcc882cd5
--- /dev/null
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Andre Simon"
+HOMEPAGE="http://www.andre-simon.de/zip/download.php#gpgsig"
+# Mirrored from http://www.andre-simon.de/zip/andre_simon.pub but then refreshed
+# as it'd expired.
+SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-B8C55574187F49180EDC763750FE0279D805A7C7.asc"
+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=(
+		${P}-B8C55574187F49180EDC763750FE0279D805A7C7.asc
+	)
+
+	insinto /usr/share/openpgp-keys
+	newins - andresimon.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-10-09  4:46 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-10-09  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     c4d951227aa5062124cfeac17d5e5f10270a45ff
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 04:46:14 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 04:46:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4d95122

sec-keys/openpgp-keys-andresimon: Stabilize 20230830 arm, #915453

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
index 476dcc882cd5..88b74d2d4b37 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 src_install() {
 	local files=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-10-09  4:46 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-10-09  4:46 UTC (permalink / raw
  To: gentoo-commits

commit:     507a76e6952148c7eace844f650cc465ecc18e55
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 04:46:21 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 04:46:21 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=507a76e6

sec-keys/openpgp-keys-andresimon: Stabilize 20230830 arm64, #915457

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
index 88b74d2d4b37..b4950121a954 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 src_install() {
 	local files=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-10-09  5:54 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-10-09  5:54 UTC (permalink / raw
  To: gentoo-commits

commit:     3ed3259639e8ba98ccc67525d6133127a36127da
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 05:54:25 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 05:54:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ed32596

sec-keys/openpgp-keys-andresimon: Stabilize 20230830 sparc, #915453

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
index b4950121a954..e5bcbdb1536c 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 
 src_install() {
 	local files=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-10-09  7:04 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-10-09  7:04 UTC (permalink / raw
  To: gentoo-commits

commit:     16401084cf6fdf66067fd68322f9f4221a35449f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 07:04:27 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 07:04:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16401084

sec-keys/openpgp-keys-andresimon: Stabilize 20230830 ppc64, #915453

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
index e5bcbdb1536c..6097e7be586e 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 src_install() {
 	local files=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2023-10-09 20:02 Sam James
  0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-10-09 20:02 UTC (permalink / raw
  To: gentoo-commits

commit:     0454a025ba9054ffbce46b034e64df3eb49b1e98
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  9 20:01:23 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct  9 20:01:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0454a025

sec-keys/openpgp-keys-andresimon: Stabilize 20230830 amd64, #915453

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
index 0a9a74a833c8..e80ee9855570 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
 	local files=(


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2024-09-06 11:46 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-09-06 11:46 UTC (permalink / raw
  To: gentoo-commits

commit:     2531159a321c752005fab2b572d0cea8fe2e814c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Sep  6 11:34:49 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Sep  6 11:46:15 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2531159a

sec-keys/openpgp-keys-andresimon: Refresh to 20240906

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sec-keys/openpgp-keys-andresimon/Manifest          |  1 +
 .../openpgp-keys-andresimon-20240906.ebuild        | 22 ++++++++++++++++++++++
 2 files changed, 23 insertions(+)

diff --git a/sec-keys/openpgp-keys-andresimon/Manifest b/sec-keys/openpgp-keys-andresimon/Manifest
index a6b7be4d70e4..7aceb0e0398e 100644
--- a/sec-keys/openpgp-keys-andresimon/Manifest
+++ b/sec-keys/openpgp-keys-andresimon/Manifest
@@ -1 +1,2 @@
+DIST B8C55574187F49180EDC763750FE0279D805A7C7.v2.asc 4519 BLAKE2B 723900405c26400cc238eee931dcac22affee80aa1b27323929f6ac6b61f71c1ed3043adf255ec61bbb121d6cf1ad6e495b844dfc1c674dfacf14cef8d06fbf0 SHA512 96e45cf91ff72e1f45e1edc74f5e5c1964a6b2d49880033b52a2c6a459ecdd8aaeced27c3f0041b9ed6f1515c42e432951dbdb9b917a5f3403a91202b29c5240
 DIST openpgp-keys-andresimon-20230830-B8C55574187F49180EDC763750FE0279D805A7C7.asc 2208 BLAKE2B 9b269d5aaa3b581a262012c5f950ccf87a1f61e0e556bb156156191918f2f1dade61b99d20f9f2dc381dafdedc4c19be82ebebe45ff3e9de1e77c6bf2165fd63 SHA512 f22110469f198b0d20204aea1257734279c916603cf59626a83ca7b482b33aa3e1f8b05c12e1b0f1ab6719bbea3530ebc6b15e5821281226fc0e8f2046068705

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild
new file mode 100644
index 000000000000..ccf064d205a8
--- /dev/null
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by Andre Simon"
+HOMEPAGE="http://andre-simon.de/zip/download.php#gpgsig"
+SRC_URI="
+	https://keyserver.ubuntu.com/pks/lookup?op=get&search=0xb8c55574187f49180edc763750fe0279d805a7c7
+		-> B8C55574187F49180EDC763750FE0279D805A7C7.v2.asc
+"
+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 - andresimon.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2024-09-28 10:36 Arthur Zamarin
  0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-09-28 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8864a84a97b4afc3998a570665ea0685bb34df85
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 10:36:14 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 10:36:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8864a84a

sec-keys/openpgp-keys-andresimon: Stabilize 20240906 ALLARCHES, #940368

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 .../openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild
index c72b82aef921..10f94626c422 100644
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild
+++ b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20240906.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 
 src_install() {
 	local files=( ${A} )


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/
@ 2024-09-28 10:52 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2024-09-28 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3b8264e9a3c2edd03b85604e62d68fa5b85ba7a9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 10:37:13 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 10:52:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8264e9

sec-keys/openpgp-keys-andresimon: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sec-keys/openpgp-keys-andresimon/Manifest          |  1 -
 .../openpgp-keys-andresimon-20230830.ebuild        | 24 ----------------------
 2 files changed, 25 deletions(-)

diff --git a/sec-keys/openpgp-keys-andresimon/Manifest b/sec-keys/openpgp-keys-andresimon/Manifest
index 7aceb0e0398e..c0a8c4c02b9d 100644
--- a/sec-keys/openpgp-keys-andresimon/Manifest
+++ b/sec-keys/openpgp-keys-andresimon/Manifest
@@ -1,2 +1 @@
 DIST B8C55574187F49180EDC763750FE0279D805A7C7.v2.asc 4519 BLAKE2B 723900405c26400cc238eee931dcac22affee80aa1b27323929f6ac6b61f71c1ed3043adf255ec61bbb121d6cf1ad6e495b844dfc1c674dfacf14cef8d06fbf0 SHA512 96e45cf91ff72e1f45e1edc74f5e5c1964a6b2d49880033b52a2c6a459ecdd8aaeced27c3f0041b9ed6f1515c42e432951dbdb9b917a5f3403a91202b29c5240
-DIST openpgp-keys-andresimon-20230830-B8C55574187F49180EDC763750FE0279D805A7C7.asc 2208 BLAKE2B 9b269d5aaa3b581a262012c5f950ccf87a1f61e0e556bb156156191918f2f1dade61b99d20f9f2dc381dafdedc4c19be82ebebe45ff3e9de1e77c6bf2165fd63 SHA512 f22110469f198b0d20204aea1257734279c916603cf59626a83ca7b482b33aa3e1f8b05c12e1b0f1ab6719bbea3530ebc6b15e5821281226fc0e8f2046068705

diff --git a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild b/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
deleted file mode 100644
index 616dfc2efc59..000000000000
--- a/sec-keys/openpgp-keys-andresimon/openpgp-keys-andresimon-20230830.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="OpenPGP keys used by Andre Simon"
-HOMEPAGE="http://www.andre-simon.de/zip/download.php#gpgsig"
-# Mirrored from http://www.andre-simon.de/zip/andre_simon.pub but then refreshed
-# as it'd expired.
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-B8C55574187F49180EDC763750FE0279D805A7C7.asc"
-S="${WORKDIR}"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-
-src_install() {
-	local files=(
-		${P}-B8C55574187F49180EDC763750FE0279D805A7C7.asc
-	)
-
-	insinto /usr/share/openpgp-keys
-	newins - andresimon.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2024-09-28 10:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-28 10:52 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-andresimon/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28 10:36 Arthur Zamarin
2024-09-06 11:46 Michał Górny
2023-10-09 20:02 Sam James
2023-10-09  7:04 Sam James
2023-10-09  5:54 Sam James
2023-10-09  4:46 Sam James
2023-10-09  4:46 Sam James
2023-08-30  7:48 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox