www-servers/automx2: Change category to net-mail
authorRalph Seichter <github@seichter.de>
Thu, 19 Mar 2020 09:55:24 +0000 (10:55 +0100)
committerMarc Schiffbauer <mschiff@gentoo.org>
Fri, 20 Mar 2020 08:31:25 +0000 (03:31 -0500)
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 <gentoo@seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/15011
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
acct-group/automx2/automx2-0.ebuild
acct-user/automx2/automx2-0.ebuild
net-mail/automx2/Manifest [moved from www-servers/automx2/Manifest with 100% similarity]
net-mail/automx2/automx2-2019.0.ebuild [moved from www-servers/automx2/automx2-2019.0.ebuild with 100% similarity]
net-mail/automx2/automx2-2020.1.ebuild [moved from www-servers/automx2/automx2-2020.1.ebuild with 100% similarity]
net-mail/automx2/files/conf [moved from www-servers/automx2/files/conf with 100% similarity]
net-mail/automx2/files/confd [moved from www-servers/automx2/files/confd with 100% similarity]
net-mail/automx2/files/init [moved from www-servers/automx2/files/init with 100% similarity]
net-mail/automx2/metadata.xml [moved from www-servers/automx2/metadata.xml with 100% similarity]
profiles/updates/1Q-2020

index 05fcfe5a4d4f9eceed805cee46ecb6139991730f..59c8977b5fe7ab2eb9e074d0da5b73c1593c2825 100644 (file)
@@ -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
index f500e034e987d3f318f512f37092eddc3404390b..c4effe2e71e2d8e2f01d41ab41c04842f8118d07 100644 (file)
@@ -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 )
index b1f7fe244b9a034f87acd40bd350437d1a68dc86..37651b4e14e712eb7583c482bd20a2d425bbc7c5 100644 (file)
@@ -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