From 9fe970a1dedec6fb772d138cf6b2b2d7fd972a05 Mon Sep 17 00:00:00 2001 From: Bart Ribbers Date: Tue, 3 Dec 2024 15:19:37 +0100 Subject: [PATCH] testing/openfire: move from community and remove maintainer It's maintainer has been inactive for 2 years and is not responding to any pings --- {community => testing}/openfire/APKBUILD | 2 +- {community => testing}/openfire/openfire.confd | 0 {community => testing}/openfire/openfire.initd | 0 {community => testing}/openfire/openfire.logrotate | 0 {community => testing}/openfire/openfire.post-install | 0 {community => testing}/openfire/openfire.post-upgrade | 0 {community => testing}/openfire/openfire.pre-install | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename {community => testing}/openfire/APKBUILD (98%) rename {community => testing}/openfire/openfire.confd (100%) rename {community => testing}/openfire/openfire.initd (100%) rename {community => testing}/openfire/openfire.logrotate (100%) rename {community => testing}/openfire/openfire.post-install (100%) rename {community => testing}/openfire/openfire.post-upgrade (100%) rename {community => testing}/openfire/openfire.pre-install (100%) diff --git a/community/openfire/APKBUILD b/testing/openfire/APKBUILD similarity index 98% rename from community/openfire/APKBUILD rename to testing/openfire/APKBUILD index e6b2dad4130..5166bec7b3d 100644 --- a/community/openfire/APKBUILD +++ b/testing/openfire/APKBUILD @@ -1,5 +1,5 @@ # Contributor: Taner Tas -maintainer="Taner Tas " +# Maintainer: pkgname=openfire pkgver=4.8.1 pkgrel=1 diff --git a/community/openfire/openfire.confd b/testing/openfire/openfire.confd similarity index 100% rename from community/openfire/openfire.confd rename to testing/openfire/openfire.confd diff --git a/community/openfire/openfire.initd b/testing/openfire/openfire.initd similarity index 100% rename from community/openfire/openfire.initd rename to testing/openfire/openfire.initd diff --git a/community/openfire/openfire.logrotate b/testing/openfire/openfire.logrotate similarity index 100% rename from community/openfire/openfire.logrotate rename to testing/openfire/openfire.logrotate diff --git a/community/openfire/openfire.post-install b/testing/openfire/openfire.post-install similarity index 100% rename from community/openfire/openfire.post-install rename to testing/openfire/openfire.post-install diff --git a/community/openfire/openfire.post-upgrade b/testing/openfire/openfire.post-upgrade similarity index 100% rename from community/openfire/openfire.post-upgrade rename to testing/openfire/openfire.post-upgrade diff --git a/community/openfire/openfire.pre-install b/testing/openfire/openfire.pre-install similarity index 100% rename from community/openfire/openfire.pre-install rename to testing/openfire/openfire.pre-install