summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: reassign monsieurp's packagesMichał Górny2024-04-031-4/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/clustershell: sys-devel/bc -> app-alternatives/bcSam James2024-01-081-2/+2
| | | | | | | | All of these will be using app-alternatives/bc anyway as they're not calling bc-reference, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: drop 1.9.1-r1Petr Vaněk2023-12-042-58/+0
| | | | Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* */*: Update my email addressPetr Vaněk2023-11-301-6/+2
| | | | | Closes: https://bugs.gentoo.org/643646 Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
* app-admin/clustershell: Stabilize 1.9.2 amd64, #916541Sam James2023-10-311-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: update HOMEPAGEPetr Vaněk2023-09-302-1/+5
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/33136 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/clustershell: add 1.9.2Petr Vaněk2023-09-302-0/+59
| | | | | | | | | | | - Switch to PyPI sources - Enable py3.12 - Move RDEPEND before BDEPEND, which is more common ordering. - Use unittest module instead of unittest_or_fail for py3.12, where unittest_or_fail does not exist. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/clustershell: drop 1.9-r1Petr Vaněk2023-07-122-60/+0
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31687 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: switch to virtual/opensshDavid Seifert2023-05-112-2/+2
| | | | | Signed-off-by: David Seifert <soap@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: Stabilize 1.9.1 amd64, #903203Joonas Niilola2023-03-311-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/clustershell: add 1.9.1Petr Vaněk2023-02-252-0/+58
| | | | | | | | Man pages are newly installed by setup.py. Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29549 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* app-admin/clustershell: drop 1.8.4Petr Vaněk2023-01-215-247/+0
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29130 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/clustershell: Stabilize 1.9 amd64, #890070Arthur Zamarin2023-01-071-2/+2
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* app-admin/clustershell: Stabilize 1.8.4 amd64, #884567Sam James2022-12-061-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: add myself as a maintainerPetr Vaněk2022-12-061-0/+8
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/28449 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: add 1.9Petr Vaněk2022-12-062-0/+60
| | | | | | | | | | | | | Patches are not needed anymore. Upstream have fixed reported issue [1] and also worked in conditional unittest skips for hostname set to localhost [2], thus TreeWrokerTest.py does not need to be removed in prepare phase. [1] https://github.com/cea-hpc/clustershell/issues/488 [2] https://github.com/cea-hpc/clustershell/commit/aae7bc7ed0e25f612e2adf95d28ae909346a8d53 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: drop 1.8.3-r1Petr Vaněk2022-10-042-45/+0
| | | | | | | Closes: https://bugs.gentoo.org/845426 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/27203 Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: add 1.8.4Petr Vaněk2022-10-045-0/+247
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Multiple aspects of the ebuild were changed from previous versions: - it is converted to new PEP517 mode - it supports py3.9, py3.10 and py3.11 - homepage link is fixed - it uses .gh.tar.gz suffix for source archive as suggested in Gentoo Python Guide - the doc use is removed because it is not used anymore since commit 3ca06363b138 ("app-admin/clustershell: version bump.") - dev-libs/openssl dependency is removed, it is not used in sources code - working tests - most of tests work with an exception of those requiring remote ssh connections, which are removed in prepare step. It was necessary to apply few fixes [1-3] taken from upstream in order to make them work. The tests are executed with unittest rather than nose which makes py3.11 support possible. - it installs man pages again, this is basically resurrected from commit 3ca06363b138 ("app-admin/clustershell: version bump.") - unlike legacy mode, PEP517 installs etc/* files to /usr/etc, hence it was necessary to correct installation path with move (I didn't find any better solution, this one is used across repository) [1] https://github.com/cea-hpc/clustershell/commit/314767d65c397fadc5ce0ae205a35d7bb47a68a8 [2] https://github.com/cea-hpc/clustershell/pull/487 [3] https://github.com/cea-hpc/clustershell/issues/488 Closes: https://bugs.gentoo.org/866071 Bug: https://bugs.gentoo.org/845426 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* app-admin/clustershell: Update PYTHON_REQ_USE to xml(+)Michał Górny2022-09-071-2/+2
| | | | | | | Update PYTHON_REQ_USE to specify "xml(+)", as Python 3.11 no longer features the "xml" flag. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* app-admin/clustershell: clean up oldPatrice Clement2021-11-191-48/+0
| | | | Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/clustershell: bumpPatrice Clement2021-11-191-0/+44
| | | | | | | * PYTHON_COMPAT bump (3.9) * EAPI 8 bump Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* **/metadata.xml: Replace http by https in DOCTYPE elementUlrich Müller2021-09-111-1/+1
| | | | | Bug: https://bugs.gentoo.org/552720 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
* app-admin/clustershell: remove libressl supportMikle Kolyada2021-04-291-5/+3
| | | | | Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* app-admin/clustershell: take over maintainership.Patrice Clement2020-06-201-1/+4
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/clustershell: clean up old.Patrice Clement2020-06-202-58/+0
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/clustershell: version bump.Patrice Clement2020-06-202-0/+51
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
* app-admin/clustershell: Drop oldPacho Ramos2019-02-163-93/+0
| | | | | Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* app-admin/clustershell: amd64 stable wrt bug #676328Mikle Kolyada2019-02-151-1/+1
| | | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* app-admin/clustershell: x86 stable (bug #676328)Thomas Deutschmann2019-02-151-2/+2
| | | | | Package-Manager: Portage-2.3.59, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* app-admin/*: Update Manifest hashesMichał Górny2017-12-091-2/+2
|
* app-admin/clustershell: Version bump to 1.7.3Manuel Rüger2017-05-112-0/+58
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-282-2/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-admin/clustershell: fix openssl and libressl slotsAnthony G. Basile2016-03-211-2/+2
| | | | Package-Manager: portage-2.2.26
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-281-0/+1
| | | | Bug: 575810
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-241-3/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* app-admin/clustershell: add libressl supportAnthony G. Basile2015-12-251-0/+48
| | | | Package-Manager: portage-2.2.24
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-083-0/+57
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