app-misc/kllamabooks
An AI LLM Desktop Client and Document Editor for KDE/Qt
-
kllamabooks-9999
View
Download
Browse License: MIT Overlay: arrans-overlay -
kllamabooks-0.0.13~amd64
View
Download
Browse License: MIT Overlay: arrans-overlay
ChangeLog
commit 1ee2de8a33c7b7eb744235761067839848315cae
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Apr 27 01:11:48 2026 +0000
Add ebuilds for new kllamabooks releases
commit f2db3a20db8742eea0ed91c07835106ac02237b3
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 26 04:58:31 2026 +0000
Remove duplicate ebuilds
commit 59edd4c87c6c8512877516a7aa11c8316c564b74
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 25 00:48:36 2026 +0000
Add ebuilds for new kllamabooks releases
commit 276fa32eb4d2937d80de0eef18063b1b9a252f25
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 25 00:48:07 2026 +0000
Fix pkgcheck warnings for dev-util/codex, fix Node.js 20 deprecation warnings and fix app-misc/kllamabooks ebuild name
* Fixed `dev-util/codex` pkgcheck warnings:
- Removed redundant ebuild versions (0.121.0, 0.122.0, 0.123.0) and cleaned the Manifest.
- Reordered the `S` variable to appear before `IUSE` in the ebuild.
- Corrected double empty lines.
- Fixed empty global assignments (`IUSE=""`).
- Added proper `RDEPEND="$"`.
* Added `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` to the `env` blocks of all `.github/workflows/*.yaml` files to fix the Node.js 20 deprecation warnings for `actions/checkout@v4` and `actions/cache@v4`.
* Renamed `app-misc/kllamabooks/9999.ebuild` to `app-misc/kllamabooks/kllamabooks-9999.ebuild` to comply with Gentoo Portage's `<package-name>-<version>.ebuild` naming requirement, which fixes the 'Invalid ebuild name' error. Updated the corresponding GitHub Actions workflow to reference the new filename.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c7fa6a1b8dabf3acada777c31ad2e26cf86cde83
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 13:59:56 2026 +0000
Add ebuilds for new kllamabooks releases
commit ac5383759c12a49f7677284ed419a486e6ca3d2c
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Fri Apr 24 13:59:27 2026 +0000
Fix pkgcheck warnings for dev-util/codex and Node.js 20 deprecation warnings
* Fixed `dev-util/codex` pkgcheck warnings:
- Removed redundant ebuild versions (0.121.0, 0.122.0, 0.123.0) and cleaned the Manifest.
- Reordered the `S` variable to appear before `IUSE` in the ebuild.
- Corrected double empty lines.
- Fixed empty global assignments (`IUSE=""`).
- Added proper `RDEPEND="$"`.
* Added `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` to the `env` blocks of all `.github/workflows/*.yaml` files to fix the Node.js 20 deprecation warnings for `actions/checkout@v4` and `actions/cache@v4`.
* Also included the fix for `app-misc/kllamabooks` invalid ebuild name.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit d843d7a958d83f2fe73d07cfb195b3625dfedf6b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 12:21:58 2026 +0000
Add ebuilds for new kllamabooks releases
commit b378143b0322074d4d38e7225d9d965b7198420f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Fri Apr 24 12:21:33 2026 +0000
Fix invalid ebuild name for app-misc/kllamabooks live ebuild
Renamed `app-misc/kllamabooks/9999.ebuild` to `app-misc/kllamabooks/kllamabooks-9999.ebuild`
to comply with Gentoo Portage's `<package-name>-<version>.ebuild` naming requirement,
which fixes the 'Invalid ebuild name' error. Updated the corresponding GitHub
Actions workflow to reference the new filename.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c6a53235082f1e5598e9a81859961cf5a10dee85
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 01:09:39 2026 +0000
Add ebuilds for new kllamabooks releases
commit c49f4adfd3d6506f6cf99f808344f9b8333fc4c2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Apr 23 01:08:59 2026 +0000
Add ebuilds for new kllamabooks releases
commit 0ebf41daee7f441c86b7fce11eb66fdaad1edf26
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 11:17:45 2026 +0000
Add ebuilds for new kllamabooks releases
commit b7e71cfb458e228265da9ac026a06d0ad31d2610
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 07:10:30 2026 +0000
Fix kllamabooks installation missing icon.svg
Added src_prepare phase to kllamabooks ebuilds to patch CMakeLists.txt,
replacing `icon.svg` with `icon.png` since the source archive only contains
the png version. Bumped ebuild revision to -r1.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c182c6bc56334c6bf5d40de66d6ed05daf71858e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:38:19 2026 +0000
Add ebuilds for new kllamabooks releases
commit 6df58a9d6353d77788936f11add99969897e322d
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:37:58 2026 +0000
Fix kllamabooks installation missing icon.svg
Added src_prepare phase to kllamabooks ebuilds to patch CMakeLists.txt,
replacing `icon.svg` with `icon.png` since the source archive only contains
the png version. Bumped ebuild revision to -r1.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c4f800824a467f074ba692e52313d445381e16ad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:14:12 2026 +0000
Add ebuilds for new kllamabooks releases
commit 6502713342e80725454b25059e36e55f1c58af10
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:13:49 2026 +0000
Add app-misc/kllamabooks package
This adds the kllamabooks package built from source, including its
associated 9999 live ebuild, v0.0.2 ebuild, metadata.xml, Manifest,
and a GitHub Actions workflow to auto-update it upon new releases.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Mon Apr 27 01:11:48 2026 +0000
Add ebuilds for new kllamabooks releases
commit f2db3a20db8742eea0ed91c07835106ac02237b3
Author: arran4 <arran4@users.noreply.github.com>
Date: Sun Apr 26 04:58:31 2026 +0000
Remove duplicate ebuilds
commit 59edd4c87c6c8512877516a7aa11c8316c564b74
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Sat Apr 25 00:48:36 2026 +0000
Add ebuilds for new kllamabooks releases
commit 276fa32eb4d2937d80de0eef18063b1b9a252f25
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Sat Apr 25 00:48:07 2026 +0000
Fix pkgcheck warnings for dev-util/codex, fix Node.js 20 deprecation warnings and fix app-misc/kllamabooks ebuild name
* Fixed `dev-util/codex` pkgcheck warnings:
- Removed redundant ebuild versions (0.121.0, 0.122.0, 0.123.0) and cleaned the Manifest.
- Reordered the `S` variable to appear before `IUSE` in the ebuild.
- Corrected double empty lines.
- Fixed empty global assignments (`IUSE=""`).
- Added proper `RDEPEND="$"`.
* Added `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` to the `env` blocks of all `.github/workflows/*.yaml` files to fix the Node.js 20 deprecation warnings for `actions/checkout@v4` and `actions/cache@v4`.
* Renamed `app-misc/kllamabooks/9999.ebuild` to `app-misc/kllamabooks/kllamabooks-9999.ebuild` to comply with Gentoo Portage's `<package-name>-<version>.ebuild` naming requirement, which fixes the 'Invalid ebuild name' error. Updated the corresponding GitHub Actions workflow to reference the new filename.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c7fa6a1b8dabf3acada777c31ad2e26cf86cde83
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 13:59:56 2026 +0000
Add ebuilds for new kllamabooks releases
commit ac5383759c12a49f7677284ed419a486e6ca3d2c
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Fri Apr 24 13:59:27 2026 +0000
Fix pkgcheck warnings for dev-util/codex and Node.js 20 deprecation warnings
* Fixed `dev-util/codex` pkgcheck warnings:
- Removed redundant ebuild versions (0.121.0, 0.122.0, 0.123.0) and cleaned the Manifest.
- Reordered the `S` variable to appear before `IUSE` in the ebuild.
- Corrected double empty lines.
- Fixed empty global assignments (`IUSE=""`).
- Added proper `RDEPEND="$"`.
* Added `FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true` to the `env` blocks of all `.github/workflows/*.yaml` files to fix the Node.js 20 deprecation warnings for `actions/checkout@v4` and `actions/cache@v4`.
* Also included the fix for `app-misc/kllamabooks` invalid ebuild name.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit d843d7a958d83f2fe73d07cfb195b3625dfedf6b
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 12:21:58 2026 +0000
Add ebuilds for new kllamabooks releases
commit b378143b0322074d4d38e7225d9d965b7198420f
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Fri Apr 24 12:21:33 2026 +0000
Fix invalid ebuild name for app-misc/kllamabooks live ebuild
Renamed `app-misc/kllamabooks/9999.ebuild` to `app-misc/kllamabooks/kllamabooks-9999.ebuild`
to comply with Gentoo Portage's `<package-name>-<version>.ebuild` naming requirement,
which fixes the 'Invalid ebuild name' error. Updated the corresponding GitHub
Actions workflow to reference the new filename.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c6a53235082f1e5598e9a81859961cf5a10dee85
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Fri Apr 24 01:09:39 2026 +0000
Add ebuilds for new kllamabooks releases
commit c49f4adfd3d6506f6cf99f808344f9b8333fc4c2
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Thu Apr 23 01:08:59 2026 +0000
Add ebuilds for new kllamabooks releases
commit 0ebf41daee7f441c86b7fce11eb66fdaad1edf26
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 11:17:45 2026 +0000
Add ebuilds for new kllamabooks releases
commit b7e71cfb458e228265da9ac026a06d0ad31d2610
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 07:10:30 2026 +0000
Fix kllamabooks installation missing icon.svg
Added src_prepare phase to kllamabooks ebuilds to patch CMakeLists.txt,
replacing `icon.svg` with `icon.png` since the source archive only contains
the png version. Bumped ebuild revision to -r1.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c182c6bc56334c6bf5d40de66d6ed05daf71858e
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:38:19 2026 +0000
Add ebuilds for new kllamabooks releases
commit 6df58a9d6353d77788936f11add99969897e322d
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:37:58 2026 +0000
Fix kllamabooks installation missing icon.svg
Added src_prepare phase to kllamabooks ebuilds to patch CMakeLists.txt,
replacing `icon.svg` with `icon.png` since the source archive only contains
the png version. Bumped ebuild revision to -r1.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>
commit c4f800824a467f074ba692e52313d445381e16ad
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:14:12 2026 +0000
Add ebuilds for new kllamabooks releases
commit 6502713342e80725454b25059e36e55f1c58af10
Author: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Date: Wed Apr 22 06:13:49 2026 +0000
Add app-misc/kllamabooks package
This adds the kllamabooks package built from source, including its
associated 9999 live ebuild, v0.0.2 ebuild, metadata.xml, Manifest,
and a GitHub Actions workflow to auto-update it upon new releases.
Co-authored-by: arran4 <111667+arran4@users.noreply.github.com>

