commit: adfd43c41b0d73d728cb53c6eb1ad1eb213e0b50
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 20 07:32:27 2021 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Mon Dec 20 08:51:36 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfd43c4
Move {app-emulation -> app-containers}/docker-registry
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
acct-group/registry/registry-0.ebuild | 2 +-
acct-user/registry/registry-0.ebuild | 2 +-
{app-emulation => app-containers}/docker-registry/Manifest | 0
.../docker-registry/docker-registry-2.7.1-r1.ebuild | 0
.../files/docker-registry-2.7.0-notification-metrics.patch | 0
{app-emulation => app-containers}/docker-registry/files/registry.confd | 0
{app-emulation => app-containers}/docker-registry/files/registry.initd | 0
.../docker-registry/files/registry.logrotated | 0
.../docker-registry/files/registry.service | 0
{app-emulation => app-containers}/docker-registry/metadata.xml | 0
profiles/updates/4Q-2021 | 1 +
11 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/acct-group/registry/registry-0.ebuild
b/acct-group/registry/registry-0.ebuild
index 1c05abd01b75..6da5197ae7ec 100644
--- a/acct-group/registry/registry-0.ebuild
+++ b/acct-group/registry/registry-0.ebuild
@@ -5,6 +5,6 @@ EAPI=7
inherit acct-group
-DESCRIPTION="A group for app-emulation/docker-registry"
+DESCRIPTION="A group for app-containers/docker-registry"
ACCT_GROUP_ID="295"
diff --git a/acct-user/registry/registry-0.ebuild
b/acct-user/registry/registry-0.ebuild
index 93323d5b3713..5994a8162973 100644
--- a/acct-user/registry/registry-0.ebuild
+++ b/acct-user/registry/registry-0.ebuild
@@ -5,7 +5,7 @@ EAPI=7
inherit acct-user
-DESCRIPTION="A user for app-emulation/docker-registry"
+DESCRIPTION="A user for app-containers/docker-registry"
ACCT_USER_GROUPS=( "registry" )
ACCT_USER_ID="295"
diff --git a/app-emulation/docker-registry/Manifest
b/app-containers/docker-registry/Manifest
similarity index 100%
rename from app-emulation/docker-registry/Manifest
rename to app-containers/docker-registry/Manifest
diff --git a/app-emulation/docker-registry/docker-registry-2.7.1-r1.ebuild
b/app-containers/docker-registry/docker-registry-2.7.1-r1.ebuild
similarity index 100%
rename from app-emulation/docker-registry/docker-registry-2.7.1-r1.ebuild
rename to app-containers/docker-registry/docker-registry-2.7.1-r1.ebuild
diff --git
a/app-emulation/docker-registry/files/docker-registry-2.7.0-notification-metrics.patch
b/app-containers/docker-registry/files/docker-registry-2.7.0-notification-metrics.patch
similarity index 100%
rename from
app-emulation/docker-registry/files/docker-registry-2.7.0-notification-metrics.patch
rename to
app-containers/docker-registry/files/docker-registry-2.7.0-notification-metrics.patch
diff --git a/app-emulation/docker-registry/files/registry.confd
b/app-containers/docker-registry/files/registry.confd
similarity index 100%
rename from app-emulation/docker-registry/files/registry.confd
rename to app-containers/docker-registry/files/registry.confd
diff --git a/app-emulation/docker-registry/files/registry.initd
b/app-containers/docker-registry/files/registry.initd
similarity index 100%
rename from app-emulation/docker-registry/files/registry.initd
rename to app-containers/docker-registry/files/registry.initd
diff --git a/app-emulation/docker-registry/files/registry.logrotated
b/app-containers/docker-registry/files/registry.logrotated
similarity index 100%
rename from app-emulation/docker-registry/files/registry.logrotated
rename to app-containers/docker-registry/files/registry.logrotated
diff --git a/app-emulation/docker-registry/files/registry.service
b/app-containers/docker-registry/files/registry.service
similarity index 100%
rename from app-emulation/docker-registry/files/registry.service
rename to app-containers/docker-registry/files/registry.service
diff --git a/app-emulation/docker-registry/metadata.xml
b/app-containers/docker-registry/metadata.xml
similarity index 100%
rename from app-emulation/docker-registry/metadata.xml
rename to app-containers/docker-registry/metadata.xml
diff --git a/profiles/updates/4Q-2021 b/profiles/updates/4Q-2021
index c72942af7713..16f7e8f27c63 100644
--- a/profiles/updates/4Q-2021
+++ b/profiles/updates/4Q-2021
@@ -44,3 +44,4 @@ move app-emulation/docker-bench-security
app-containers/docker-bench-security
move app-emulation/docker-compose app-containers/docker-compose
move app-emulation/docker-credential-helpers
app-containers/docker-credential-helpers
move app-emulation/docker-gc app-containers/docker-gc
+move app-emulation/docker-registry app-containers/docker-registry