app-misc / rmlint

Extremely fast tool to remove duplicates and other lint from your filesystem

Official package sites : https://rmlint.readthedocs.io/ ·

v2.10.2 :: 0 :: gentoo

Modified
License
GPL-3+
Keywords
~amd64 ~x86
USE flags
doc gui nls test

v2.10.1-r2 :: 0 :: gentoo

Modified
License
GPL-3+
Keywords
~amd64 ~x86
USE flags
doc gui nls test

General

doc
Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
gui
Enable support for a graphical user interface
nls
Add Native Language Support (using gettext - GNU locale utilities)
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

python_single_target

python3_10
Build for Python 3.10 only
python3_11
Build for Python 3.11 only

dev-libs / glib : The GLib library of C routines

dev-libs / json-glib : Library providing GLib serialization and deserialization for the JSON format

virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils

dev-lang / python : An interpreted, interactive, object-oriented programming language

dev-libs / glib : The GLib library of C routines

dev-libs / json-glib : Library providing GLib serialization and deserialization for the JSON format

dev-python / colorlog : Log formatting with colors

dev-python / pygobject : Python bindings for GObject Introspection

gnome-base / librsvg : Scalable Vector Graphics (SVG) rendering library

sys-auth / polkit : Policy framework for controlling privileges for system-wide services

virtual / libelf : Virtual for libelf.so.1 provider dev-libs/elfutils

x11-libs / gdk-pixbuf : Image loading library for GTK+

x11-libs / gtk+ : Gimp ToolKit +

x11-libs / gtksourceview : A text widget implementing syntax highlighting and other features

x11-libs / pango : Internationalized text layout and rendering library

833879
app-misc/rmlint-2.10.1 fails tests on MUSL
870850
app-misc/rmlint-2.10.1-r2 - session.c:(.text+<snip>): undefined reference to rm_xattr_is_deduplicated
878695
app-misc/rmlint: still depends on dev-python/nose
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
app-misc/rmlint: add 2.10.2
This new version fixes several bugs including broken tests. It also removes the dependency of the GUI on Polkit (#828111), which, according to https://github.com/sahib/rmlint/commit/a807253e, isn't used for anything at the moment. Bug: https://bugs.gentoo.org/828111 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
app-misc/rmlint: fix dependencies and startup with USE=gui
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>
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
app-misc/rmlint: add Python 3.11, fix GUI installation
Also: * remove redundant eclass inherit. * switch to EAPI 8. Closes: https://bugs.gentoo.org/896596 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
David Seifert · gentoo
*/*: remove py3.8 from PYTHON_COMPAT
Signed-off-by: David Seifert <soap@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
app-misc/rmlint: enable py3.10
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
app-misc/rmlint: Replace deprecated PYTHON_MULTI_USEDEP
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
app-misc/rmlint: fix build and tests without native symlinks
Closes: https://bugs.gentoo.org/812197 Signed-off-by: Louis Sautier <sbraz@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Louis Sautier · gentoo
app-misc/rmlint: initial import, v2.10.1
Closes: https://bugs.gentoo.org/560390 Signed-off-by: Louis Sautier <sbraz@gentoo.org>