commit: 34a0feee2c612f0449d00c918825bd12b7beb01c
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 09:06:09 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Tue Dec 21 02:24:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a0feee
Move {app-emulation -> app-containers}/lxc-templates
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
{app-emulation => app-containers}/lxc-templates/Manifest | 0
.../lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch | 0
.../lxc-templates/lxc-templates-3.0.4.ebuild | 0
{app-emulation => app-containers}/lxc-templates/metadata.xml | 0
app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild | 2 +-
profiles/updates/4Q-2021 | 1 +
6 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/app-emulation/lxc-templates/Manifest
b/app-containers/lxc-templates/Manifest
similarity index 100%
rename from app-emulation/lxc-templates/Manifest
rename to app-containers/lxc-templates/Manifest
diff --git
a/app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch
b/app-containers/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch
similarity index 100%
rename from
app-emulation/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch
rename to
app-containers/lxc-templates/files/lxc-templates-3.0.1-no-cache-dir.patch
diff --git a/app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
b/app-containers/lxc-templates/lxc-templates-3.0.4.ebuild
similarity index 100%
rename from app-emulation/lxc-templates/lxc-templates-3.0.4.ebuild
rename to app-containers/lxc-templates/lxc-templates-3.0.4.ebuild
diff --git a/app-emulation/lxc-templates/metadata.xml
b/app-containers/lxc-templates/metadata.xml
similarity index 100%
rename from app-emulation/lxc-templates/metadata.xml
rename to app-containers/lxc-templates/metadata.xml
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 d7dd487bfac1..4e14a39d94fa 100644
--- a/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild
+++ b/app-emulation/lxc/lxc-4.0.11_p1-r1.ebuild
@@ -182,7 +182,7 @@ pkg_postinst() {
elog "Please run 'lxc-checkconfig' to see optional kernel features."
elog
- optfeature "automatic template scripts" app-emulation/lxc-templates
+ optfeature "automatic template scripts" app-containers/lxc-templates
optfeature "Debian-based distribution container image support"
dev-util/debootstrap
optfeature "snapshot & restore functionality" sys-process/criu
}
diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
index d3a7b460e0e8..3441020687eb 100644
--- a/profiles/updates/4Q-2021
+++ b/profiles/updates/4Q-2021
@@ -64,3 +64,4 @@ move app-emulation/docker app-containers/docker
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