commit:     2a645a4c65ba4bfdd8149ea7f7105d6dbf5308be
Author:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 24 09:54:06 2025 +0000
Commit:     Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 09:54:06 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a645a4c

net-mail/automx2: drop 2024.2

Signed-off-by: Petr Vaněk <arkamar <AT> 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 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 189a582c1aaf..6d2a90034c90 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,2 +1 @@
-DIST automx2-2024.2.tar.gz 169710 BLAKE2B 
1977e07291d27168424e536273af4069d0cbe4c44e2c37fc10b4d0a2fa53272c404aae6dbb8b0a33dd9926e9fc94aae7cd3c6e5669454dad802e6a6ad85bfaf6
 SHA512 
de518e7eb5184d5dcd7945ab860250c6338e3343a9c4bba26bcdd68b4cb1d22de9624c329ff63af1420746a17ea220ad6d4bbda627af64f7ddcc5ae73275e5dd
 DIST automx2-2025.1.tar.gz 175571 BLAKE2B 
c3c7bbeb6f438a24a476ca6d14b4529ea51869786b3d53f8ef1202a4955259274674683614e0ddadc456d1f7d3e1b9ca20b18d266e4ff8aa54c683456834f92f
 SHA512 
cbaaee4863e7bb265a4c2b991395b8ef3b6405be28beded53287328fb766d1ddb12fde0fdf4ea8992ed0b8abba0e83a018b60054e778a97c734a9a68c391d776

diff --git a/net-mail/automx2/automx2-2024.2.ebuild 
b/net-mail/automx2/automx2-2024.2.ebuild
deleted file mode 100644
index 671f397d3e83..000000000000
--- a/net-mail/automx2/automx2-2024.2.ebuild
+++ /dev/null
@@ -1,45 +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}]
-"
-
-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
deleted file mode 100644
index 07a68305f44f..000000000000
--- a/net-mail/automx2/files/automx2-2024.2-setupcfg.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --color -r -u a/setup.cfg b/setup.cfg
---- a/setup.cfg        2024-02-21 05:58:03.000000000 +0100
-+++ b/setup.cfg        2024-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

Reply via email to