* [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-linuxcontainers/, sys-fs/lxcfs/, ...
@ 2021-12-18 22:34 Michał Górny
0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2021-12-18 22:34 UTC (permalink / raw
To: gentoo-commits
commit: 933596692a06ab97dc2c0728eab7b22c3db9afd9
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 17 22:15:27 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec 18 22:32:42 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93359669
Move {app-crypt → sec-keys}/openpgp-keys-linuxcontainers
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild | 2 +-
app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild | 2 +-
app-emulation/lxd/lxd-4.0.7-r2.ebuild | 2 +-
app-emulation/lxd/lxd-4.0.8-r1.ebuild | 2 +-
dev-python/python3-lxc/python3-lxc-3.0.4.ebuild | 2 +-
profiles/updates/4Q-2021 | 1 +
{app-crypt => sec-keys}/openpgp-keys-linuxcontainers/Manifest | 0
{app-crypt => sec-keys}/openpgp-keys-linuxcontainers/metadata.xml | 0
.../openpgp-keys-linuxcontainers-20201014.ebuild | 0
sys-fs/lxcfs/lxcfs-4.0.11.ebuild | 2 +-
10 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild b/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
index 395bcc1afb35..f8ce13079521 100644
--- a/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
+++ b/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
@@ -17,7 +17,7 @@ SLOT="0"
RDEPEND=">=app-emulation/lxc-3.0"
DEPEND="${RDEPEND}"
-BDEPEND="verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
PATCHES=( "${FILESDIR}/${PN}-3.0.1-no-cache-dir.patch" )
DOCS=()
diff --git a/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild b/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild
index 47271c7dac54..d7dd487bfac1 100644
--- a/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild
+++ b/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
BDEPEND="virtual/pkgconfig
doc? ( app-doc/doxygen[dot] )
man? ( app-text/docbook-sgml-utils )
- verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
CONFIG_CHECK="~!NETPRIO_CGROUP
~CGROUPS
diff --git a/app-emulation/lxd/lxd-4.0.7-r2.ebuild b/app-emulation/lxd/lxd-4.0.7-r2.ebuild
index f1f4af48c04d..2793b8118e4b 100644
--- a/app-emulation/lxd/lxd-4.0.7-r2.ebuild
+++ b/app-emulation/lxd/lxd-4.0.7-r2.ebuild
@@ -33,7 +33,7 @@ RDEPEND="${DEPEND}
virtual/acl"
BDEPEND="dev-lang/go
nls? ( sys-devel/gettext )
- verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
CONFIG_CHECK="
~CGROUPS
diff --git a/app-emulation/lxd/lxd-4.0.8-r1.ebuild b/app-emulation/lxd/lxd-4.0.8-r1.ebuild
index 7aca4e4a92d4..b2063d1fdb93 100644
--- a/app-emulation/lxd/lxd-4.0.8-r1.ebuild
+++ b/app-emulation/lxd/lxd-4.0.8-r1.ebuild
@@ -36,7 +36,7 @@ RDEPEND="${DEPEND}
virtual/acl"
BDEPEND="dev-lang/go
nls? ( sys-devel/gettext )
- verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
CONFIG_CHECK="
~CGROUPS
diff --git a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
index 0a65749e4421..e877e7a8a55e 100644
--- a/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
+++ b/dev-python/python3-lxc/python3-lxc-3.0.4.ebuild
@@ -18,6 +18,6 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
IUSE="verify-sig"
RDEPEND="app-emulation/lxc"
-BDEPEND="verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
index cbe49838e21f..41ab500a0f72 100644
--- a/profiles/updates/4Q-2021
+++ b/profiles/updates/4Q-2021
@@ -16,3 +16,4 @@ move app-crypt/openpgp-keys-jedisct1 sec-keys/openpgp-keys-jedisct1
move app-crypt/openpgp-keys-kernel sec-keys/openpgp-keys-kernel
move app-crypt/openpgp-keys-libidn sec-keys/openpgp-keys-libidn
move app-crypt/openpgp-keys-libvirt sec-keys/openpgp-keys-libvirt
+move app-crypt/openpgp-keys-linuxcontainers sec-keys/openpgp-keys-linuxcontainers
diff --git a/app-crypt/openpgp-keys-linuxcontainers/Manifest b/sec-keys/openpgp-keys-linuxcontainers/Manifest
similarity index 100%
rename from app-crypt/openpgp-keys-linuxcontainers/Manifest
rename to sec-keys/openpgp-keys-linuxcontainers/Manifest
diff --git a/app-crypt/openpgp-keys-linuxcontainers/metadata.xml b/sec-keys/openpgp-keys-linuxcontainers/metadata.xml
similarity index 100%
rename from app-crypt/openpgp-keys-linuxcontainers/metadata.xml
rename to sec-keys/openpgp-keys-linuxcontainers/metadata.xml
diff --git a/app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild b/sec-keys/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
similarity index 100%
rename from app-crypt/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
rename to sec-keys/openpgp-keys-linuxcontainers/openpgp-keys-linuxcontainers-20201014.ebuild
diff --git a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
index b811e340ec91..816a845e2788 100644
--- a/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
+++ b/sys-fs/lxcfs/lxcfs-4.0.11.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="amd64 ~riscv ~x86"
RDEPEND="sys-fs/fuse:3"
DEPEND="${RDEPEND}"
BDEPEND="sys-apps/help2man
- verify-sig? ( app-crypt/openpgp-keys-linuxcontainers )"
+ verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
# Looks like these won't ever work in a container/chroot environment. #764620
RESTRICT="test"
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-12-18 22:34 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-18 22:34 [gentoo-commits] repo/gentoo:master commit in: app-crypt/openpgp-keys-linuxcontainers/, sys-fs/lxcfs/, 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