Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/
Date: Mon, 21 Jun 2021 22:36:05
Message-Id: 1624314566.f537ffd34f36385181ae812d1020746b1dea1dd1.sam@gentoo
1 commit: f537ffd34f36385181ae812d1020746b1dea1dd1
2 Author: Ralph Seichter <github <AT> seichter <DOT> de>
3 AuthorDate: Sun Jun 13 08:33:37 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 21 22:29:26 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f537ffd3
7
8 net-mail/automx2: Remove obsolete ebuilds
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
12 Closes: https://github.com/gentoo/gentoo/pull/21220
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 net-mail/automx2/Manifest | 2 --
16 net-mail/automx2/automx2-2021.2.ebuild | 49 --------------------------------
17 net-mail/automx2/automx2-2021.3.1.ebuild | 49 --------------------------------
18 3 files changed, 100 deletions(-)
19
20 diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
21 index 2d161d945fc..70bd712a071 100644
22 --- a/net-mail/automx2/Manifest
23 +++ b/net-mail/automx2/Manifest
24 @@ -1,3 +1 @@
25 -DIST automx2-2021.2.tar.gz 155311 BLAKE2B 6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f SHA512 89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
26 -DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8 SHA512 842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a
27 DIST automx2-2021.4.tar.gz 170903 BLAKE2B 9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d SHA512 f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c
28
29 diff --git a/net-mail/automx2/automx2-2021.2.ebuild b/net-mail/automx2/automx2-2021.2.ebuild
30 deleted file mode 100644
31 index a5638470334..00000000000
32 --- a/net-mail/automx2/automx2-2021.2.ebuild
33 +++ /dev/null
34 @@ -1,49 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -PYTHON_COMPAT=( python3_{7,8,9} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="Email client autoconfiguration service"
45 -HOMEPAGE="https://automx.org/"
46 -SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="GPL-3+"
49 -SLOT="0"
50 -KEYWORDS="amd64"
51 -IUSE="doc"
52 -
53 -BDEPEND="acct-user/automx2"
54 -RDEPEND="
55 - dev-python/flask[${PYTHON_USEDEP}]
56 - dev-python/flask-migrate[${PYTHON_USEDEP}]
57 - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
58 - dev-python/ldap3[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_tests unittest
62 -
63 -python_prepare_all() {
64 - sed -i -e "/('scripts'/d" setup.py || die
65 - distutils-r1_python_prepare_all
66 -}
67 -
68 -python_test() {
69 - export AUTOMX2_CONF="tests/unittest.conf"
70 - ${EPYTHON} -m unittest discover tests/ || die "Tests failed with ${EPYTHON}"
71 -}
72 -
73 -python_install_all() {
74 - if use doc; then
75 - DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
76 - HTML_DOCS="doc/*.html doc/*.svg"
77 - fi
78 - sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
79 - newconfd "${FILESDIR}/confd" "${PN}"
80 - insinto /etc
81 - newins "${FILESDIR}/conf" "${PN}.conf"
82 - distutils-r1_python_install_all
83 -}
84
85 diff --git a/net-mail/automx2/automx2-2021.3.1.ebuild b/net-mail/automx2/automx2-2021.3.1.ebuild
86 deleted file mode 100644
87 index 66b5081f4c4..00000000000
88 --- a/net-mail/automx2/automx2-2021.3.1.ebuild
89 +++ /dev/null
90 @@ -1,49 +0,0 @@
91 -# Copyright 1999-2021 Gentoo Authors
92 -# Distributed under the terms of the GNU General Public License v2
93 -
94 -EAPI=7
95 -
96 -PYTHON_COMPAT=( python3_{7,8,9} )
97 -
98 -inherit distutils-r1
99 -
100 -DESCRIPTION="Email client autoconfiguration service"
101 -HOMEPAGE="https://automx.org/"
102 -SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.gz"
103 -
104 -LICENSE="GPL-3+"
105 -SLOT="0"
106 -KEYWORDS="~amd64"
107 -IUSE="doc"
108 -
109 -BDEPEND="acct-user/automx2"
110 -RDEPEND="
111 - dev-python/flask[${PYTHON_USEDEP}]
112 - dev-python/flask-migrate[${PYTHON_USEDEP}]
113 - dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
114 - dev-python/ldap3[${PYTHON_USEDEP}]
115 -"
116 -
117 -distutils_enable_tests unittest
118 -
119 -python_prepare_all() {
120 - sed -i -e "/('scripts'/d" setup.py || die
121 - distutils-r1_python_prepare_all
122 -}
123 -
124 -python_test() {
125 - export AUTOMX2_CONF="tests/unittest.conf"
126 - ${EPYTHON} -m unittest discover tests/ || die "Tests failed with ${EPYTHON}"
127 -}
128 -
129 -python_install_all() {
130 - if use doc; then
131 - DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
132 - HTML_DOCS="doc/*.html doc/*.svg"
133 - fi
134 - sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
135 - newconfd "${FILESDIR}/confd" "${PN}"
136 - insinto /etc
137 - newins "${FILESDIR}/conf" "${PN}.conf"
138 - distutils-r1_python_install_all
139 -}