Gentoo Archives: gentoo-commits

From: Louis Sautier <sbraz@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/supervisor/
Date: Sat, 20 Apr 2019 23:29:14
Message-Id: 1555672210.bdf3945520ca5074181f6d8fbea2955c2415cfe4.sbraz@gentoo
1 commit: bdf3945520ca5074181f6d8fbea2955c2415cfe4
2 Author: Louis Sautier <sbraz <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 19 11:08:59 2019 +0000
4 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 19 11:10:10 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf39455
7
8 app-admin/supervisor: remove old
9
10 Package-Manager: Portage-2.3.62, Repoman-2.3.12
11 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
12
13 app-admin/supervisor/Manifest | 1 -
14 app-admin/supervisor/supervisor-4.0.0.ebuild | 75 ----------------------------
15 2 files changed, 76 deletions(-)
16
17 diff --git a/app-admin/supervisor/Manifest b/app-admin/supervisor/Manifest
18 index e2d78cb2b31..a57f9643ac8 100644
19 --- a/app-admin/supervisor/Manifest
20 +++ b/app-admin/supervisor/Manifest
21 @@ -1,5 +1,4 @@
22 DIST supervisor-3.1.4.tar.gz 392321 BLAKE2B 316789fae200f02242a90d3a22a3c6486576f74dbab81b95efc72768a89c54999a370625f9589afe1edff08351840fbe27a7ef8674e6f1e3bbdd4237f3227df6 SHA512 7182db4169d37aa8f7a2a4e1d57ce40f6dea21759ed73fb49286dd5ffb2bdede0fccdc71344e93c8f8c067a2cbc4e3cb0a9a50b22bacdb1b8bc1378581ed5f07
23 DIST supervisor-3.3.5.tar.gz 421220 BLAKE2B 63e9db005596921c4a4426de361fc20992a27b67b67ee1256cd64fe6d385909682a5055e4797512410f36f6855592f53c9c5720c54a2dae967578691d05ff3fc SHA512 66c43d40c216e5c3120e083407c848295fa1e59d6d9da916a4bae5c37d4d13208c3bf7c0c8b8a5d570270eb44fac0b1bbcceddb2e84e4f3fc1b6241b43116af7
24 -DIST supervisor-4.0.0.tar.gz 432825 BLAKE2B 2eca01119f6bfd6bea728ea297424e6e08cc94cc8da78e53fc431013b83b5620a8c88f1a6ef0fcf5f57df46ad43f04215425bede83c02479731795b326dd27c4 SHA512 cca945179aaa16cd7042160b44a2d80e4a6aa388dcabd1572c6ed8610dc6af06cb446a18a5f8fa868a891482032380bf176c1331d9d09702d59fbf8b01651577
25 DIST supervisor-4.0.1.tar.gz 433742 BLAKE2B dc0683566c9b052c6a832e09eb6eba76890f07f5b67a1c129343ed3de31e5dc88777cfcb1b3c06a6a687160c172c3d83227765678c9c54239fbe57eb9b5ebd0a SHA512 e2e0e92ef1dba74ea4e3e70c2bd56b8a497d22db8123411f4f2019b45626606e90030577ae79aa8b81103c2f337c76d7516f94bb01e97172e2e541ec44d0f1b9
26 DIST supervisor-4.0.2.tar.gz 434408 BLAKE2B 567e680c4b350e94c10be28ab25a16392a10f904fbc453c4d59132bb9e284b47e723834d5a34d803f4e54d5d17ce84b3e7e275d7f884c4d0e3ee05d50470008a SHA512 662bc1052276c2f54e0eeae820f9ae53e7f37150db21f0547be74b90455e213c9ca2b21e07079f1bd1740fae6e3d664edd3d27d57a0128828fc1a9c3627b3189
27
28 diff --git a/app-admin/supervisor/supervisor-4.0.0.ebuild b/app-admin/supervisor/supervisor-4.0.0.ebuild
29 deleted file mode 100644
30 index 2741d256322..00000000000
31 --- a/app-admin/supervisor/supervisor-4.0.0.ebuild
32 +++ /dev/null
33 @@ -1,75 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} )
40 -# xml.etree.ElementTree module required.
41 -PYTHON_REQ_USE="xml(+)"
42 -
43 -inherit distutils-r1 systemd user
44 -
45 -MY_PV="${PV/_beta/b}"
46 -
47 -DESCRIPTION="A system for controlling process state under UNIX"
48 -HOMEPAGE="http://supervisord.org/ https://pypi.org/project/supervisor/"
49 -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${PN}-${MY_PV}.tar.gz"
50 -
51 -LICENSE="repoze ZPL BSD HPND GPL-2"
52 -SLOT="0"
53 -KEYWORDS="~amd64 ~x86"
54 -IUSE="doc test"
55 -
56 -RDEPEND="
57 - >=dev-python/meld3-1.0.0[${PYTHON_USEDEP}]
58 - dev-python/setuptools[${PYTHON_USEDEP}]
59 -"
60 -BDEPEND="
61 - dev-python/setuptools[${PYTHON_USEDEP}]
62 - doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )
63 - test? (
64 - ${RDEPEND}
65 - dev-python/mock[${PYTHON_USEDEP}]
66 - )
67 -"
68 -
69 -S="${WORKDIR}/${PN}-${MY_PV}"
70 -
71 -python_compile_all() {
72 - if use doc; then
73 - emake -C docs html
74 - HTML_DOCS=( docs/.build/html/. )
75 - fi
76 -}
77 -
78 -python_test() {
79 - esetup.py test
80 -}
81 -
82 -python_install_all() {
83 - distutils-r1_python_install_all
84 - newinitd "${FILESDIR}/init.d-r2" supervisord
85 - newconfd "${FILESDIR}/conf.d-r1" supervisord
86 - dodoc supervisor/skel/sample.conf
87 - keepdir /etc/supervisord.d
88 - insinto /etc
89 - doins "${FILESDIR}/supervisord.conf"
90 - keepdir /var/log/supervisor
91 - systemd_dounit "${FILESDIR}/supervisord.service"
92 -}
93 -
94 -pkg_preinst() {
95 - enewgroup supervisor
96 - fowners :supervisor /var/log/supervisor
97 - fperms 750 /var/log/supervisor
98 -}
99 -
100 -pkg_postinst() {
101 - if [[ -z "${REPLACING_VERSIONS}" ]]; then
102 - # This is a new installation
103 - elog "You may install your configuration files in ${EROOT%/}/etc/supervisord.d"
104 - elog "For config examples, see ${EROOT%/}/usr/share/doc/${PF}/sample.conf.bz2"
105 - elog ""
106 - elog "By default, only members of the supervisor group can run supervisorctl."
107 - fi
108 -}