public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/
Date: Mon, 21 Jun 2021 22:36:00 +0000 (UTC)	[thread overview]
Message-ID: <1624314566.f537ffd34f36385181ae812d1020746b1dea1dd1.sam@gentoo> (raw)

commit:     f537ffd34f36385181ae812d1020746b1dea1dd1
Author:     Ralph Seichter <github <AT> seichter <DOT> de>
AuthorDate: Sun Jun 13 08:33:37 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 22:29:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f537ffd3

net-mail/automx2: Remove obsolete ebuilds

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Ralph Seichter <gentoo <AT> seichter.de>
Closes: https://github.com/gentoo/gentoo/pull/21220
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-mail/automx2/Manifest                |  2 --
 net-mail/automx2/automx2-2021.2.ebuild   | 49 --------------------------------
 net-mail/automx2/automx2-2021.3.1.ebuild | 49 --------------------------------
 3 files changed, 100 deletions(-)

diff --git a/net-mail/automx2/Manifest b/net-mail/automx2/Manifest
index 2d161d945fc..70bd712a071 100644
--- a/net-mail/automx2/Manifest
+++ b/net-mail/automx2/Manifest
@@ -1,3 +1 @@
-DIST automx2-2021.2.tar.gz 155311 BLAKE2B 6ace715e24a27a8e98f09920150bd5d6fef7567fa7c3884825140ea8eebebb1392dcfbfab2b5a464f7967adcf421af5997023a7d33f41036608948b59e58155f SHA512 89113d3a37ee66ae44f98d64480419e6c6b10662560a5319ca0f5522d6195a68f586ec94793c2212d859693a50455a8b43292dd859b912404b5abb2ddfc939b6
-DIST automx2-2021.3.1.tar.gz 169574 BLAKE2B cc9fcb1f2009e4c7ee9d827b89dbc7e0e95002b2ee7e6e30f1e27edcef439198db8e1ea3435a124dae3f6af19e12bb9f535af57e02fd56dd12185077db50bba8 SHA512 842cc824a8c10ac86f1d8c1f12984035f58c5c935ab7e0e306ed639100f850b47b65f911328f2d391f20dd2e7fad7c0eb6c533b2f2e1776261cffc934e8ae10a
 DIST automx2-2021.4.tar.gz 170903 BLAKE2B 9c8e9bc95eeac9a8a59430248d532d540e70a40c4d61f006d5d2649198e856e4b404ed75df745cfb06887c58049a9a233a597059e2f2971bf9f1c8ce65a34f3d SHA512 f306bfdca10dc884bef404e5ff24181dc9adfb8514fd0e0d984bac84ca4996f0978eda7161be46f1b3d93a9c0e61aaabdfb4b2886012570a51ad0aaf2286dd2c

diff --git a/net-mail/automx2/automx2-2021.2.ebuild b/net-mail/automx2/automx2-2021.2.ebuild
deleted file mode 100644
index a5638470334..00000000000
--- a/net-mail/automx2/automx2-2021.2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 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"
-IUSE="doc"
-
-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() {
-	if use doc; then
-		DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-		HTML_DOCS="doc/*.html doc/*.svg"
-	fi
-	sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-	newconfd "${FILESDIR}/confd" "${PN}"
-	insinto /etc
-	newins "${FILESDIR}/conf" "${PN}.conf"
-	distutils-r1_python_install_all
-}

diff --git a/net-mail/automx2/automx2-2021.3.1.ebuild b/net-mail/automx2/automx2-2021.3.1.ebuild
deleted file mode 100644
index 66b5081f4c4..00000000000
--- a/net-mail/automx2/automx2-2021.3.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 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"
-IUSE="doc"
-
-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() {
-	if use doc; then
-		DOCS="*.adoc doc/*.adoc contrib/*sample.conf"
-		HTML_DOCS="doc/*.html doc/*.svg"
-	fi
-	sed -e "s/@EPYTHON@/${EPYTHON}/" "${FILESDIR}/init" | newinitd - "${PN}"
-	newconfd "${FILESDIR}/confd" "${PN}"
-	insinto /etc
-	newins "${FILESDIR}/conf" "${PN}.conf"
-	distutils-r1_python_install_all
-}


             reply	other threads:[~2021-06-21 22:36 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-21 22:36 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09  9:26 [gentoo-commits] repo/gentoo:master commit in: net-mail/automx2/ Arthur Zamarin
2025-01-09 12:26 Petr Vaněk
2024-09-07 15:01 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-22  3:26 Joonas Niilola
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-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=1624314566.f537ffd34f36385181ae812d1020746b1dea1dd1.sam@gentoo \
    --to=sam@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