summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-misc/rmlint: fix dependencies and startup with USE=guiLouis Sautier2023-03-041-1/+9
| | | | | | | | | | | | | | This fixes two things: * Some dependencies were missing, I added them by checking all imports from "gi.repository" and calls to "gi.require_version". The list should be exhaustive. Only dev-libs/gobject-introspection itself was skipped as it is implied by the introspection USE flag. * The GUI could start with the wrong Python version because it simply called "python3". By making it call ${EPYTHON} instead, we force it to use the correct version. Closes: https://bugs.gentoo.org/828111 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-misc/rmlint: add Python 3.11, fix GUI installationLouis Sautier2023-02-262-3/+16
| | | | | | | | | Also: * remove redundant eclass inherit. * switch to EAPI 8. Closes: https://bugs.gentoo.org/896596 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* */*: remove py3.8 from PYTHON_COMPATDavid Seifert2023-01-141-2/+2
| | | | Signed-off-by: David Seifert <soap@gentoo.org>
* app-misc/rmlint: enable py3.10Sam James2022-04-291-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEPMichał Górny2022-02-041-9/+9
| | | | Signed-off-by: Michał Górny <mgorny@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-misc/rmlint: fix build and tests without native symlinksLouis Sautier2021-09-092-1/+43
| | | | | Closes: https://bugs.gentoo.org/812197 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
* app-misc/rmlint: initial import, v2.10.1Louis Sautier2021-09-088-0/+459
Closes: https://bugs.gentoo.org/560390 Signed-off-by: Louis Sautier <sbraz@gentoo.org>