diff options
author | Ralph Seichter <github@seichter.de> | 2020-03-19 10:55:24 +0100 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2020-03-20 03:31:25 -0500 |
commit | 2045785e424b288a2beb3d308ad3991f3b64cfa4 (patch) | |
tree | 3ed57d442ef79486da6c5cc123200c16f361fd42 /net-mail/automx2/metadata.xml | |
parent | dev-lang/ocaml: drop to ~hppa (diff) | |
download | gentoo-2045785e424b288a2beb3d308ad3991f3b64cfa4.tar.gz gentoo-2045785e424b288a2beb3d308ad3991f3b64cfa4.tar.bz2 gentoo-2045785e424b288a2beb3d308ad3991f3b64cfa4.zip |
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 <gentoo@seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/15011
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'net-mail/automx2/metadata.xml')
-rw-r--r-- | net-mail/automx2/metadata.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/net-mail/automx2/metadata.xml b/net-mail/automx2/metadata.xml new file mode 100644 index 000000000000..acba6de8fdfb --- /dev/null +++ b/net-mail/automx2/metadata.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>gentoo@seichter.de</email> + <name>Ralph Seichter</name> + </maintainer> + <maintainer type="person"> + <email>mschiff@gentoo.org</email> + <name>Marc Schiffbauer</name> + <description>Proxy</description> + </maintainer> + <longdescription> + automx2 makes configuring a mail account easy. It unites + methods for automated mailbox configuration from Apple + (mobileconfig), Microsoft (autodiscover) and Mozilla + (autoconfig) in one tool. + </longdescription> + <upstream> + <doc>https://gitlab.com/automx/automx2/blob/master/doc/automx2.adoc</doc> + <maintainer> + <email>automx2@seichter.de</email> + <name>Ralph Seichter</name> + </maintainer> + <remote-id type="gitlab">automx/automx2</remote-id> + </upstream> +</pkgmetadata> |