From 2045785e424b288a2beb3d308ad3991f3b64cfa4 Mon Sep 17 00:00:00 2001 From: Ralph Seichter Date: Thu, 19 Mar 2020 10:55:24 +0100 Subject: [PATCH] www-servers/automx2: Change category to net-mail Move existing Gentoo package www-servers/automx2 to net-mail/automx2. Reasons for this change are as follows: * Package automx2 replaces package net-mail/automx, which has already been last-rited. * Some developers raised objections against using www-servers/automx2. While automx2 is a web service and hence uses web server technology, it is not a web server in the way www-servers is understood. As per https://devmanual.gentoo.org/ebuild-maintenance/package-moves/index.html all changes are deliberately combined into a single commit to ensure atomicity during the update. Signed-off-by: Ralph Seichter Closes: https://github.com/gentoo/gentoo/pull/15011 Signed-off-by: Marc Schiffbauer --- acct-group/automx2/automx2-0.ebuild | 4 ++-- acct-user/automx2/automx2-0.ebuild | 4 ++-- {www-servers => net-mail}/automx2/Manifest | 0 {www-servers => net-mail}/automx2/automx2-2019.0.ebuild | 0 {www-servers => net-mail}/automx2/automx2-2020.1.ebuild | 0 {www-servers => net-mail}/automx2/files/conf | 0 {www-servers => net-mail}/automx2/files/confd | 0 {www-servers => net-mail}/automx2/files/init | 0 {www-servers => net-mail}/automx2/metadata.xml | 0 profiles/updates/1Q-2020 | 1 + 10 files changed, 5 insertions(+), 4 deletions(-) rename {www-servers => net-mail}/automx2/Manifest (100%) rename {www-servers => net-mail}/automx2/automx2-2019.0.ebuild (100%) rename {www-servers => net-mail}/automx2/automx2-2020.1.ebuild (100%) rename {www-servers => net-mail}/automx2/files/conf (100%) rename {www-servers => net-mail}/automx2/files/confd (100%) rename {www-servers => net-mail}/automx2/files/init (100%) rename {www-servers => net-mail}/automx2/metadata.xml (100%) diff --git a/acct-group/automx2/automx2-0.ebuild b/acct-group/automx2/automx2-0.ebuild index 05fcfe5a4d4f..59c8977b5fe7 100644 --- a/acct-group/automx2/automx2-0.ebuild +++ b/acct-group/automx2/automx2-0.ebuild @@ -1,9 +1,9 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit acct-group -DESCRIPTION="Group for www-servers/automx2" +DESCRIPTION="Group for net-mail/automx2" ACCT_GROUP_ID=437 diff --git a/acct-user/automx2/automx2-0.ebuild b/acct-user/automx2/automx2-0.ebuild index f500e034e987..c4effe2e71e2 100644 --- a/acct-user/automx2/automx2-0.ebuild +++ b/acct-user/automx2/automx2-0.ebuild @@ -1,11 +1,11 @@ -# Copyright 2019 Gentoo Authors +# Copyright 2019-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit acct-user -DESCRIPTION="User for www-servers/automx2" +DESCRIPTION="User for net-mail/automx2" ACCT_USER_ID=437 ACCT_USER_GROUPS=( automx2 ) diff --git a/www-servers/automx2/Manifest b/net-mail/automx2/Manifest similarity index 100% rename from www-servers/automx2/Manifest rename to net-mail/automx2/Manifest diff --git a/www-servers/automx2/automx2-2019.0.ebuild b/net-mail/automx2/automx2-2019.0.ebuild similarity index 100% rename from www-servers/automx2/automx2-2019.0.ebuild rename to net-mail/automx2/automx2-2019.0.ebuild diff --git a/www-servers/automx2/automx2-2020.1.ebuild b/net-mail/automx2/automx2-2020.1.ebuild similarity index 100% rename from www-servers/automx2/automx2-2020.1.ebuild rename to net-mail/automx2/automx2-2020.1.ebuild diff --git a/www-servers/automx2/files/conf b/net-mail/automx2/files/conf similarity index 100% rename from www-servers/automx2/files/conf rename to net-mail/automx2/files/conf diff --git a/www-servers/automx2/files/confd b/net-mail/automx2/files/confd similarity index 100% rename from www-servers/automx2/files/confd rename to net-mail/automx2/files/confd diff --git a/www-servers/automx2/files/init b/net-mail/automx2/files/init similarity index 100% rename from www-servers/automx2/files/init rename to net-mail/automx2/files/init diff --git a/www-servers/automx2/metadata.xml b/net-mail/automx2/metadata.xml similarity index 100% rename from www-servers/automx2/metadata.xml rename to net-mail/automx2/metadata.xml diff --git a/profiles/updates/1Q-2020 b/profiles/updates/1Q-2020 index b1f7fe244b9a..37651b4e14e7 100644 --- a/profiles/updates/1Q-2020 +++ b/profiles/updates/1Q-2020 @@ -8,3 +8,4 @@ move dev-python/python-sqlparse dev-python/sqlparse move dev-python/ghp-import dev-vcs/ghp-import move app-doc/ghp-import dev-vcs/ghp-import move dev-python/git-python dev-python/GitPython +move www-servers/automx2 net-mail/automx2 -- 2.26.2