mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
Move {app-emulation -> app-containers}/lxc
Closes: https://github.com/gentoo/gentoo/pull/23428 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
@@ -6,4 +6,4 @@ EAPI=7
|
||||
inherit acct-group
|
||||
|
||||
ACCT_GROUP_ID=358
|
||||
DESCRIPTION="Group for app-emulation/lxc"
|
||||
DESCRIPTION="Group for app-containers/lxc"
|
||||
|
||||
@@ -5,7 +5,7 @@ EAPI=7
|
||||
|
||||
inherit acct-user
|
||||
|
||||
DESCRIPTION="User for app-emulation/lxc"
|
||||
DESCRIPTION="User for app-containers/lxc"
|
||||
ACCT_USER_ID=358
|
||||
ACCT_USER_GROUPS=( lxc )
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
|
||||
RDEPEND=">=app-emulation/lxc-3.0"
|
||||
RDEPEND=">=app-containers/lxc-3.0"
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ IUSE="apparmor ipv6 nls verify-sig"
|
||||
|
||||
DEPEND="acct-group/lxd
|
||||
app-arch/xz-utils
|
||||
>=app-emulation/lxc-3.0.0[apparmor?,seccomp(+)]
|
||||
>=app-containers/lxc-3.0.0[apparmor?,seccomp(+)]
|
||||
dev-libs/dqlite
|
||||
dev-libs/lzo
|
||||
dev-libs/raft[lz4]
|
||||
|
||||
@@ -17,7 +17,7 @@ IUSE="apparmor ipv6 nls verify-sig"
|
||||
|
||||
DEPEND="acct-group/lxd
|
||||
app-arch/xz-utils
|
||||
>=app-emulation/lxc-3.0.0[apparmor?,seccomp(+)]
|
||||
>=app-containers/lxc-3.0.0[apparmor?,seccomp(+)]
|
||||
dev-db/sqlite:3
|
||||
dev-libs/dqlite
|
||||
dev-libs/lzo
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
</flag>
|
||||
<!-- Virtualisation backends -->
|
||||
<flag name="lxc">
|
||||
Support management of Linux Containers virtualisation (<pkg>app-emulation/lxc</pkg>)
|
||||
Support management of Linux Containers virtualisation (<pkg>app-containers/lxc</pkg>)
|
||||
</flag>
|
||||
<flag name="openvz">
|
||||
Support management of OpenVZ virtualisation (openvz-sources)
|
||||
|
||||
@@ -17,7 +17,7 @@ SLOT="0"
|
||||
KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
|
||||
IUSE="verify-sig"
|
||||
|
||||
RDEPEND="app-emulation/lxc"
|
||||
RDEPEND="app-containers/lxc"
|
||||
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-linuxcontainers )"
|
||||
|
||||
VERIFY_SIG_OPENPGP_KEY_PATH=${BROOT}/usr/share/openpgp-keys/linuxcontainers.asc
|
||||
|
||||
@@ -43,7 +43,7 @@ app-metrics/collectd collectd_plugins_slurm collectd_plugins_gpu_nvidia
|
||||
|
||||
# Joonas Niilola <juippis@gentoo.org> (2020-06-21)
|
||||
# sys-apps/apparmor doesn't have stable keywords.
|
||||
app-emulation/lxc apparmor
|
||||
app-containers/lxc apparmor
|
||||
app-containers/lxd apparmor
|
||||
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2019-10-28)
|
||||
|
||||
@@ -123,7 +123,7 @@ sci-physics/lammps kokkos
|
||||
|
||||
# Joonas Niilola <juippis@gentoo.org> (2020-05-14)
|
||||
# sys-apps/apparmor not keyworded on x86.
|
||||
app-emulation/lxc apparmor
|
||||
app-containers/lxc apparmor
|
||||
app-containers/lxd apparmor
|
||||
|
||||
# Thomas Deutschmann <whissi@gentoo.org> (2020-04-30)
|
||||
|
||||
@@ -65,3 +65,4 @@ move app-emulation/reg app-containers/reg
|
||||
move app-emulation/flannel app-containers/flannel
|
||||
move app-emulation/lxd app-containers/lxd
|
||||
move app-emulation/lxc-templates app-containers/lxc-templates
|
||||
move app-emulation/lxc app-containers/lxc
|
||||
|
||||
Reference in New Issue
Block a user