gpo.zugaina.org

Search Portage & Overlays:

dev-util/kiro-bin

Kiro desktop IDE — agentic AI development environment (prebuilt binary)

Screenshots

ChangeLog

commit c917da3dc2e1c2c5e191d331dbc093de5eafc31d
Author: ami-gentoo daily-update (i-069bdf40487b368cd) <16882282+RaminTorabi@users.noreply.github.com>
Date: Tue Jun 9 04:11:01 2026 +0000

daily-update: bump overlay packages (daily-20260609-040002)

Source branch: dev

Updated packages:

- dev-util/kiro-cli-bin: 2.6.0-r1 → 2.6.1
- dev-util/kiro-bin: 0.12.301 → 0.12.316

commit e59d645f85c92e8c65e1a220b87f7f3efee02cdc
Author: ami-gentoo daily-update (i-0764fe722e1b3f0f7) <16882282+RaminTorabi@users.noreply.github.com>
Date: Sat Jun 6 04:10:47 2026 +0000

daily-update: bump overlay packages (daily-20260606-040003)

Source branch: dev

Updated packages:

- dev-util/kiro-bin: 0.12.292 → 0.12.301

commit e2e62c9b9725765484fa2a5aeb0d5ae99aa711ae
Author: ami-gentoo daily-update (i-0f0939c56cd7693b0) <16882282+RaminTorabi@users.noreply.github.com>
Date: Fri Jun 5 05:00:45 2026 +0000

daily-update: bump overlay packages (daily-20260605-045038)

Source branch: dev

Updated packages:

- dev-util/kiro-cli-bin: 2.5.1 → 2.6.0
- dev-util/kiro-bin: 0.12.263 → 0.12.292

commit 8b8232b412017a7924d16acf7a08ad309026588a
Author: Ramin Torabi <16882282+RaminTorabi@users.noreply.github.com>
Date: Sat May 30 20:18:39 2026 +0200

fix(kiro-bin): prune non-host bundled binaries to silence QA soname notice

The 0.12.263 install emitted a Portage QA notice for unresolved
sonames in bundled native binaries built for other platforms:

onnxruntime-node/bin/napi-v3/linux/arm64/* -> ld-linux-aarch64.so.1 ...
@github/copilot-linuxmusl-x64/copilot -> libc.musl-x86_64.so.1

These arm64 / musl prebuilts ship inside the upstream tarball but are
never loaded on amd64 glibc; only the linux/x64 glibc binaries are
used. The QA scanner flags the dead ones regardless.

Add a src_install prune step (after cp -a) that removes non-host
(non linux/x64/glibc) bundled binary directories, covering both the
nested <os>/<arch> layout (onnxruntime-node napi-v3) and the flat
prebuildify / per-platform-package layout (e.g. copilot-linuxmusl-x64,
*-linux-arm64, *-darwin-*, *-win32-*). The host linux/x64 binaries and
legitimately-named source dirs (e.g. src/platform/linux) are kept.

Verified the prune find-regexes on a representative mock tree (GNU
find): 14/14 keep/remove assertions pass. No Manifest change (thin
manifest; distfile unchanged). bash -n clean.

commit dfd87405543ef2d7f327114ffae32da86a329d41
Author: ami-gentoo daily-update (i-008a88b2235f293d3) <16882282+RaminTorabi@users.noreply.github.com>
Date: Fri May 29 04:11:40 2026 +0000

daily-update: bump overlay packages (daily-20260529-040003)

Source branch: dev

Updated packages:

- dev-util/kiro-cli-bin: 2.4.2 → 2.5.0
- dev-util/kiro-bin: 0.12.224 → 0.12.263

commit 7066490262979ba5c9266e676bbbde392211818f
Author: ami-gentoo daily-update (i-03ce701503f9ceab3) <16882282+RaminTorabi@users.noreply.github.com>
Date: Fri May 22 04:19:35 2026 +0000

daily-update: bump overlay packages (daily-20260522-040003)

Source branch: dev

Updated packages:

- dev-util/kiro-cli-bin: 2.4.0 → 2.4.1
- dev-util/kiro-bin: 0.12.200 → 0.12.224
- app-admin/amazon-ssm-agent: 3.3.4364.0 → 3.3.4515.0

commit 7d89a7113fcb795bb68ddea979aa55c4ee0a4f9b
Author: ami-gentoo daily-update (i-0e213fbc33d85579c) <16882282+RaminTorabi@users.noreply.github.com>
Date: Thu May 21 09:26:14 2026 +0000

daily-update: bump overlay packages (daily-20260521-091722)

Source branch: dev

Updated packages:

- dev-util/kiro-cli-bin: 2.2.1 → 2.4.0
- dev-util/kiro-bin: 0.11.133 → 0.12.200
- app-admin/amazon-ssm-agent: 3.3.4268.0 → 3.3.4364.0

commit 970c19ca3c23af798cdedd48acf91f4036fb5665
Author: Ramin Torabi <16882282+RaminTorabi@users.noreply.github.com>
Date: Thu May 21 11:15:07 2026 +0200

rato-verlay: squashed history

Single-commit root for the public Gentoo overlay containing AWS-specific ebuilds (amazon-ssm-agent, amazon-cloudwatch-agent, amazon-efs-utils, victoria-metrics, kiro, dcv) and the daily/weekly automation hooks. Older commit history was wiped to keep the public-facing repo small and free of operational noise; meaningful changes from this point forward are tracked normally.