public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-tcpdump/
@ 2024-03-08 18:07 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-03-08 18:07 UTC (permalink / raw
  To: gentoo-commits

commit:     748a7ef331dc62803dc30843df22dae3e258c518
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 18:06:23 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 18:06:23 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=748a7ef3

sec-keys/openpgp-keys-tcpdump: add 20240308

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

 sec-keys/openpgp-keys-tcpdump/Manifest               |  1 +
 .../openpgp-keys-tcpdump-20240308.ebuild             | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/sec-keys/openpgp-keys-tcpdump/Manifest b/sec-keys/openpgp-keys-tcpdump/Manifest
index 3b88e21bc285..975246ca01fa 100644
--- a/sec-keys/openpgp-keys-tcpdump/Manifest
+++ b/sec-keys/openpgp-keys-tcpdump/Manifest
@@ -1 +1,2 @@
 DIST openpgp-keys-tcpdump-20210416.asc 1776 BLAKE2B d0522a6e03156685b88e74d80311ec37065430ad304116c892b7623b792957aaff38abf1b41f10e9c9ca8a74f852659b6194da61d5d4f309e48ce82a10c740c5 SHA512 5182b3ecc229cdb53b4ecc14696717698df3ffdca93482a771945b4e988da929dc30ad11cad272c6545c10290df1dc0338c26c039821ad19acabb9c08fd690ad
+DIST openpgp-keys-tcpdump-20240308.asc 2387 BLAKE2B 7cc47626d6a99f07228b213fb3c0f87bb307bb145350aaca05bedf41ca1b801b6458c061e078a34419c8b1767856272ffb30af1ad75ff1b0cf7d923ad15b0ea7 SHA512 c7ec80997c754fbd9ee249941f0224572afa9c36c0b8afec220081b1012c506f3df27bf29c3c55b0431b97448d0a05241bd4ef32450f7f1fd9dae09d4a30da98

diff --git a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild
new file mode 100644
index 000000000000..b2785d28d201
--- /dev/null
+++ b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign tcpdump releases"
+HOMEPAGE="https://www.tcpdump.org/index.html#latest-releases"
+SRC_URI="https://www.tcpdump.org/release/signing-key.asc -> ${P}.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 - tcpdump.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-tcpdump/
@ 2024-04-29  5:44 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-04-29  5:44 UTC (permalink / raw
  To: gentoo-commits

commit:     aa80aee2b9fe881975e0e903fb70cdcedf7d50b2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 05:44:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 29 05:44:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa80aee2

sec-keys/openpgp-keys-tcpdump: Stabilize 20240308 ALLARCHES, #930861

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

 sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild
index b2785d28d201..e6f172f82880 100644
--- a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild
+++ b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240308.ebuild
@@ -10,7 +10,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=( ${A} )


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

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

commit:     6b142b6f1f55b4b66b2572e207ee312398504361
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep  1 06:50:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep  1 06:50:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b142b6f

sec-keys/openpgp-keys-tcpdump: add 20240901

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

 sec-keys/openpgp-keys-tcpdump/Manifest               |  1 +
 .../openpgp-keys-tcpdump-20240901.ebuild             | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/sec-keys/openpgp-keys-tcpdump/Manifest b/sec-keys/openpgp-keys-tcpdump/Manifest
index 975246ca01fa..3196a748763a 100644
--- a/sec-keys/openpgp-keys-tcpdump/Manifest
+++ b/sec-keys/openpgp-keys-tcpdump/Manifest
@@ -1,2 +1,3 @@
 DIST openpgp-keys-tcpdump-20210416.asc 1776 BLAKE2B d0522a6e03156685b88e74d80311ec37065430ad304116c892b7623b792957aaff38abf1b41f10e9c9ca8a74f852659b6194da61d5d4f309e48ce82a10c740c5 SHA512 5182b3ecc229cdb53b4ecc14696717698df3ffdca93482a771945b4e988da929dc30ad11cad272c6545c10290df1dc0338c26c039821ad19acabb9c08fd690ad
 DIST openpgp-keys-tcpdump-20240308.asc 2387 BLAKE2B 7cc47626d6a99f07228b213fb3c0f87bb307bb145350aaca05bedf41ca1b801b6458c061e078a34419c8b1767856272ffb30af1ad75ff1b0cf7d923ad15b0ea7 SHA512 c7ec80997c754fbd9ee249941f0224572afa9c36c0b8afec220081b1012c506f3df27bf29c3c55b0431b97448d0a05241bd4ef32450f7f1fd9dae09d4a30da98
+DIST openpgp-keys-tcpdump-20240901.asc 1359 BLAKE2B 27b1a6323838b481afbff2292d4e77956e3f37df36b8d8470b5c96989967a00f0712c0ac1f22d1536bbf1613d9b6c7de644de4f1bb6118cc7049c59a19b89a1b SHA512 0af707e30cf857a848c91dc91d1c778bef2168fcc504dddda8157bc6bc133787288e5fe3f48f777ca5e58bad1578b304b3ef2cb996906384058a9e22f91dcad6

diff --git a/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240901.ebuild b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240901.ebuild
new file mode 100644
index 000000000000..e6f172f82880
--- /dev/null
+++ b/sec-keys/openpgp-keys-tcpdump/openpgp-keys-tcpdump-20240901.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used to sign tcpdump releases"
+HOMEPAGE="https://www.tcpdump.org/index.html#latest-releases"
+SRC_URI="https://www.tcpdump.org/release/signing-key.asc -> ${P}.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 - tcpdump.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-01  7:10 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-tcpdump/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-04-29  5:44 Sam James
2024-03-08 18:07 Sam James

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