public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/
Date: Sun, 22 May 2022 03:26:45 +0000 (UTC)	[thread overview]
Message-ID: <1653190003.6aa3b819635ac8a12d75a7fdc88c3798a030c68c.juippis@gentoo> (raw)

commit:     6aa3b819635ac8a12d75a7fdc88c3798a030c68c
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sat May 21 22:27:31 2022 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May 22 03:26:43 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6aa3b819

net-mail/automx2: Remove obsolete ebuild

automx2 ebuild 2022.0 has been stabilised, remove previous
stable build.

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/25591
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-mail/automx2/Manifest              |  1 -
 net-mail/automx2/automx2-2021.6.ebuild | 46 ----------------------------------
 2 files changed, 47 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index d563c5e078e0..0f11bdbde11e 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1,2 @@
-DIST automx2-2021.6.tar.gz 175423 BLAKE2B 26c83f0932b7a6b13b2c0f476a90bf1a3f134ab33e07b16a13034495c51b5d6ee744d7735352c7833c4a5a5c441dba003b68d4b2de95cb4e75aa7d0b726917d6 SHA512 0a2bc51f1ba70bf4e27f234e6a25f97eae5e4a841b93ade7baa2a87ffa485185220bd70779018d5e438ab04f4f6e9b9605be780efd1b803dd7133520fd4ef360
 DIST automx2-2022.0.tar.gz 183324 BLAKE2B 1fda53019cc20979806157db3b740d5bd0c41d545745471188ca6d200dee490c84abb1e353694f5fe45e75983ca8449258ad7fd75e085d10523fd8b0e6310e87 SHA512 2fde481c3b5459a8a0441edf0f8a664615734859a299924207edd35a2e254e2900d88c41e6ec6e7379effbe9c4b7ab7db39ffa81bfc8691a3de5643bbd20d4be
 DIST automx2-2022.1.tar.gz 182519 BLAKE2B baf2ecc801f6f024eb6a6fe2610d6cb7c3dd0726cfa877fdea76d94ebf16b9393addc5be8844f3017fd664b73adc74f2cd898736bbcad1fa0b2b3c1022cb638a SHA512 3d6fb9cf01cff641c78851560d72e3d80f9011cca4cd438cd49e999feef3f290bbd9495655f41319eb5456beac09bb8862dc327b521254266e0d53aa17b0bbd3

diff --git a/net-mail/automx2/automx2-2021.6.ebuild b/net-mail/automx2/automx2-2021.6.ebuild
deleted file mode 100644
index 8f23e1fc2e4c..000000000000
--- a/net-mail/automx2/automx2-2021.6.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Email client autoconfiguration service"
-HOMEPAGE="https://automx.org/"
-SRC_URI="https://github.com/rseichter/automx2/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="acct-user/automx2"
-RDEPEND="
-	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() {
-	export AUTOMX2_CONF="tests/unittest.conf"
-	${EPYTHON} -m unittest discover tests/ || die "Tests failed with ${EPYTHON}"
-}
-
-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
-}


             reply	other threads:[~2022-05-22  3:26 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-22  3:26 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-07 15:01 [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/ Arthur Zamarin
2024-08-10  7:24 Joonas Niilola
2024-07-05  6:09 Joonas Niilola
2024-06-02  0:52 Sam James
2023-05-01 17:59 Sam James
2023-05-01 17:59 Sam James
2023-03-20  6:31 Joonas Niilola
2023-02-17  8:12 Sam James
2022-06-16 16:30 Sam James
2022-05-20  6:21 Joonas Niilola
2022-05-20  1:17 Sam James
2022-05-20  1:17 Sam James
2022-04-08 15:50 Joonas Niilola
2022-04-08 12:46 Joonas Niilola
2022-04-08 12:46 Joonas Niilola
2022-04-02  7:59 Agostino Sarubbo
2021-12-24  4:47 Sam James
2021-12-06  7:08 Agostino Sarubbo
2021-06-21 22:36 Sam James
2021-06-21 22:36 Sam James
2021-06-13  3:45 Sam James
2021-06-06 16:20 Joonas Niilola
2021-04-13 15:59 Sam James
2021-04-12 15:50 Sam James
2021-04-09 20:42 Sam James
2021-03-09 12:05 Sam James
2021-03-09 12:05 Sam James
2021-03-09 12:05 Sam James
2021-03-09 12:05 Sam James
2021-03-09 12:05 Sam James
2021-02-11  8:11 Sam James
2021-01-09 18:58 Sam James
2021-01-09 18:48 Sam James
2020-12-29 21:15 Sam James
2020-12-29 21:15 Sam James
2020-12-29 21:15 Sam James
2020-05-11 16:45 Agostino Sarubbo
2020-03-28 16:19 Marc Schiffbauer
2020-03-28 16:12 Marc Schiffbauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1653190003.6aa3b819635ac8a12d75a7fdc88c3798a030c68c.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox