* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libvirt/
@ 2024-10-17 5:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-10-17 5:01 UTC (permalink / raw
To: gentoo-commits
commit: 2c613e2ad3de8525cce33c9efc7219c9b1c4511b
Author: Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Wed Oct 16 19:44:19 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 05:00:01 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c613e2a
sec-keys/openpgp-keys-libvirt: Fix placement of $S variable
pkgcheck complains about the <S-Insert>following:
VariableOrderWrong: version 20210401: variable S should occur before KEYWORDS
Well, move the S variable declaration a few lines up.
Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
index e907cacdc1fb..84b1d66345a2 100644
--- a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
+++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
@@ -7,12 +7,12 @@ DESCRIPTION="OpenPGP keys used by libvirt"
HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc"
+S=${WORKDIR}
+
LICENSE="public-domain"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-S=${WORKDIR}
-
src_install() {
local files=( ${A} )
insinto /usr/share/openpgp-keys
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libvirt/
@ 2024-10-17 5:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-10-17 5:01 UTC (permalink / raw
To: gentoo-commits
commit: e9949812f80138aef88db7c5ea2d544956aa04a7
Author: Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Wed Oct 16 18:53:24 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 04:59:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9949812
sec-keys/openpgp-keys-libvirt: Update SRC_URI
The sources are available directly at https://download.libvirt.org, the
old path https://libvirt.org/sources/ is kept around for compatibility
reasons but redirects to the new one. Commit [1] changed the location on
libvirt.org too.
1: https://gitlab.com/libvirt/libvirt/-/commit/d2d26e98d60af191deec61bc6dcccf9c881992f2
Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
index f8a5a7532899..e907cacdc1fb 100644
--- a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
+++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20210401.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="OpenPGP keys used by libvirt"
HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
-SRC_URI="https://libvirt.org/sources/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc"
+SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C.asc"
LICENSE="public-domain"
SLOT="0"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libvirt/
@ 2024-10-17 5:01 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-10-17 5:01 UTC (permalink / raw
To: gentoo-commits
commit: c4857749fd2faf0dddd222edb5f26b02b76adff9
Author: Michal Privoznik <michal.privoznik <AT> gmail <DOT> com>
AuthorDate: Wed Oct 16 19:43:17 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Oct 17 05:00:00 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4857749
sec-keys/openpgp-keys-libvirt: Fill in missing upstream link in metadata
Signed-off-by: Michal Privoznik <michal.privoznik <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sec-keys/openpgp-keys-libvirt/metadata.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/sec-keys/openpgp-keys-libvirt/metadata.xml b/sec-keys/openpgp-keys-libvirt/metadata.xml
index fe0b86b88b96..ecd80dba5aeb 100644
--- a/sec-keys/openpgp-keys-libvirt/metadata.xml
+++ b/sec-keys/openpgp-keys-libvirt/metadata.xml
@@ -5,4 +5,7 @@
<email>virtualization@gentoo.org</email>
</maintainer>
<stabilize-allarches/>
+ <upstream>
+ <remote-id type="gitlab">libvirt/libvirt</remote-id>
+ </upstream>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libvirt/
@ 2025-08-30 22:19 Matthias Maier
0 siblings, 0 replies; 4+ messages in thread
From: Matthias Maier @ 2025-08-30 22:19 UTC (permalink / raw
To: gentoo-commits
commit: 4e2c599c8a2a4ad018d771588dae8c51a32e0266
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 30 22:10:58 2025 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Aug 30 22:16:10 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e2c599c
sec-keys/openpgp-keys-libvirt: add 20250830
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>
sec-keys/openpgp-keys-libvirt/Manifest | 1 +
.../openpgp-keys-libvirt-20250830.ebuild | 20 ++++++++++++++++++++
2 files changed, 21 insertions(+)
diff --git a/sec-keys/openpgp-keys-libvirt/Manifest b/sec-keys/openpgp-keys-libvirt/Manifest
index fd98218d6648..359c4e1c5c3b 100644
--- a/sec-keys/openpgp-keys-libvirt/Manifest
+++ b/sec-keys/openpgp-keys-libvirt/Manifest
@@ -1 +1,2 @@
+DIST 453B65310595562855471199CA68BE8010084C9C-r2.asc 3155 BLAKE2B 593023f6801d367a0e1b0f0f13b693980bc9e6ea599b4d02e665fd57ca57e7e791b8b10c4e7b76f2620b126eb840137c046f0186bea07a9ea998fb3160bb478a SHA512 705883dfdfdfb8bb784c5a78a7ad1402dd44a4dc92f29779579eb401f3d08115b0e6be07710e258ad91588ebb32d0dcf679973b79815786e4b91c7b7b61ab65d
DIST 453B65310595562855471199CA68BE8010084C9C.asc 3155 BLAKE2B 7126ccc1af0350ab179c137915bfb1ab7da715219a7f037a08f79d3e503d4fa424a01cf83cd57866c8fb22957e1b736d7c32e68035189b182b09ac9be696eda6 SHA512 49861840e534d1b1ed7d9ba16d825b5f861e05d82119adea8e3bf16355c6c3ed5cdab39c828f9e33f644ff9b806735ca2e70ddaa7c9e92aead87019515118006
diff --git a/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild
new file mode 100644
index 000000000000..8c1f1d38a033
--- /dev/null
+++ b/sec-keys/openpgp-keys-libvirt/openpgp-keys-libvirt-20250830.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="OpenPGP keys used by libvirt"
+HOMEPAGE="https://www.libvirt.org/ https://gitlab.com/libvirt/libvirt/"
+SRC_URI="https://download.libvirt.org/gpg_key.asc -> 453B65310595562855471199CA68BE8010084C9C-r2.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=( ${A} )
+ insinto /usr/share/openpgp-keys
+ newins - libvirt.org.asc < <(cat "${files[@]/#/${DISTDIR}/}" || die)
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-30 22:19 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-17 5:01 [gentoo-commits] repo/gentoo:master commit in: sec-keys/openpgp-keys-libvirt/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-10-17 5:01 Sam James
2024-10-17 5:01 Sam James
2025-08-30 22:19 Matthias Maier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox