From: Michał Górny Date: Sun, 19 Apr 2020 07:23:12 +0000 (+0200) Subject: net-mail/automx: Remove last-rited pkg X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aada62d05ac56621a2504bf0d7ee676c8f8c68fb;p=gentoo.git net-mail/automx: Remove last-rited pkg Closes: https://bugs.gentoo.org/708410 Signed-off-by: Michał Górny --- diff --git a/net-mail/automx/Manifest b/net-mail/automx/Manifest deleted file mode 100644 index 532c97a88436..000000000000 --- a/net-mail/automx/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST automx-0.10.2.tgz 410456 BLAKE2B 8ea2b84a2934d1cb6b97161906ae071e38729c5d297ace5b5874bba8d8a695fe0edf5023c3429cd9f510373286880e977f649861efefea7bdbd61e88d63420f0 SHA512 88f844d70439985dd55cc694a58bc1fe313162ba47c7675fb15143c107d76974eee043faf5715d7ba9a5918686d491f5efabe9785e90cf399492871f08b2e38d diff --git a/net-mail/automx/automx-0.10.2-r3.ebuild b/net-mail/automx/automx-0.10.2-r3.ebuild deleted file mode 100644 index 6c1f32ad9c3a..000000000000 --- a/net-mail/automx/automx-0.10.2-r3.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -DISTUTILS_SINGLE_IMPL=1 - -inherit distutils-r1 - -DESCRIPTION="A mail user agent auto configuration service" -HOMEPAGE="http://www.automx.org" -SRC_URI="https://github.com/sys4/${PN}/archive/v${PV}.tar.gz -> automx-${PV}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="ldap memcached sql +tools" - -DEPEND=" - $(python_gen_cond_dep ' - dev-python/ipaddr[${PYTHON_MULTI_USEDEP}] - dev-python/lxml[${PYTHON_MULTI_USEDEP}] - dev-python/m2crypto[${PYTHON_MULTI_USEDEP}] - dev-python/python-dateutil[${PYTHON_MULTI_USEDEP}] - || ( www-apache/mod_wsgi[${PYTHON_MULTI_USEDEP}] www-servers/uwsgi ) - ldap? ( dev-python/python-ldap[${PYTHON_MULTI_USEDEP}] ) - memcached? ( dev-python/python-memcached[${PYTHON_MULTI_USEDEP}] ) - sql? ( dev-python/sqlalchemy[${PYTHON_MULTI_USEDEP}] ) - ') - tools? ( net-dns/bind-tools net-misc/wget ) - " -RDEPEND="${DEPEND}" - -python_prepare_all() { - sed -i '/py_modules=/d' setup.py || die - distutils-r1_python_prepare_all -} - -python_install_all() { - DOCS=( INSTALL CREDITS CHANGES BASIC_CONFIGURATION_README ) - HTML_DOCS=( doc/html/. ) - - distutils-r1_python_install_all - - docinto examples - dodoc src/conf/*example* - - doman doc/man/man5/* - - if use tools; then - dobin src/automx-test - doman doc/man/man1/automx-test.1 - fi - - exeinto /usr/lib/${PN} - doexe src/automx_wsgi.py -} - -pkg_postinst() { - echo - einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions" - echo -} diff --git a/net-mail/automx/metadata.xml b/net-mail/automx/metadata.xml deleted file mode 100644 index cbe246cebd3a..000000000000 --- a/net-mail/automx/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - mschiff@gentoo.org - Marc Schiffbauer - - - Enable memcached support - Enable support for SQL backends - Install additional automx-test tool - - - sys4/automx - - diff --git a/profiles/package.mask b/profiles/package.mask index 685e5baf3ff4..1325fc7e6d5e 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -551,11 +551,6 @@ app-backup/buttersink # Removal in 30 days. Bug #713056. dev-python/soappy -# Marc Schiffbauer (2020-03-17) -# No py3 support, replaced by its successor automx2 -# Removal in 30 days. Bug #708410 -net-mail/automx - # Andreas Sturmlechner (2020-03-14) # Breaks at least dev-games/simgear right now, bug #709878. ~dev-games/openscenegraph-3.6.5