public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, net-mail/automx/
@ 2020-04-19  7:26 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-04-19  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     aada62d05ac56621a2504bf0d7ee676c8f8c68fb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 07:23:12 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 07:23:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aada62d0

net-mail/automx: Remove last-rited pkg

Closes: https://bugs.gentoo.org/708410
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 net-mail/automx/Manifest                |  1 -
 net-mail/automx/automx-0.10.2-r3.ebuild | 64 ---------------------------------
 net-mail/automx/metadata.xml            | 16 ---------
 profiles/package.mask                   |  5 ---
 4 files changed, 86 deletions(-)

diff --git a/net-mail/automx/Manifest b/net-mail/automx/Manifest
deleted file mode 100644
index 532c97a8843..00000000000
--- 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 6c1f32ad9c3..00000000000
--- 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 cbe246cebd3..00000000000
--- a/net-mail/automx/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-  <maintainer type="person">
-    <email>mschiff@gentoo.org</email>
-    <name>Marc Schiffbauer</name>
-  </maintainer>
-  <use>
-    <flag name="memcached">Enable memcached support</flag>
-    <flag name="sql">Enable support for SQL backends</flag>
-    <flag name="tools">Install additional automx-test tool</flag>
-  </use>
-  <upstream>
-    <remote-id type="github">sys4/automx</remote-id>
-  </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 685e5baf3ff..1325fc7e6d5 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 <mschiff@gentoo.org> (2020-03-17)
-# No py3 support, replaced by its successor automx2
-# Removal in 30 days. Bug #708410
-net-mail/automx
-
 # Andreas Sturmlechner <asturm@gentoo.org> (2020-03-14)
 # Breaks at least dev-games/simgear right now, bug #709878.
 ~dev-games/openscenegraph-3.6.5


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-19  7:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-19  7:26 [gentoo-commits] repo/gentoo:master commit in: profiles/, net-mail/automx/ Michał Górny

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