commit:     3564a689658ef0dd2e4cd8b92aaea9d3a4d21446
Author:     Rahil Bhimjiani <me <AT> rahil <DOT> rocks>
AuthorDate: Thu Jan 11 09:48:19 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 20 13:27:21 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3564a689

app-containers/containers-common: update live

Because of upstream changes policy.json and default.yaml has to be moved from 
containers-common to
containers-image

Upstream commit: 
https://github.com/containers/image/commit/45441676e34e6410ae8af6dbb46b6161c5c81a7c

Signed-off-by: Rahil Bhimjiani <me <AT> rahil.rocks>
Closes: https://github.com/gentoo/gentoo/pull/34743
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-containers/containers-common/containers-common-9999.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/app-containers/containers-common/containers-common-9999.ebuild 
b/app-containers/containers-common/containers-common-9999.ebuild
index f96e1c184a69..5eca915dd606 100644
--- a/app-containers/containers-common/containers-common-9999.ebuild
+++ b/app-containers/containers-common/containers-common-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -53,14 +53,6 @@ src_compile() {
 src_install() {
        emake DESTDIR="${ED}" install
 
-       insinto /etc/containers
-       # https://github.com/containers/skopeo/raw/main/default-policy.json
-       doins pkg/config/containers.conf "${FILESDIR}/policy.json"
-
-       insinto /etc/containers/registries.d
-       # https://github.com/containers/skopeo/raw/main/default.yaml
-       doins "${FILESDIR}/default.yaml"
-
        insinto /usr/share/containers
        doins pkg/seccomp/seccomp.json pkg/subscriptions/mounts.conf
 

Reply via email to