summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-admin/supervisor: remove oldLouis Sautier2019-07-171-1/+0
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 4.0.4Louis Sautier2019-07-171-0/+1
| | | | | | | Switch to pytest because tests fail with "setup.py test". Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: remove oldLouis Sautier2019-05-231-1/+0
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 4.0.3Louis Sautier2019-05-231-0/+1
| | | | | Package-Manager: Portage-2.3.66, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: remove oldLouis Sautier2019-04-191-1/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 4.0.2Louis Sautier2019-04-191-0/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 4.0.1Louis Sautier2019-04-111-0/+1
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: remove oldLouis Sautier2019-04-071-1/+0
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 4.0.0, adds support for Python 3Louis Sautier2019-04-071-0/+1
| | | | | | | Also remove now-unnecessary namespace package removal. Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: remove oldLouis Sautier2018-12-231-1/+0
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 3.3.5Louis Sautier2018-12-231-0/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-admin/supervisor: bump to 3.3.4, add default config, dedicated groupLouis Sautier2018-05-241-0/+1
| | | | | | | | | | | | | | | | | - Add a default configuration file. - Add a dedicated log directory and a group to which users can be added in order to run supervisorctl and access logs. - Fix warnings related to namespace packages. - Add a missing RDEPEND on dev-python/setuptools (pkg_resources). - Fix the init script to explicitely specify a configuration file to supervisord, otherwise a warning is issued. - Add informational messages when the package is installed for the first time. Closes: https://bugs.gentoo.org/589734 Package-Manager: Portage-2.3.31, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8453
* app-admin/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-admin/supervisor: remove vulnerable versionsLouis Sautier2017-07-261-3/+0
| | | | | | Bug: https://bugs.gentoo.org/626100 Closes: https://github.com/gentoo/gentoo/pull/5205 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-admin/supervisor: bump to 3.3.3Louis Sautier2017-07-261-0/+1
| | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=626100 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-admin/supervisor: bump to 3.1.4Louis Sautier2017-07-261-0/+1
| | | | | Bug: https://bugs.gentoo.org/show_bug.cgi?id=626100 Package-Manager: Portage-2.3.6, Repoman-2.3.3
* app-admin/supervisor: remove oldLouis Sautier2017-06-111-4/+0
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-admin/supervisor: bump to 3.3.2Louis Sautier2017-06-111-0/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* app-admin/supervisor: BumpPatrick Lauer2016-10-011-0/+1
| | | | Package-Manager: portage-2.3.0
* app-admin/supervisor: BumpPatrick Lauer2016-06-131-0/+1
| | | | Package-Manager: portage-2.3.0_rc1
* app-admin/supervisor: BumpPatrick Lauer2016-04-031-0/+1
| | | | Package-Manager: portage-2.2.28
* app-admin/supervisor: BumpPatrick Lauer2016-03-121-0/+1
| | | | Package-Manager: portage-2.2.28
* app-admin/supervisor: BumpPatrick Lauer2016-02-181-0/+1
| | | | Package-Manager: portage-2.2.27
* proj/gentoo: Initial commitRobin H. Johnson2015-08-081-0/+1
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed