public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/
@ 2019-12-23 20:59 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-12-23 20:59 UTC (permalink / raw
  To: gentoo-commits

commit:     c20ab75341ca17a4c5d864a71808cd4cb8fdadaa
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 20:59:02 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 20:59:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c20ab753

www-servers/automx2: fix metadata

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 www-servers/automx2/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-servers/automx2/metadata.xml b/www-servers/automx2/metadata.xml
index 9b1d67b1011..1f4d3b2a0d4 100644
--- a/www-servers/automx2/metadata.xml
+++ b/www-servers/automx2/metadata.xml
@@ -17,7 +17,7 @@
 	</longdescription>
 	<upstream>
 		<doc>https://gitlab.com/automx/automx2/blob/master/doc/automx2.adoc</doc>
-		<maintainer type="person">
+		<maintainer>
 			<email>automx2@seichter.de</email>
 			<name>Ralph Seichter</name>
 		</maintainer>


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/
@ 2019-12-27 17:34 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2019-12-27 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     22a0c9e703d38b0c4b3e98ee6e63a957b92c1c6d
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Tue Dec 24 23:57:31 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Dec 27 17:33:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22a0c9e7

www-servers/automx2: Added DOCS and HTML_DOCS

Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/14118
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 www-servers/automx2/automx2-2019.0.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www-servers/automx2/automx2-2019.0.ebuild b/www-servers/automx2/automx2-2019.0.ebuild
index 1ae32210a3a..bc55e2b7b7e 100644
--- a/www-servers/automx2/automx2-2019.0.ebuild
+++ b/www-servers/automx2/automx2-2019.0.ebuild
@@ -14,6 +14,7 @@ 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
 	$(python_gen_cond_dep \
@@ -32,6 +33,10 @@ python_test() {
 }
 
 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


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/
@ 2020-03-03  7:03 Marc Schiffbauer
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Schiffbauer @ 2020-03-03  7:03 UTC (permalink / raw
  To: gentoo-commits

commit:     d6889e4fdd2a588768b7aa706b3a5afa2795a17d
Author:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 15:55:12 2020 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Tue Mar  3 07:03:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6889e4f

www-servers/automx2: -proxy-maint, +myself als proxy

Package-Manager: Portage-2.3.84, Repoman-2.3.16
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 www-servers/automx2/metadata.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/www-servers/automx2/metadata.xml b/www-servers/automx2/metadata.xml
index 1f4d3b2a0d4..acba6de8fdf 100644
--- a/www-servers/automx2/metadata.xml
+++ b/www-servers/automx2/metadata.xml
@@ -5,9 +5,10 @@
 		<email>gentoo@seichter.de</email>
 		<name>Ralph Seichter</name>
 	</maintainer>
-	<maintainer type="project">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
+	<maintainer type="person">
+		<email>mschiff@gentoo.org</email>
+		<name>Marc Schiffbauer</name>
+		<description>Proxy</description>
 	</maintainer>
 	<longdescription>
 		automx2 makes configuring a mail account easy. It unites


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/
@ 2020-03-09  5:09 Marc Schiffbauer
  0 siblings, 0 replies; 5+ messages in thread
From: Marc Schiffbauer @ 2020-03-09  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e255284b2c0dfe2c0b8bfe5d498e6578a832a96f
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sun Mar  8 21:40:07 2020 +0000
Commit:     Marc Schiffbauer <mschiff <AT> gentoo <DOT> org>
CommitDate: Mon Mar  9 05:07:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e255284b

www-servers/automx2: Bump to version 2020.1

Upstream release to support "Werkzeug" 1.0.0. This ebuild
also adds support for Python 3.8.

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/14881
Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org>

 www-servers/automx2/Manifest              |  1 +
 www-servers/automx2/automx2-2020.1.ebuild | 45 +++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)

diff --git a/www-servers/automx2/Manifest b/www-servers/automx2/Manifest
index ac9e496c8d5..a8ac298f32c 100644
--- a/www-servers/automx2/Manifest
+++ b/www-servers/automx2/Manifest
@@ -1 +1,2 @@
 DIST automx2-2019.0.tar.bz2 46670 BLAKE2B 6f62b4429be8046fce18ccba6827879a99627d8fbe9cf7973d8059e87b4968a280b62d5d005aaed3b0e1074053f4a6355c34f2cdce2f06a9afb14c52b4504fb7 SHA512 e494a48ffd3e6d133a89db5afd1dc75116a8efcc41f0571a24271bcbe6074c86d62184ce00bae9ced888a70be7d20f2a3614f28007d4481537d42c680dca4daa
+DIST automx2-2020.1.tar.bz2 49405 BLAKE2B 2c9b26300e32e613f622e0b3a39b7f408d22e22638d61da3c93f5d448fe3ebb325e9a0004e3351abed2c9e427373c42637e3539831c04cda8e65a4d1bba1773e SHA512 823e569eacedcf49d53f8ed623a75455e715e3d49186179927a0e10d3efe9823c336912789bbf3d7d2f9aba3053b601352c99bda4ffcc9a7b78e412c938cd91f

diff --git a/www-servers/automx2/automx2-2020.1.ebuild b/www-servers/automx2/automx2-2020.1.ebuild
new file mode 100644
index 00000000000..1553bc9b491
--- /dev/null
+++ b/www-servers/automx2/automx2-2020.1.ebuild
@@ -0,0 +1,45 @@
+# 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
+	$(python_gen_cond_dep \
+		'>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]' python-3
+	)"
+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
+}


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/
@ 2020-03-17  8:08 Michał Górny
  0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2020-03-17  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     fc85943854ac10b9478a47a565a087bdd97594bc
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 07:48:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 08:07:45 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc859438

www-servers/automx2: Fix dependencies

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 www-servers/automx2/automx2-2019.0.ebuild | 6 ++----
 www-servers/automx2/automx2-2020.1.ebuild | 4 +---
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/www-servers/automx2/automx2-2019.0.ebuild b/www-servers/automx2/automx2-2019.0.ebuild
index bc55e2b7b7e..62c3980bd7b 100644
--- a/www-servers/automx2/automx2-2019.0.ebuild
+++ b/www-servers/automx2/automx2-2019.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,9 +17,7 @@ KEYWORDS="~amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2
-	$(python_gen_cond_dep \
-		'>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]' python3_{7}
-	)"
+	>=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
 RDEPEND="${BDEPEND}"
 
 python_prepare_all() {

diff --git a/www-servers/automx2/automx2-2020.1.ebuild b/www-servers/automx2/automx2-2020.1.ebuild
index 1553bc9b491..cce12b5bc74 100644
--- a/www-servers/automx2/automx2-2020.1.ebuild
+++ b/www-servers/automx2/automx2-2020.1.ebuild
@@ -17,9 +17,7 @@ KEYWORDS="~amd64"
 IUSE="doc"
 
 BDEPEND="acct-user/automx2
-	$(python_gen_cond_dep \
-		'>=dev-python/flask-migrate-2.5.2[${PYTHON_MULTI_USEDEP}]' python-3
-	)"
+	>=dev-python/flask-migrate-2.5.2[${PYTHON_USEDEP}]"
 RDEPEND="${BDEPEND}"
 
 python_prepare_all() {


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-03-17  8:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-09  5:09 [gentoo-commits] repo/gentoo:master commit in: www-servers/automx2/ Marc Schiffbauer
  -- strict thread matches above, loose matches on Subject: below --
2020-03-17  8:08 Michał Górny
2020-03-03  7:03 Marc Schiffbauer
2019-12-27 17:34 Aaron Bauman
2019-12-23 20:59 Aaron Bauman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox