* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-wireshark/
@ 2023-09-14 5:30 Michał Górny
0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2023-09-14 5:30 UTC (permalink / raw
To: gentoo-commits
commit: cd33dd0699ca0a4c47e67cdd56035ce14436d84a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 05:14:27 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Sep 14 05:30:13 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd33dd06
sec-keys/openpgp-keys-wireshark: initial import
Bug: https://bugs.gentoo.org/913394
Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
sec-keys/openpgp-keys-wireshark/Manifest | 1 +
sec-keys/openpgp-keys-wireshark/metadata.xml | 9 +++++++++
.../openpgp-keys-wireshark-20230903.ebuild | 20 ++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/sec-keys/openpgp-keys-wireshark/Manifest b/sec-keys/openpgp-keys-wireshark/Manifest
new file mode 100644
index 000000000000..0cf8ab271897
--- /dev/null
+++ b/sec-keys/openpgp-keys-wireshark/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-wireshark-20230903-gerald-wireshark-org.gpg 4099 BLAKE2B 2f8de508e9ad829d0d881742435ed8436b70dc74b26357cf924d69194b467bf599125bca36171640f227b04c3eafcfbc2614cb3daaf5cf41a0fa52cfa7a07aaa SHA512 6822012a6f744f729a89781a8a5070e18f3a99a6db0902eba301f4ef3ecc2524514491ed26e10b46b3e6bbc23bad12ddf9d0390deba3068643275087e3a29b12
diff --git a/sec-keys/openpgp-keys-wireshark/metadata.xml b/sec-keys/openpgp-keys-wireshark/metadata.xml
new file mode 100644
index 000000000000..a1af484833bd
--- /dev/null
+++ b/sec-keys/openpgp-keys-wireshark/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://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-wireshark/openpgp-keys-wireshark-20230903.ebuild b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
new file mode 100644
index 000000000000..598fcd123cad
--- /dev/null
+++ b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign Wireshark releases"
+HOMEPAGE="https://www.wireshark.org/download.html"
+SRC_URI="https://www.wireshark.org/download/gerald_at_wireshark_dot_org.gpg -> ${P}-gerald-wireshark-org.gpg"
+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 - wireshark.asc < <(cat "${files[@]/#/${DISTDIR}/}")
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-wireshark/
@ 2023-12-21 7:27 Arthur Zamarin
0 siblings, 0 replies; 3+ messages in thread
From: Arthur Zamarin @ 2023-12-21 7:27 UTC (permalink / raw
To: gentoo-commits
commit: 90859d04e98d8639726145e683d1ed6fc15fbc46
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 07:26:23 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 07:26:23 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90859d04
sec-keys/openpgp-keys-wireshark: Stabilize 20230903 x86, #920211
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
index a6bcffe24568..137367ac0a7b 100644
--- a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
+++ b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
-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] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-wireshark/
@ 2024-09-27 13:35 WANG Xuerui
0 siblings, 0 replies; 3+ messages in thread
From: WANG Xuerui @ 2024-09-27 13:35 UTC (permalink / raw
To: gentoo-commits
commit: 4667101193251cab0e6b8984dd4a6a553ed01252
Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 27 13:18:03 2024 +0000
Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Fri Sep 27 13:24:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46671011
sec-keys/openpgp-keys-wireshark: keyword 20230903 for ~loong
Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>
.../openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
index 58ead26e73d3..26a6c7c81afa 100644
--- a/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
+++ b/sec-keys/openpgp-keys-wireshark/openpgp-keys-wireshark-20230903.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -10,7 +10,7 @@ S="${WORKDIR}"
LICENSE="public-domain"
SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~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] 3+ messages in thread
end of thread, other threads:[~2024-09-27 13:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-21 7:27 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-wireshark/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2024-09-27 13:35 WANG Xuerui
2023-09-14 5:30 Michał Górny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox