commit: ec561076175fb7d0177534b20d3ab8f7f4ab3932 Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org> AuthorDate: Thu Jan 9 12:17:34 2025 +0000 Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org> CommitDate: Thu Jan 9 12:25:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec561076
net-mail/automx2: drop 2022.1-r1 Both referenced bugs are not reproducible in 2024.2 stable version, which is currently available in gentoo. Closes: https://bugs.gentoo.org/872164 Closes: https://bugs.gentoo.org/935513 Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org> net-mail/automx2/Manifest | 1 - net-mail/automx2/automx2-2022.1-r1.ebuild | 46 ------------------------------- 2 files changed, 47 deletions(-) diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest index d34d7dbed896..619ca0143f83 100644 --- a/net-mail/automx2/Manifest +++ b/net-mail/automx2/Manifest @@ -1,2 +1 @@ -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-2022.1-r1.ebuild b/net-mail/automx2/automx2-2022.1-r1.ebuild deleted file mode 100644 index ead2c323a51f..000000000000 --- a/net-mail/automx2/automx2-2022.1-r1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# 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 -}
