From 1085ce29790c60ec58e88344bc8e90697e8e9c00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Wed, 4 Sep 2024 14:02:20 +0200 Subject: [PATCH] testing/libnih: move from community Since dropping cgmanager, this is only used by upstart, which is in testing. Since it has no maintainer, move it back to the minimum place where it is required --- {community => testing}/libnih/APKBUILD | 0 {community => testing}/libnih/disable-broken-test.patch | 0 {community => testing}/libnih/gcc-10.patch | 0 {community => testing}/libnih/musl-enomem-message.patch | 0 {community => testing}/libnih/musl-fix-signals.patch | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename {community => testing}/libnih/APKBUILD (100%) rename {community => testing}/libnih/disable-broken-test.patch (100%) rename {community => testing}/libnih/gcc-10.patch (100%) rename {community => testing}/libnih/musl-enomem-message.patch (100%) rename {community => testing}/libnih/musl-fix-signals.patch (100%) diff --git a/community/libnih/APKBUILD b/testing/libnih/APKBUILD similarity index 100% rename from community/libnih/APKBUILD rename to testing/libnih/APKBUILD diff --git a/community/libnih/disable-broken-test.patch b/testing/libnih/disable-broken-test.patch similarity index 100% rename from community/libnih/disable-broken-test.patch rename to testing/libnih/disable-broken-test.patch diff --git a/community/libnih/gcc-10.patch b/testing/libnih/gcc-10.patch similarity index 100% rename from community/libnih/gcc-10.patch rename to testing/libnih/gcc-10.patch diff --git a/community/libnih/musl-enomem-message.patch b/testing/libnih/musl-enomem-message.patch similarity index 100% rename from community/libnih/musl-enomem-message.patch rename to testing/libnih/musl-enomem-message.patch diff --git a/community/libnih/musl-fix-signals.patch b/testing/libnih/musl-fix-signals.patch similarity index 100% rename from community/libnih/musl-fix-signals.patch rename to testing/libnih/musl-fix-signals.patch