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

commit:     15163ef9d4d73296e53393e81f737ff1194f1e22
Author:     Eli Schwartz <eschwartz93 <AT> gmail <DOT> com>
AuthorDate: Sun Jan 21 21:11:29 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 05:54:51 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15163ef9

sec-keys/openpgp-keys-qbittorrent: new package, add 20161227

Used by net-p2p/qbittorrent; signing key has been nicely stable for 8
years now.

Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sec-keys/openpgp-keys-qbittorrent/Manifest             |  1 +
 sec-keys/openpgp-keys-qbittorrent/metadata.xml         | 12 ++++++++++++
 .../openpgp-keys-qbittorrent-20161227.ebuild           | 18 ++++++++++++++++++
 3 files changed, 31 insertions(+)

diff --git a/sec-keys/openpgp-keys-qbittorrent/Manifest b/sec-keys/openpgp-keys-qbittorrent/Manifest
new file mode 100644
index 000000000000..7b27c280c8c1
--- /dev/null
+++ b/sec-keys/openpgp-keys-qbittorrent/Manifest
@@ -0,0 +1 @@
+DIST qBittorrent-20161227.asc 5716 BLAKE2B a1502b631c50a603e6b2c5ad73c801bf3963320d0330dbaabb5f4e15646ead61c81b40fc38561d41269849c23bbc4081ac9769b11d790ff06b1d93f4b48e7e18 SHA512 1e30158bb15462787d0f5dea04c9cbb51fffa4e3de14cc9faad4e01a5e5e77896a32ba5ee244e68eb389bf6cc4dfbef7137560a63118a77007c04ddb6139ffe6

diff --git a/sec-keys/openpgp-keys-qbittorrent/metadata.xml b/sec-keys/openpgp-keys-qbittorrent/metadata.xml
new file mode 100644
index 000000000000..667a16a60d08
--- /dev/null
+++ b/sec-keys/openpgp-keys-qbittorrent/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+		<email>eschwartz93@gmail.com</email>
+		<name>Eli Schwartz</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
new file mode 100644
index 000000000000..b22b972d4cc6
--- /dev/null
+++ b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
@@ -0,0 +1,18 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="OpenPGP keys used by qBittorrent"
+HOMEPAGE="https://www.qbittorrent.org/download"
+SRC_URI="https://github.com/qbittorrent/qBittorrent/raw/master/5B7CC9A2.asc -> qBittorrent-${PV}.asc"
+S="${WORKDIR}"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+src_install() {
+	insinto /usr/share/openpgp-keys
+	newins "${DISTDIR}"/qBittorrent-${PV}.asc qBittorrent.asc
+}


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

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

commit:     b776d46de4d455a3d5a23556d71c32f8e3fea92a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 04:22:25 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 04:22:25 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b776d46d

sec-keys/openpgp-keys-qbittorrent: Stabilize 20161227 amd64, #922875

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

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

diff --git a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
index b22b972d4cc6..9b4705941f8b 100644
--- a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
+++ b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 src_install() {
 	insinto /usr/share/openpgp-keys


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

* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-qbittorrent/
@ 2024-01-25  7:44 Joonas Niilola
  0 siblings, 0 replies; 3+ messages in thread
From: Joonas Niilola @ 2024-01-25  7:44 UTC (permalink / raw
  To: gentoo-commits

commit:     018036780cd0bed596f37ed7b71ebceba81d723d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 07:43:22 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 07:43:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01803678

sec-keys/openpgp-keys-qbittorrent: Stabilize 20161227 x86, #922875

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
index 9b4705941f8b..c67b2a6cdeee 100644
--- a/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
+++ b/sec-keys/openpgp-keys-qbittorrent/openpgp-keys-qbittorrent-20161227.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}"
 
 LICENSE="public-domain"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 src_install() {
 	insinto /usr/share/openpgp-keys


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

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

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-25  4:22 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-qbittorrent/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-01-25  7:44 Joonas Niilola
2024-01-22  5:55 Sam James

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