[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2024-09-07 Thread Arthur Zamarin
commit: adccebf847dddc0eb666142a193b3e8c4db65ac9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep  7 15:00:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep  7 15:00:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adccebf8

net-mail/automx2: Stabilize 2024.2 ALLARCHES, #939127

Signed-off-by: Arthur Zamarin  gentoo.org>

 net-mail/automx2/automx2-2024.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2024.2.ebuild 
b/net-mail/automx2/automx2-2024.2.ebuild
index 598ce69b2d1f..671f397d3e83 100644
--- a/net-mail/automx2/automx2-2024.2.ebuild
+++ b/net-mail/automx2/automx2-2024.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="acct-user/automx2
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/, net-mail/automx2/files/

2024-08-10 Thread Joonas Niilola
commit: 228d53133b6a97480b562ca1862a3725fe37e79c
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Jul  5 18:36:30 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=228d5313

net-mail/automx2: add 2024.2

Bump to automx2 version 2024.2 (bugfix & feature release).

Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2024.2.ebuild | 45 ++
 .../automx2/files/automx2-2024.2-setupcfg.patch| 13 +++
 3 files changed, 59 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 09d4d97cdb2b..d34d7dbed896 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1 +1,2 @@
 DIST automx2-2022.1.tar.gz 182519 BLAKE2B 
baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a
 SHA512 
3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3
+DIST automx2-2024.2.tar.gz 169710 BLAKE2B 
1977e07291d27168424e536273af4069d0cbe4c44e2c37fc10b4d0a2fa53272c404aae6dbb8b0a33dd9926e9fc94aae7cd3c6e5669454dad802e6a6ad85bfaf6
 SHA512 
de518e7eb5184d5dcd7945ab860250c6338e3343a9c4bba26bcdd68b4cb1d22de9624c329ff63af1420746a17ea220ad6d4bbda627af64f7ddcc5ae73275e5dd

diff --git a/net-mail/automx2/automx2-2024.2.ebuild 
b/net-mail/automx2/automx2-2024.2.ebuild
new file mode 100644
index ..598ce69b2d1f
--- /dev/null
+++ b/net-mail/automx2/automx2-2024.2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://rseichter.github.io/automx2/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-user/automx2
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-setupcfg.patch"
+)
+
+distutils_enable_tests unittest
+
+python_test() {
+   local -x AUTOMX2_CONF="tests/unittest.conf"
+   eunittest tests/
+}
+
+python_install_all() {
+   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
+   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}

diff --git a/net-mail/automx2/files/automx2-2024.2-setupcfg.patch 
b/net-mail/automx2/files/automx2-2024.2-setupcfg.patch
new file mode 100644
index ..07a68305f44f
--- /dev/null
+++ b/net-mail/automx2/files/automx2-2024.2-setupcfg.patch
@@ -0,0 +1,13 @@
+diff --color -r -u a/setup.cfg b/setup.cfg
+--- a/setup.cfg2024-02-21 05:58:03.0 +0100
 b/setup.cfg2024-07-08 18:27:14.404495000 +0200
+@@ -51,6 +51,9 @@
+ packages = find:
+ python_requires = >=3.7
+ 
++[options.packages.find]
++exclude = test*
++
+ [options.package_data]
+ * =
+ contrib/flask.sh



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2024-08-10 Thread Joonas Niilola
commit: 69f6f4bd278d6a5734564b68ab89b5ae330045cf
Author: Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Jul 22 22:16:05 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Aug 10 07:09:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69f6f4bd

net-mail/automx2: drop 2022.1

Stable build version 2022.1-r1 is available.

Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/37449
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.1.ebuild | 46 --
 1 file changed, 46 deletions(-)

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
deleted file mode 100644
index 9d243e7fddd4..
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="acct-user/automx2
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x AUTOMX2_CONF="tests/unittest.conf"
-   eunittest tests/
-}
-
-python_install_all() {
-   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
-   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
-   newconfd "${FILESDIR}/confd" "${PN}"
-   newinitd "${FILESDIR}/init-r1" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2024-07-04 Thread Joonas Niilola
commit: 7fcffb0b9a7e5833c054c268dc88ebe45f6eb61e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jul  5 06:09:35 2024 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul  5 06:09:35 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fcffb0b

net-mail/automx2: Stabilize 2022.1-r1 ALLARCHES, #935260

Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2022.1-r1.ebuild 
b/net-mail/automx2/automx2-2022.1-r1.ebuild
index 05f26b65305a..ead2c323a51f 100644
--- a/net-mail/automx2/automx2-2022.1-r1.ebuild
+++ b/net-mail/automx2/automx2-2022.1-r1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="acct-user/automx2
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2024-06-01 Thread Sam James
commit: 04fcaab84075e3e7f9477a07784945bf5184c118
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri May 10 18:10:21 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun  2 00:50:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fcaab8

net-mail/automx2: upgrade to Python 3.12

- Support Python version 3.12 in ebuild.
- Fix documentation URLs.

Closes: https://bugs.gentoo.org/929715
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/36631
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2022.1-r1.ebuild | 46 +++
 net-mail/automx2/metadata.xml |  2 +-
 2 files changed, 47 insertions(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2022.1-r1.ebuild 
b/net-mail/automx2/automx2-2022.1-r1.ebuild
new file mode 100644
index ..05f26b65305a
--- /dev/null
+++ b/net-mail/automx2/automx2-2022.1-r1.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11,12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://rseichter.github.io/automx2/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-user/automx2
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x AUTOMX2_CONF="tests/unittest.conf"
+   eunittest tests/
+}
+
+python_install_all() {
+   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
+   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}

diff --git a/net-mail/automx2/metadata.xml b/net-mail/automx2/metadata.xml
index 54630a522f9b..01690ef05208 100644
--- a/net-mail/automx2/metadata.xml
+++ b/net-mail/automx2/metadata.xml
@@ -10,7 +10,7 @@
(autoconfig) in one tool.


-   
https://github.com/rseichter/automx2/blob/master/doc/automx2.pdf
+   https://rseichter.github.io/automx2/

auto...@seichter.de
Ralph Seichter



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2023-05-01 Thread Sam James
commit: 8fa3c0cc1d9df344e780fd33a3bfe667a80b0501
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 17:58:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 17:58:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fa3c0cc

net-mail/automx2: enable py3.11

Closes: https://bugs.gentoo.org/897106
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2022.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
index 6260c9eda034..9d243e7fddd4 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2023-05-01 Thread Sam James
commit: c8a3f12a7753584faff8ae2c9fd7a37f24ff2c1c
Author: Sam James  gentoo  org>
AuthorDate: Mon May  1 17:57:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  1 17:58:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8a3f12a

net-mail/automx2: drop 2022.0

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2022.0.ebuild | 45 --
 2 files changed, 46 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 0f11bdbde11e..09d4d97cdb2b 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1 @@
-DIST automx2-2022.0.tar.gz 183324 BLAKE2B 
1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87
 SHA512 
2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be
 DIST automx2-2022.1.tar.gz 182519 BLAKE2B 
baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a
 SHA512 
3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
deleted file mode 100644
index 99981f324453..
--- a/net-mail/automx2/automx2-2022.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="acct-user/automx2
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   local -x AUTOMX2_CONF="tests/unittest.conf"
-   eunittest tests/
-}
-
-python_install_all() {
-   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
-   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
-   newconfd "${FILESDIR}/confd" "${PN}"
-   newinitd "${FILESDIR}/init-r1" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2023-03-19 Thread Joonas Niilola
commit: b81b81f7ea9811be215b3585b23ff6e134a7760c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon Mar 20 06:30:50 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon Mar 20 06:30:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b81b81f7

net-mail/automx2: Stabilize 2022.1 ALLARCHES, #901917

Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
index 0251dd9052a9..6260c9eda034 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="acct-user/automx2
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2023-02-17 Thread Sam James
commit: 55fe28a25e0a3a00df562984cd461114023e29e0
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 17 07:48:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 17 08:11:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55fe28a2

net-mail/automx2: use eunittest

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2022.0.ebuild | 4 ++--
 net-mail/automx2/automx2-2022.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
index fa5d5d4da29b..99981f324453 100644
--- a/net-mail/automx2/automx2-2022.0.ebuild
+++ b/net-mail/automx2/automx2-2022.0.ebuild
@@ -30,8 +30,8 @@ python_prepare_all() {
 }
 
 python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+   local -x AUTOMX2_CONF="tests/unittest.conf"
+   eunittest tests/
 }
 
 python_install_all() {

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
index 7cd6766fdd89..0251dd9052a9 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -31,8 +31,8 @@ python_prepare_all() {
 }
 
 python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+   local -x AUTOMX2_CONF="tests/unittest.conf"
+   eunittest tests/
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-06-16 Thread Sam James
commit: 1256a12bc46736c5cb03e928b423a7d3f57b7dd6
Author: Thomas Bracht Laumann Jespersen  laumann  xyz>
AuthorDate: Wed Jun  8 20:13:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jun 16 16:30:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1256a12b

net-mail/automx2: fix unquoted variable S

Signed-off-by: Thomas Bracht Laumann Jespersen  laumann.xyz>
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2022.0.ebuild | 4 ++--
 net-mail/automx2/automx2-2022.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
index 10bb53d7dc0d..20fbebce7c04 100644
--- a/net-mail/automx2/automx2-2022.0.ebuild
+++ b/net-mail/automx2/automx2-2022.0.ebuild
@@ -35,8 +35,8 @@ python_test() {
 }
 
 python_install_all() {
-   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
-   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
+   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
newconfd "${FILESDIR}/confd" "${PN}"
newinitd "${FILESDIR}/init-r1" "${PN}"
insinto /etc

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
index 58a4985460d2..43acbf695022 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -36,8 +36,8 @@ python_test() {
 }
 
 python_install_all() {
-   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
-   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   local DOCS=( "${S}"/docs/*.adoc "${S}"/contrib/*sample.conf )
+   local HTML_DOCS=( "${S}"/docs/*.{html,svg} )
newconfd "${FILESDIR}/confd" "${PN}"
newinitd "${FILESDIR}/init-r1" "${PN}"
insinto /etc



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-05-21 Thread Joonas Niilola
commit: 6aa3b819635ac8a12d75a7fdc88c3798a030c68c
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat May 21 22:27:31 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun May 22 03:26:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa3b819

net-mail/automx2: Remove obsolete ebuild

automx2 ebuild 2022.0 has been stabilised, remove previous
stable build.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/25591
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2021.6.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index d563c5e078e0..0f11bdbde11e 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,2 @@
-DIST automx2-2021.6.tar.gz 175423 BLAKE2B 
26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6
 SHA512 
0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360
 DIST automx2-2022.0.tar.gz 183324 BLAKE2B 
1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87
 SHA512 
2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be
 DIST automx2-2022.1.tar.gz 182519 BLAKE2B 
baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a
 SHA512 
3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3

diff --git a/net-mail/automx2/automx2-2021.6.ebuild 
b/net-mail/automx2/automx2-2021.6.ebuild
deleted file mode 100644
index 8f23e1fc2e4c..
--- a/net-mail/automx2/automx2-2021.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
-   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
-   newconfd "${FILESDIR}/confd" "${PN}"
-   newinitd "${FILESDIR}/init-r1" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-05-19 Thread Joonas Niilola
commit: bd77985dc1f2ff1694054e9f53df6a340e769034
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri May 20 06:14:37 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri May 20 06:21:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd77985d

net-mail/automx2: Stabilize 2022.0 ALLARCHES, #846512

Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
index 8242a1ded8da..10bb53d7dc0d 100644
--- a/net-mail/automx2/automx2-2022.0.ebuild
+++ b/net-mail/automx2/automx2-2022.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="acct-user/automx2
dev-python/flask[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-05-19 Thread Sam James
commit: 41ecfdd7554a37a4095d61d264ac8eebb03b77f4
Author: Ralph Seichter  seichter  de>
AuthorDate: Thu May 19 23:50:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 20 01:16:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41ecfdd7

net-mail/automx2: Bump to version 2022.1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/25565
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2022.1.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 0373ecf3b803..d563c5e078e0 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2021.6.tar.gz 175423 BLAKE2B 
26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6
 SHA512 
0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360
 DIST automx2-2022.0.tar.gz 183324 BLAKE2B 
1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87
 SHA512 
2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be
+DIST automx2-2022.1.tar.gz 182519 BLAKE2B 
baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a
 SHA512 
3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
new file mode 100644
index ..8242a1ded8da
--- /dev/null
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="acct-user/automx2
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
+   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-05-19 Thread Sam James
commit: 9c0cfb100ac85c63c7accc0327def39a61d95bfd
Author: Sam James  gentoo  org>
AuthorDate: Fri May 20 00:45:06 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 20 01:16:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0cfb10

net-mail/automx2: flip to PEP517

As per email on gentoo-dev.

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2022.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mail/automx2/automx2-2022.1.ebuild 
b/net-mail/automx2/automx2-2022.1.ebuild
index 8242a1ded8da..58a4985460d2 100644
--- a/net-mail/automx2/automx2-2022.1.ebuild
+++ b/net-mail/automx2/automx2-2022.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-04-08 Thread Joonas Niilola
commit: 0f3f4677ea3539db470bd1341674ef0713cd6f96
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Apr  8 15:49:59 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 15:50:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f3f4677

net-mail/automx2: drop 2021.5

Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2021.5.ebuild | 46 --
 2 files changed, 47 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index f4869375382d..0373ecf3b803 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,2 @@
-DIST automx2-2021.5.tar.gz 172317 BLAKE2B 
501dea5561d780fed538676e41dac46da01bae24388f477afa66e1b27e8a271e48bd6bddc8f9a4e0f5e7b3eb9f58fca9a9b2adaf78de2f7cd2feacfc8f85c9a4
 SHA512 
00281f32df6b117690d9780b8a587907518e2485dc37450765c3f35acb92a27da73ecd4e35cd05e0a5307d179ba3edaa1dec80900a059c975589ae904456c565
 DIST automx2-2021.6.tar.gz 175423 BLAKE2B 
26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6
 SHA512 
0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360
 DIST automx2-2022.0.tar.gz 183324 BLAKE2B 
1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87
 SHA512 
2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be

diff --git a/net-mail/automx2/automx2-2021.5.ebuild 
b/net-mail/automx2/automx2-2021.5.ebuild
deleted file mode 100644
index a7e9a55b9381..
--- a/net-mail/automx2/automx2-2021.5.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
-   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
-   newconfd "${FILESDIR}/confd" "${PN}"
-   newinitd "${FILESDIR}/init-r1" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-04-08 Thread Joonas Niilola
commit: db2f40ced48afc1536120c35058e28971ee9b6e9
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Apr  8 12:45:23 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 12:45:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db2f40ce

net-mail/automx2: update EAPI 7 -> 8

Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/automx2-2022.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
index 4c3f8c449d17..8242a1ded8da 100644
--- a/net-mail/automx2/automx2-2022.0.ebuild
+++ b/net-mail/automx2/automx2-2022.0.ebuild
@@ -1,9 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-PYTHON_COMPAT=( python3_{7,8,9,10} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -15,8 +15,7 @@ LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
 
-BDEPEND="acct-user/automx2"
-RDEPEND="
+RDEPEND="acct-user/automx2
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-migrate[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-04-08 Thread Joonas Niilola
commit: 189b08dcfcd75a0761fd6c69ad1070030a9ba41f
Author: Ralph Seichter  seichter  de>
AuthorDate: Thu Mar 31 12:23:10 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  8 12:44:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=189b08dc

net-mail/automx2: Bump to version 2022.0

Upstream feature release

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/24829
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2022.0.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index e24089dc52f4..f4869375382d 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2021.5.tar.gz 172317 BLAKE2B 
501dea5561d780fed538676e41dac46da01bae24388f477afa66e1b27e8a271e48bd6bddc8f9a4e0f5e7b3eb9f58fca9a9b2adaf78de2f7cd2feacfc8f85c9a4
 SHA512 
00281f32df6b117690d9780b8a587907518e2485dc37450765c3f35acb92a27da73ecd4e35cd05e0a5307d179ba3edaa1dec80900a059c975589ae904456c565
 DIST automx2-2021.6.tar.gz 175423 BLAKE2B 
26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6
 SHA512 
0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360
+DIST automx2-2022.0.tar.gz 183324 BLAKE2B 
1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87
 SHA512 
2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be

diff --git a/net-mail/automx2/automx2-2022.0.ebuild 
b/net-mail/automx2/automx2-2022.0.ebuild
new file mode 100644
index ..4c3f8c449d17
--- /dev/null
+++ b/net-mail/automx2/automx2-2022.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9,10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="acct-user/automx2"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
+   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2022-04-02 Thread Agostino Sarubbo
commit: cced4c102f090443dbe23f17f5fbc8cefa531fe3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr  2 07:58:44 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr  2 07:58:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cced4c10

net-mail/automx2: amd64 stable (ALLARCHES policy) wrt bug #836547

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/automx2/automx2-2021.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-mail/automx2/automx2-2021.6.ebuild 
b/net-mail/automx2/automx2-2021.6.ebuild
index 053aba45a4d9..8f23e1fc2e4c 100644
--- a/net-mail/automx2/automx2-2021.6.ebuild
+++ b/net-mail/automx2/automx2-2021.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="acct-user/automx2"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-12-23 Thread Sam James
commit: 223df172bc7f971baab2eeeb513f22a7ea3a7587
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Dec 17 04:29:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 24 04:46:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=223df172

net-mail/automx2: Bump to version 2021.6

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/23351
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2021.6.ebuild | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 75113df8eefc..e24089dc52f4 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1 +1,2 @@
 DIST automx2-2021.5.tar.gz 172317 BLAKE2B 
501dea5561d780fed538676e41dac46da01bae24388f477afa66e1b27e8a271e48bd6bddc8f9a4e0f5e7b3eb9f58fca9a9b2adaf78de2f7cd2feacfc8f85c9a4
 SHA512 
00281f32df6b117690d9780b8a587907518e2485dc37450765c3f35acb92a27da73ecd4e35cd05e0a5307d179ba3edaa1dec80900a059c975589ae904456c565
+DIST automx2-2021.6.tar.gz 175423 BLAKE2B 
26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6
 SHA512 
0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360

diff --git a/net-mail/automx2/automx2-2021.6.ebuild 
b/net-mail/automx2/automx2-2021.6.ebuild
new file mode 100644
index ..053aba45a4d9
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.6.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="acct-user/automx2"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
+   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/, net-mail/automx2/files/

2021-12-08 Thread Ionen Wolkens
commit: 6f2a914378e0023edc9a4fbf280419fac469
Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Dec  6 18:34:07 2021 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Dec  9 06:40:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f2a9143

net-mail/automx2: Remove obsolete ebuild

automx2-2021.5.ebuild has been stabilised.

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/23201
Signed-off-by: Ionen Wolkens  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2021.4.ebuild | 49 --
 net-mail/automx2/files/init| 26 --
 3 files changed, 76 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 72263a76bd5a..75113df8eefc 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1 @@
-DIST automx2-2021.4.tar.gz 170903 BLAKE2B 
9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d
 SHA512 
f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c
 DIST automx2-2021.5.tar.gz 172317 BLAKE2B 
501dea5561d780fed538676e41dac46da01bae24388f477afa66e1b27e8a271e48bd6bddc8f9a4e0f5e7b3eb9f58fca9a9b2adaf78de2f7cd2feacfc8f85c9a4
 SHA512 
00281f32df6b117690d9780b8a587907518e2485dc37450765c3f35acb92a27da73ecd4e35cd05e0a5307d179ba3edaa1dec80900a059c975589ae904456c565

diff --git a/net-mail/automx2/automx2-2021.4.ebuild 
b/net-mail/automx2/automx2-2021.4.ebuild
deleted file mode 100644
index a5638470334b..
--- a/net-mail/automx2/automx2-2021.4.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}

diff --git a/net-mail/automx2/files/init b/net-mail/automx2/files/init
deleted file mode 100644
index 466461a6cd93..
--- a/net-mail/automx2/files/init
+++ /dev/null
@@ -1,26 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-: ${AUTOMX2_CONF:="/etc/${RC_SVCNAME}.conf"}
-: ${AUTOMX2_USER:="automx2"}
-: ${AUTOMX2_ARGS:="--port 4243"}
-
-command="/usr/bin/python"
-command_args="/usr/bin/flask run ${AUTOMX2_ARGS}"
-command_background="true"
-command_user="${AUTOMX2_USER}"
-pidfile="/run/${RC_SVCNAME}.pid"
-required_files="${AUTOMX2_CONF}"
-
-depend() {
-   use logger net
-   before nginx
-}
-
-start_pre() {
-   export AUTOMX2_CONF
-   export EPYTHON="@EPYTHON@"
-   export FLASK_APP="automx2.server:app"
-   export FLASK_ENV="production"
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-12-05 Thread Agostino Sarubbo
commit: 9c4cb75727f1d7b1aa050d69b9ca9767f7bc13fe
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Dec  6 07:07:59 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Dec  6 07:07:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c4cb757

net-mail/automx2: amd64 stable (ALLARCHES policy) wrt bug #828371

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/automx2/automx2-2021.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2021.5.ebuild 
b/net-mail/automx2/automx2-2021.5.ebuild
index 053aba45a4d9..a7e9a55b9381 100644
--- a/net-mail/automx2/automx2-2021.5.ebuild
+++ b/net-mail/automx2/automx2-2021.5.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="acct-user/automx2"
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/files/, net-mail/automx2/

2021-10-19 Thread Sam James
commit: 7518bba53f569594afdd3d93a4cdfffc00b60d0b
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Oct  9 13:55:08 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct 20 02:38:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7518bba5

net-mail/automx2: Bump to version 2021.5

Bundle upstream feature release 2021.5. Ebuild changes:

- Convert DOCS and HTML_DOCS to array form.

- Install docs unconditionally. They come pre-generated
  in the upstream archive and are but small files.

- Replace "@EPYTHON@" with "python" in init script and
  drop the now obsolete sed statement.

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/22528
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2021.5.ebuild | 46 ++
 net-mail/automx2/files/init-r1 | 26 +++
 3 files changed, 73 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 70bd712a071..72263a76bd5 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1 +1,2 @@
 DIST automx2-2021.4.tar.gz 170903 BLAKE2B 
9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d
 SHA512 
f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c
+DIST automx2-2021.5.tar.gz 172317 BLAKE2B 
501dea5561d780fed538676e41dac46da01bae24388f477afa66e1b27e8a271e48bd6bddc8f9a4e0f5e7b3eb9f58fca9a9b2adaf78de2f7cd2feacfc8f85c9a4
 SHA512 
00281f32df6b117690d9780b8a587907518e2485dc37450765c3f35acb92a27da73ecd4e35cd05e0a5307d179ba3edaa1dec80900a059c975589ae904456c565

diff --git a/net-mail/automx2/automx2-2021.5.ebuild 
b/net-mail/automx2/automx2-2021.5.ebuild
new file mode 100644
index 000..053aba45a4d
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.5.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="acct-user/automx2"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   local DOCS=( ${S}/docs/*.adoc ${S}/contrib/*sample.conf )
+   local HTML_DOCS=( ${S}/docs/*.{html,svg} )
+   newconfd "${FILESDIR}/confd" "${PN}"
+   newinitd "${FILESDIR}/init-r1" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}

diff --git a/net-mail/automx2/files/init-r1 b/net-mail/automx2/files/init-r1
new file mode 100644
index 000..56878e8ca37
--- /dev/null
+++ b/net-mail/automx2/files/init-r1
@@ -0,0 +1,26 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+: ${AUTOMX2_CONF:="/etc/${RC_SVCNAME}.conf"}
+: ${AUTOMX2_USER:="automx2"}
+: ${AUTOMX2_ARGS:="--port 4243"}
+
+command="/usr/bin/python"
+command_args="/usr/bin/flask run ${AUTOMX2_ARGS}"
+command_background="true"
+command_user="${AUTOMX2_USER}"
+pidfile="/run/${RC_SVCNAME}.pid"
+required_files="${AUTOMX2_CONF}"
+
+depend() {
+   use logger net
+   before nginx
+}
+
+start_pre() {
+   export AUTOMX2_CONF
+   export EPYTHON="python"
+   export FLASK_APP="automx2.server:app"
+   export FLASK_ENV="production"
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-06-21 Thread Sam James
commit: f537ffd34f36385181ae812d1020746b1dea1dd1
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Jun 13 08:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 21 22:29:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f537ffd3

net-mail/automx2: Remove obsolete ebuilds

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/21220
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest|  2 --
 net-mail/automx2/automx2-2021.2.ebuild   | 49 
 net-mail/automx2/automx2-2021.3.1.ebuild | 49 
 3 files changed, 100 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 2d161d945fc..70bd712a071 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1 @@
-DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
-DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B 
cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8
 SHA512 
842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a
 DIST automx2-2021.4.tar.gz 170903 BLAKE2B 
9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d
 SHA512 
f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
deleted file mode 100644
index a5638470334..000
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}

diff --git a/net-mail/automx2/automx2-2021.3.1.ebuild 
b/net-mail/automx2/automx2-2021.3.1.ebuild
deleted file mode 100644
index 66b5081f4c4..000
--- a/net-mail/automx2/automx2-2021.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   n

[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-06-21 Thread Sam James
commit: ab144c043b632f89d5229d6a268442d2cb769556
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Jun 13 08:32:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun 21 22:29:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab144c04

net-mail/automx2: Change proxy maintainer

The previous maintainer is flagged for prolonged dev-away.
Switching to the Proxy Maint team to avoid future delays.

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-mail/automx2/metadata.xml b/net-mail/automx2/metadata.xml
index a99ece449f9..d7bf28ee3e7 100644
--- a/net-mail/automx2/metadata.xml
+++ b/net-mail/automx2/metadata.xml
@@ -5,9 +5,9 @@
gen...@seichter.de
Ralph Seichter

-   
-   msch...@gentoo.org
-   Marc Schiffbauer
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers






[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-06-12 Thread Sam James
commit: ad8735d7f7e41dff616c217f36f0f82e8b90bc12
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 13 03:43:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 13 03:43:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad8735d7

net-mail/automx2: Stabilize 2021.4 ALLARCHES, #795018

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2021.4.ebuild 
b/net-mail/automx2/automx2-2021.4.ebuild
index 66b5081f4c4..a5638470334 100644
--- a/net-mail/automx2/automx2-2021.4.ebuild
+++ b/net-mail/automx2/automx2-2021.4.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2"



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-06-06 Thread Joonas Niilola
commit: 26d9b43260f7f74783c30e1a552de41893b5731c
Author: Ralph Seichter  seichter  de>
AuthorDate: Tue Apr 20 19:45:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sun Jun  6 16:19:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26d9b432

net-mail/automx2: Bump to version 2021.4

Upstream bugfix release.

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/20477
Signed-off-by: Joonas Niilola  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2021.4.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 26d3221f2ce..2d161d945fc 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
 DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B 
cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8
 SHA512 
842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a
+DIST automx2-2021.4.tar.gz 170903 BLAKE2B 
9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d
 SHA512 
f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c

diff --git a/net-mail/automx2/automx2-2021.4.ebuild 
b/net-mail/automx2/automx2-2021.4.ebuild
new file mode 100644
index 000..66b5081f4c4
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.4.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-04-13 Thread Sam James
commit: e32067a5c070436c8919737279ccff1ac23e967c
Author: Ralph Seichter  seichter  de>
AuthorDate: Mon Apr 12 16:23:18 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 13 15:58:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e32067a5

net-mail/automx2: Remove obsolete ebuild

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/20352
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2021.0.ebuild | 44 --
 2 files changed, 45 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index d9bfc1cf242..26d3221f2ce 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,2 @@
-DIST automx2-2021.0.tar.bz2 50912 BLAKE2B 
de6fe1ea6dd5223518683220ff1210baa68c30e67f9cd3aac1a965759cb0f72c1119427043579fb805f68457ac4062000cf8066b6fa6d7106f3ee7f777346a57
 SHA512 
3ca632cc71d64a9d9d434a7109ab0f55e23e3babb6c1734689f89e5a83c9daaaf9ce09cb5a0c14256bd6e19f6c5339bd3b3398db7b2d70ff3c6114ddb428
 DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
 DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B 
cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8
 SHA512 
842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a

diff --git a/net-mail/automx2/automx2-2021.0.ebuild 
b/net-mail/automx2/automx2-2021.0.ebuild
deleted file mode 100644
index b59149fd7a5..000
--- a/net-mail/automx2/automx2-2021.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-04-12 Thread Sam James
commit: 909daf215a187da04d249ed02d21942c539c4075
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 15:50:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 15:50:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909daf21

net-mail/automx2: Stabilize 2021.2 ALLARCHES, #782529

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
index 66b5081f4c4..a5638470334 100644
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2"



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-04-09 Thread Sam James
commit: 29884e5b4bc70ece5780755b25a777bf2fac5dc7
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Apr  2 17:04:11 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Apr  9 20:42:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29884e5b

net-mail/automx2: Bump to version 2021.3.1

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/20238
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest|  1 +
 net-mail/automx2/automx2-2021.3.1.ebuild | 49 
 2 files changed, 50 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index bed5467b6ae..d9bfc1cf242 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2021.0.tar.bz2 50912 BLAKE2B 
de6fe1ea6dd5223518683220ff1210baa68c30e67f9cd3aac1a965759cb0f72c1119427043579fb805f68457ac4062000cf8066b6fa6d7106f3ee7f777346a57
 SHA512 
3ca632cc71d64a9d9d434a7109ab0f55e23e3babb6c1734689f89e5a83c9daaaf9ce09cb5a0c14256bd6e19f6c5339bd3b3398db7b2d70ff3c6114ddb428
 DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
+DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B 
cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8
 SHA512 
842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a

diff --git a/net-mail/automx2/automx2-2021.3.1.ebuild 
b/net-mail/automx2/automx2-2021.3.1.ebuild
new file mode 100644
index 000..66b5081f4c4
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.3.1.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2"
+RDEPEND="
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests unittest
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-03-09 Thread Sam James
commit: 2753bd17872a99ee8aef16377dbab847db2e33b5
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 12:04:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 12:05:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2753bd17

net-mail/automx2: use distutils_enable_tests

This automatically handles RESTRICT/IUSE/BDEPEND (including RDEPEND for tests).
Unfortunately, it doesn't pick up the tests by default, so we still have
to define the phase.

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
index 05a59419dee..66b5081f4c4 100644
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -24,6 +24,8 @@ RDEPEND="
dev-python/ldap3[${PYTHON_USEDEP}]
 "
 
+distutils_enable_tests unittest
+
 python_prepare_all() {
sed -i -e "/('scripts'/d" setup.py || die
distutils-r1_python_prepare_all



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-03-09 Thread Sam James
commit: cf08faa04acb9d3468a291e2d088500753deae47
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 11:56:55 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 12:05:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf08faa0

net-mail/automx2: adjust dependencies to RDEPEND

We don't actually need these at install time.

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.2.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
index f69b672b1ff..05a59419dee 100644
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -16,12 +16,13 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="doc"
 
-BDEPEND="acct-user/automx2
+BDEPEND="acct-user/automx2"
+RDEPEND="
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-migrate[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
+   dev-python/ldap3[${PYTHON_USEDEP}]
+"
 
 python_prepare_all() {
sed -i -e "/('scripts'/d" setup.py || die



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-03-09 Thread Sam James
commit: 00cbb70430a2c89febec64ec1b26c23db28bf719
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Mar  7 07:16:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 12:05:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00cbb704

net-mail/automx2: Bump to version 2021.2

Add support for Python 3.9 and changes related to the upstream
repository moving from GitLab to GitHub.

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2021.2.ebuild | 44 ++
 net-mail/automx2/metadata.xml  |  4 ++--
 3 files changed, 47 insertions(+), 2 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 446ac1ad2ef..93f7783814d 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,4 @@
 DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 
2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e
 SHA512 
823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f
 DIST automx2-2020.2.tar.bz2 50740 BLAKE2B 
394d26a06d23efe18a3c147f89660a9dbdde7edba078fd361f188738fdc28d36122aa8182e965bb8e3d69d4cbcd3cb784bc7722dd382d1fbee36213459b91fa1
 SHA512 
dce790c754fd089a15d0baf023a9cb2e04ebb42a4558fc91b06c2de2105f3e00f3675a555739ff1bc35166c98f6cecec62c95f18f4144e88ac6024eaa6f39abe
 DIST automx2-2021.0.tar.bz2 50912 BLAKE2B 
de6fe1ea6dd5223518683220ff1210baa68c30e67f9cd3aac1a965759cb0f72c1119427043579fb805f68457ac4062000cf8066b6fa6d7106f3ee7f777346a57
 SHA512 
3ca632cc71d64a9d9d434a7109ab0f55e23e3babb6c1734689f89e5a83c9daaaf9ce09cb5a0c14256bd6e19f6c5339bd3b3398db7b2d70ff3c6114ddb428
+DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
new file mode 100644
index 000..aa583898970
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8,9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}

diff --git a/net-mail/automx2/metadata.xml b/net-mail/automx2/metadata.xml
index 6ec5f66d776..bc7375ae95b 100644
--- a/net-mail/automx2/metadata.xml
+++ b/net-mail/automx2/metadata.xml
@@ -18,11 +18,11 @@
(autoconfig) in one tool.


-   
https://gitlab.com/automx/automx2/blob/master/doc/automx2.adoc
+   
https://github.com/rseichter/automx2/blob/master/doc/automx2.pdf

auto...@seichter.de
Ralph Seichter

-   automx/automx2
+   rseichter/automx2

 



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-03-09 Thread Sam James
commit: 1daa7a61cda9970cd56db8fda6498646e4055315
Author: Sam James  gentoo  org>
AuthorDate: Tue Mar  9 11:56:20 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 12:05:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1daa7a61

net-mail/automx2: add missing dependencies

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.2.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/net-mail/automx2/automx2-2021.2.ebuild 
b/net-mail/automx2/automx2-2021.2.ebuild
index aa583898970..f69b672b1ff 100644
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ b/net-mail/automx2/automx2-2021.2.ebuild
@@ -17,7 +17,9 @@ KEYWORDS="~amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2
+   dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
dev-python/ldap3[${PYTHON_USEDEP}]"
 RDEPEND="${BDEPEND}"
 



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-03-09 Thread Sam James
commit: c8d5c926086e8206aab2d9dfad610a2a0d650ef8
Author: Ralph Seichter  seichter  de>
AuthorDate: Sun Mar  7 07:17:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Mar  9 12:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d5c926

net-mail/automx2: Remove obsolete ebuilds

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/19807
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest |  2 --
 net-mail/automx2/automx2-2020.1-r1.ebuild | 44 ---
 net-mail/automx2/automx2-2020.2.ebuild| 44 ---
 3 files changed, 90 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 93f7783814d..bed5467b6ae 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,4 +1,2 @@
-DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 
2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e
 SHA512 
823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f
-DIST automx2-2020.2.tar.bz2 50740 BLAKE2B 
394d26a06d23efe18a3c147f89660a9dbdde7edba078fd361f188738fdc28d36122aa8182e965bb8e3d69d4cbcd3cb784bc7722dd382d1fbee36213459b91fa1
 SHA512 
dce790c754fd089a15d0baf023a9cb2e04ebb42a4558fc91b06c2de2105f3e00f3675a555739ff1bc35166c98f6cecec62c95f18f4144e88ac6024eaa6f39abe
 DIST automx2-2021.0.tar.bz2 50912 BLAKE2B 
de6fe1ea6dd5223518683220ff1210baa68c30e67f9cd3aac1a965759cb0f72c1119427043579fb805f68457ac4062000cf8066b6fa6d7106f3ee7f777346a57
 SHA512 
3ca632cc71d64a9d9d434a7109ab0f55e23e3babb6c1734689f89e5a83c9daaaf9ce09cb5a0c14256bd6e19f6c5339bd3b3398db7b2d70ff3c6114ddb428
 DIST automx2-2021.2.tar.gz 155311 BLAKE2B 
6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f
 SHA512 
89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6

diff --git a/net-mail/automx2/automx2-2020.1-r1.ebuild 
b/net-mail/automx2/automx2-2020.1-r1.ebuild
deleted file mode 100644
index 9f1cb15d65f..000
--- a/net-mail/automx2/automx2-2020.1-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}

diff --git a/net-mail/automx2/automx2-2020.2.ebuild 
b/net-mail/automx2/automx2-2020.2.ebuild
deleted file mode 100644
index 7f3fa33fa4f..000
--- a/net-mail/automx2/automx2-2020.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2
-   dev-python/flask-migrate[${PYTHON_USEDEP}]
-   dev-python/ldap3[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc

[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-02-11 Thread Sam James
commit: 6bc8225bf1b337dd55c26efe2deee34a8651dce5
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 11 08:11:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Feb 11 08:11:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc8225b

net-mail/automx2: Stabilize 2021.0 ALLARCHES, #768786

Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2021.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2021.0.ebuild 
b/net-mail/automx2/automx2-2021.0.ebuild
index 427c85ab79c..b59149fd7a5 100644
--- a/net-mail/automx2/automx2-2021.0.ebuild
+++ b/net-mail/automx2/automx2-2021.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-01-09 Thread Sam James
commit: acbd9f6fe4fe3130f207dc00589dab24b68a05f0
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan  9 18:49:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 18:49:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acbd9f6f

net-mail/automx2: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mail/automx2/metadata.xml b/net-mail/automx2/metadata.xml
index acba6de8fdf..6ec5f66d776 100644
--- a/net-mail/automx2/metadata.xml
+++ b/net-mail/automx2/metadata.xml
@@ -10,6 +10,7 @@
Marc Schiffbauer
Proxy

+   

automx2 makes configuring a mail account easy. It unites
methods for automated mailbox configuration from Apple



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2021-01-09 Thread Sam James
commit: aa81c631181e5c98ba02ea29190beed8d5aea5e8
Author: Ralph Seichter  seichter  de>
AuthorDate: Sat Jan  9 16:05:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan  9 18:43:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa81c631

net-mail/automx2: Bump to version 2021.0

Upstream bugfix release.

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/19005
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2021.0.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index dd40d7416b0..446ac1ad2ef 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 
2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e
 SHA512 
823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f
 DIST automx2-2020.2.tar.bz2 50740 BLAKE2B 
394d26a06d23efe18a3c147f89660a9dbdde7edba078fd361f188738fdc28d36122aa8182e965bb8e3d69d4cbcd3cb784bc7722dd382d1fbee36213459b91fa1
 SHA512 
dce790c754fd089a15d0baf023a9cb2e04ebb42a4558fc91b06c2de2105f3e00f3675a555739ff1bc35166c98f6cecec62c95f18f4144e88ac6024eaa6f39abe
+DIST automx2-2021.0.tar.bz2 50912 BLAKE2B 
de6fe1ea6dd5223518683220ff1210baa68c30e67f9cd3aac1a965759cb0f72c1119427043579fb805f68457ac4062000cf8066b6fa6d7106f3ee7f777346a57
 SHA512 
3ca632cc71d64a9d9d434a7109ab0f55e23e3babb6c1734689f89e5a83c9daaaf9ce09cb5a0c14256bd6e19f6c5339bd3b3398db7b2d70ff3c6114ddb428

diff --git a/net-mail/automx2/automx2-2021.0.ebuild 
b/net-mail/automx2/automx2-2021.0.ebuild
new file mode 100644
index 000..427c85ab79c
--- /dev/null
+++ b/net-mail/automx2/automx2-2021.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-12-29 Thread Sam James
commit: 45046cb1efe6125cdff5fd101f5aaea75b32121a
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 29 21:14:15 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 21:14:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45046cb1

net-mail/automx2: change test failure message

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/automx2-2020.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2020.2.ebuild 
b/net-mail/automx2/automx2-2020.2.ebuild
index 27bbeeef2a1..7f3fa33fa4f 100644
--- a/net-mail/automx2/automx2-2020.2.ebuild
+++ b/net-mail/automx2/automx2-2020.2.ebuild
@@ -28,7 +28,7 @@ python_prepare_all() {
 
 python_test() {
export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die
+   ${EPYTHON} -m unittest discover tests/ || die "Tests failed with 
${EPYTHON}"
 }
 
 python_install_all() {



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-12-29 Thread Sam James
commit: faf5efa8b6620fabc0da0a5724c57c217e63d639
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Dec 18 18:31:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 21:09:27 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf5efa8

net-mail/automx2: Remove obsolete ebuild version

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/18711
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 -
 net-mail/automx2/automx2-2019.0.ebuild | 43 --
 2 files changed, 44 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 39ebb80d49d..dd40d7416b0 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,2 @@
-DIST automx2-2019.0.tar.bz2 46670 BLAKE2B 
6f62b4429be8046fce18ccba6827879a99627d8fbe9cf7973d8059e87b4968a280b62d5d005aaed3b0e1074053f4a6355c34f2cdce2f06a9afb14c52b4504fb7
 SHA512 
e494a48ffd3e6d133a89db5afd1dc75116a8efcc41f0571a24271bcbe6074c86d62184ce00bae9ced888a70be7d20f2a3614f28007d4481537d42c680dca4daa
 DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 
2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e
 SHA512 
823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f
 DIST automx2-2020.2.tar.bz2 50740 BLAKE2B 
394d26a06d23efe18a3c147f89660a9dbdde7edba078fd361f188738fdc28d36122aa8182e965bb8e3d69d4cbcd3cb784bc7722dd382d1fbee36213459b91fa1
 SHA512 
dce790c754fd089a15d0baf023a9cb2e04ebb42a4558fc91b06c2de2105f3e00f3675a555739ff1bc35166c98f6cecec62c95f18f4144e88ac6024eaa6f39abe

diff --git a/net-mail/automx2/automx2-2019.0.ebuild 
b/net-mail/automx2/automx2-2019.0.ebuild
deleted file mode 100644
index 62c3980bd7b..000
--- a/net-mail/automx2/automx2-2019.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2
-   >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-12-29 Thread Sam James
commit: b51bfc358e51ef4ddb46da498a2f0691873926ea
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Dec 18 18:30:21 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 29 21:09:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51bfc35

net-mail/automx2: Bump to version 2020.2

Feature release 2020.2 introduces support for POP3 servers.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Ralph Seichter  seichter.de>
Signed-off-by: Sam James  gentoo.org>

 net-mail/automx2/Manifest  |  1 +
 net-mail/automx2/automx2-2020.2.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index a8ac298f32c..39ebb80d49d 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1,3 @@
 DIST automx2-2019.0.tar.bz2 46670 BLAKE2B 
6f62b4429be8046fce18ccba6827879a99627d8fbe9cf7973d8059e87b4968a280b62d5d005aaed3b0e1074053f4a6355c34f2cdce2f06a9afb14c52b4504fb7
 SHA512 
e494a48ffd3e6d133a89db5afd1dc75116a8efcc41f0571a24271bcbe6074c86d62184ce00bae9ced888a70be7d20f2a3614f28007d4481537d42c680dca4daa
 DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 
2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e
 SHA512 
823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f
+DIST automx2-2020.2.tar.bz2 50740 BLAKE2B 
394d26a06d23efe18a3c147f89660a9dbdde7edba078fd361f188738fdc28d36122aa8182e965bb8e3d69d4cbcd3cb784bc7722dd382d1fbee36213459b91fa1
 SHA512 
dce790c754fd089a15d0baf023a9cb2e04ebb42a4558fc91b06c2de2105f3e00f3675a555739ff1bc35166c98f6cecec62c95f18f4144e88ac6024eaa6f39abe

diff --git a/net-mail/automx2/automx2-2020.2.ebuild 
b/net-mail/automx2/automx2-2020.2.ebuild
new file mode 100644
index 000..27bbeeef2a1
--- /dev/null
+++ b/net-mail/automx2/automx2-2020.2.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-05-11 Thread Agostino Sarubbo
commit: a1e5d950ff0921749cdbba2986684f84dbd8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 11 16:44:51 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 11 16:44:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e5d950

net-mail/automx2: amd64 stable wrt bug #721532

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 net-mail/automx2/automx2-2020.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/automx2/automx2-2020.1-r1.ebuild 
b/net-mail/automx2/automx2-2020.1-r1.ebuild
index 27bbeeef2a1..9f1cb15d65f 100644
--- a/net-mail/automx2/automx2-2020.1-r1.ebuild
+++ b/net-mail/automx2/automx2-2020.1-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-03-28 Thread Marc Schiffbauer
commit: 0fa3fcf4a6601fb1719db169aea4783391c608e1
Author: Marc Schiffbauer  gentoo  org>
AuthorDate: Sat Mar 28 16:19:00 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Mar 28 16:19:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fa3fcf4

net-mail/automx2: remove old version

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Marc Schiffbauer  gentoo.org>

 net-mail/automx2/automx2-2020.1.ebuild | 43 --
 1 file changed, 43 deletions(-)

diff --git a/net-mail/automx2/automx2-2020.1.ebuild 
b/net-mail/automx2/automx2-2020.1.ebuild
deleted file mode 100644
index cce12b5bc74..000
--- a/net-mail/automx2/automx2-2020.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/";
-SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="doc"
-
-BDEPEND="acct-user/automx2
-   >=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
-RDEPEND="${BDEPEND}"
-
-python_prepare_all() {
-   sed -i -e "/('scripts'/d" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   export AUTOMX2_CONF="tests/unittest.conf"
-   ${EPYTHON} -m unittest discover tests/ || die
-}
-
-python_install_all() {
-   if use doc; then
-   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-   HTML_DOCS="doc/*.html doc/*.svg"
-   fi
-   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-   newconfd "${FILESDIR}/confd" "${PN}"
-   insinto /etc
-   newins "${FILESDIR}/conf" "${PN}.conf"
-   distutils-r1_python_install_all
-}



[gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/

2020-03-28 Thread Marc Schiffbauer
commit: f9bf82da2b70f7943f649ef80c18ff089fabe882
Author: Ralph Seichter  seichter  de>
AuthorDate: Fri Mar 27 21:31:08 2020 +
Commit: Marc Schiffbauer  gentoo  org>
CommitDate: Sat Mar 28 16:12:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9bf82da

net-mail/automx2: Depend on dev-python/ldap3

Add dependency on dev-python/ldap3 which now supports Python 3.7.

Bug: https://bugs.gentoo.org/705714
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ralph Seichter  seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/15142
Signed-off-by: Marc Schiffbauer  gentoo.org>

 net-mail/automx2/automx2-2020.1-r1.ebuild | 44 +++
 1 file changed, 44 insertions(+)

diff --git a/net-mail/automx2/automx2-2020.1-r1.ebuild 
b/net-mail/automx2/automx2-2020.1-r1.ebuild
new file mode 100644
index 000..27bbeeef2a1
--- /dev/null
+++ b/net-mail/automx2/automx2-2020.1-r1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Email client autoconfiguration service"
+HOMEPAGE="https://automx.org/";
+SRC_URI="https://gitlab.com/automx/automx2/-/archive/${PV}/${P}.tar.bz2";
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc"
+
+BDEPEND="acct-user/automx2
+   dev-python/flask-migrate[${PYTHON_USEDEP}]
+   dev-python/ldap3[${PYTHON_USEDEP}]"
+RDEPEND="${BDEPEND}"
+
+python_prepare_all() {
+   sed -i -e "/('scripts'/d" setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   export AUTOMX2_CONF="tests/unittest.conf"
+   ${EPYTHON} -m unittest discover tests/ || die
+}
+
+python_install_all() {
+   if use doc; then
+   DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
+   HTML_DOCS="doc/*.html doc/*.svg"
+   fi
+   sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc
+   newins "${FILESDIR}/conf" "${PN}.conf"
+   distutils-r1_python_install_all
+}