* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-wireshark/
@ 2023-09-01 7:19 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-09-01 7:19 UTC (permalink / raw
To: gentoo-commits
commit: d990082fece8e982fc0293464d077ec31580ab02
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 16 05:14:27 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 07:18:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d990082f
app-crypt/openpgp-keys-wireshark: initial import
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-wireshark/Manifest | 1 +
app-crypt/openpgp-keys-wireshark/metadata.xml | 9 +++++++++
.../openpgp-keys-wireshark-20210416.ebuild | 20 ++++++++++++++++++++
3 files changed, 30 insertions(+)
diff --git a/app-crypt/openpgp-keys-wireshark/Manifest b/app-crypt/openpgp-keys-wireshark/Manifest
new file mode 100644
index 000000000000..bb0522c0e5b7
--- /dev/null
+++ b/app-crypt/openpgp-keys-wireshark/Manifest
@@ -0,0 +1 @@
+DIST openpgp-keys-wireshark-20210416-gerald-wireshark-org.gpg 4099 BLAKE2B 2f8de508e9ad829d0d881742435ed8436b70dc74b26357cf924d69194b467bf599125bca36171640f227b04c3eafcfbc2614cb3daaf5cf41a0fa52cfa7a07aaa SHA512 6822012a6f744f729a89781a8a5070e18f3a99a6db0902eba301f4ef3ecc2524514491ed26e10b46b3e6bbc23bad12ddf9d0390deba3068643275087e3a29b12
diff --git a/app-crypt/openpgp-keys-wireshark/metadata.xml b/app-crypt/openpgp-keys-wireshark/metadata.xml
new file mode 100644
index 000000000000..a1af484833bd
--- /dev/null
+++ b/app-crypt/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/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild b/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild
new file mode 100644
index 000000000000..5c1d573b3302
--- /dev/null
+++ b/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-wireshark/
@ 2023-09-01 7:20 Sam James
0 siblings, 0 replies; 2+ messages in thread
From: Sam James @ 2023-09-01 7:20 UTC (permalink / raw
To: gentoo-commits
commit: 2cafe0ecaf2ff2a950b1603b6401adf3f6ffa9b2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 1 07:19:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 1 07:19:42 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cafe0ec
Revert "app-crypt/openpgp-keys-wireshark: initial import"
This reverts commit d990082fece8e982fc0293464d077ec31580ab02.
I'd forgot I had this staged.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-crypt/openpgp-keys-wireshark/Manifest | 1 -
app-crypt/openpgp-keys-wireshark/metadata.xml | 9 ---------
.../openpgp-keys-wireshark-20210416.ebuild | 20 --------------------
3 files changed, 30 deletions(-)
diff --git a/app-crypt/openpgp-keys-wireshark/Manifest b/app-crypt/openpgp-keys-wireshark/Manifest
deleted file mode 100644
index bb0522c0e5b7..000000000000
--- a/app-crypt/openpgp-keys-wireshark/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST openpgp-keys-wireshark-20210416-gerald-wireshark-org.gpg 4099 BLAKE2B 2f8de508e9ad829d0d881742435ed8436b70dc74b26357cf924d69194b467bf599125bca36171640f227b04c3eafcfbc2614cb3daaf5cf41a0fa52cfa7a07aaa SHA512 6822012a6f744f729a89781a8a5070e18f3a99a6db0902eba301f4ef3ecc2524514491ed26e10b46b3e6bbc23bad12ddf9d0390deba3068643275087e3a29b12
diff --git a/app-crypt/openpgp-keys-wireshark/metadata.xml b/app-crypt/openpgp-keys-wireshark/metadata.xml
deleted file mode 100644
index a1af484833bd..000000000000
--- a/app-crypt/openpgp-keys-wireshark/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?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/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild b/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild
deleted file mode 100644
index 5c1d573b3302..000000000000
--- a/app-crypt/openpgp-keys-wireshark/openpgp-keys-wireshark-20210416.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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] 2+ messages in thread
end of thread, other threads:[~2023-09-01 7:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01 7:19 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-wireshark/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-09-01 7:20 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox