dev-libs/marisa
Matching Algorithm with Recursively Implemented StorAge
-
marisa-9999python tools python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: vowstar -
marisa-9999python tools python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: gentoo -
marisa-0.3.1-r2~amd64 ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86python tools python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: vowstar -
marisa-0.3.1-r2~amd64 ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86python tools python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: gentoo -
marisa-0.3.1python static-libs python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: tatsh-overlay -
marisa-0.2.7~amd64 ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86python static-libs python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: sinustrom -
marisa-0.2.7amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86python static-libs python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: gentoo -
marisa-0.2.7amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86python static-libs python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: vowstar -
marisa-0.2.6amd64 arm64 ~hppa ~loong ppc ppc64 ~riscv ~sparc x86python static-libs python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 python_targets_python3_14 debug
View
Download
Browse License: || ( BSD-2 LGPL-2.1+ ) Overlay: tatsh-overlay
ChangeLog
commit 6fda2a780a5d69bc1d9e265b6530e2bede67658b
Author: Huang Rui <vowstar@gmail.com>
Date: Tue Apr 21 17:22:56 2026 +0800
dev-libs/marisa: fix install path leaking into PORTAGE_TMPDIR
LIB_INSTALL_DIR resolved to a relative path, so cmake_install.cmake
prepended CMAKE_INSTALL_PREFIX (PORTAGE_TMPDIR) and dropped libmarisa.so
into $. Pin it to $/usr/$(get_libdir) instead.
Closes: https://bugs.gentoo.org/972981
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit abff78007a76c3f5f1139c65638bd4b2527e0ec3
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Apr 19 18:41:19 2026 +0800
dev-libs/marisa: fix Python bindings link path for CMake build
The 0.3.1-r1 fix still pointed library_dirs at a nonexistent
$/$_build/lib/marisa path. cmake.eclass sets BUILD_DIR
to $_build, not $_build, and libmarisa.so lands at the build
tree root, not under lib/marisa/. Local builds only linked because
ld fell back to an already-installed /usr/lib64/libmarisa; tinderbox
without a system copy hit "ld: cannot find -lmarisa".
Use $ directly. Apply the same fix to the 9999 ebuild.
Closes: https://bugs.gentoo.org/972912
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 155119720a41b3a3004e566eaeaf5d86227a9233
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:45:50 2026 +0800
dev-libs/marisa: port 9999 to CMake build system
Upstream master switched from autotools to CMake; mirror the 0.3.1-r1
ebuild layout and apply the same library_dirs fix for Python bindings.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit ec0e9c249bb5937a22b1502d5200bd3d9356a22a
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:45:25 2026 +0800
dev-libs/marisa: fix Python bindings link against CMake build dir
The 0.3.1 switch from autotools to CMake moved the built library to
$/$_build/lib/marisa/, but bindings/python/setup.py was
still patched with the autotools-era relative path "../../lib/marisa",
which resolves to $/lib/marisa and contains no compiled library.
Link then fails with "ld: cannot find -lmarisa".
Point library_dirs at the CMake BUILD_DIR and use absolute paths.
Closes: https://bugs.gentoo.org/972878
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 2ad0b9f176db022fae333bc8c00dba3fa5147e46
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:43:54 2026 +0800
dev-libs/marisa: sync 0.2.7 with ::gentoo
Restore stable KEYWORDS to match official repository and drop
orphaned 0.2.6 word-size patches that are no longer referenced.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 077d77f9fee4564779c65b5d940f0d90dc5806a5
Author: Huang Rui <vowstar@gmail.com>
Date: Thu Apr 2 22:29:52 2026 +0800
dev-libs/marisa: add 0.3.1
Upstream switched from autotools to cmake in 0.3.x.
Patch CMakeLists.txt to remove CONFIGURATIONS Release restriction
so the library installs under all build types.
Backport upstream fix for SWIG bindings (PR #123).
Add tools USE flag for command-line utilities.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 68b00f45054325f1ef87dd62b33e25e01617b900
Author: Huang Rui <vowstar@gmail.com>
Date: Wed Feb 11 23:05:24 2026 +0800
dev-libs/marisa: cleanup annotation
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 1cb89eff6ca7c0995fb4e3c71d6a6687c749454b
Author: Huang Rui <vowstar@gmail.com>
Date: Mon Feb 9 00:35:34 2026 +0800
dev-libs/marisa: add 0.2.7, drop 0.2.6-r1
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 421ac8a636cc96c91841e0445ea7890dd311eccc
Author: Huang Rui <vowstar@gmail.com>
Date: Mon Feb 9 00:12:41 2026 +0800
dev-libs/marisa: revbump to fit rule
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 7d5e4d1f83924ee39c5ad57b5d2788c74ceddca6
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Feb 8 23:51:28 2026 +0800
dev-libs/marisa: new package, add 0.2.6
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 6e5bff18ac388a7bfe52d44a3cfe4cda7ac51242
Author: Huang Rui <vowstar@gmail.com>
Date: Thu Apr 24 17:41:09 2025 +0800
dev-libs/marisa: treeclean
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit eb2960549999ab46337ae907a30cddf2324b67c7
Author: Huang Rui <vowstar@gmail.com>
Date: Tue Apr 16 11:23:36 2024 +0800
*/*: bump python version
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit a859c76af60163d615b04933ea5060b25b5f029b
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Feb 18 13:12:16 2024 +0800
*.*: Happy new year 2024
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit bc47f48dbcfa2c61fad764d3534ccf4b7f11db85
Author: Huang Rui <vowstar@gmail.com>
Date: Wed May 3 17:04:46 2023 +0800
dev-libs/marisa: new package, add 0.2.6, 9999
Signed-off-by: Huang Rui <vowstar@gmail.com>
Author: Huang Rui <vowstar@gmail.com>
Date: Tue Apr 21 17:22:56 2026 +0800
dev-libs/marisa: fix install path leaking into PORTAGE_TMPDIR
LIB_INSTALL_DIR resolved to a relative path, so cmake_install.cmake
prepended CMAKE_INSTALL_PREFIX (PORTAGE_TMPDIR) and dropped libmarisa.so
into $. Pin it to $/usr/$(get_libdir) instead.
Closes: https://bugs.gentoo.org/972981
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit abff78007a76c3f5f1139c65638bd4b2527e0ec3
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Apr 19 18:41:19 2026 +0800
dev-libs/marisa: fix Python bindings link path for CMake build
The 0.3.1-r1 fix still pointed library_dirs at a nonexistent
$/$_build/lib/marisa path. cmake.eclass sets BUILD_DIR
to $_build, not $_build, and libmarisa.so lands at the build
tree root, not under lib/marisa/. Local builds only linked because
ld fell back to an already-installed /usr/lib64/libmarisa; tinderbox
without a system copy hit "ld: cannot find -lmarisa".
Use $ directly. Apply the same fix to the 9999 ebuild.
Closes: https://bugs.gentoo.org/972912
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 155119720a41b3a3004e566eaeaf5d86227a9233
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:45:50 2026 +0800
dev-libs/marisa: port 9999 to CMake build system
Upstream master switched from autotools to CMake; mirror the 0.3.1-r1
ebuild layout and apply the same library_dirs fix for Python bindings.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit ec0e9c249bb5937a22b1502d5200bd3d9356a22a
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:45:25 2026 +0800
dev-libs/marisa: fix Python bindings link against CMake build dir
The 0.3.1 switch from autotools to CMake moved the built library to
$/$_build/lib/marisa/, but bindings/python/setup.py was
still patched with the autotools-era relative path "../../lib/marisa",
which resolves to $/lib/marisa and contains no compiled library.
Link then fails with "ld: cannot find -lmarisa".
Point library_dirs at the CMake BUILD_DIR and use absolute paths.
Closes: https://bugs.gentoo.org/972878
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 2ad0b9f176db022fae333bc8c00dba3fa5147e46
Author: Huang Rui <vowstar@gmail.com>
Date: Sat Apr 18 17:43:54 2026 +0800
dev-libs/marisa: sync 0.2.7 with ::gentoo
Restore stable KEYWORDS to match official repository and drop
orphaned 0.2.6 word-size patches that are no longer referenced.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 077d77f9fee4564779c65b5d940f0d90dc5806a5
Author: Huang Rui <vowstar@gmail.com>
Date: Thu Apr 2 22:29:52 2026 +0800
dev-libs/marisa: add 0.3.1
Upstream switched from autotools to cmake in 0.3.x.
Patch CMakeLists.txt to remove CONFIGURATIONS Release restriction
so the library installs under all build types.
Backport upstream fix for SWIG bindings (PR #123).
Add tools USE flag for command-line utilities.
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 68b00f45054325f1ef87dd62b33e25e01617b900
Author: Huang Rui <vowstar@gmail.com>
Date: Wed Feb 11 23:05:24 2026 +0800
dev-libs/marisa: cleanup annotation
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 1cb89eff6ca7c0995fb4e3c71d6a6687c749454b
Author: Huang Rui <vowstar@gmail.com>
Date: Mon Feb 9 00:35:34 2026 +0800
dev-libs/marisa: add 0.2.7, drop 0.2.6-r1
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 421ac8a636cc96c91841e0445ea7890dd311eccc
Author: Huang Rui <vowstar@gmail.com>
Date: Mon Feb 9 00:12:41 2026 +0800
dev-libs/marisa: revbump to fit rule
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 7d5e4d1f83924ee39c5ad57b5d2788c74ceddca6
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Feb 8 23:51:28 2026 +0800
dev-libs/marisa: new package, add 0.2.6
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit 6e5bff18ac388a7bfe52d44a3cfe4cda7ac51242
Author: Huang Rui <vowstar@gmail.com>
Date: Thu Apr 24 17:41:09 2025 +0800
dev-libs/marisa: treeclean
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit eb2960549999ab46337ae907a30cddf2324b67c7
Author: Huang Rui <vowstar@gmail.com>
Date: Tue Apr 16 11:23:36 2024 +0800
*/*: bump python version
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit a859c76af60163d615b04933ea5060b25b5f029b
Author: Huang Rui <vowstar@gmail.com>
Date: Sun Feb 18 13:12:16 2024 +0800
*.*: Happy new year 2024
Signed-off-by: Huang Rui <vowstar@gmail.com>
commit bc47f48dbcfa2c61fad764d3534ccf4b7f11db85
Author: Huang Rui <vowstar@gmail.com>
Date: Wed May 3 17:04:46 2023 +0800
dev-libs/marisa: new package, add 0.2.6, 9999
Signed-off-by: Huang Rui <vowstar@gmail.com>

