commit:     4647debec5362d717660ca1f0a0f34564e39adce
Author:     Nicolas PARLANT <nicolas.parlant <AT> parhuet <DOT> fr>
AuthorDate: Fri Jan 17 09:44:51 2025 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Thu Jan 30 13:06:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4647debe

app-admin/supervisor: drop 4.2.5

Signed-off-by: Nicolas PARLANT <nicolas.parlant <AT> parhuet.fr>
Closes: https://github.com/gentoo/gentoo/pull/40173
Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>

 app-admin/supervisor/supervisor-4.2.5.ebuild | 50 ----------------------------
 1 file changed, 50 deletions(-)

diff --git a/app-admin/supervisor/supervisor-4.2.5.ebuild 
b/app-admin/supervisor/supervisor-4.2.5.ebuild
deleted file mode 100644
index 4ff555fe8f00..000000000000
--- a/app-admin/supervisor/supervisor-4.2.5.ebuild
+++ /dev/null
@@ -1,50 +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=( pypy3 python3_{9..11} )
-# xml.etree.ElementTree module required.
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 systemd pypi
-
-DESCRIPTION="A system for controlling process state under UNIX"
-HOMEPAGE="http://supervisord.org/ https://pypi.org/project/supervisor/";
-
-LICENSE="repoze ZPL BSD HPND GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="acct-group/supervisor"
-
-distutils_enable_sphinx docs
-distutils_enable_tests pytest
-
-python_install_all() {
-       distutils-r1_python_install_all
-       newinitd "${FILESDIR}/init.d-r2" supervisord
-       newconfd "${FILESDIR}/conf.d-r1" supervisord
-       dodoc supervisor/skel/sample.conf
-       keepdir /etc/supervisord.d
-       insinto /etc
-       doins "${FILESDIR}/supervisord.conf"
-       keepdir /var/log/supervisor
-       systemd_dounit "${FILESDIR}/supervisord.service"
-}
-
-pkg_preinst() {
-       fowners :supervisor /var/log/supervisor
-       fperms 750 /var/log/supervisor
-}
-
-pkg_postinst() {
-       if [[ -z "${REPLACING_VERSIONS}" ]]; then
-               # This is a new installation
-               elog "You may install your configuration files in 
${EROOT}/etc/supervisord.d"
-               elog "For config examples, see 
${EROOT}/usr/share/doc/${PF}/sample.conf.bz2"
-               elog ""
-               elog "By default, only members of the supervisor group can run 
supervisorctl."
-       fi
-}

Reply via email to