├── .editorconfig ├── .github └── workflows │ ├── duplicates.yml │ ├── emails.yml │ └── pkgcheck.yml ├── .gitignore ├── .mailmap ├── CONTRIBUTING.md ├── FAQ.md ├── README.md ├── TODO.md ├── acct-group ├── 1password │ └── 1password-0.ebuild ├── _bgpd │ ├── _bgpd-0-r1.ebuild │ └── metadata.xml ├── _rpki-client │ ├── _rpki-client-0.ebuild │ └── metadata.xml ├── anubis │ ├── anubis-0.ebuild │ └── metadata.xml ├── blocky │ ├── blocky-0-r1.ebuild │ └── metadata.xml ├── conduit │ ├── conduit-0.ebuild │ └── metadata.xml ├── fileshelter │ ├── fileshelter-0.ebuild │ └── metadata.xml ├── fort │ ├── fort-0-r1.ebuild │ └── metadata.xml ├── gemini │ ├── gemini-0.ebuild │ └── metadata.xml ├── goatcounter │ ├── goatcounter-0.ebuild │ └── metadata.xml ├── graftcp │ ├── graftcp-0.ebuild │ └── metadata.xml ├── heisenbridge │ ├── heisenbridge-0.ebuild │ └── metadata.xml ├── hinsightd │ ├── hinsightd-0.ebuild │ └── metadata.xml ├── iipsrv │ ├── iipsrv-0-r1.ebuild │ └── metadata.xml ├── invidious │ ├── invidious-0.ebuild │ └── metadata.xml ├── keyd │ ├── keyd-2.5.0.ebuild │ └── metadata.xml ├── laminar │ ├── laminar-0.ebuild │ └── metadata.xml ├── libmedium │ ├── libmedium-0.ebuild │ └── metadata.xml ├── lms │ ├── lms-0.ebuild │ └── metadata.xml ├── mastoposter │ ├── mastoposter-0.ebuild │ └── metadata.xml ├── maubot │ ├── maubot-0.ebuild │ └── metadata.xml ├── mautrix │ ├── mautrix-0.ebuild │ └── metadata.xml ├── mock │ ├── metadata.xml │ └── mock-0.ebuild ├── monero │ ├── metadata.xml │ └── monero-0.ebuild ├── ollama │ ├── metadata.xml │ └── ollama-0.ebuild ├── pleroma │ └── pleroma-0.ebuild ├── pounce │ ├── metadata.xml │ └── pounce-0.ebuild ├── purritobin │ ├── metadata.xml │ └── purritobin-0.ebuild ├── redlib │ ├── metadata.xml │ └── redlib-0.ebuild ├── rimgo │ ├── metadata.xml │ └── rimgo-0.ebuild ├── tang │ ├── metadata.xml │ └── tang-0.ebuild ├── thelounge │ ├── metadata.xml │ └── thelounge-0.ebuild ├── webdav │ ├── metadata.xml │ └── webdav-0.ebuild ├── whoogle │ └── whoogle-0.ebuild ├── wsdd │ ├── metadata.xml │ └── wsdd-0.ebuild ├── yacy │ └── yacy-0.ebuild └── yggdrasil │ ├── metadata.xml │ └── yggdrasil-1.ebuild ├── acct-user ├── _bgpd │ ├── _bgpd-0-r1.ebuild │ └── metadata.xml ├── _rpki-client │ ├── _rpki-client-0.ebuild │ └── metadata.xml ├── anubis │ ├── anubis-0.ebuild │ └── metadata.xml ├── blocky │ ├── blocky-0-r1.ebuild │ └── metadata.xml ├── byedpi │ ├── byedpi-0.ebuild │ └── metadata.xml ├── conduit │ ├── conduit-0.ebuild │ └── metadata.xml ├── eturnal │ ├── eturnal-0.ebuild │ └── metadata.xml ├── fileshelter │ ├── fileshelter-0.ebuild │ └── metadata.xml ├── fort │ ├── fort-0-r1.ebuild │ └── metadata.xml ├── gemini │ ├── gemini-0.ebuild │ └── metadata.xml ├── goatcounter │ ├── goatcounter-0.ebuild │ └── metadata.xml ├── graftcp │ ├── graftcp-0.ebuild │ └── metadata.xml ├── heisenbridge │ ├── heisenbridge-0.ebuild │ └── metadata.xml ├── hinsightd │ ├── hinsightd-0.ebuild │ └── metadata.xml ├── iipsrv │ ├── iipsrv-0-r1.ebuild │ └── metadata.xml ├── invidious │ ├── invidious-0.ebuild │ └── metadata.xml ├── laminar │ ├── laminar-0.ebuild │ └── metadata.xml ├── libmedium │ ├── libmedium-0.ebuild │ └── metadata.xml ├── lms │ ├── lms-0.ebuild │ └── metadata.xml ├── mastoposter │ ├── mastoposter-0.ebuild │ └── metadata.xml ├── maubot │ ├── maubot-0.ebuild │ └── metadata.xml ├── mautrix-discord │ ├── mautrix-discord-0.ebuild │ └── metadata.xml ├── mautrix-meta │ ├── mautrix-meta-0.ebuild │ └── metadata.xml ├── mautrix-signal │ ├── mautrix-signal-0.ebuild │ └── metadata.xml ├── mautrix-slack │ ├── mautrix-slack-0.ebuild │ └── metadata.xml ├── mautrix-telegram │ ├── mautrix-telegram-0.ebuild │ └── metadata.xml ├── mautrix-whatsapp │ ├── mautrix-whatsapp-0.ebuild │ └── metadata.xml ├── monero │ ├── metadata.xml │ └── monero-0.ebuild ├── ollama │ ├── metadata.xml │ └── ollama-3.ebuild ├── pleroma │ └── pleroma-0.ebuild ├── pounce │ ├── metadata.xml │ └── pounce-0.ebuild ├── purritobin │ ├── metadata.xml │ └── purritobin-0.ebuild ├── redlib │ ├── metadata.xml │ └── redlib-0.ebuild ├── rimgo │ ├── metadata.xml │ └── rimgo-0.ebuild ├── tang │ ├── metadata.xml │ └── tang-0.ebuild ├── thelounge │ ├── metadata.xml │ └── thelounge-0.ebuild ├── trezord │ ├── metadata.xml │ └── trezord-0.ebuild ├── webdav │ ├── metadata.xml │ └── webdav-0.ebuild ├── whoogle │ └── whoogle-0.ebuild ├── wsdd │ ├── metadata.xml │ └── wsdd-0.ebuild ├── yacy │ └── yacy-0.ebuild └── yggdrasil │ ├── metadata.xml │ └── yggdrasil-1.ebuild ├── app-accessibility ├── mimic1 │ ├── Manifest │ ├── files │ │ ├── mimic1-1.3.0.1-gcc10.patch │ │ └── mimic1-1.3.0.1-lto.patch │ ├── metadata.xml │ ├── mimic1-1.3.0.1-r1.ebuild │ └── mimic1-9999.ebuild ├── rhvoice-core │ ├── Manifest │ ├── files │ │ └── rhvoice-core-1.16.4-flags.patch │ ├── metadata.xml │ ├── rhvoice-core-1.14.0-r1.ebuild │ └── rhvoice-core-1.16.4.ebuild ├── rhvoice │ ├── metadata.xml │ ├── rhvoice-1.14.0.ebuild │ └── rhvoice-1.16.4.ebuild ├── speakup-tools │ ├── Manifest │ ├── metadata.xml │ └── speakup-tools-20121017.ebuild └── whisper-cpp │ ├── Manifest │ ├── metadata.xml │ ├── whisper-cpp-1.7.6.ebuild │ └── whisper-cpp-1.8.2.ebuild ├── app-admin ├── agru │ ├── Manifest │ ├── agru-0.1.18.ebuild │ ├── agru-0.1.19.ebuild │ └── metadata.xml ├── akita │ ├── Manifest │ ├── akita-0.1.4.ebuild │ └── metadata.xml ├── ananicy-cpp │ ├── Manifest │ ├── ananicy-cpp-1.1.1-r3.ebuild │ ├── files │ │ ├── ananicy-cpp-1.1.1-remove-debug-flags.patch │ │ └── ananicy-cpp.initd │ └── metadata.xml ├── antidot │ ├── Manifest │ ├── antidot-0.6.3.ebuild │ └── metadata.xml ├── aws-vault │ ├── Manifest │ ├── aws-vault-7.2.0.ebuild │ └── metadata.xml ├── blahajdots │ ├── Manifest │ ├── blahajdots-0.6.0.ebuild │ ├── blahajdots-9999.ebuild │ └── metadata.xml ├── boinctui │ ├── Manifest │ ├── boinctui-2.7.1-r1.ebuild │ ├── boinctui-2.7.1.ebuild │ ├── files │ │ └── boinctui-2.7.1-tinfo.patch │ └── metadata.xml ├── chamber │ ├── Manifest │ ├── chamber-2.13.2.ebuild │ └── metadata.xml ├── chezmoi │ ├── Manifest │ ├── chezmoi-2.65.2.ebuild │ ├── chezmoi-2.66.0.ebuild │ ├── chezmoi-2.67.0.ebuild │ └── metadata.xml ├── customrescuecd-x86_64 │ ├── Manifest │ ├── customrescuecd-x86_64-0.12.7.ebuild │ ├── customrescuecd-x86_64-0.12.8.ebuild │ └── metadata.xml ├── doasedit │ ├── Manifest │ ├── doasedit-1.0.8.ebuild │ ├── doasedit-1.0.9.ebuild │ ├── doasedit-9999.ebuild │ └── metadata.xml ├── dotbot │ ├── Manifest │ ├── dotbot-1.20.1.ebuild │ └── metadata.xml ├── fatrace │ ├── Manifest │ ├── fatrace-0.19.0.ebuild │ └── metadata.xml ├── gentoo_update │ ├── Manifest │ ├── gentoo_update-0.2.4.ebuild │ └── metadata.xml ├── grub-customizer │ ├── Manifest │ ├── files │ │ └── grub-customizer-5.2.4-fix-flags.patch │ ├── grub-customizer-5.2.5.ebuild │ └── metadata.xml ├── hardinfo2 │ ├── Manifest │ ├── hardinfo2-2.2.13.ebuild │ └── metadata.xml ├── himitsu-keyring │ ├── Manifest │ ├── himitsu-keyring-0.2.0.ebuild │ └── metadata.xml ├── himitsu-secret-service │ ├── Manifest │ └── himitsu-secret-service-0.1.ebuild ├── himitsu-ssh │ ├── Manifest │ ├── himitsu-ssh-0.4.ebuild │ ├── himitsu-ssh-0.9.1.ebuild │ ├── himitsu-ssh-9999.ebuild │ └── metadata.xml ├── himitsu-totp │ ├── Manifest │ ├── himitsu-totp-0.2.ebuild │ ├── himitsu-totp-0.9.ebuild │ ├── himitsu-totp-9999.ebuild │ └── metadata.xml ├── himitsu │ ├── Manifest │ ├── himitsu-0.7.ebuild │ ├── himitsu-0.8.ebuild │ ├── himitsu-0.9-r1.ebuild │ ├── himitsu-9999.ebuild │ └── metadata.xml ├── hiprompt-gtk │ ├── Manifest │ ├── hiprompt-gtk-0.9-r1.ebuild │ └── metadata.xml ├── i2pd-tools │ ├── Manifest │ ├── files │ │ ├── i2pd-tools-0.2023.03.12-flags.patch │ │ └── i2pd-tools-0.2023.03.12-nodebug.patch │ ├── i2pd-tools-2025.08.21.ebuild │ ├── i2pd-tools-2025.10.16-r1.ebuild │ ├── i2pd-tools-2025.10.16.ebuild │ └── metadata.xml ├── krapplet │ ├── Manifest │ ├── krapplet-0.3.1-r1.ebuild │ └── metadata.xml ├── oet │ ├── Manifest │ ├── metadata.xml │ ├── oet-0.1.10.ebuild │ ├── oet-0.1.11.ebuild │ ├── oet-0.1.9.ebuild │ └── oet-9999.ebuild ├── overmind │ ├── Manifest │ ├── metadata.xml │ ├── overmind-2.2.2-r1.ebuild │ └── overmind-2.4.0.ebuild ├── pass-audit │ ├── Manifest │ ├── metadata.xml │ └── pass-audit-1.2-r1.ebuild ├── pass-update │ ├── Manifest │ ├── metadata.xml │ └── pass-update-2.2.1.ebuild ├── passage │ ├── Manifest │ ├── metadata.xml │ └── passage-1.7.4.2.ebuild ├── pulumi-bin │ ├── Manifest │ ├── metadata.xml │ ├── pulumi-bin-3.191.0.ebuild │ ├── pulumi-bin-3.198.0.ebuild │ ├── pulumi-bin-3.201.0.ebuild │ ├── pulumi-bin-3.204.0.ebuild │ └── pulumi-bin-3.207.0.ebuild ├── rbw │ ├── Manifest │ ├── metadata.xml │ ├── rbw-1.14.0.ebuild │ ├── rbw-1.14.1.ebuild │ └── rbw-9999.ebuild ├── ripasso │ ├── Manifest │ ├── metadata.xml │ └── ripasso-0.7.0.ebuild ├── s-tui │ ├── Manifest │ ├── metadata.xml │ ├── s-tui-1.1.6.ebuild │ └── s-tui-1.2.0.ebuild ├── synadm │ ├── Manifest │ ├── metadata.xml │ ├── synadm-0.43.1.ebuild │ └── synadm-0.44.ebuild ├── talosctl-bin │ ├── Manifest │ ├── metadata.xml │ ├── talosctl-bin-1.10.1.ebuild │ ├── talosctl-bin-1.7.6.ebuild │ └── talosctl-bin-1.9.5.ebuild ├── terragrunt-bin │ ├── Manifest │ ├── metadata.xml │ └── terragrunt-bin-0.93.11.ebuild └── tflint │ ├── Manifest │ ├── metadata.xml │ ├── tflint-0.58.0.ebuild │ └── tflint-0.60.0.ebuild ├── app-alternatives └── phosh-keyboard │ ├── metadata.xml │ ├── phosh-keyboard-0.ebuild │ ├── phosh-keyboard-1.ebuild │ └── phosh-keyboard-2-r1.ebuild ├── app-arch ├── fuse-archive │ ├── Manifest │ ├── fuse-archive-0.1.14.ebuild │ ├── fuse-archive-1.10.ebuild │ ├── fuse-archive-1.12.ebuild │ ├── fuse-archive-1.6.ebuild │ └── metadata.xml ├── libarchive-qt │ ├── Manifest │ ├── libarchive-qt-2.0.8-r1.ebuild │ └── metadata.xml ├── libzim │ ├── Manifest │ ├── libzim-9.2.1-r1.ebuild │ └── metadata.xml ├── microtar │ ├── Manifest │ ├── metadata.xml │ └── microtar-0.1.0.ebuild ├── nix-compress │ ├── Manifest │ ├── metadata.xml │ └── nix-compress-0.3.0.ebuild ├── ouch │ ├── Manifest │ ├── metadata.xml │ └── ouch-0.6.1.ebuild ├── unalz │ ├── Manifest │ ├── files │ │ ├── unalz-0.65-buildfix-wrong-data-type.patch │ │ ├── unalz-0.65-remove-register.patch │ │ └── unalz-0.65-respect-compiler-flags.patch │ ├── metadata.xml │ ├── unalz-0.65-r1.ebuild │ └── unalz-0.65-r2.ebuild └── zarchive │ ├── Manifest │ ├── metadata.xml │ └── zarchive-0.1.2.ebuild ├── app-backup ├── b2 │ ├── Manifest │ ├── b2-4.4.2.ebuild │ ├── files │ │ ├── b2-3.18.0-nameclash.patch │ │ └── b2-4.0.1-nameclash.patch │ └── metadata.xml ├── blocksync-fast │ ├── Manifest │ ├── blocksync-fast-1.0.3.ebuild │ ├── blocksync-fast-1.0.4.ebuild │ ├── blocksync-fast-1.0.6.ebuild │ ├── blocksync-fast-1.0.7.ebuild │ └── metadata.xml ├── grub-btrfs │ ├── Manifest │ ├── files │ │ └── grub-btrfs-4.11-remove-docs-from-make.patch │ ├── grub-btrfs-4.11-r1.ebuild │ ├── grub-btrfs-4.12.ebuild │ ├── grub-btrfs-4.13.ebuild │ ├── grub-btrfs-9999.ebuild │ └── metadata.xml ├── kopia-ui-bin │ ├── Manifest │ ├── kopia-ui-bin-0.22.3.ebuild │ └── metadata.xml ├── kopia │ ├── Manifest │ ├── kopia-0.22.3.ebuild │ └── metadata.xml ├── pika-backup │ ├── Manifest │ ├── files │ │ └── meson-fixes.patch │ ├── metadata.xml │ └── pika-backup-0.7.4-r1.ebuild ├── restic-browser │ ├── Manifest │ ├── metadata.xml │ ├── restic-browser-0.3.2_p20250523-r1.ebuild │ └── restic-browser-0.3.3.ebuild ├── timeshift-autosnap │ ├── Manifest │ ├── files │ │ └── timeshift-autosnap-remove-arch-specific.patch │ ├── metadata.xml │ └── timeshift-autosnap-0.9-r1.ebuild └── timeshift │ ├── Manifest │ ├── metadata.xml │ └── timeshift-23.07.1.ebuild ├── app-benchmarks ├── kdiskmark │ ├── Manifest │ ├── kdiskmark-3.2.0.ebuild │ └── metadata.xml ├── occt-bin │ ├── Manifest │ ├── files │ │ ├── 90-occt-msr-access.rules │ │ ├── occt.desktop │ │ └── occt.png │ ├── metadata.xml │ └── occt-bin-15.0.7.ebuild ├── phoronix-test-suite │ ├── Manifest │ ├── metadata.xml │ ├── phoronix-test-suite-10.8.4-r1.ebuild │ └── phoronix-test-suite-9999.ebuild ├── poop │ ├── Manifest │ ├── metadata.xml │ ├── poop-0.5.0.ebuild │ └── poop-9999.ebuild └── unigine-superposition │ ├── Manifest │ ├── files │ └── Superposition.desktop │ ├── metadata.xml │ └── unigine-superposition-1.1.ebuild ├── app-containers ├── amd-container-toolkit │ ├── Manifest │ ├── amd-container-toolkit-1.2.0.ebuild │ ├── amd-container-toolkit-9999.ebuild │ └── metadata.xml ├── anbox-modules │ ├── Manifest │ ├── anbox-modules-0_p20240210.ebuild │ └── metadata.xml ├── arachsys-containers │ ├── Manifest │ ├── arachsys-containers-1.7.ebuild │ └── metadata.xml ├── incus-ui │ ├── Manifest │ ├── files │ │ └── incus.systemd.override │ ├── incus-ui-0.18.2.ebuild │ └── metadata.xml ├── kind │ ├── Manifest │ ├── kind-0.27.0.ebuild │ └── metadata.xml ├── pods │ ├── Manifest │ ├── files │ │ ├── disable-clippy-test-2.1.0.patch │ │ ├── disable-clippy-test-2.1.2.patch │ │ └── pods-2.1.0_pre20240215-rust-1.80.patch │ ├── metadata.xml │ ├── pods-2.1.0_pre20240215-r4.ebuild │ └── pods-2.1.2.ebuild ├── slim │ ├── Manifest │ ├── metadata.xml │ └── slim-1.40.11.ebuild ├── waydroid-images │ ├── metadata.xml │ └── waydroid-images-9999.ebuild ├── waydroid-x11 │ ├── Manifest │ ├── metadata.xml │ └── waydroid-x11-1.0.2.ebuild └── waydroid │ ├── Manifest │ ├── files │ └── waydroid │ ├── metadata.xml │ ├── waydroid-1.5.2.ebuild │ └── waydroid-1.5.4.ebuild ├── app-crypt ├── PBinCLI │ ├── Manifest │ ├── PBinCLI-0.3.5-r1.ebuild │ └── metadata.xml ├── certbot-dns-cloudflare │ ├── Manifest │ ├── certbot-dns-cloudflare-3.2.0.ebuild │ └── metadata.xml ├── certbot-dns-desec │ ├── Manifest │ ├── certbot-dns-desec-1.2.1.ebuild │ └── metadata.xml ├── certbot-dns-rfc2136 │ ├── certbot-dns-rfc2136-3.2.0-r100.ebuild │ └── metadata.xml ├── clevis │ ├── Manifest │ ├── clevis-19-r2.ebuild │ ├── clevis-20-r1.ebuild │ ├── clevis-21.ebuild │ ├── files │ │ ├── clevis-dracut.patch │ │ └── clevis-meson.patch │ └── metadata.xml ├── firefox-decrypt │ ├── Manifest │ ├── firefox-decrypt-1.1.1.ebuild │ └── metadata.xml ├── ifcplugin-bin │ ├── Manifest │ ├── ifcplugin-bin-3.1.1.0.ebuild │ └── metadata.xml ├── intel-ipsec-mb │ ├── Manifest │ ├── files │ │ ├── intel-ipsec-mb-1.1_remove-werror-and-O3.patch │ │ ├── intel-ipsec-mb-1.2_remove-werror-and-O3.patch │ │ └── intel-ipsec-mb-1.3_remove-werror-and-O3.patch │ ├── intel-ipsec-mb-1.1.ebuild │ ├── intel-ipsec-mb-1.2.ebuild │ ├── intel-ipsec-mb-1.3.ebuild │ ├── intel-ipsec-mb-1.5.ebuild │ ├── intel-ipsec-mb-9999.ebuild │ └── metadata.xml ├── keepass-diff │ ├── Manifest │ ├── keepass-diff-1.1.3-r1.ebuild │ └── metadata.xml ├── nitrokey-app2 │ ├── Manifest │ ├── metadata.xml │ └── nitrokey-app2-2.4.1.ebuild ├── pinentry-bemenu │ ├── Manifest │ ├── metadata.xml │ ├── pinentry-bemenu-0.13.2.ebuild │ └── pinentry-bemenu-0.14.0.ebuild ├── pinentry-fuzzel │ ├── Manifest │ ├── metadata.xml │ └── pinentry-fuzzel-1.0.0.ebuild ├── reop │ ├── Manifest │ ├── files │ │ ├── reop-2.1.1-base64-function-signatures.patch │ │ └── reop-2.1.1-bcrypt_hash-cdata-sizeof.patch │ ├── metadata.xml │ └── reop-2.1.1-r2.ebuild ├── sac-core │ ├── Manifest │ ├── files │ │ └── safenetauthenticationclient.service │ ├── metadata.xml │ └── sac-core-10.8.1050-r1.ebuild ├── sops │ ├── Manifest │ ├── metadata.xml │ ├── sops-3.11.0.ebuild │ └── sops-3.9.4.ebuild ├── tang │ ├── Manifest │ ├── files │ │ ├── tangd │ │ ├── tangd.initd │ │ └── tangd.service │ ├── metadata.xml │ ├── tang-14.ebuild │ └── tang-15-r1.ebuild ├── tomb │ ├── Manifest │ ├── files │ │ ├── tomb-2.13-gtomb.patch │ │ ├── tomb-2.13-qt-tray.patch │ │ └── tomb-2.9-respect-ldflags.patch │ ├── metadata.xml │ └── tomb-2.13.ebuild └── totp-cli-bin │ ├── Manifest │ ├── metadata.xml │ └── totp-cli-bin-1.8.7.ebuild ├── app-dicts ├── dictd-foldoc │ ├── Manifest │ ├── dictd-foldoc-20180405.ebuild │ └── metadata.xml ├── dictd-gcide │ ├── Manifest │ ├── dictd-gcide-0.48.5_p4.ebuild │ └── metadata.xml ├── dictd-moby-thesaurus │ ├── Manifest │ ├── dictd-moby-thesaurus-1.0.ebuild │ └── metadata.xml ├── rhvoice-en │ ├── Manifest │ ├── metadata.xml │ ├── rhvoice-en-2.11.ebuild │ └── rhvoice-en-2.16.ebuild └── rhvoice-ru │ ├── Manifest │ ├── metadata.xml │ ├── rhvoice-ru-2.14.ebuild │ ├── rhvoice-ru-2.15.ebuild │ └── rhvoice-ru-2.16.ebuild ├── app-doc ├── anarchism │ ├── Manifest │ ├── anarchism-15.3.ebuild │ └── metadata.xml ├── geeknote │ ├── Manifest │ ├── geeknote-3.0.5.ebuild │ ├── geeknote-3.0.6.ebuild │ ├── geeknote-9999.ebuild │ └── metadata.xml ├── openbsd-manpages │ ├── Manifest │ ├── metadata.xml │ └── openbsd-manpages-7.5.ebuild ├── stdman │ ├── Manifest │ ├── metadata.xml │ ├── stdman-2022.07.30.ebuild │ ├── stdman-2024.07.05.ebuild │ └── stdman-9999.ebuild └── sway-wiki │ ├── metadata.xml │ └── sway-wiki-9999.ebuild ├── app-editors ├── amp │ ├── Manifest │ ├── amp-0.7.1.ebuild │ ├── files │ │ └── amp-0.7.1-update-git2.patch │ └── metadata.xml ├── edit │ ├── Manifest │ ├── edit-1.2.0.ebuild │ └── metadata.xml ├── emacs-lsp-booster │ ├── Manifest │ ├── emacs-lsp-booster-0.2.1.ebuild │ └── metadata.xml ├── imhex │ ├── Manifest │ ├── files │ │ ├── cmake_boost_regex.patch │ │ ├── cmake_mbedtls.patch │ │ ├── imhex-1.37.4-fix-cmake-edlib.patch │ │ ├── imhex-1.37.4-remove-Werror.patch │ │ ├── imhex-1.37.4-update-libfmt.patch │ │ └── remove_dotnet.patch │ ├── imhex-1.37.4-r4.ebuild │ └── metadata.xml ├── kakoune-lsp │ ├── Manifest │ ├── kakoune-lsp-18.1.0.ebuild │ └── metadata.xml ├── l3afpad │ ├── Manifest │ ├── l3afpad-0.8.18.1.11.ebuild │ └── metadata.xml ├── lapce │ ├── Manifest │ ├── lapce-0.4.2-r1.ebuild │ ├── lapce-9999.ebuild │ └── metadata.xml ├── mined │ ├── Manifest │ ├── metadata.xml │ └── mined-2015.25.ebuild ├── neovide │ ├── Manifest │ ├── files │ │ ├── neovide-0.12.2_skia-bindings-0.68.0_gcc.patch │ │ └── neovide-0.12.2_skia-bindings-0.68.0_system_icu.patch │ ├── metadata.xml │ └── neovide-0.12.2.ebuild ├── neovim-qt │ ├── Manifest │ ├── metadata.xml │ └── neovim-qt-0.2.19.ebuild ├── notepadnext │ ├── Manifest │ ├── metadata.xml │ ├── notepadnext-0.11.ebuild │ └── notepadnext-0.12.ebuild ├── pulsar-bin │ ├── Manifest │ ├── metadata.xml │ ├── pulsar-bin-1.127.1.ebuild │ ├── pulsar-bin-1.128.0.ebuild │ └── pulsar-bin-1.130.1.ebuild ├── typora-bin │ ├── Manifest │ ├── files │ │ └── Typora.desktop │ ├── metadata.xml │ └── typora-bin-1.10.8.ebuild └── xed │ ├── Manifest │ ├── metadata.xml │ └── xed-3.8.4.ebuild ├── app-emacs ├── catppuccin-emacs │ ├── catppuccin-emacs-9999.ebuild │ ├── files │ │ └── 50catppuccin-emacs-gentoo.el │ └── metadata.xml ├── envrc │ ├── Manifest │ ├── envrc-0.11.ebuild │ ├── files │ │ └── 50envrc-gentoo.el │ └── metadata.xml ├── idris-mode │ ├── Manifest │ ├── files │ │ └── 50idris-mode-gentoo.el │ ├── idris-mode-1.0.ebuild │ ├── idris-mode-9999.ebuild │ └── metadata.xml ├── inheritenv │ ├── Manifest │ ├── inheritenv-0.2.ebuild │ └── metadata.xml └── prop-menu │ ├── Manifest │ ├── files │ └── 50prop-menu-gentoo.el │ ├── metadata.xml │ └── prop-menu-0.1.2.ebuild ├── app-emulation ├── 86BoxManagerX │ ├── 86BoxManagerX-1.7.6.0e.ebuild │ ├── 86BoxManagerX-9999.ebuild │ ├── Manifest │ ├── files │ │ ├── 86BoxManagerX │ │ ├── 86BoxManagerX-9999-save-config-user-directory.patch │ │ ├── 86BoxManagerX.desktop │ │ └── 86BoxManagerX.png │ └── metadata.xml ├── arnold │ ├── Manifest │ ├── arnold-20170513-r2.ebuild │ ├── files │ │ └── arnold.png │ └── metadata.xml ├── box64 │ ├── Manifest │ ├── box64-0.2.2.ebuild │ ├── box64-0.3.0-r1.ebuild │ ├── box64-0.3.0.ebuild │ ├── box64-9999.ebuild │ └── metadata.xml ├── box86 │ ├── Manifest │ ├── box86-0.3.0.ebuild │ ├── box86-0.3.6.ebuild │ ├── box86-9999.ebuild │ └── metadata.xml ├── cloud-utils │ ├── Manifest │ ├── cloud-utils-0.33.ebuild │ ├── files │ │ └── use-mkisofs.patch │ └── metadata.xml ├── looking-glass │ ├── Manifest │ ├── files │ │ ├── LookingGlass-X.desktop │ │ └── LookingGlass.desktop │ ├── looking-glass-1_beta6.ebuild │ ├── looking-glass-1_beta7.ebuild │ ├── looking-glass-9999.ebuild │ └── metadata.xml ├── lsfg-vk │ ├── Manifest │ ├── files │ │ └── lsfg-vk-1.0.0-fix-visibility.patch │ ├── lsfg-vk-1.0.0-r1.ebuild │ ├── lsfg-vk-9999.ebuild │ └── metadata.xml ├── quickemu │ ├── Manifest │ ├── metadata.xml │ └── quickemu-4.9.7.ebuild ├── rars │ ├── Manifest │ ├── metadata.xml │ └── rars-1.6-r1.ebuild ├── tinyemu │ ├── Manifest │ ├── metadata.xml │ └── tinyemu-0.2019.12.21.ebuild ├── wslu │ ├── Manifest │ ├── files │ │ └── wslu-dont-compress-manpages.patch │ ├── metadata.xml │ ├── wslu-4.1.1.ebuild │ └── wslu-4.1.3.ebuild └── x48ng │ ├── Manifest │ ├── metadata.xml │ └── x48ng-0.38.0.ebuild ├── app-eselect ├── eselect-autostart │ ├── Manifest │ ├── eselect-autostart-1.0.0.ebuild │ └── metadata.xml ├── eselect-bluespec │ ├── Manifest │ ├── eselect-bluespec-1.0.2.ebuild │ └── metadata.xml ├── eselect-ld │ ├── Manifest │ ├── eselect-ld-1.0.0.ebuild │ └── metadata.xml ├── eselect-swift │ ├── eselect-swift-1.0-r1.ebuild │ ├── eselect-swift-1.0.ebuild │ ├── files │ │ ├── swift-1.0-r1.eselect │ │ └── swift-1.0.eselect │ └── metadata.xml └── eselect-vala │ ├── Manifest │ ├── eselect-vala-1.0.0.ebuild │ └── metadata.xml ├── app-metrics └── scaphandre │ ├── Manifest │ ├── metadata.xml │ └── scaphandre-0.5.0-r1.ebuild ├── app-misc ├── 1password-cli │ ├── 1password-cli-2.30.3.ebuild │ ├── Manifest │ └── metadata.xml ├── afc │ ├── Manifest │ ├── afc-1.1.ebuild │ ├── afc-1.2.ebuild │ ├── afc-9999.ebuild │ └── metadata.xml ├── afetch │ ├── Manifest │ ├── afetch-2.2.0.ebuild │ └── metadata.xml ├── agg │ ├── Manifest │ ├── agg-1.5.0-r1.ebuild │ ├── agg-1.7.0.ebuild │ └── metadata.xml ├── ani-cli │ ├── Manifest │ ├── ani-cli-4.10.ebuild │ ├── ani-cli-9999.ebuild │ └── metadata.xml ├── arttime │ ├── Manifest │ ├── arttime-2.3.4.ebuild │ └── metadata.xml ├── astroterm │ ├── Manifest │ ├── astroterm-1.0.7.ebuild │ ├── astroterm-1.0.9.ebuild │ └── metadata.xml ├── aw-client │ ├── Manifest │ ├── aw-client-0.11.0.ebuild │ └── metadata.xml ├── aw-core │ ├── Manifest │ ├── aw-core-0.5.16.ebuild │ └── metadata.xml ├── badvideo │ ├── Manifest │ ├── badvideo-5.2.ebuild │ ├── badvideo-9999.ebuild │ └── metadata.xml ├── blahaj │ ├── Manifest │ ├── blahaj-2.2.0-r1.ebuild │ └── metadata.xml ├── brightnessctl │ ├── Manifest │ ├── brightnessctl-0.5.1.ebuild │ └── metadata.xml ├── bt │ ├── Manifest │ ├── bt-1.2.2.ebuild │ └── metadata.xml ├── catt │ ├── Manifest │ ├── catt-0.12.13.ebuild │ ├── catt-0.13.0.ebuild │ ├── catt-0.13.1.ebuild │ └── metadata.xml ├── cepl │ ├── Manifest │ ├── cepl-29.0.0.ebuild │ ├── cepl-9999.ebuild │ └── metadata.xml ├── chayang │ ├── Manifest │ ├── chayang-0.1.0.ebuild │ └── metadata.xml ├── cheat │ ├── Manifest │ ├── cheat-4.2.3.ebuild │ ├── cheat-4.3.3-r1.ebuild │ └── metadata.xml ├── clifm │ ├── Manifest │ ├── clifm-1.11.ebuild │ ├── clifm-1.13.ebuild │ ├── clifm-1.16.ebuild │ ├── clifm-1.18.ebuild │ ├── clifm-9999.ebuild │ ├── files │ │ ├── clifm-1.11-gentoo-skip-manpage-compression.patch │ │ └── clifm-1.12-gentoo-skip-manpage-compression.patch │ └── metadata.xml ├── clipboard │ ├── Manifest │ ├── clipboard-0.10.0-r1.ebuild │ └── metadata.xml ├── cliphist │ ├── Manifest │ ├── cliphist-0.7.0.ebuild │ └── metadata.xml ├── cmd-timer │ ├── Manifest │ ├── cmd-timer-2.1.0.ebuild │ ├── cmd-timer-9999.ebuild │ └── metadata.xml ├── corectrl │ ├── Manifest │ ├── corectrl-1.5.1.ebuild │ ├── corectrl-9999.ebuild │ └── metadata.xml ├── countryfetch │ ├── Manifest │ ├── countryfetch-0.2.0.ebuild │ └── metadata.xml ├── cpufetch │ ├── Manifest │ ├── cpufetch-1.06.ebuild │ ├── files │ │ └── cpufetch-1.06-makefile.patch │ └── metadata.xml ├── dbf │ ├── Manifest │ ├── dbf-0.9.0.ebuild │ └── metadata.xml ├── diff-so-fancy │ ├── Manifest │ ├── diff-so-fancy-1.4.4.ebuild │ └── metadata.xml ├── doublecmd-bin │ ├── Manifest │ ├── doublecmd-bin-1.1.26-r1.ebuild │ ├── doublecmd-bin-1.1.28.ebuild │ ├── doublecmd-bin-1.1.29.ebuild │ ├── doublecmd-bin-1.1.30.ebuild │ ├── doublecmd-bin-9999.ebuild │ └── metadata.xml ├── doublecmd │ ├── Manifest │ ├── doublecmd-1.1.29.ebuild │ ├── doublecmd-1.1.30.ebuild │ ├── files │ │ └── 00-lazbuild-command.patch │ └── metadata.xml ├── dpscreenocr │ ├── Manifest │ ├── dpscreenocr-1.4.1.ebuild │ └── metadata.xml ├── dragon │ ├── Manifest │ ├── dragon-1.2.0-r1.ebuild │ └── metadata.xml ├── durdraw │ ├── Manifest │ ├── durdraw-0.29.0.ebuild │ └── metadata.xml ├── electricsheep │ ├── Manifest │ ├── electricsheep-3.0.4_p20240213.ebuild │ ├── files │ │ ├── ElectricSheep.desktop │ │ └── electricsheep-disable-vsync.patch │ └── metadata.xml ├── far2l │ ├── Manifest │ ├── far2l-2.6.4_beta.ebuild │ ├── far2l-2.6.5_beta.ebuild │ ├── far2l-9999.ebuild │ └── metadata.xml ├── fetsh │ ├── Manifest │ ├── fetsh-1.8.ebuild │ ├── fetsh-1.9.ebuild │ ├── fetsh-9999.ebuild │ └── metadata.xml ├── fff │ ├── Manifest │ ├── fff-2.2.ebuild │ └── metadata.xml ├── gentodo │ ├── Manifest │ ├── gentodo-0.2.1.ebuild │ ├── gentodo-1.1.0.ebuild │ ├── gentodo-1.1.1.ebuild │ ├── gentodo-9999.ebuild │ └── metadata.xml ├── ghq │ ├── Manifest │ ├── ghq-1.1.0.ebuild │ ├── ghq-1.1.5.ebuild │ ├── ghq-1.8.0.ebuild │ ├── ghq-9999.ebuild │ └── metadata.xml ├── github-desktop-bin │ ├── Manifest │ ├── github-desktop-bin-3.4.9_rc1.ebuild │ └── metadata.xml ├── glow │ ├── Manifest │ ├── glow-1.5.1.ebuild │ ├── glow-2.0.0.ebuild │ ├── glow-2.1.1.ebuild │ └── metadata.xml ├── godedupe │ ├── Manifest │ ├── godedupe-1.5.1.ebuild │ ├── godedupe-1.5.2.ebuild │ └── metadata.xml ├── gopsuinfo │ ├── Manifest │ ├── gopsuinfo-0.1.5.ebuild │ ├── gopsuinfo-0.1.9.ebuild │ └── metadata.xml ├── grit │ ├── Manifest │ ├── grit-0.3.0.ebuild │ └── metadata.xml ├── infnoise │ ├── Manifest │ ├── files │ │ └── infnoise.initd │ ├── infnoise-0.3.3.ebuild │ └── metadata.xml ├── interception-caps2esc │ ├── Manifest │ ├── interception-caps2esc-0.3.2.ebuild │ └── metadata.xml ├── interception-tools │ ├── Manifest │ ├── interception-tools-0.6.8-r1.ebuild │ └── metadata.xml ├── kanata │ ├── Manifest │ ├── kanata-1.10.0.ebuild │ └── metadata.xml ├── keyd │ ├── Manifest │ ├── files │ │ ├── default.conf │ │ ├── keyd-2.5.0-makefile.patch │ │ └── keyd.initd │ ├── keyd-2.5.0.ebuild │ └── metadata.xml ├── kloak │ ├── Manifest │ ├── files │ │ ├── kloak-0.3.7_p1-A-slightly-more-sophisticated-Makefile.patch │ │ └── toolchain-call.patch │ ├── kloak-0.2.30.ebuild │ ├── kloak-0.3.7_p1.ebuild │ ├── kloak-9999.ebuild │ └── metadata.xml ├── kmon │ ├── Manifest │ ├── kmon-1.6.5.ebuild │ ├── kmon-1.7.1.ebuild │ └── metadata.xml ├── krabby │ ├── Manifest │ ├── krabby-0.3.0.ebuild │ ├── krabby-9999.ebuild │ └── metadata.xml ├── ledger-live-bin │ ├── Manifest │ ├── ledger-live-bin-2.84.1.ebuild │ └── metadata.xml ├── lf │ ├── Manifest │ ├── lf-33-r1.ebuild │ ├── lf-36.ebuild │ ├── lf-37.ebuild │ ├── lf-38.ebuild │ ├── lf-9999.ebuild │ └── metadata.xml ├── libation │ ├── Manifest │ ├── libation-12.5.3.ebuild │ └── metadata.xml ├── lyfetch │ ├── Manifest │ ├── lyfetch-1.1.ebuild │ └── metadata.xml ├── macchina │ ├── Manifest │ ├── macchina-6.4.0.ebuild │ └── metadata.xml ├── mangadesk │ ├── Manifest │ ├── mangadesk-0.7.7.ebuild │ ├── mangadesk-0.7.8.ebuild │ └── metadata.xml ├── mat2 │ ├── Manifest │ ├── mat2-0.13.5.ebuild │ ├── mat2-0.14.0.ebuild │ └── metadata.xml ├── metadata-cleaner │ ├── Manifest │ ├── metadata-cleaner-2.5.6.ebuild │ └── metadata.xml ├── minder │ ├── Manifest │ ├── metadata.xml │ ├── minder-1.16.2.ebuild │ └── minder-1.16.3.ebuild ├── mirafetch │ ├── Manifest │ ├── metadata.xml │ ├── mirafetch-0.1.0.ebuild │ └── mirafetch-9999.ebuild ├── morgen │ ├── Manifest │ ├── metadata.xml │ └── morgen-3.6.10.ebuild ├── mxw │ ├── Manifest │ ├── metadata.xml │ ├── mxw-0.1.2.ebuild │ └── mxw-0.2.1.ebuild ├── mymefetch │ ├── Manifest │ ├── metadata.xml │ └── mymefetch-1.3.ebuild ├── navi │ ├── Manifest │ ├── files │ │ └── navi-remove-bash-tests-needing-internet-connection.patch │ ├── metadata.xml │ ├── navi-2.24.0.ebuild │ └── navi-9999.ebuild ├── neo │ ├── Manifest │ ├── metadata.xml │ ├── neo-0.6.1.ebuild │ └── neo-9999.ebuild ├── nerdfetch │ ├── Manifest │ ├── metadata.xml │ └── nerdfetch-8.3.1.ebuild ├── nwg-look │ ├── Manifest │ ├── metadata.xml │ ├── nwg-look-1.0.2-r1.ebuild │ └── nwg-look-1.0.6.ebuild ├── nwg-shell-wallpapers │ ├── Manifest │ ├── metadata.xml │ ├── nwg-shell-wallpapers-1.3.ebuild │ ├── nwg-shell-wallpapers-1.4.ebuild │ └── nwg-shell-wallpapers-1.5.ebuild ├── oddjob │ ├── Manifest │ ├── files │ │ ├── oddjob-0.34.7-build-Fix-broken-AC_ARG_ENABLE-install-logic.patch │ │ ├── oddjob-0.34.7-build-Keep-non-PAM-mkhomedir-parts-when-PAM-support-.patch │ │ ├── oddjob-0.34.7-build-Remove-with-systemd-and-with-sysvinit.patch │ │ ├── oddjob-0.34.7-build-Restore-conditional-with-pam-flag.patch │ │ ├── oddjob-0.34.7-src-oddjobd.c-Fix-non-selinux-build.patch │ │ └── oddjob.init.d │ ├── metadata.xml │ └── oddjob-0.34.7-r1.ebuild ├── onefetch │ ├── Manifest │ ├── metadata.xml │ └── onefetch-2.25.0.ebuild ├── opentrack │ ├── Manifest │ ├── metadata.xml │ ├── opentrack-2024.1.1_p20250620.ebuild │ └── opentrack-9999.ebuild ├── pastel │ ├── Manifest │ ├── metadata.xml │ ├── pastel-0.11.0.ebuild │ └── pastel-9999.ebuild ├── pfetch │ ├── Manifest │ ├── metadata.xml │ ├── pfetch-0.6.0.ebuild │ └── pfetch-1.3.0.ebuild ├── pipes-rs │ ├── Manifest │ ├── files │ │ └── pipes-rs-1.6.4-do-not-strip.patch │ ├── metadata.xml │ └── pipes-rs-1.6.4.ebuild ├── powerpanel │ ├── Manifest │ ├── files │ │ ├── powerpanel-scripts.patch │ │ └── pwrstatd │ ├── metadata.xml │ └── powerpanel-1.4.1-r1.ebuild ├── proctl │ ├── Manifest │ ├── metadata.xml │ ├── proctl-1.5.ebuild │ └── proctl-9999.ebuild ├── pueue │ ├── Manifest │ ├── metadata.xml │ ├── pueue-3.4.1.ebuild │ └── pueue-4.0.0.ebuild ├── qman │ ├── Manifest │ ├── metadata.xml │ ├── qman-1.4.2.ebuild │ ├── qman-1.5.0.ebuild │ └── qman-9999.ebuild ├── rememberthemilk │ ├── Manifest │ ├── metadata.xml │ └── rememberthemilk-1.3.11-r1.ebuild ├── s6-man │ └── s6-man-9999.ebuild ├── scooter │ ├── Manifest │ ├── metadata.xml │ └── scooter-0.8.4.ebuild ├── sherlock │ ├── Manifest │ ├── metadata.xml │ ├── sherlock-0.15.0.ebuild │ └── sherlock-9999.ebuild ├── superfile │ ├── Manifest │ ├── metadata.xml │ ├── superfile-1.4.0.ebuild │ └── superfile-9999.ebuild ├── tealdeer │ ├── Manifest │ ├── metadata.xml │ ├── tealdeer-1.6.1-r1.ebuild │ ├── tealdeer-1.8.0.ebuild │ ├── tealdeer-1.8.1.ebuild │ └── tealdeer-9999.ebuild ├── television │ ├── Manifest │ ├── metadata.xml │ ├── television-0.12.5.ebuild │ └── television-0.13.11.ebuild ├── termdown │ ├── Manifest │ ├── metadata.xml │ └── termdown-1.18.0-r1.ebuild ├── tinyfetch │ ├── Manifest │ ├── metadata.xml │ ├── tinyfetch-5.2.ebuild │ ├── tinyfetch-6.1.ebuild │ ├── tinyfetch-6.2.ebuild │ └── tinyfetch-9999.ebuild ├── tmux-rime │ ├── Manifest │ ├── metadata.xml │ └── tmux-rime-0.0.4.ebuild ├── treefetch │ ├── Manifest │ ├── metadata.xml │ └── treefetch-2.0.0.ebuild ├── treesheets │ ├── Manifest │ ├── files │ │ └── 2567-cmake-wxwidgets.patch │ ├── metadata.xml │ ├── treesheets-2567.ebuild │ └── treesheets-2665.ebuild ├── tty-share-bin │ ├── Manifest │ ├── metadata.xml │ └── tty-share-bin-2.4.0.ebuild ├── twertlefetch │ ├── Manifest │ ├── metadata.xml │ └── twertlefetch-1.1.0.ebuild ├── ufetch │ ├── Manifest │ ├── metadata.xml │ └── ufetch-0.3.ebuild ├── via │ ├── Manifest │ ├── metadata.xml │ └── via-3.0.0.ebuild ├── vocabsieve │ ├── Manifest │ ├── metadata.xml │ └── vocabsieve-0.12.2.ebuild ├── vrms-gentoo │ ├── Manifest │ ├── metadata.xml │ └── vrms-gentoo-0_pre20201102.ebuild ├── walld │ ├── Manifest │ ├── metadata.xml │ └── walld-1.4.4.ebuild ├── watchexec │ ├── Manifest │ ├── metadata.xml │ ├── watchexec-2.1.2.ebuild │ ├── watchexec-2.2.1.ebuild │ ├── watchexec-2.3.0.ebuild │ ├── watchexec-2.3.2.ebuild │ └── watchexec-9999.ebuild ├── wcal │ ├── Manifest │ ├── metadata.xml │ └── wcal-0.1-r1.ebuild ├── wego │ ├── Manifest │ ├── metadata.xml │ └── wego-2.2.ebuild ├── wl-kbptr │ ├── Manifest │ ├── metadata.xml │ └── wl-kbptr-0.3.0.ebuild ├── wlx-overlay-s │ ├── Manifest │ ├── files │ │ ├── wlx-overlay-s-0.6.0-devendor-openvr.patch │ │ ├── wlx-overlay-s-0.6.0-fix-use-pipewire.patch │ │ ├── wlx-overlay-s-9999-devendor-openvr.patch │ │ └── wlx-overlay-s-9999-x11-pipewire.patch │ ├── metadata.xml │ ├── wlx-overlay-s-25.4.2.ebuild │ └── wlx-overlay-s-9999.ebuild ├── wtf │ ├── Manifest │ ├── metadata.xml │ └── wtf-0.43.0.ebuild ├── x86-64-level │ ├── Manifest │ ├── metadata.xml │ ├── x86-64-level-0.2.2.ebuild │ └── x86-64-level-9999.ebuild ├── xplr │ ├── Manifest │ ├── metadata.xml │ └── xplr-0.21.3-r1.ebuild ├── yazi │ ├── Manifest │ ├── metadata.xml │ ├── yazi-25.2.11-r1.ebuild │ ├── yazi-25.3.2.ebuild │ ├── yazi-25.4.8.ebuild │ ├── yazi-25.5.31.ebuild │ └── yazi-9999.ebuild └── zcock │ ├── Manifest │ ├── metadata.xml │ ├── zcock-0.2.1.ebuild │ └── zcock-0.2.2.ebuild ├── app-mobilephone ├── flashlight │ ├── Manifest │ ├── files │ │ ├── 60-flashlight.rules │ │ └── 90-flashlight.rules │ ├── flashlight-0.1.1-r3.ebuild │ └── metadata.xml ├── mobile-config-firefox │ ├── Manifest │ ├── files │ │ ├── 0001-src-prefs.js-disable-sandbox-for-non-ESR.patch │ │ └── disable-proton-ui.patch │ ├── metadata.xml │ └── mobile-config-firefox-2.1.0.ebuild └── pinephone-modem-scripts │ ├── files │ ├── 90-modem-eg25.rules │ ├── pinephone-modem-scripts.pinephone-modem-setup.service │ └── pinephone-modem-setup.sh │ ├── metadata.xml │ └── pinephone-modem-scripts-0.20.8.ebuild ├── app-office ├── beancount │ ├── Manifest │ ├── beancount-2.3.6.ebuild │ └── metadata.xml ├── invoice │ ├── Manifest │ ├── invoice-0.1.0.ebuild │ └── metadata.xml ├── jameica-bin │ ├── Manifest │ ├── jameica-bin-2.12.0.ebuild │ └── metadata.xml ├── khronos │ ├── Manifest │ ├── khronos-4.0.0.ebuild │ ├── khronos-4.0.1.ebuild │ └── metadata.xml ├── lotus123r3 │ ├── Manifest │ ├── lotus123r3-1.0.0_rc4.ebuild │ └── metadata.xml ├── nixnote-bin │ ├── Manifest │ ├── metadata.xml │ └── nixnote-bin-2.1.10.ebuild ├── notesnook-bin │ ├── Manifest │ ├── metadata.xml │ └── notesnook-bin-2.6.12.ebuild ├── obsidian │ ├── Manifest │ ├── metadata.xml │ ├── obsidian-1.10.3.ebuild │ └── obsidian-1.9.14.ebuild ├── openoffice-bin │ ├── Manifest │ ├── files │ │ ├── 50-openoffice-bin │ │ └── wrapper.in │ ├── metadata.xml │ └── openoffice-bin-4.1.16.ebuild ├── pyspread │ ├── Manifest │ ├── metadata.xml │ └── pyspread-2.4.ebuild └── standartnotes-bin │ ├── Manifest │ ├── metadata.xml │ └── standartnotes-bin-3.183.22.ebuild ├── app-portage ├── appswipe │ ├── Manifest │ ├── appswipe-1.2.0.ebuild │ └── metadata.xml ├── carnage │ ├── Manifest │ ├── carnage-1.2.ebuild │ ├── carnage-9999.ebuild │ └── metadata.xml ├── pacvis │ ├── Manifest │ ├── metadata.xml │ └── pacvis-0.4.2.ebuild ├── portage-lostfiles │ ├── Manifest │ ├── metadata.xml │ └── portage-lostfiles-0.5.6-r1.ebuild ├── portagecfg │ ├── Manifest │ ├── metadata.xml │ └── portagecfg-2.4.0-r1.ebuild ├── quantum-resolver │ ├── metadata.xml │ └── quantum-resolver-9999.ebuild ├── showbuild │ ├── files │ │ └── showbuild-0.9.1 │ ├── metadata.xml │ └── showbuild-0.9.1-r2.ebuild └── zig-ebuilder │ ├── metadata.xml │ └── zig-ebuilder-9999.ebuild ├── app-shells ├── carapace │ ├── Manifest │ ├── carapace-1.5.4.ebuild │ └── metadata.xml ├── direnv │ ├── Manifest │ ├── direnv-2.36.0.ebuild │ ├── direnv-2.37.1.ebuild │ ├── direnv-9999.ebuild │ └── metadata.xml ├── elvish │ ├── Manifest │ ├── elvish-0.19.2.ebuild │ ├── elvish-0.20.1.ebuild │ ├── elvish-0.21.0.ebuild │ └── metadata.xml ├── fre │ ├── Manifest │ ├── fre-0.4.1.ebuild │ └── metadata.xml ├── fzf-fish │ ├── Manifest │ ├── fzf-fish-10.3.ebuild │ └── metadata.xml ├── fzf-tab │ ├── Manifest │ ├── fzf-tab-0_pre20230611.ebuild │ └── metadata.xml ├── igr │ ├── Manifest │ ├── igr-9999.ebuild │ └── metadata.xml ├── manpager │ ├── Manifest │ ├── manpager-0.0.3.ebuild │ └── metadata.xml ├── mommy │ ├── Manifest │ ├── metadata.xml │ └── mommy-1.6.0.ebuild ├── mrsh │ ├── metadata.xml │ └── mrsh-9999.ebuild ├── ohmyzsh │ ├── metadata.xml │ └── ohmyzsh-9999.ebuild ├── pokemon-colorscripts │ ├── metadata.xml │ └── pokemon-colorscripts-9999.ebuild ├── powerline-go │ ├── Manifest │ ├── metadata.xml │ └── powerline-go-1.25.ebuild ├── sheldon │ ├── Manifest │ ├── metadata.xml │ └── sheldon-0.8.5.ebuild ├── shox │ ├── Manifest │ ├── metadata.xml │ └── shox-2024.01.25.ebuild ├── silver │ ├── Manifest │ ├── files │ │ ├── 2.0.0-update-openssl-sys.patch │ │ └── add-gentoo-support.patch │ ├── metadata.xml │ └── silver-2.0.0-r1.ebuild ├── vivid │ ├── Manifest │ ├── metadata.xml │ ├── vivid-0.10.1.ebuild │ └── vivid-0.9.0.ebuild ├── zsh-async │ ├── Manifest │ ├── metadata.xml │ ├── zsh-async-1.8.5_p20211005.ebuild │ └── zsh-async-1.8.6.ebuild ├── zsh-autocomplete │ ├── Manifest │ ├── metadata.xml │ ├── zsh-autocomplete-24.09.04.ebuild │ └── zsh-autocomplete-9999.ebuild ├── zsh-autosuggestions │ ├── Manifest │ ├── metadata.xml │ └── zsh-autosuggestions-0.7.0-r2.ebuild └── zsh-history-substring-search │ ├── Manifest │ ├── metadata.xml │ ├── zsh-history-substring-search-1.0.2.ebuild │ └── zsh-history-substring-search-1.1.0.ebuild ├── app-text ├── OCRmyPDF │ ├── Manifest │ ├── OCRmyPDF-16.10.2.ebuild │ ├── files │ │ ├── OCRmyPDF-16.10.2-suppress-runtime-error.patch │ │ └── OCRmyPDF-16.10.2-xfail-tests.patch │ └── metadata.xml ├── cmark-gfm │ ├── Manifest │ ├── cmark-gfm-0.29.0.13.ebuild │ └── metadata.xml ├── code-minimap │ ├── Manifest │ ├── code-minimap-0.6.8.ebuild │ └── metadata.xml ├── codebook │ ├── Manifest │ ├── codebook-0.3.20.ebuild │ └── metadata.xml ├── dooit │ ├── Manifest │ ├── dooit-3.3.3.ebuild │ └── metadata.xml ├── epubgrep │ ├── Manifest │ ├── epubgrep-0.6.2.ebuild │ └── metadata.xml ├── ford │ ├── Manifest │ ├── files │ │ ├── ford-6.2.5_fix_setuptools_warnings.patch │ │ └── ford-7.0.11_fix_py3.14_compat.patch │ ├── ford-6.2.5.ebuild │ ├── ford-7.0.10.ebuild │ ├── ford-7.0.11-r1.ebuild │ ├── ford-7.0.11.ebuild │ ├── ford-7.0.12.ebuild │ ├── ford-7.0.8-r1.ebuild │ ├── ford-7.0.9-r1.ebuild │ └── metadata.xml ├── harper │ ├── Manifest │ ├── harper-1.0.0.ebuild │ └── metadata.xml ├── jrnl │ ├── Manifest │ ├── files │ │ └── jrnl-4.2.1-tomllib.patch │ ├── jrnl-4.2.1.ebuild │ └── metadata.xml ├── komikku │ ├── Manifest │ ├── komikku-1.86.0.ebuild │ └── metadata.xml ├── koodo-reader-bin │ ├── Manifest │ ├── koodo-reader-bin-1.5.1.ebuild │ ├── koodo-reader-bin-1.6.3.ebuild │ └── metadata.xml ├── lchat │ ├── Manifest │ ├── lchat-1.0-r2.ebuild │ └── metadata.xml ├── lizard │ ├── Manifest │ ├── lizard-1.18.0.ebuild │ ├── lizard-1.19.0.ebuild │ └── metadata.xml ├── lorien-bin │ ├── Manifest │ ├── files │ │ ├── lorien.desktop │ │ ├── lorien.png │ │ └── manual_v0.5.0.md │ ├── lorien-bin-0.6.0-r2.ebuild │ └── metadata.xml ├── lsp │ ├── Manifest │ ├── lsp-0.5.0_rc4.ebuild │ ├── lsp-9999.ebuild │ └── metadata.xml ├── notekit │ ├── Manifest │ ├── metadata.xml │ └── notekit-0.2.0.ebuild ├── owo │ ├── Manifest │ ├── metadata.xml │ └── owo-0.1.0.ebuild ├── pandoc-crossref-bin │ ├── Manifest │ ├── metadata.xml │ └── pandoc-crossref-bin-0.3.17.0f.ebuild ├── simplenote-desktop-bin │ ├── Manifest │ ├── metadata.xml │ ├── simplenote-desktop-bin-2.23.0.ebuild │ └── simplenote-desktop-bin-2.23.2.ebuild ├── sioyek │ ├── files │ │ └── sioyek.desktop │ ├── metadata.xml │ └── sioyek-9999.ebuild ├── smu │ ├── Manifest │ ├── metadata.xml │ ├── smu-1.5.ebuild │ └── smu-9999.ebuild ├── sup2srt │ ├── Manifest │ ├── files │ │ └── sup2srt-1.0.6-build-the-pgs-library-statically.patch │ ├── metadata.xml │ └── sup2srt-1.0.6_p20250518.ebuild ├── texlab │ ├── Manifest │ ├── metadata.xml │ ├── texlab-5.23.1.ebuild │ └── texlab-5.24.0.ebuild ├── tinymist │ ├── Manifest │ ├── metadata.xml │ ├── tinymist-0.14.4.ebuild │ └── tinymist-9999.ebuild ├── tldr │ ├── Manifest │ ├── metadata.xml │ ├── tldr-3.3.0.ebuild │ └── tldr-3.4.1.ebuild ├── typst │ ├── Manifest │ ├── metadata.xml │ ├── typst-0.14.0.ebuild │ └── typst-9999.ebuild ├── typstyle │ ├── Manifest │ ├── metadata.xml │ └── typstyle-0.13.17.ebuild ├── vale │ ├── Manifest │ ├── metadata.xml │ ├── vale-3.7.1.ebuild │ └── vale-3.9.1.ebuild └── xan │ ├── Manifest │ ├── metadata.xml │ ├── xan-0.51.0.ebuild │ ├── xan-0.52.0.ebuild │ ├── xan-0.53.0.ebuild │ ├── xan-0.54.0.ebuild │ ├── xan-0.54.1.ebuild │ └── xan-9999.ebuild ├── app-vim ├── ale │ ├── Manifest │ ├── ale-3.3.0.ebuild │ ├── ale-4.0.0.ebuild │ └── metadata.xml ├── ansible-vim │ ├── Manifest │ ├── ansible-vim-3.3.ebuild │ ├── ansible-vim-3.4.ebuild │ └── metadata.xml ├── apkbuild-vim │ ├── Manifest │ ├── apkbuild-vim-20210911.ebuild │ └── metadata.xml ├── bracketed-paste │ ├── Manifest │ ├── bracketed-paste-20180522.ebuild │ ├── files │ │ └── README.gentoo │ └── metadata.xml ├── css-color │ ├── Manifest │ ├── css-color-20230308.ebuild │ ├── css-color-20230727.ebuild │ └── metadata.xml ├── dracula │ ├── Manifest │ ├── dracula-2.0.0.ebuild │ └── metadata.xml ├── gemini-vim │ ├── Manifest │ ├── gemini-vim-20210923.ebuild │ └── metadata.xml ├── kotlin-vim │ ├── Manifest │ ├── kotlin-vim-20220627.ebuild │ └── metadata.xml ├── nerdtree-git │ ├── Manifest │ ├── metadata.xml │ └── nerdtree-git-20210818.ebuild ├── nim-syntax │ ├── Manifest │ ├── metadata.xml │ └── nim-syntax-1.1_p20211111.ebuild ├── openbsd-style │ ├── Manifest │ ├── metadata.xml │ └── openbsd-style-1.1.ebuild ├── qt-support │ ├── Manifest │ ├── metadata.xml │ └── qt-support-1.1.ebuild ├── rainbow │ ├── Manifest │ ├── files │ │ └── README.gentoo │ ├── metadata.xml │ ├── rainbow-3.4.0_p20211113.ebuild │ └── rainbow-3.4.0_p20240727.ebuild ├── rainbow_csv │ ├── Manifest │ ├── metadata.xml │ ├── rainbow_csv-1.10.0_pre20240705.ebuild │ └── rainbow_csv-9999.ebuild ├── tempus │ ├── Manifest │ ├── metadata.xml │ └── tempus-2.0.0.20210514.ebuild ├── tex-conceal │ ├── Manifest │ ├── metadata.xml │ └── tex-conceal-20210409.ebuild ├── themis │ ├── Manifest │ ├── metadata.xml │ ├── themis-1.6.0.ebuild │ └── themis-1.7.0.ebuild ├── vader │ ├── Manifest │ ├── metadata.xml │ ├── vader-0.3.0.ebuild │ └── vader-0.3.0_p20240430.ebuild ├── vala-syntax │ ├── Manifest │ ├── metadata.xml │ └── vala-syntax-20200502.ebuild ├── vim-crystal │ ├── Manifest │ ├── metadata.xml │ ├── vim-crystal-2022.09.04.ebuild │ └── vim-crystal-2023.03.15.ebuild ├── vim-mediawiki │ ├── Manifest │ ├── metadata.xml │ └── vim-mediawiki-0.10.1.ebuild ├── vim-nix │ ├── metadata.xml │ └── vim-nix-9999.ebuild ├── vim-sensible │ ├── Manifest │ ├── metadata.xml │ ├── vim-sensible-1.2.ebuild │ └── vim-sensible-2.0.ebuild ├── vimwiki-cli │ ├── Manifest │ ├── metadata.xml │ └── vimwiki-cli-1.1.0.ebuild ├── wayland-clipboard │ ├── Manifest │ ├── metadata.xml │ └── wayland-clipboard-0.2.1.ebuild └── yats │ ├── Manifest │ ├── files │ └── vimrc │ ├── metadata.xml │ ├── yats-2024.08.17.ebuild │ └── yats-2025.08.05.ebuild ├── app-voices ├── metadata.xml ├── rhvoice-arina │ ├── Manifest │ ├── metadata.xml │ └── rhvoice-arina-4.0.ebuild ├── rhvoice-bdl │ ├── Manifest │ ├── metadata.xml │ └── rhvoice-bdl-4.1.ebuild ├── rhvoice-clb │ ├── Manifest │ ├── metadata.xml │ └── rhvoice-clb-4.0.ebuild └── rhvoice-slt │ ├── Manifest │ ├── metadata.xml │ └── rhvoice-slt-4.1.ebuild ├── dev-build ├── cargo-make │ ├── Manifest │ ├── cargo-make-0.37.24.ebuild │ └── metadata.xml ├── fobis │ ├── Manifest │ ├── fobis-3.1.0.ebuild │ └── metadata.xml ├── fpm │ ├── Manifest │ ├── files │ │ ├── fpm-0.10.0_fpm_toml.patch │ │ ├── fpm-0.11.0_fpm_toml.patch │ │ ├── fpm-0.12.0_fpm_toml.patch │ │ └── fpm-0.9.0_fpm_toml.patch │ ├── fpm-0.10.0.ebuild │ ├── fpm-0.11.0.ebuild │ ├── fpm-0.12.0.ebuild │ ├── fpm-0.9.0.ebuild │ └── metadata.xml ├── fypp │ ├── Manifest │ ├── files │ │ └── filevarroot.fypp │ ├── fypp-3.2.ebuild │ └── metadata.xml ├── pdpmake │ ├── Manifest │ ├── metadata.xml │ └── pdpmake-2.0.3.ebuild ├── qtilitools │ ├── Manifest │ ├── metadata.xml │ └── qtilitools-0.1.2.ebuild └── xmake │ ├── Manifest │ ├── metadata.xml │ ├── xmake-3.0.5.ebuild │ └── xmake-9999.ebuild ├── dev-cpp ├── blurhash │ ├── Manifest │ ├── blurhash-0.2.0-r1.ebuild │ ├── blurhash-0.2.0.ebuild │ └── metadata.xml ├── boxed-cpp │ ├── Manifest │ ├── boxed-cpp-1.4.3.ebuild │ └── metadata.xml ├── coeurl │ ├── Manifest │ ├── coeurl-0.3.0.ebuild │ ├── coeurl-0.3.1.ebuild │ └── metadata.xml ├── cpp-jwt │ ├── Manifest │ ├── cpp-jwt-1.5_pre20220727.ebuild │ └── metadata.xml ├── cpp-utilities │ ├── Manifest │ ├── cpp-utilities-5.31.0.ebuild │ ├── cpp-utilities-5.31.1.ebuild │ └── metadata.xml ├── cpprestsdk │ ├── Manifest │ ├── cpprestsdk-2.10.19-r5.ebuild │ ├── cpprestsdk-2.10.19-r6.ebuild │ ├── files │ │ ├── cpprestsdk-2.10.19-boost-1.87-compat.patch │ │ ├── cpprestsdk-2.10.19-cmake-4.patch │ │ ├── cpprestsdk-2.10.19-disabl-int-tests.patch │ │ ├── cpprestsdk-2.10.19-disable-werror-default.patch │ │ ├── cpprestsdk-2.10.19-llvm-char-traits-patch.patch │ │ ├── cpprestsdk-2.10.19-llvm-json-unique-ptr.patch │ │ └── cpprestsdk-2.10.19-warnings.patch │ └── metadata.xml ├── dpp │ ├── Manifest │ ├── dpp-10.0.23.ebuild │ ├── dpp-10.0.24.ebuild │ ├── dpp-10.0.25.ebuild │ ├── dpp-10.0.29.ebuild │ ├── dpp-10.0.30.ebuild │ ├── dpp-10.0.33.ebuild │ └── metadata.xml ├── drogon │ ├── Manifest │ ├── drogon-1.9.5.ebuild │ ├── drogon-1.9.6.ebuild │ ├── files │ │ └── drogon-1.8.4-fix-test-build.patch │ └── metadata.xml ├── fast_double_parser │ ├── Manifest │ ├── fast_double_parser-0.8.1.ebuild │ └── metadata.xml ├── finalcut │ ├── Manifest │ ├── files │ │ └── finalcut-0.9.1-fix-tests.ebuild │ ├── finalcut-0.9.1-r1.ebuild │ ├── finalcut-9999.ebuild │ └── metadata.xml ├── fkYAML │ ├── Manifest │ ├── files │ │ ├── fkYAML-0.4.2-Remove-the-space-between-operator-and-_yaml.patch │ │ ├── fkYAML-0.4.2-Use-system-Catch2.patch │ │ └── fkYAML-0.4.2_p20250522-Use-system-Catch2.patch │ ├── fkYAML-0.4.2.ebuild │ ├── fkYAML-0.4.2_p20250522.ebuild │ └── metadata.xml ├── gsl-lite │ ├── Manifest │ ├── gsl-lite-0.38.0-r1.ebuild │ └── metadata.xml ├── indicators │ ├── Manifest │ ├── files │ │ └── indicators-2.3-include.patch │ ├── indicators-2.3-r1.ebuild │ ├── indicators-2.3.ebuild │ └── metadata.xml ├── mustache │ ├── Manifest │ ├── files │ │ └── mustache-4.1_p20211210-unbundle-catch.patch │ ├── metadata.xml │ ├── mustache-4.1.ebuild │ └── mustache-4.1_p20211210.ebuild ├── parallel-hashmap │ ├── Manifest │ ├── metadata.xml │ ├── parallel-hashmap-1.4.1.ebuild │ └── parallel-hashmap-2.0.0.ebuild ├── qt-jdenticon │ ├── Manifest │ ├── metadata.xml │ ├── qt-jdenticon-0.3.0_p20240107.ebuild │ └── qt-jdenticon-0.3.1.ebuild ├── rang │ ├── Manifest │ ├── files │ │ └── rang-3.2-fix-tests.patch │ ├── metadata.xml │ └── rang-3.2.ebuild ├── reflection-cpp │ ├── Manifest │ ├── metadata.xml │ ├── reflection-cpp-0.2.0.ebuild │ ├── reflection-cpp-0.3.0.ebuild │ └── reflection-cpp-0.4.0.ebuild ├── robotraconteur-companion │ ├── Manifest │ ├── metadata.xml │ └── robotraconteur-companion-0.4.2.ebuild ├── robotraconteur │ ├── Manifest │ ├── metadata.xml │ └── robotraconteur-1.2.6.ebuild ├── safeint │ ├── Manifest │ ├── files │ │ ├── safeint-3.0.28a-install-the-library.patch │ │ ├── safeint-3.0.28a-make-tests-optional.patch │ │ └── safeint-3.0.28a-remove-broken-tests.patch │ ├── metadata.xml │ └── safeint-3.0.28a.ebuild ├── scnlib │ ├── Manifest │ ├── metadata.xml │ └── scnlib-4.0.1.ebuild ├── sprout │ ├── Manifest │ ├── files │ │ └── optional_binaries.patch │ ├── metadata.xml │ └── sprout-0_pre20190615-r1.ebuild ├── tinygltf │ ├── Manifest │ ├── files │ │ └── 0001-Use-nlohmann-and-stb-packages-instead-of-bundled-one.patch │ ├── metadata.xml │ └── tinygltf-2.9.6.ebuild ├── trantor │ ├── Manifest │ ├── metadata.xml │ ├── trantor-1.5.19.ebuild │ └── trantor-1.5.20.ebuild ├── trompeloeil │ ├── Manifest │ ├── metadata.xml │ └── trompeloeil-47.ebuild ├── units │ ├── Manifest │ ├── files │ │ └── units-2.3.3-disable-failing-tests.patch │ ├── metadata.xml │ ├── units-2.3.3.ebuild │ └── units-2.3.4.ebuild ├── workflow │ ├── Manifest │ ├── files │ │ └── workflow-0.10.2-enable-tests.patch │ ├── metadata.xml │ ├── workflow-0.10.2-r1.ebuild │ ├── workflow-0.10.3.ebuild │ ├── workflow-0.10.5.ebuild │ └── workflow-9999.ebuild ├── wt │ ├── Manifest │ ├── files │ │ └── wt-no-rundir.patch │ ├── metadata.xml │ ├── wt-4.11.4-r3.ebuild │ ├── wt-4.12.0.ebuild │ └── wt-4.12.1.ebuild ├── xtensor │ ├── Manifest │ ├── metadata.xml │ └── xtensor-0.26.0.ebuild └── xtl │ ├── Manifest │ ├── metadata.xml │ └── xtl-0.8.0.ebuild ├── dev-crystal ├── athena-negotiation │ ├── Manifest │ ├── athena-negotiation-0.1.5-r1.ebuild │ ├── athena-negotiation-0.2.0-r1.ebuild │ └── metadata.xml ├── athena-spec │ ├── Manifest │ ├── athena-spec-0.3.11-r1.ebuild │ ├── athena-spec-0.4.0-r1.ebuild │ └── metadata.xml ├── backtracer │ ├── Manifest │ ├── backtracer-1.2.2-r1.ebuild │ ├── backtracer-1.2.4-r1.ebuild │ └── metadata.xml ├── crikey │ ├── Manifest │ ├── crikey-0.1.0_p20170404.ebuild │ └── metadata.xml ├── crustache │ ├── Manifest │ ├── crustache-2.4.4.ebuild │ └── metadata.xml ├── crystal-db │ ├── Manifest │ ├── crystal-db-0.13.1-r1.ebuild │ ├── crystal-db-0.14.0-r1.ebuild │ └── metadata.xml ├── crystal-fnv │ ├── Manifest │ ├── crystal-fnv-0.1.3-r1.ebuild │ └── metadata.xml ├── crystal-html5 │ ├── Manifest │ ├── crystal-html5-0.4.0-r1.ebuild │ ├── crystal-html5-0.5.0-r1.ebuild │ └── metadata.xml ├── crystal-pg │ ├── Manifest │ ├── crystal-pg-0.28.0-r1.ebuild │ ├── crystal-pg-0.29.0-r2.ebuild │ └── metadata.xml ├── crystal-sqlite3 │ ├── Manifest │ ├── crystal-sqlite3-0.21.0-r1.ebuild │ ├── crystal-sqlite3-0.22.0-r1.ebuild │ ├── files │ │ └── crystal-sqlite3-0.22.0-fix-uri-parsing.patch │ └── metadata.xml ├── crystal-xpath2 │ ├── Manifest │ ├── crystal-xpath2-0.1.3-r1.ebuild │ └── metadata.xml ├── crystar │ ├── Manifest │ ├── crystar-0.3.1-r1.ebuild │ ├── crystar-0.4.0-r1.ebuild │ └── metadata.xml ├── exception_page │ ├── Manifest │ ├── exception_page-0.4.1-r1.ebuild │ ├── exception_page-0.5.0-r1.ebuild │ └── metadata.xml ├── habitat │ ├── Manifest │ ├── habitat-0.4.9-r1.ebuild │ └── metadata.xml ├── http_proxy │ ├── Manifest │ ├── http_proxy-0.12.0-r1.ebuild │ └── metadata.xml ├── inflector │ ├── Manifest │ ├── inflector-1.0.0.ebuild │ └── metadata.xml ├── jbuilder │ ├── Manifest │ ├── jbuilder-1.0.0.ebuild │ └── metadata.xml ├── json_mapping │ ├── Manifest │ ├── json_mapping-0.1.1.ebuild │ └── metadata.xml ├── kemal │ ├── Manifest │ ├── kemal-1.7.3-r1.ebuild │ ├── kemal-1.8.0.ebuild │ └── metadata.xml ├── kilt │ ├── Manifest │ ├── kilt-0.6.1.ebuild │ └── metadata.xml ├── liquid │ ├── Manifest │ ├── liquid-0.4.1.ebuild │ ├── liquid-1.0.0.ebuild │ └── metadata.xml ├── lucky_flow │ ├── Manifest │ ├── lucky_flow-0.10.1-r1.ebuild │ └── metadata.xml ├── metadata.xml ├── protodec │ ├── Manifest │ ├── metadata.xml │ ├── protodec-0.1.5-r2.ebuild │ └── protodec-0.1.5-r3.ebuild ├── radix │ ├── Manifest │ ├── metadata.xml │ └── radix-0.4.1-r1.ebuild ├── selenium │ ├── Manifest │ ├── metadata.xml │ ├── selenium-0.12.0-r1.ebuild │ └── selenium-0.12.1-r1.ebuild ├── slang │ ├── Manifest │ ├── metadata.xml │ └── slang-1.7.3.ebuild ├── spectator │ ├── Manifest │ ├── metadata.xml │ ├── spectator-0.12.1-r1.ebuild │ └── spectator-0.12.2-r1.ebuild ├── temel │ ├── Manifest │ ├── metadata.xml │ └── temel-0.1.0_p20171024.ebuild ├── water │ ├── Manifest │ ├── metadata.xml │ └── water-1.0.0.ebuild ├── webdrivers │ ├── Manifest │ ├── metadata.xml │ └── webdrivers-0.4.3-r2.ebuild ├── webless │ ├── Manifest │ ├── metadata.xml │ ├── webless-0.1.0-r1.ebuild │ └── webless-0.2.0-r1.ebuild └── webmock │ ├── Manifest │ ├── files │ └── webmock-0.14.0-fix-tests.patch │ ├── metadata.xml │ └── webmock-0.14.0-r1.ebuild ├── dev-db ├── libpg_query │ ├── Manifest │ ├── libpg_query-16.5.1.0.ebuild │ ├── libpg_query-17.6.0.0.ebuild │ └── metadata.xml ├── pg_query_vala │ ├── Manifest │ ├── files │ │ └── unbundle_libpg_query.patch │ ├── metadata.xml │ ├── pg_query_vala-0.1.0_pre20240326-r1.ebuild │ └── pg_query_vala-0.1.0_pre20241001.ebuild ├── pg_repack │ ├── Manifest │ ├── metadata.xml │ └── pg_repack-1.5.3.ebuild ├── psequel │ ├── Manifest │ ├── metadata.xml │ └── psequel-0.2.0-r1.ebuild ├── rum │ ├── Manifest │ ├── metadata.xml │ ├── rum-1.3.14.ebuild │ └── rum-1.3.15.ebuild ├── sqlcmd │ ├── Manifest │ ├── metadata.xml │ └── sqlcmd-1.8.3.ebuild ├── tdscpp │ ├── Manifest │ ├── metadata.xml │ └── tdscpp-20250301.ebuild └── turso │ ├── Manifest │ ├── metadata.xml │ └── turso-0.3.2.ebuild ├── dev-debug ├── gdb-dashboard │ ├── Manifest │ ├── gdb-dashboard-0.17.3.ebuild │ ├── gdb-dashboard-0.17.4.ebuild │ └── metadata.xml ├── gdbgui │ ├── Manifest │ ├── gdbgui-0.15.2.0-r1.ebuild │ ├── gdbgui-0.15.2.0.ebuild │ ├── gdbgui-0.15.3.0.ebuild │ └── metadata.xml └── lldb-mi │ ├── Manifest │ ├── files │ └── lldb-mi-0.0.1-find_packages_GTest.patch │ ├── lldb-mi-0.0.1.ebuild │ ├── lldb-mi-9999.ebuild │ └── metadata.xml ├── dev-dotnet └── gtk-sharp │ ├── Manifest │ ├── files │ ├── 01-meson-build-gio.patch │ └── gtk-sharp-2.99.3-fix-build.patch │ ├── gtk-sharp-3.22.2-r2.ebuild │ └── metadata.xml ├── dev-elixir └── hex │ ├── Manifest │ ├── hex-1.0.1-r1.ebuild │ └── metadata.xml ├── dev-embedded ├── arduino-cli │ ├── Manifest │ ├── arduino-cli-1.0.4.ebuild │ ├── arduino-cli-1.1.1.ebuild │ ├── arduino-cli-1.3.1.ebuild │ └── metadata.xml ├── bcm2-utils │ ├── Manifest │ ├── bcm2-utils-0.9.8.ebuild │ └── metadata.xml ├── esp-coredump │ ├── Manifest │ ├── esp-coredump-1.13.1.ebuild │ └── metadata.xml ├── esp-idf-kconfig │ ├── Manifest │ ├── esp-idf-kconfig-2.5.0-r1.ebuild │ ├── esp-idf-kconfig-2.5.0.ebuild │ ├── files │ │ └── esp-idf-kconfig-2.5.0-rename-kconfiglib.patch │ └── metadata.xml ├── esp-idf-monitor │ ├── Manifest │ ├── esp-idf-monitor-1.6.2.ebuild │ ├── esp-idf-monitor-1.7.0.ebuild │ └── metadata.xml ├── esp-idf-nvs-partition-gen │ ├── Manifest │ ├── esp-idf-nvs-partition-gen-0.1.9.ebuild │ └── metadata.xml ├── esp-idf-panic-decoder │ ├── Manifest │ ├── esp-idf-panic-decoder-1.4.1.ebuild │ └── metadata.xml ├── esp-idf-size │ ├── Manifest │ ├── esp-idf-size-1.7.1.ebuild │ └── metadata.xml ├── esp-idf │ ├── Manifest │ ├── esp-idf-5.3.4.ebuild │ ├── esp-idf-5.4.2-r1.ebuild │ ├── esp-idf-5.5.1.ebuild │ ├── esp-idf-5.5.ebuild │ ├── files │ │ ├── allow-system-install-esp-idf-5.3.patch │ │ └── esp-idf-espkconfiglib.patch │ └── metadata.xml ├── freertos-gdb │ ├── Manifest │ ├── freertos-gdb-1.0.4.ebuild │ └── metadata.xml ├── fwup │ ├── Manifest │ ├── fwup-1.12.0.ebuild │ ├── fwup-1.13.0.ebuild │ ├── fwup-1.13.1.ebuild │ ├── fwup-1.13.2.ebuild │ ├── fwup-1.14.0.ebuild │ └── metadata.xml ├── idf-component-manager │ ├── Manifest │ ├── idf-component-manager-2.1.2.ebuild │ ├── idf-component-manager-2.2.2.ebuild │ └── metadata.xml ├── mv88e6xxx-dump │ ├── Manifest │ ├── metadata.xml │ └── mv88e6xxx-dump-0.2.0_pre20210327.ebuild ├── nxp-gui-guider │ ├── Manifest │ ├── metadata.xml │ └── nxp-gui-guider-1.7.2-r1.ebuild ├── pico-sdk │ ├── Manifest │ ├── metadata.xml │ ├── pico-sdk-2.1.1.ebuild │ └── pico-sdk-2.2.0.ebuild ├── qdl │ ├── Manifest │ ├── metadata.xml │ ├── qdl-2.2.ebuild │ └── qdl-9999.ebuild ├── rauc │ ├── Manifest │ ├── files │ │ └── rauc-1.15-tests.patch │ ├── metadata.xml │ └── rauc-1.15.ebuild ├── rpi-openocd │ ├── metadata.xml │ └── rpi-openocd-9999.ebuild └── squareline-studio │ ├── Manifest │ ├── metadata.xml │ └── squareline-studio-1.3.2.ebuild ├── dev-erlang ├── conf │ ├── Manifest │ ├── conf-0.2.6.ebuild │ └── metadata.xml ├── cowboy │ ├── Manifest │ ├── cowboy-2.9.0.ebuild │ └── metadata.xml ├── cowlib │ ├── Manifest │ ├── cowlib-2.11.0.ebuild │ └── metadata.xml ├── ranch │ ├── Manifest │ ├── metadata.xml │ ├── ranch-1.7.1.ebuild │ ├── ranch-1.8.0.ebuild │ └── ranch-2.0.0.ebuild └── yval │ ├── Manifest │ ├── metadata.xml │ └── yval-1.0.10.ebuild ├── dev-games ├── godot-dotnet │ ├── Manifest │ ├── files │ │ ├── godot-4.4-scons.patch │ │ └── godot-4.5-scons.patch │ ├── godot-dotnet-4.4.1-r2.ebuild │ ├── godot-dotnet-4.5-r1.ebuild │ ├── godot-dotnet-4.5.1.ebuild │ └── metadata.xml ├── surgescript │ ├── Manifest │ ├── metadata.xml │ ├── surgescript-0.6.1.ebuild │ └── surgescript-9999.ebuild └── unityhub │ ├── Manifest │ ├── metadata.xml │ └── unityhub-3.14.3.ebuild ├── dev-go ├── get-ego-vendor │ ├── Manifest │ ├── get-ego-vendor-0.2.0.ebuild │ └── metadata.xml ├── golangci-lint-langserver │ ├── Manifest │ ├── golangci-lint-langserver-0.0.11.ebuild │ └── metadata.xml ├── protorpc │ ├── Manifest │ ├── metadata.xml │ └── protorpc-1.1.4.ebuild └── staticcheck │ ├── Manifest │ ├── metadata.xml │ ├── staticcheck-0.3.3.ebuild │ └── staticcheck-9999.ebuild ├── dev-hare ├── hare-adwaita │ ├── Manifest │ ├── hare-adwaita-0.1.0.ebuild │ └── metadata.xml ├── hare-compress │ ├── Manifest │ ├── hare-compress-0.25.2.0.ebuild │ ├── hare-compress-9999.ebuild │ └── metadata.xml ├── hare-gi │ ├── Manifest │ ├── hare-gi-0.1.0.ebuild │ └── metadata.xml ├── hare-gtk4-layer-shell │ ├── Manifest │ ├── hare-gtk4-layer-shell-0.1.0.ebuild │ └── metadata.xml ├── hare-json │ ├── Manifest │ ├── hare-json-0.24.2.ebuild │ ├── hare-json-0.25.2.0.ebuild │ ├── hare-json-9999.ebuild │ └── metadata.xml ├── hare-png │ ├── hare-png-9999.ebuild │ └── metadata.xml ├── hare-ssh │ ├── Manifest │ ├── hare-ssh-0.24.2.ebuild │ ├── hare-ssh-0.25.2.ebuild │ ├── hare-ssh-9999.ebuild │ └── metadata.xml └── hare-xml │ ├── Manifest │ ├── hare-xml-0.25.2.0.ebuild │ ├── hare-xml-0_pre20231231.ebuild │ ├── hare-xml-9999.ebuild │ └── metadata.xml ├── dev-java ├── corretto-bin │ ├── Manifest │ ├── corretto-bin-11.0.28.6.1.ebuild │ ├── corretto-bin-17.0.16.8.1.ebuild │ ├── corretto-bin-21.0.8.9.1.ebuild │ ├── corretto-bin-25.0.0.36.2.ebuild │ ├── corretto-bin-8.462.08.1.ebuild │ ├── files │ │ ├── corretto-bin-8.env.sh │ │ └── corretto-bin.env.sh │ └── metadata.xml ├── jdtls-bin │ ├── Manifest │ ├── files │ │ └── wrapper │ ├── jdtls-bin-1.51.0_p202510022025.ebuild │ ├── jdtls-bin-1.52.0_p202510301627.ebuild │ ├── jdtls-bin-1.53.0_p202511131527.ebuild │ ├── jdtls-bin-1.54.0_p202511211413.ebuild │ └── metadata.xml └── microsoft-openjdk-bin │ ├── Manifest │ ├── files │ └── microsoft-openjdk-bin.env.sh │ ├── metadata.xml │ ├── microsoft-openjdk-bin-11.0.28.ebuild │ ├── microsoft-openjdk-bin-17.0.16.ebuild │ ├── microsoft-openjdk-bin-21.0.8.ebuild │ └── microsoft-openjdk-bin-25.0.0.ebuild ├── dev-lang ├── c3c │ ├── Manifest │ ├── c3c-0.7.5.ebuild │ └── metadata.xml ├── cc65 │ ├── Manifest │ ├── cc65-2.19-r3.ebuild │ ├── cc65-9999-r1.ebuild │ └── metadata.xml ├── crystal-bin │ ├── Manifest │ ├── crystal-bin-1.16.3.ebuild │ ├── crystal-bin-1.17.1.ebuild │ ├── crystal-bin-1.18.0.ebuild │ ├── crystal-bin-1.18.2.ebuild │ └── metadata.xml ├── fbc-bootstrap │ ├── Manifest │ ├── fbc-bootstrap-1.10.1.ebuild │ ├── files │ │ └── fbc-bootstrap-1.10.1-fix-ldflags.patch │ └── metadata.xml ├── fbc │ ├── Manifest │ ├── fbc-1.10.1.ebuild │ └── metadata.xml ├── gnu-apl │ ├── Manifest │ ├── gnu-apl-1.8.ebuild │ └── metadata.xml ├── hare │ ├── Manifest │ ├── files │ │ ├── hare-0.24.0-riscv64-comment-syntax.patch │ │ └── hare-0.25.2-os_exec-fix-clearenv.patch │ ├── hare-0.24.2.ebuild │ ├── hare-0.25.2-r2.ebuild │ ├── hare-9999.ebuild │ └── metadata.xml ├── harec │ ├── Manifest │ ├── harec-0.24.2.ebuild │ ├── harec-0.25.2.ebuild │ ├── harec-9999.ebuild │ └── metadata.xml ├── odin │ ├── Manifest │ ├── metadata.xml │ ├── odin-2025.06.ebuild │ └── odin-9999.ebuild ├── opencilk-bin │ ├── Manifest │ ├── metadata.xml │ ├── opencilk-bin-1.1.ebuild │ └── opencilk-bin-2.1.ebuild ├── opencilk │ ├── Manifest │ ├── files │ │ └── llvm-libsanitizer-Remove-cyclades-inclusion-in-sanitizer.patch │ ├── metadata.xml │ ├── opencilk-1.1.ebuild │ └── opencilk-2.1.ebuild ├── quickjs │ ├── Manifest │ ├── files │ │ ├── quickjs-2020.11.08_Remove-TTY-check-in-test.patch │ │ ├── quickjs-2024-01-13-respect-env.patch │ │ └── quickjs-2024-01-13-sharedlib.patch │ ├── metadata.xml │ └── quickjs-2024.01.13-r1.ebuild ├── swift-bootstrap │ ├── metadata.xml │ └── swift-bootstrap-1.0.ebuild ├── swift │ ├── Manifest │ ├── files │ │ ├── swift-5.10.1-r1 │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── lldb-cmake-minimum-version.patch │ │ ├── swift-5.10.1-r2 │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── lldb-cmake-minimum-version.patch │ │ ├── swift-5.10.1-r3 │ │ │ ├── backport-swift-75662.patch │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── clang-indexstore-exports.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── lldb-cmake-minimum-version.patch │ │ ├── swift-5.10.1-r4 │ │ │ ├── backport-swift-75662.patch │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── clang-indexstore-exports.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── fix-issues-caused-by-build-system-updates.patch │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ ├── lldb-cmake-minimum-version.patch │ │ │ └── respect-c-cxx-flags.patch │ │ ├── swift-5.10.1-r5 │ │ ├── swift-5.10.1 │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── lldb-cmake-minimum-version.patch │ │ ├── swift-6.0.3-r1 │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── gentoo.ini │ │ │ ├── indexstoredb-constant.patch │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── respect-c-cxx-flags.patch │ │ ├── swift-6.0.3-r2 │ │ ├── swift-6.0.3 │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── gentoo-build-preset.patch │ │ │ ├── link-ncurses-tinfo.patch │ │ │ └── link-with-lld.patch │ │ ├── swift-6.1.3 │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── fix-issues-caused-by-build-system-updates.patch │ │ │ ├── gentoo.ini │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── respect-c-cxx-flags.patch │ │ ├── swift-6.2.1 │ │ └── swift-6.2 │ │ │ ├── backtracing-noexecstack.patch │ │ │ ├── disable-libdispatch-werror.patch │ │ │ ├── fix-issues-caused-by-build-system-updates.patch │ │ │ ├── gentoo.ini │ │ │ ├── link-ncurses-tinfo.patch │ │ │ ├── link-with-lld.patch │ │ │ └── respect-c-cxx-flags.patch │ ├── metadata.xml │ ├── swift-5.10.1-r1.ebuild │ ├── swift-5.10.1-r2.ebuild │ ├── swift-5.10.1-r3.ebuild │ ├── swift-5.10.1-r4.ebuild │ ├── swift-5.10.1-r5.ebuild │ ├── swift-5.10.1.ebuild │ ├── swift-6.0.3-r1.ebuild │ ├── swift-6.0.3-r2.ebuild │ ├── swift-6.0.3.ebuild │ ├── swift-6.1.3.ebuild │ ├── swift-6.2.1.ebuild │ └── swift-6.2.ebuild ├── uiua │ ├── Manifest │ ├── metadata.xml │ └── uiua-0.16.2.ebuild └── wabt │ ├── Manifest │ ├── files │ └── wabt-1.0.30-wasm-blob-tests.patch │ ├── metadata.xml │ └── wabt-1.0.37.ebuild ├── dev-libs ├── M_CLI2 │ ├── M_CLI2-3.2.0.ebuild │ ├── Manifest │ ├── files │ │ └── M_CLI2-3.2.0_fix_meson_install_rules.patch │ └── metadata.xml ├── cgicc │ ├── Manifest │ ├── cgicc-3.2.19.ebuild │ ├── cgicc-3.2.20.ebuild │ ├── files │ │ └── cgicc-3.2.19-optional-doc.patch │ └── metadata.xml ├── cyrus-sasl-xoauth2 │ ├── Manifest │ ├── cyrus-sasl-xoauth2-0.2.ebuild │ └── metadata.xml ├── discord-rpc │ ├── Manifest │ ├── discord-rpc-3.4.1.ebuild │ ├── files │ │ └── discord-rpc-3.4.0-install-examples-for-RelWithDebInfo-too.patch │ └── metadata.xml ├── dmd_core │ ├── Manifest │ ├── dmd_core-0.7.2-r1.ebuild │ ├── files │ │ └── dmd_core.pc │ └── metadata.xml ├── dynarmic │ ├── Manifest │ ├── dynarmic-6.7.0.ebuild │ ├── files │ │ ├── dynarmic-6.7.0-add-xbyak-as-a-system-library-rather-than-a-cmake-package.patch │ │ └── dynarmic-6.7.0-relax-the-dependency-on-mcl.patch │ └── metadata.xml ├── fastText │ ├── Manifest │ ├── fastText-0.9.2.ebuild │ ├── files │ │ ├── fastText-0.9.2-gcc13.patch │ │ ├── fastText-0.9.2-numpy2.patch │ │ └── fastText-0.9.2-pep517.patch │ └── metadata.xml ├── feedbackd-device-themes │ ├── Manifest │ ├── feedbackd-device-themes-0.8.5.ebuild │ ├── feedbackd-device-themes-0.8.6.ebuild │ └── metadata.xml ├── feedbackd │ ├── Manifest │ ├── feedbackd-0.8.4.ebuild │ ├── feedbackd-0.8.6.ebuild │ └── metadata.xml ├── fortran-regex │ ├── Manifest │ ├── fortran-regex-1.1.2.ebuild │ └── metadata.xml ├── fortran-shlex │ ├── Manifest │ ├── fortran-shlex-1.0.1.ebuild │ ├── fortran-shlex-1.2.1.ebuild │ ├── fortran-shlex-2.0.0.ebuild │ ├── fortran-shlex-2.0.1.ebuild │ └── metadata.xml ├── fortran-stdlib │ ├── Manifest │ ├── fortran-stdlib-0.5.0.ebuild │ ├── fortran-stdlib-0.6.1.ebuild │ ├── fortran-stdlib-0.7.0.ebuild │ ├── fortran-stdlib-9999.ebuild │ └── metadata.xml ├── frozen │ ├── Manifest │ ├── frozen-1.2.0.ebuild │ └── metadata.xml ├── ftl │ ├── Manifest │ ├── ftl-1.0_p20230220.ebuild │ └── metadata.xml ├── gbinder │ ├── Manifest │ ├── files │ │ ├── gbinder-1.1.36-respect-env.patch │ │ └── gbinder-1.1.42-C23-compat.patch │ ├── gbinder-1.1.42.ebuild │ ├── gbinder-9999.ebuild │ └── metadata.xml ├── gmobile │ ├── Manifest │ ├── gmobile-0.3.1.ebuild │ ├── gmobile-0.4.0.ebuild │ └── metadata.xml ├── gpds │ ├── Manifest │ ├── gpds-1.10.0.ebuild │ └── metadata.xml ├── hardened_malloc │ ├── Manifest │ ├── hardened_malloc-13.ebuild │ └── metadata.xml ├── hts_engine │ ├── Manifest │ ├── hts_engine-1.10.ebuild │ └── metadata.xml ├── imsg-compat │ ├── Manifest │ ├── imsg-compat-8.0.0.ebuild │ ├── imsg-compat-9999.ebuild │ └── metadata.xml ├── ip2loc │ ├── Manifest │ ├── ip2loc-8.6.1.ebuild │ └── metadata.xml ├── jonquil │ ├── Manifest │ ├── files │ │ ├── jonquil-0.2.0_fix_exceed_array_bounds.patch │ │ └── jonquil-0.2.0_fix_opening_brace_in_serializer.patch │ ├── jonquil-0.2.0-r1.ebuild │ ├── jonquil-0.3.0.ebuild │ └── metadata.xml ├── lexbor │ ├── Manifest │ ├── lexbor-2.5.0.ebuild │ ├── lexbor-2.6.0.ebuild │ └── metadata.xml ├── libayatana-appindicator-glib │ ├── Manifest │ ├── files │ │ └── cmake │ │ │ ├── FindGObjectIntrospection.cmake │ │ │ └── FindVala.cmake │ ├── libayatana-appindicator-glib-2.0.1.ebuild │ ├── libayatana-appindicator-glib-9999.ebuild │ └── metadata.xml ├── libchardet │ ├── Manifest │ ├── files │ │ └── libchardet-1.0.6-pkgconfig.patch │ ├── libchardet-1.0.6.ebuild │ └── metadata.xml ├── libchdr │ ├── Manifest │ ├── libchdr-0_p20230230.ebuild │ └── metadata.xml ├── libcli │ ├── Manifest │ ├── files │ │ └── libcli-1.10.7-makefile.patch │ ├── libcli-1.10.7.ebuild │ └── metadata.xml ├── libcsv │ ├── Manifest │ ├── libcsv-3.0.4_pre20240316.ebuild │ └── metadata.xml ├── libdatrie │ ├── Manifest │ ├── files │ │ └── libdatrie-0.2.13-fix-bindir-exists.patch │ ├── libdatrie-0.2.13-r2.ebuild │ └── metadata.xml ├── libdbf │ ├── Manifest │ ├── libdbf-0.0.1.ebuild │ └── metadata.xml ├── libglibutil │ ├── Manifest │ ├── files │ │ ├── libglibutil-1.0.68-respect-env.patch │ │ └── libglibutil-1.0.76-respect-env.patch │ ├── libglibutil-1.0.80.ebuild │ ├── libglibutil-9999.ebuild │ └── metadata.xml ├── libpkgmanifest │ ├── Manifest │ ├── libpkgmanifest-0.5.9.ebuild │ └── metadata.xml ├── librepo │ ├── Manifest │ ├── files │ │ └── librepo-1.18.0-disable-checksum-test.patch │ ├── librepo-1.19.0-r2.ebuild │ ├── librepo-1.20.0-r1.ebuild │ └── metadata.xml ├── libsignal-ffi │ ├── Manifest │ ├── libsignal-ffi-0.64.1.ebuild │ ├── libsignal-ffi-0.80.3.ebuild │ ├── libsignal-ffi-0.84.0.ebuild │ └── metadata.xml ├── libsolv │ ├── Manifest │ ├── libsolv-0.7.34.ebuild │ ├── libsolv-0.7.35.ebuild │ └── metadata.xml ├── libthai │ ├── Manifest │ ├── libthai-0.1.29.ebuild │ └── metadata.xml ├── libtypec │ ├── Manifest │ ├── files │ │ ├── libtypec-0.5.2-fix-meson-release-version.patch │ │ └── libtypec-0.5.2-meson.build-fix-soversion-5-0.patch │ ├── libtypec-0.5.2-r2.ebuild │ └── metadata.xml ├── ls-hpack │ ├── Manifest │ ├── files │ │ ├── ls-hpack-disable-overwrites-flags.patch │ │ └── ls-hpack-disable-tests.patch │ ├── ls-hpack-2.3.4.ebuild │ └── metadata.xml ├── lsbcrypt │ ├── Manifest │ ├── files │ │ └── 1.0.0-fix-tests.patch │ ├── lsbcrypt-1.0.0-r2.ebuild │ └── metadata.xml ├── lsquic │ ├── Manifest │ ├── files │ │ ├── lsquic-c23.patch │ │ ├── lsquic-disable-boring-override-flags.patch │ │ ├── lsquic-disable-build-deps-libs.patch │ │ ├── lsquic-disable-override-flags.patch │ │ └── lsquic-link-boringssl-static-libs-9fc1c.patch │ ├── lsquic-4.0.12.ebuild │ ├── lsquic-4.2.0.ebuild │ └── metadata.xml ├── luksmeta │ ├── Manifest │ ├── files │ │ └── luksmeta-tests.patch │ ├── luksmeta-9-r2.ebuild │ └── metadata.xml ├── lygia │ ├── Manifest │ ├── files │ │ └── lygia.pc.in │ ├── lygia-1.3.0.ebuild │ └── metadata.xml ├── lzfse │ ├── lzfse-9999.ebuild │ └── metadata.xml ├── mcl │ ├── Manifest │ ├── files │ │ ├── mcl-0.1.13-build-tests-only-when-requested.patch │ │ └── mcl-0.1.13-musl-lift_sequence-fix.patch │ ├── mcl-0.1.13.ebuild │ └── metadata.xml ├── microprofile │ ├── Manifest │ ├── metadata.xml │ └── microprofile-4.0.ebuild ├── mtxclient │ ├── Manifest │ ├── files │ │ ├── mtxclient-0.10.0-fmt11.patch │ │ └── mtxclient-0.6.0-remove-network-tests.patch │ ├── metadata.xml │ ├── mtxclient-0.10.0-r2.ebuild │ └── mtxclient-0.10.1.ebuild ├── nanopb │ ├── Manifest │ ├── metadata.xml │ ├── nanopb-0.4.9.1.ebuild │ └── nanopb-9999.ebuild ├── nihstro │ ├── Manifest │ ├── metadata.xml │ └── nihstro-0_pre20250505.ebuild ├── oaknut │ ├── Manifest │ ├── metadata.xml │ └── oaknut-2.0.2.ebuild ├── open62541 │ ├── Manifest │ ├── metadata.xml │ └── open62541-1.4.14.ebuild ├── polyseed │ ├── Manifest │ ├── metadata.xml │ ├── polyseed-2.0.0.ebuild │ └── polyseed-9999.ebuild ├── qschematic │ ├── Manifest │ ├── metadata.xml │ └── qschematic-3.0.3.ebuild ├── randomx │ ├── Manifest │ ├── files │ │ └── randomx-1.2.1_remove-fPIE.patch │ ├── metadata.xml │ └── randomx-1.2.1-r1.ebuild ├── s2n │ ├── Manifest │ ├── metadata.xml │ ├── s2n-1.5.22.ebuild │ ├── s2n-1.5.26.ebuild │ └── s2n-1.5.27.ebuild ├── sealcurses │ ├── Manifest │ ├── metadata.xml │ ├── sealcurses-2.0.18_pre20241014.ebuild │ └── sealcurses-2.0.18_pre20241202.ebuild ├── sirit │ ├── Manifest │ ├── metadata.xml │ └── sirit-1.0.1.ebuild ├── stringifor │ ├── Manifest │ ├── files │ │ ├── stringifor-1.1.1_fobos_soname.patch │ │ └── stringifor-1.1.3_fix_tests.patch │ ├── metadata.xml │ └── stringifor-1.1.4-r2.ebuild ├── supercop │ ├── Manifest │ ├── metadata.xml │ └── supercop-0_p20200827-r1.ebuild ├── tbtools │ ├── Manifest │ ├── metadata.xml │ └── tbtools-0.3.2-r2.ebuild ├── tfdn │ ├── Manifest │ ├── metadata.xml │ ├── tfdn-1.10.1-r1.ebuild │ ├── tfdn-1.10.1.ebuild │ └── tfdn-1.9.1.ebuild ├── toml-f │ ├── Manifest │ ├── metadata.xml │ ├── toml-f-0.4.0.ebuild │ ├── toml-f-0.4.1.ebuild │ ├── toml-f-0.4.2.ebuild │ └── toml-f-0.4.3.ebuild ├── tweeny │ ├── Manifest │ ├── metadata.xml │ └── tweeny-3.2.0-r1.ebuild ├── unordered_dense │ ├── Manifest │ ├── metadata.xml │ ├── unordered_dense-4.0.1.ebuild │ ├── unordered_dense-4.4.0.ebuild │ └── unordered_dense-9999.ebuild ├── vera │ ├── Manifest │ ├── files │ │ ├── 0001-Bump-cmake-min-version.patch │ │ ├── 0002-Remove-hardcoded-installation-dir.patch │ │ ├── 0003-Use-dev-libs-stb-package.patch │ │ ├── 0004-Change-include-lines.patch │ │ ├── 0005-Remove-some-bundled-deps.patch │ │ ├── 0006-Fix-in-class-initialization.patch │ │ └── vera.pc.in │ ├── metadata.xml │ └── vera-20240804-r1.ebuild ├── xdna-driver │ ├── Manifest │ ├── files │ │ └── amdxdna.conf │ ├── metadata.xml │ └── xdna-driver-202610.2.21.21.ebuild ├── xqilla │ ├── Manifest │ ├── files │ │ └── lib_to_lib64.patch │ ├── metadata.xml │ └── xqilla-2.3.4-r3.ebuild ├── xrt-xdna │ ├── Manifest │ ├── files │ │ └── xrt-xdna-0_p20251025-fix-clang.patch │ ├── metadata.xml │ ├── xrt-xdna-202610.2.21.21.ebuild │ └── xrt-xdna-999999.ebuild ├── zfp │ ├── Manifest │ ├── metadata.xml │ └── zfp-1.0.1.ebuild ├── zycore-c │ ├── Manifest │ ├── files │ │ └── zycore-c-1.5.2-build-documentation-only-when-requested.patch │ ├── metadata.xml │ └── zycore-c-1.5.2.ebuild └── zydis │ ├── Manifest │ ├── metadata.xml │ └── zydis-4.1.1.ebuild ├── dev-lua ├── croissant │ ├── Manifest │ ├── croissant-0.0.1.ebuild │ └── metadata.xml ├── dromozoa-utf8 │ ├── Manifest │ ├── dromozoa-utf8-1.19.ebuild │ └── metadata.xml ├── hump │ ├── Manifest │ ├── hump-0.4.2.ebuild │ └── metadata.xml ├── ldbus │ ├── Manifest │ ├── files │ │ └── ldbus-0-rm_vendor_compat53.patch │ ├── ldbus-0_p20250222.ebuild │ └── metadata.xml ├── lua-psl │ ├── Manifest │ ├── files │ │ └── lua-psl.3 │ ├── lua-psl-0.3_p20201126.ebuild │ └── metadata.xml ├── lua-tui │ ├── Manifest │ ├── lua-tui-0_pre20190215.ebuild │ └── metadata.xml ├── lua-utf8-simple │ ├── Manifest │ ├── lua-utf8-simple-0_pre20150305.ebuild │ └── metadata.xml ├── lua-wcwidth │ ├── Manifest │ ├── lua-wcwidth-0.5.ebuild │ └── metadata.xml ├── multipart-post │ ├── Manifest │ ├── metadata.xml │ └── multipart-post-1.4.ebuild └── sirocco │ ├── Manifest │ ├── metadata.xml │ └── sirocco-0.0.1.ebuild ├── dev-ml ├── afl-persistent │ ├── Manifest │ ├── afl-persistent-1.3.ebuild │ └── metadata.xml ├── chrome-trace │ ├── Manifest │ ├── chrome-trace-3.16.0-r1.ebuild │ └── metadata.xml ├── cmarkit │ ├── Manifest │ ├── cmarkit-0.3.0.ebuild │ └── metadata.xml ├── crowbar │ ├── Manifest │ ├── crowbar-0.2.1.ebuild │ └── metadata.xml ├── digestif │ ├── Manifest │ ├── digestif-1.3.0.ebuild │ └── metadata.xml ├── dune-rpc │ ├── Manifest │ ├── dune-rpc-3.16.0-r1.ebuild │ └── metadata.xml ├── either │ ├── Manifest │ ├── either-1.0.0.ebuild │ └── metadata.xml ├── eqaf │ ├── Manifest │ ├── eqaf-0.10.ebuild │ └── metadata.xml ├── ezjsonm │ ├── Manifest │ ├── ezjsonm-1.3.0.ebuild │ └── metadata.xml ├── fiber │ ├── Manifest │ ├── fiber-3.7.0-r1.ebuild │ └── metadata.xml ├── iter │ ├── Manifest │ ├── iter-1.9.ebuild │ └── metadata.xml ├── jsonrpc │ ├── Manifest │ ├── jsonrpc-1.18.0.ebuild │ ├── jsonrpc-1.19.0.ebuild │ └── metadata.xml ├── lambdasoup │ ├── Manifest │ ├── lambdasoup-1.1.1.ebuild │ └── metadata.xml ├── lsp │ ├── Manifest │ ├── lsp-1.18.0.ebuild │ ├── lsp-1.19.0.ebuild │ └── metadata.xml ├── lua-ml │ ├── Manifest │ ├── lua-ml-0.9.4.ebuild │ └── metadata.xml ├── lwt-dllist │ ├── Manifest │ ├── lwt-dllist-1.0.1.ebuild │ └── metadata.xml ├── mdx │ ├── Manifest │ ├── mdx-2.5.1.ebuild │ └── metadata.xml ├── merlin-lib │ ├── Manifest │ ├── merlin-lib-4.16.ebuild │ └── metadata.xml ├── ocaml-containers │ ├── Manifest │ ├── metadata.xml │ └── ocaml-containers-3.16.ebuild ├── ocaml-csv │ ├── Manifest │ ├── metadata.xml │ └── ocaml-csv-2.4.ebuild ├── ocaml-hex │ ├── Manifest │ ├── metadata.xml │ └── ocaml-hex-1.5.0.ebuild ├── ocaml-syntax-shims │ ├── Manifest │ ├── metadata.xml │ └── ocaml-syntax-shims-1.0.0.ebuild ├── ocaml-tsort │ ├── Manifest │ ├── metadata.xml │ └── ocaml-tsort-2.2.0.ebuild ├── ocaml-version │ ├── Manifest │ ├── metadata.xml │ ├── ocaml-version-3.6.7.ebuild │ ├── ocaml-version-3.6.8.ebuild │ └── ocaml-version-3.6.9.ebuild ├── ocaml-yaml │ ├── Manifest │ ├── metadata.xml │ └── ocaml-yaml-3.2.0.ebuild ├── ocamlc-loc │ ├── Manifest │ ├── metadata.xml │ └── ocamlc-loc-3.16.0-r1.ebuild ├── ocamlformat-lib │ ├── Manifest │ ├── metadata.xml │ └── ocamlformat-lib-0.26.2.ebuild ├── ocamlformat-rpc-lib │ ├── Manifest │ ├── metadata.xml │ └── ocamlformat-rpc-lib-0.26.2.ebuild ├── odate │ ├── Manifest │ ├── metadata.xml │ └── odate-0.7.ebuild ├── otoml │ ├── Manifest │ ├── metadata.xml │ └── otoml-1.0.5.ebuild ├── ppx_yojson_conv_lib │ ├── Manifest │ ├── metadata.xml │ └── ppx_yojson_conv_lib-0.17.0.ebuild ├── psq │ ├── Manifest │ ├── metadata.xml │ ├── psq-0.2.0-r2.ebuild │ └── psq-0.2.1.ebuild └── spelll │ ├── Manifest │ ├── metadata.xml │ └── spelll-0.4.ebuild ├── dev-nim ├── boomer │ ├── Manifest │ ├── boomer-0_pre20240208.ebuild │ └── metadata.xml ├── cligen │ ├── Manifest │ ├── cligen-1.9.3.ebuild │ ├── cligen-1.9.5.ebuild │ └── metadata.xml ├── inim │ ├── Manifest │ ├── inim-0.6.1.ebuild │ ├── inim-1.0.0.ebuild │ └── metadata.xml ├── metadata.xml ├── nake │ ├── Manifest │ ├── metadata.xml │ └── nake-1.9.4-r1.ebuild ├── nimbus │ ├── Manifest │ ├── metadata.xml │ ├── nimbus-1.1.4.ebuild │ ├── nimbus-1.1.5.ebuild │ └── nimbus-9999.ebuild ├── noise │ ├── Manifest │ ├── metadata.xml │ ├── noise-0.1.10.ebuild │ └── noise-0.1.8.ebuild ├── opengl │ ├── Manifest │ ├── metadata.xml │ └── opengl-1.2.9.ebuild ├── parsetoml │ ├── Manifest │ ├── metadata.xml │ └── parsetoml-0.7.2.ebuild └── x11 │ ├── Manifest │ ├── metadata.xml │ └── x11-1.2.ebuild ├── dev-perl ├── File-Util │ ├── File-Util-4.201.720.ebuild │ ├── Manifest │ └── metadata.xml └── Term-Animation │ ├── Manifest │ ├── Term-Animation-2.6.ebuild │ └── metadata.xml ├── dev-php └── fpdf │ ├── Manifest │ ├── fpdf-1.86.ebuild │ └── metadata.xml ├── dev-python ├── DAWG-Python │ ├── DAWG-Python-0.7.2.ebuild │ ├── Manifest │ └── metadata.xml ├── EbookLib │ ├── EbookLib-0.17.1.ebuild │ ├── Manifest │ └── metadata.xml ├── ManimPango │ ├── Manifest │ ├── ManimPango-0.4.4.ebuild │ ├── ManimPango-0.6.0.ebuild │ └── metadata.xml ├── PyPubSub │ ├── Manifest │ ├── PyPubSub-4.0.3-r1.ebuild │ └── metadata.xml ├── PythonQwt │ ├── Manifest │ ├── PythonQwt-0.14.5.ebuild │ ├── PythonQwt-0.14.6.ebuild │ ├── PythonQwt-0.15.0.ebuild │ └── metadata.xml ├── SLPP │ ├── Manifest │ ├── SLPP-1.2.3.ebuild │ └── metadata.xml ├── TakeTheTime │ ├── Manifest │ ├── TakeTheTime-0.3.1.ebuild │ └── metadata.xml ├── adb-shell │ ├── Manifest │ ├── adb-shell-0.4.4-r1.ebuild │ └── metadata.xml ├── addict │ ├── Manifest │ ├── addict-2.4.0.ebuild │ └── metadata.xml ├── ahocorasick │ ├── Manifest │ ├── ahocorasick-2.0.0.ebuild │ ├── ahocorasick-2.1.0.ebuild │ └── metadata.xml ├── aisuite │ ├── Manifest │ └── aisuite-0.1.7.ebuild ├── annotated-doc │ ├── Manifest │ ├── annotated-doc-0.0.2.ebuild │ └── metadata.xml ├── arpy │ ├── Manifest │ ├── arpy-2.3.0.ebuild │ └── metadata.xml ├── ascim │ ├── Manifest │ ├── ascim-0.1.1.ebuild │ └── metadata.xml ├── asgi-lifespan │ ├── Manifest │ ├── asgi-lifespan-2.1.0.ebuild │ └── metadata.xml ├── asyncinotify │ ├── Manifest │ ├── asyncinotify-4.0.1.ebuild │ └── metadata.xml ├── asyncpg │ ├── Manifest │ ├── asyncpg-0.30.0.ebuild │ ├── files │ │ ├── asyncpg-0.30.0-cflags.patch │ │ ├── asyncpg-0.30.0-disable-broken-tests.patch │ │ └── cython-3.patch │ └── metadata.xml ├── auditok │ ├── Manifest │ ├── auditok-0.1.5.ebuild │ ├── auditok-0.2.0-r1.ebuild │ └── metadata.xml ├── autoflake │ ├── Manifest │ ├── autoflake-2.3.1.ebuild │ └── metadata.xml ├── autopxd │ ├── Manifest │ ├── autopxd-2.5.0.ebuild │ └── metadata.xml ├── avro │ ├── Manifest │ ├── avro-1.12.0.ebuild │ └── metadata.xml ├── azure-core │ ├── Manifest │ ├── azure-core-1.27.1.ebuild │ ├── azure-core-1.28.0.ebuild │ └── metadata.xml ├── azure-storage-blob │ ├── Manifest │ ├── azure-storage-blob-12.17.0.ebuild │ └── metadata.xml ├── backoff │ ├── Manifest │ ├── backoff-2.2.1.ebuild │ ├── files │ │ └── backoff-2.2.1-pytest-asyncio-compat.patch │ └── metadata.xml ├── baseline │ ├── Manifest │ ├── baseline-1.2.1.ebuild │ ├── files │ │ └── baseline-1.2.1-fix-setup.patch │ └── metadata.xml ├── bidict │ ├── Manifest │ ├── bidict-0.23.1.ebuild │ └── metadata.xml ├── billiard │ ├── Manifest │ ├── billiard-4.0.2.ebuild │ └── metadata.xml ├── bleak │ ├── Manifest │ ├── bleak-1.1.0.ebuild │ ├── bleak-1.1.1.ebuild │ └── metadata.xml ├── blurhash │ ├── Manifest │ ├── blurhash-1.1.4.ebuild │ ├── blurhash-1.1.5.ebuild │ └── metadata.xml ├── cassowary │ ├── Manifest │ ├── cassowary-0.6.ebuild │ ├── files │ │ └── cassowary.desktop │ └── metadata.xml ├── celery │ ├── Manifest │ ├── celery-5.4.0.ebuild │ ├── files │ │ ├── celery.confd-r2 │ │ └── celery.initd-r2 │ └── metadata.xml ├── chevron │ ├── Manifest │ ├── chevron-0.13.1.ebuild │ ├── chevron-0.14.0-r1.ebuild │ └── metadata.xml ├── click-aliases │ ├── Manifest │ ├── click-aliases-1.0.5.ebuild │ └── metadata.xml ├── click-command-tree │ ├── Manifest │ ├── click-command-tree-1.1.1.ebuild │ └── metadata.xml ├── click-repl │ ├── Manifest │ ├── click-repl-0.2.0-r1.ebuild │ └── metadata.xml ├── cloudflare │ ├── Manifest │ ├── cloudflare-2.19.4.ebuild │ ├── cloudflare-4.2.0.ebuild │ ├── cloudflare-4.3.1.ebuild │ └── metadata.xml ├── cloup │ ├── Manifest │ ├── cloup-3.0.8.ebuild │ └── metadata.xml ├── cogapp │ ├── Manifest │ ├── cogapp-3.4.1.ebuild │ └── metadata.xml ├── colorspacious │ ├── Manifest │ ├── colorspacious-1.1.2.ebuild │ └── metadata.xml ├── convertdate │ ├── Manifest │ ├── convertdate-2.4.0.ebuild │ └── metadata.xml ├── cryptg │ ├── Manifest │ ├── cryptg-0.5.0_p0.ebuild │ ├── cryptg-0.5.2.ebuild │ └── metadata.xml ├── dacite │ ├── Manifest │ ├── dacite-1.8.1.ebuild │ └── metadata.xml ├── daff │ ├── Manifest │ ├── daff-1.4.2.ebuild │ └── metadata.xml ├── daiquiri │ ├── Manifest │ ├── daiquiri-3.3.0.ebuild │ ├── daiquiri-3.4.0.ebuild │ └── metadata.xml ├── darkdetect │ ├── Manifest │ ├── darkdetect-0.8.0.ebuild │ └── metadata.xml ├── dasbus │ ├── Manifest │ ├── dasbus-1.7-r1.ebuild │ ├── dasbus-1.7-r2.ebuild │ └── metadata.xml ├── dataclasses-json │ ├── Manifest │ ├── dataclasses-json-0.6.7-r1.ebuild │ └── metadata.xml ├── dateparser │ ├── Manifest │ ├── dateparser-1.2.2.ebuild │ └── metadata.xml ├── decopatch │ ├── Manifest │ ├── decopatch-1.4.10.ebuild │ ├── files │ │ └── decopatch-1.4.10-python12.patch │ └── metadata.xml ├── desktop-notifier │ ├── Manifest │ ├── desktop-notifier-6.1.1.ebuild │ ├── desktop-notifier-6.2.0.ebuild │ └── metadata.xml ├── devtools │ ├── Manifest │ ├── devtools-0.12.2.ebuild │ ├── files │ │ └── devtools-0.12.2-mkdocs-hooks.patch │ └── metadata.xml ├── digitalocean │ ├── Manifest │ ├── digitalocean-1.17.0-r1.ebuild │ └── metadata.xml ├── django-browser-reload │ ├── Manifest │ ├── django-browser-reload-1.13.0.ebuild │ └── metadata.xml ├── django-constance │ ├── Manifest │ ├── django-constance-3.1.0.ebuild │ └── metadata.xml ├── django-picklefield │ ├── Manifest │ ├── django-picklefield-3.2.0.ebuild │ └── metadata.xml ├── django-tailwind │ ├── Manifest │ ├── django-tailwind-3.8.0.ebuild │ └── metadata.xml ├── django-tinymce │ ├── Manifest │ ├── django-tinymce-4.1.0.ebuild │ └── metadata.xml ├── doxypypy │ ├── Manifest │ ├── doxypypy-0.8.8.6_p20210405-r1.ebuild │ └── metadata.xml ├── dropbox │ ├── Manifest │ ├── dropbox-12.0.2.ebuild │ └── metadata.xml ├── dtreeviz │ ├── Manifest │ ├── dtreeviz-2.2.2.ebuild │ └── metadata.xml ├── evernote2 │ ├── Manifest │ ├── evernote2-1.0.3.ebuild │ ├── evernote2-9999.ebuild │ └── metadata.xml ├── exif │ ├── Manifest │ ├── exif-1.6.0.ebuild │ └── metadata.xml ├── ezdxf │ ├── Manifest │ ├── ezdxf-1.4.3.ebuild │ └── metadata.xml ├── fastapi │ ├── Manifest │ ├── fastapi-0.120.0.ebuild │ ├── fastapi-0.120.2.ebuild │ ├── fastapi-0.121.0.ebuild │ ├── files │ │ └── fastapi-0.115.6-httpx-0.28-test-fix.patch │ └── metadata.xml ├── find-libpython │ ├── Manifest │ ├── files │ │ └── find-libpython-0.4.0-fix-license-qa.patch │ ├── find-libpython-0.4.0.ebuild │ └── metadata.xml ├── flask-restx │ ├── Manifest │ ├── files │ │ └── flask-restx-avoid-importlib_resources.patch │ ├── flask-restx-1.3.0.ebuild │ ├── flask-restx-1.3.2.ebuild │ └── metadata.xml ├── flask-socketio │ ├── Manifest │ ├── flask-socketio-5.5.1.ebuild │ └── metadata.xml ├── fontawesomefree │ ├── Manifest │ ├── fontawesomefree-6.5.1.ebuild │ └── metadata.xml ├── gbinder │ ├── Manifest │ ├── files │ │ └── gbinder-1.1.1-setuptools.patch │ ├── gbinder-1.1.2-r2.ebuild │ ├── gbinder-9999.ebuild │ └── metadata.xml ├── gemcall │ ├── Manifest │ ├── gemcall-0.9.2.ebuild │ └── metadata.xml ├── glcontext │ ├── Manifest │ ├── glcontext-3.0.0.ebuild │ └── metadata.xml ├── glfw │ ├── Manifest │ ├── glfw-2.10.0.ebuild │ └── metadata.xml ├── gnuplot-py │ ├── Manifest │ ├── gnuplot-py-1.8_p8-r1.ebuild │ └── metadata.xml ├── googletrans │ ├── Manifest │ ├── googletrans-4.0.0_rc1-r1.ebuild │ └── metadata.xml ├── grapheme │ ├── Manifest │ ├── grapheme-0.8.0.ebuild │ └── metadata.xml ├── graphql-core │ ├── Manifest │ ├── graphql-core-3.2.3.ebuild │ └── metadata.xml ├── graphql-relay │ ├── Manifest │ ├── graphql-relay-3.2.0.ebuild │ └── metadata.xml ├── guidata │ ├── Manifest │ ├── guidata-3.12.0.ebuild │ ├── guidata-3.13.1.ebuild │ ├── guidata-3.13.2.ebuild │ └── metadata.xml ├── guiqwt │ ├── Manifest │ ├── guiqwt-4.4.5-r1.ebuild │ └── metadata.xml ├── guppy3 │ ├── Manifest │ ├── guppy3-3.1.4.ebuild │ ├── guppy3-3.1.5.ebuild │ └── metadata.xml ├── hachoir │ ├── Manifest │ ├── hachoir-3.3.0.ebuild │ └── metadata.xml ├── hashids │ ├── Manifest │ ├── hashids-1.3.1.ebuild │ └── metadata.xml ├── hid_ups │ ├── Manifest │ ├── hid_ups-1.0.1.ebuild │ └── metadata.xml ├── hid_ups_exporter │ ├── Manifest │ ├── hid_ups_exporter-1.0.1.ebuild │ └── metadata.xml ├── hijridate │ ├── Manifest │ ├── hijridate-2.5.0.ebuild │ └── metadata.xml ├── http-ece │ ├── Manifest │ ├── http-ece-1.2.1.ebuild │ └── metadata.xml ├── i3ipc │ ├── Manifest │ ├── i3ipc-2.2.1-r1.ebuild │ ├── i3ipc-2.2.1-r2.ebuild │ └── metadata.xml ├── icecream │ ├── Manifest │ ├── icecream-2.1.8.ebuild │ └── metadata.xml ├── injector │ ├── Manifest │ ├── injector-0.22.0.ebuild │ └── metadata.xml ├── internetarchive │ ├── Manifest │ ├── internetarchive-3.7.0.ebuild │ ├── internetarchive-5.3.0.ebuild │ ├── internetarchive-5.7.1.ebuild │ └── metadata.xml ├── invoke │ ├── Manifest │ ├── invoke-2.2.1.ebuild │ └── metadata.xml ├── isosurfaces │ ├── Manifest │ ├── isosurfaces-0.1.2.ebuild │ └── metadata.xml ├── itemadapter │ ├── Manifest │ ├── itemadapter-0.11.0.ebuild │ └── metadata.xml ├── itemloaders │ ├── Manifest │ ├── itemloaders-1.3.2.ebuild │ └── metadata.xml ├── iuliia │ ├── Manifest │ ├── iuliia-0.13.0.ebuild │ └── metadata.xml ├── jinja2-cli │ ├── Manifest │ ├── jinja2-cli-0.8.2.ebuild │ └── metadata.xml ├── jplephem │ ├── Manifest │ ├── files │ │ └── jplephem-fix-numpy-compat.patch │ ├── jplephem-2.22.ebuild │ ├── jplephem-2.23.ebuild │ └── metadata.xml ├── jpype │ ├── Manifest │ ├── jpype-1.6.0.ebuild │ └── metadata.xml ├── json-schema-for-humans │ ├── Manifest │ ├── json-schema-for-humans-1.3.4.ebuild │ ├── json-schema-for-humans-1.4.1.ebuild │ └── metadata.xml ├── json_exporter │ ├── Manifest │ ├── json_exporter-1.0.2.ebuild │ └── metadata.xml ├── jsonfeed │ ├── Manifest │ ├── files │ │ └── jsonfeed-1.1.2-exclude_tests.patch │ ├── jsonfeed-1.1.2.ebuild │ └── metadata.xml ├── jsonlines │ ├── Manifest │ ├── jsonlines-4.0.0.ebuild │ └── metadata.xml ├── langdetect │ ├── Manifest │ ├── files │ │ └── langdetect-1.0.9-explicit-config.patch │ ├── langdetect-1.0.9.ebuild │ └── metadata.xml ├── latexify-py │ ├── Manifest │ ├── latexify-py-0.4.3.1.ebuild │ ├── latexify-py-0.4.4.1.ebuild │ └── metadata.xml ├── lru-dict │ ├── Manifest │ ├── lru-dict-1.3.0.ebuild │ ├── lru-dict-1.4.1.ebuild │ └── metadata.xml ├── lsp-tree-sitter │ ├── Manifest │ ├── lsp-tree-sitter-0.1.1.ebuild │ └── metadata.xml ├── markdownify │ ├── Manifest │ ├── markdownify-0.11.6.ebuild │ └── metadata.xml ├── markovify │ ├── Manifest │ ├── markovify-0.9.4.ebuild │ └── metadata.xml ├── mastodon-py │ ├── Manifest │ ├── files │ │ └── mastodon-py-2.0.1-tests.patch │ ├── mastodon-py-2.0.1.ebuild │ ├── mastodon-py-2.1.4.ebuild │ └── metadata.xml ├── material-color-utilities │ ├── Manifest │ ├── material-color-utilities-0.1.5.ebuild │ ├── material-color-utilities-9999.ebuild │ └── metadata.xml ├── materialyoucolor │ ├── materialyoucolor-9999.ebuild │ └── metadata.xml ├── mautrix │ ├── Manifest │ ├── mautrix-0.20.7.ebuild │ ├── mautrix-0.20.8.ebuild │ └── metadata.xml ├── mininet │ ├── Manifest │ ├── metadata.xml │ └── mininet-2.3.0.ebuild ├── mitype │ ├── Manifest │ ├── metadata.xml │ └── mitype-0.2.6.ebuild ├── mkdocs-blog-plugin │ ├── metadata.xml │ └── mkdocs-blog-plugin-9999.ebuild ├── mkdocs-bootstrap-tables-plugin │ ├── Manifest │ ├── metadata.xml │ └── mkdocs-bootstrap-tables-plugin-0.1.1.ebuild ├── mkdocs-exclude │ ├── Manifest │ ├── metadata.xml │ └── mkdocs-exclude-1.0.2-r1.ebuild ├── mkdocs-git-committers-plugin │ ├── Manifest │ ├── metadata.xml │ └── mkdocs-git-committers-plugin-0.2.3.ebuild ├── mkdocs-rss-plugin │ ├── Manifest │ ├── metadata.xml │ └── mkdocs-rss-plugin-1.17.4.ebuild ├── mobi │ ├── Manifest │ ├── metadata.xml │ └── mobi-0.3.3.ebuild ├── modern-colorthief │ ├── Manifest │ ├── metadata.xml │ └── modern-colorthief-0.1.7.ebuild ├── moderngl-window │ ├── Manifest │ ├── metadata.xml │ └── moderngl-window-3.1.1.ebuild ├── moderngl │ ├── Manifest │ ├── metadata.xml │ └── moderngl-5.12.0-r1.ebuild ├── mollie-api-python │ ├── Manifest │ ├── files │ │ └── mollie-api-python-3.6.0-no-install-tests.patch │ ├── metadata.xml │ └── mollie-api-python-3.6.0.ebuild ├── moreorless │ ├── Manifest │ ├── metadata.xml │ └── moreorless-0.4.0.ebuild ├── mpxj │ ├── Manifest │ ├── metadata.xml │ └── mpxj-14.1.0.ebuild ├── msrest │ ├── Manifest │ ├── metadata.xml │ └── msrest-0.7.1.ebuild ├── mwclient │ ├── Manifest │ ├── metadata.xml │ └── mwclient-0.11.0.ebuild ├── nitrokey │ ├── Manifest │ ├── metadata.xml │ └── nitrokey-0.4.1.ebuild ├── nkdfu │ ├── Manifest │ ├── metadata.xml │ └── nkdfu-0.2.ebuild ├── odfdo │ ├── Manifest │ ├── metadata.xml │ └── odfdo-3.14.4.ebuild ├── odsgenerator │ ├── Manifest │ └── odsgenerator-1.11.3.ebuild ├── odsparsator │ ├── Manifest │ ├── metadata.xml │ └── odsparsator-1.12.1-r2.ebuild ├── osc-placement │ ├── Manifest │ ├── metadata.xml │ ├── osc-placement-4.6.0-r1.ebuild │ └── osc-placement-4.7.0.ebuild ├── oscrypto │ ├── Manifest │ ├── files │ │ ├── openssl-3.0.10-fix.patch │ │ └── py3.12.patch │ ├── metadata.xml │ └── oscrypto-1.3.0-r2.ebuild ├── parsel │ ├── Manifest │ ├── files │ │ └── parsel-1.6.0-pytest-runner.patch │ ├── metadata.xml │ └── parsel-1.10.0.ebuild ├── pem │ ├── Manifest │ ├── metadata.xml │ └── pem-23.1.0.ebuild ├── persist-queue │ ├── Manifest │ ├── metadata.xml │ ├── persist-queue-0.8.1.ebuild │ ├── persist-queue-1.0.0.ebuild │ └── persist-queue-1.1.0.ebuild ├── phx-class-registry │ ├── Manifest │ ├── metadata.xml │ └── phx-class-registry-4.1.0-r1.ebuild ├── pillow-heif │ ├── Manifest │ ├── files │ │ └── pillow-heif-0.21.0-respect-cflags.patch │ ├── metadata.xml │ ├── pillow-heif-1.1.0.ebuild │ └── pillow-heif-1.1.1.ebuild ├── pillow-jxl-plugin │ ├── Manifest │ ├── metadata.xml │ └── pillow-jxl-plugin-1.3.2.ebuild ├── plexapi │ ├── Manifest │ ├── metadata.xml │ ├── plexapi-4.16.1.ebuild │ ├── plexapi-4.17.0.ebuild │ └── plexapi-4.17.1.ebuild ├── plotext │ ├── Manifest │ ├── metadata.xml │ ├── plotext-5.3.0.ebuild │ └── plotext-5.3.2.ebuild ├── plum │ ├── Manifest │ ├── metadata.xml │ └── plum-0.8.7.ebuild ├── prometheus_exporter │ ├── Manifest │ ├── metadata.xml │ ├── prometheus_exporter-1.0.0.ebuild │ ├── prometheus_exporter-1.1.0.ebuild │ └── prometheus_exporter-9999.ebuild ├── proselint │ ├── Manifest │ ├── metadata.xml │ └── proselint-0.14.0.ebuild ├── protego │ ├── Manifest │ ├── metadata.xml │ └── protego-0.4.0.ebuild ├── proton-core │ ├── Manifest │ ├── metadata.xml │ └── proton-core-0.7.0.ebuild ├── proton-keyring-linux │ ├── Manifest │ ├── metadata.xml │ └── proton-keyring-linux-0.2.0.ebuild ├── proton-vpn-api-core │ ├── Manifest │ ├── metadata.xml │ └── proton-vpn-api-core-0.46.1.ebuild ├── proton-vpn-local-agent │ ├── Manifest │ ├── metadata.xml │ └── proton-vpn-local-agent-1.4.8.ebuild ├── proton-vpn-network-manager │ ├── Manifest │ ├── files │ │ ├── proton-vpn-network-manager-0.12.13-fix-networkmanager-plugin-loading.patch │ │ └── proton-vpn-network-manager-0.12.13-remove-call-to-apt.patch │ ├── metadata.xml │ └── proton-vpn-network-manager-0.13.0.ebuild ├── proxy_tools │ ├── Manifest │ ├── metadata.xml │ └── proxy_tools-0.1.0_p1.ebuild ├── psycopg2cffi │ ├── Manifest │ ├── files │ │ └── psycopg2cffi-2.9.0-include-tests.patch │ ├── metadata.xml │ └── psycopg2cffi-2.9.0-r1.ebuild ├── ptpython │ ├── Manifest │ ├── metadata.xml │ └── ptpython-3.0.29.ebuild ├── pwdlib │ ├── Manifest │ ├── metadata.xml │ └── pwdlib-0.2.1.ebuild ├── py-himitsu │ ├── Manifest │ └── py-himitsu-0.0.9.ebuild ├── py-nanoid │ ├── metadata.xml │ └── py-nanoid-9999.ebuild ├── pyclip │ ├── Manifest │ ├── metadata.xml │ ├── pyclip-0.7.0-r2.ebuild │ └── pyclip-9999.ebuild ├── pydantic-settings │ ├── Manifest │ ├── metadata.xml │ └── pydantic-settings-2.11.0-r1.ebuild ├── pydispatcher │ ├── Manifest │ ├── metadata.xml │ └── pydispatcher-2.0.7.ebuild ├── pydub │ ├── Manifest │ ├── metadata.xml │ └── pydub-0.25.1.ebuild ├── pyfiglet │ ├── Manifest │ ├── files │ │ └── pyfiglet-1.0.2-fix-test.patch │ ├── metadata.xml │ └── pyfiglet-1.0.2.ebuild ├── pyftdi │ ├── Manifest │ ├── metadata.xml │ └── pyftdi-0.55.4.ebuild ├── pygeotile │ ├── Manifest │ ├── metadata.xml │ └── pygeotile-1.0.6.ebuild ├── pyglm │ ├── Manifest │ ├── metadata.xml │ └── pyglm-2.8.2.ebuild ├── pygls │ ├── Manifest │ ├── metadata.xml │ └── pygls-2.0.0.ebuild ├── pygments-promql │ ├── Manifest │ ├── metadata.xml │ └── pygments-promql-0.0.9-r1.ebuild ├── pygsl │ ├── Manifest │ ├── metadata.xml │ └── pygsl-2.3.4.ebuild ├── pymeeus │ ├── Manifest │ ├── files │ │ └── pymeeus-0.5.12-pytest8.patch │ ├── metadata.xml │ └── pymeeus-0.5.12.ebuild ├── pymorphy3-dicts-ru │ ├── Manifest │ ├── metadata.xml │ └── pymorphy3-dicts-ru-2.4.417150.4580142.ebuild ├── pymorphy3-dicts-uk │ ├── Manifest │ ├── metadata.xml │ └── pymorphy3-dicts-uk-2.4.1.1.1663094765.ebuild ├── pymorphy3 │ ├── Manifest │ ├── metadata.xml │ └── pymorphy3-1.2.0.ebuild ├── pympress │ ├── Manifest │ ├── metadata.xml │ └── pympress-1.8.6.ebuild ├── pynput │ ├── Manifest │ ├── files │ │ └── patches │ │ │ ├── uinput.patch │ │ │ └── wheel.patch │ ├── metadata.xml │ ├── pynput-1.7.6.ebuild │ └── pynput-1.8.1.ebuild ├── pypandoc │ ├── Manifest │ ├── metadata.xml │ └── pypandoc-1.15.ebuild ├── pyperscan │ ├── Manifest │ ├── metadata.xml │ └── pyperscan-0.3.0.ebuild ├── pyproject2ebuild │ ├── Manifest │ ├── metadata.xml │ └── pyproject2ebuild-0.0.3.ebuild ├── pyqtdarktheme │ ├── Manifest │ ├── metadata.xml │ └── pyqtdarktheme-2.1.0.ebuild ├── pyrefly │ ├── Manifest │ ├── files │ │ └── pyrefly-cargo-toml-paths.patch │ ├── metadata.xml │ └── pyrefly-0.43.0.ebuild ├── pyrime │ ├── Manifest │ ├── files │ │ └── pyrime-0.0.7-fix-meson-project.patch │ ├── metadata.xml │ └── pyrime-0.0.7.ebuild ├── pysdl3 │ ├── Manifest │ ├── metadata.xml │ ├── pysdl3-0.9.8_beta8.ebuild │ └── pysdl3-0.9.8_beta9.ebuild ├── pysnooper │ ├── Manifest │ ├── metadata.xml │ ├── pysnooper-1.2.1.ebuild │ └── pysnooper-1.2.3.ebuild ├── pystardict │ ├── Manifest │ ├── metadata.xml │ └── pystardict-0.8-r1.ebuild ├── pytest-cases │ ├── Manifest │ ├── metadata.xml │ └── pytest-cases-3.9.1.ebuild ├── pytest-celery │ ├── Manifest │ ├── metadata.xml │ └── pytest-celery-0.1.0.ebuild ├── pytest-embedded │ ├── Manifest │ ├── metadata.xml │ ├── pytest-embedded-1.16.2.ebuild │ └── pytest-embedded-1.17.0.ebuild ├── pytest-harvest │ ├── Manifest │ ├── metadata.xml │ └── pytest-harvest-1.10.5.ebuild ├── pytest-mypy-plugins │ ├── Manifest │ ├── metadata.xml │ └── pytest-mypy-plugins-3.2.0.ebuild ├── pytest-relaxed │ ├── Manifest │ ├── metadata.xml │ └── pytest-relaxed-2.0.2.ebuild ├── pytest-steps │ ├── Manifest │ ├── files │ │ └── pytest-steps-1.8.0-strict-mkdocs.patch │ ├── metadata.xml │ └── pytest-steps-1.8.0.ebuild ├── python-barbicanclient │ ├── Manifest │ ├── metadata.xml │ ├── python-barbicanclient-7.1.0.ebuild │ └── python-barbicanclient-7.2.0.ebuild ├── python-designateclient │ ├── Manifest │ ├── metadata.xml │ └── python-designateclient-6.3.0.ebuild ├── python-fire │ ├── Manifest │ ├── metadata.xml │ ├── python-fire-0.6.0.ebuild │ └── python-fire-0.7.0.ebuild ├── python-http-client │ ├── Manifest │ ├── metadata.xml │ └── python-http-client-3.3.5-r1.ebuild ├── python-lsp-isort │ ├── Manifest │ ├── metadata.xml │ └── python-lsp-isort-0.2.1.ebuild ├── python-lsp-mypy │ ├── Manifest │ ├── metadata.xml │ └── python-lsp-mypy-0.7.0.ebuild ├── python-magnumclient │ ├── Manifest │ ├── metadata.xml │ ├── python-magnumclient-4.8.1.ebuild │ └── python-magnumclient-4.9.0.ebuild ├── python-manilaclient │ ├── Manifest │ ├── metadata.xml │ ├── python-manilaclient-5.5.0.ebuild │ └── python-manilaclient-5.6.0.ebuild ├── python-octaviaclient │ ├── Manifest │ ├── metadata.xml │ ├── python-octaviaclient-3.11.1.ebuild │ └── python-octaviaclient-3.12.0.ebuild ├── python-olm │ ├── Manifest │ ├── metadata.xml │ └── python-olm-3.2.16.ebuild ├── python-pidfile │ ├── Manifest │ ├── metadata.xml │ └── python-pidfile-3.1.1.ebuild ├── python-socketio │ ├── Manifest │ ├── metadata.xml │ ├── python-socketio-5.11.4.ebuild │ └── python-socketio-5.12.1.ebuild ├── python-statemachine │ ├── Manifest │ ├── metadata.xml │ ├── python-statemachine-2.3.6.ebuild │ ├── python-statemachine-2.4.0.ebuild │ └── python-statemachine-2.5.0.ebuild ├── python-telegram-bot │ ├── Manifest │ ├── metadata.xml │ ├── python-telegram-bot-20.6-r1.ebuild │ ├── python-telegram-bot-21.1.1.ebuild │ └── python-telegram-bot-9999.ebuild ├── pyvis │ ├── Manifest │ ├── metadata.xml │ └── pyvis-0.3.1.ebuild ├── pywavefront │ ├── Manifest │ ├── metadata.xml │ └── pywavefront-1.3.3.ebuild ├── pywebview │ ├── Manifest │ ├── metadata.xml │ ├── pywebview-4.4.1-r2.ebuild │ └── pywebview-5.1-r2.ebuild ├── questionary │ ├── Manifest │ ├── metadata.xml │ ├── questionary-2.1.0.ebuild │ └── questionary-2.1.1.ebuild ├── queuelib │ ├── Manifest │ ├── metadata.xml │ └── queuelib-1.8.0.ebuild ├── readability-lxml │ ├── Manifest │ ├── metadata.xml │ └── readability-lxml-0.8.4.1.ebuild ├── readmdict │ ├── Manifest │ ├── metadata.xml │ └── readmdict-0.1.1-r1.ebuild ├── rectangle-packer │ ├── Manifest │ ├── metadata.xml │ └── rectangle-packer-2.0.2.ebuild ├── repology-client │ ├── Manifest │ ├── metadata.xml │ ├── repology-client-0.4.0-r1.ebuild │ └── repology-client-0.5.0.ebuild ├── rpmautospec-core │ ├── Manifest │ ├── metadata.xml │ └── rpmautospec-core-0.1.5.ebuild ├── rst2ansi │ ├── Manifest │ ├── metadata.xml │ └── rst2ansi-0.1.5-r3.ebuild ├── rstcheck │ ├── Manifest │ ├── metadata.xml │ ├── rstcheck-6.2.0.ebuild │ └── rstcheck-6.2.1.ebuild ├── safety-schemas │ ├── Manifest │ ├── metadata.xml │ └── safety-schemas-0.0.14.ebuild ├── scrapy │ ├── Manifest │ ├── metadata.xml │ └── scrapy-2.12.0.ebuild ├── screeninfo │ ├── Manifest │ ├── metadata.xml │ └── screeninfo-0.8.1.ebuild ├── sendgrid │ ├── Manifest │ ├── metadata.xml │ └── sendgrid-6.11.0.ebuild ├── sentence-splitter │ ├── Manifest │ ├── metadata.xml │ └── sentence-splitter-1.4-r2.ebuild ├── sentry-sdk │ ├── Manifest │ ├── metadata.xml │ └── sentry-sdk-2.30.0.ebuild ├── signalstickers-client │ ├── Manifest │ ├── metadata.xml │ └── signalstickers-client-3.3.0.ebuild ├── simplemma │ ├── Manifest │ ├── metadata.xml │ └── simplemma-0.9.1.ebuild ├── sjcl │ ├── Manifest │ ├── metadata.xml │ └── sjcl-0.2.1-r1.ebuild ├── skia-pathops │ ├── Manifest │ ├── files │ │ └── skia-pathops-0.8.0-no-net.patch │ ├── metadata.xml │ └── skia-pathops-0.8.0-r1.ebuild ├── sortedcollections │ ├── Manifest │ ├── metadata.xml │ └── sortedcollections-2.1.0.ebuild ├── sphinx-click │ ├── Manifest │ ├── metadata.xml │ └── sphinx-click-4.2.0.ebuild ├── sphinx-design │ ├── Manifest │ ├── metadata.xml │ └── sphinx-design-0.6.1.ebuild ├── sphinx-hoverxref │ ├── Manifest │ ├── metadata.xml │ └── sphinx-hoverxref-1.4.2.ebuild ├── sphinx-last-updated-by-git │ ├── Manifest │ ├── metadata.xml │ └── sphinx-last-updated-by-git-0.3.8.ebuild ├── sphinx-paramlinks │ ├── Manifest │ ├── metadata.xml │ └── sphinx-paramlinks-0.6.0.ebuild ├── sphinx-sitemap │ ├── Manifest │ ├── metadata.xml │ ├── sphinx-sitemap-2.8.0.ebuild │ └── sphinx-sitemap-2.9.0.ebuild ├── sphinxcontrib-katex │ ├── Manifest │ ├── files │ │ ├── sphinxcontrib-katex-0.9.10_fix_install.patch │ │ ├── sphinxcontrib-katex-0.9.10_fix_use_tomli.patch │ │ └── sphinxcontrib-katex-0.9.11_fix_install.patch │ ├── metadata.xml │ ├── sphinxcontrib-katex-0.9.10.ebuild │ └── sphinxcontrib-katex-0.9.11.ebuild ├── sphinxext-opengraph │ ├── Manifest │ ├── metadata.xml │ └── sphinxext-opengraph-0.13.0.ebuild ├── sphinxnotes-mock │ ├── Manifest │ ├── metadata.xml │ └── sphinxnotes-mock-1.1.ebuild ├── sqlmodel │ ├── Manifest │ ├── metadata.xml │ └── sqlmodel-0.0.24.ebuild ├── starkbank-ecdsa │ ├── Manifest │ ├── metadata.xml │ └── starkbank-ecdsa-2.2.0-r1.ebuild ├── steam │ ├── Manifest │ ├── files │ │ └── steam-2.0.0-path-pycryptodome-and-gevent.patch │ ├── metadata.xml │ └── steam-2.0.0-r1.ebuild ├── stone │ ├── Manifest │ ├── metadata.xml │ └── stone-3.3.9.ebuild ├── survey │ ├── Manifest │ ├── metadata.xml │ └── survey-5.4.2.ebuild ├── svgelements │ ├── Manifest │ ├── files │ │ └── fix_tests.patch │ ├── metadata.xml │ └── svgelements-1.9.6-r1.ebuild ├── syrupy │ ├── Manifest │ ├── metadata.xml │ └── syrupy-5.0.0.ebuild ├── system_hotkey │ ├── Manifest │ ├── files │ │ └── system_hotkey-1.0.3-fix-collections-iterable.patch │ ├── metadata.xml │ └── system_hotkey-1.0.3.ebuild ├── templated-dictionary │ ├── Manifest │ ├── metadata.xml │ └── templated-dictionary-1.6.ebuild ├── tempus-themes │ ├── Manifest │ ├── metadata.xml │ └── tempus-themes-2.3.0.20220206.ebuild ├── tempy │ ├── Manifest │ ├── metadata.xml │ └── tempy-1.4.0.ebuild ├── termynal │ ├── Manifest │ ├── metadata.xml │ └── termynal-0.13.1.ebuild ├── textual-dev │ ├── Manifest │ ├── metadata.xml │ ├── textual-dev-1.7.0.ebuild │ └── textual-dev-1.8.0.ebuild ├── textual-serve │ ├── Manifest │ ├── metadata.xml │ └── textual-serve-1.1.2.ebuild ├── textual │ ├── Manifest │ ├── metadata.xml │ ├── textual-5.3.0.ebuild │ ├── textual-6.5.0.ebuild │ ├── textual-6.6.0.ebuild │ └── textual-6.7.0.ebuild ├── timeslot │ ├── Manifest │ ├── metadata.xml │ └── timeslot-0.1.2.ebuild ├── tlv8 │ ├── Manifest │ ├── metadata.xml │ └── tlv8-0.10.0.ebuild ├── tulir-telethon │ ├── Manifest │ ├── metadata.xml │ ├── tulir-telethon-1.37.0_alpha1.ebuild │ └── tulir-telethon-1.99.0_alpha6.ebuild ├── tweepy │ ├── Manifest │ ├── metadata.xml │ └── tweepy-4.14.0.ebuild ├── types-protobuf │ ├── Manifest │ ├── metadata.xml │ └── types-protobuf-6.30.2.20250703.ebuild ├── types-requests │ ├── Manifest │ ├── metadata.xml │ └── types-requests-2.32.0.20240712.ebuild ├── typing-inspect │ ├── Manifest │ ├── metadata.xml │ └── typing-inspect-0.9.0.ebuild ├── undervolt │ ├── Manifest │ ├── metadata.xml │ ├── undervolt-0.4.0.ebuild │ └── undervolt-9999.ebuild ├── upstream-ontologist │ ├── Manifest │ ├── files │ │ ├── upstream-ontologist-0.2.2-no-debcargo.patch │ │ └── upstream-ontologist-0.2.2-no-scripts.patch │ ├── metadata.xml │ ├── upstream-ontologist-0.2.5.ebuild │ └── upstream-ontologist-0.2.7.ebuild ├── urlmatch │ ├── Manifest │ ├── metadata.xml │ └── urlmatch-1.0.1-r2.ebuild ├── usb-monitor │ ├── Manifest │ ├── metadata.xml │ └── usb-monitor-1.23.ebuild ├── validator-collection │ ├── Manifest │ ├── metadata.xml │ └── validator-collection-1.5.0-r2.ebuild ├── volatile │ ├── Manifest │ ├── metadata.xml │ └── volatile-2.1.0.ebuild ├── w3lib │ ├── Manifest │ ├── metadata.xml │ └── w3lib-2.3.1.ebuild ├── webrtcvad │ ├── Manifest │ ├── metadata.xml │ └── webrtcvad-2.0.10-r1.ebuild ├── xattr │ ├── Manifest │ ├── metadata.xml │ ├── xattr-1.1.0-r1.ebuild │ └── xattr-1.2.0.ebuild ├── xpybutil │ ├── Manifest │ ├── metadata.xml │ └── xpybutil-0.0.6.ebuild └── yams │ ├── Manifest │ ├── metadata.xml │ ├── yams-0.7.3-r1.ebuild │ └── yams-9999.ebuild ├── dev-ruby ├── asciidoctor-pdf │ ├── Manifest │ ├── asciidoctor-pdf-2.3.18.ebuild │ ├── asciidoctor-pdf-2.3.19.ebuild │ └── metadata.xml ├── byebug │ ├── Manifest │ ├── byebug-11.1.3.ebuild │ └── metadata.xml ├── chruby │ ├── Manifest │ ├── chruby-0.3.9-r3.ebuild │ ├── chruby-9999.ebuild │ ├── files │ │ └── systemwide.sh │ └── metadata.xml ├── language_server-protocol │ ├── Manifest │ ├── language_server-protocol-3.17.0.4-r1.ebuild │ ├── language_server-protocol-3.17.0.5-r1.ebuild │ └── metadata.xml ├── prawn-icon │ ├── Manifest │ ├── metadata.xml │ └── prawn-icon-3.1.0.ebuild ├── prawn-svg │ ├── Manifest │ ├── files │ │ └── prawn-svg-0.35.1-rexml.patch │ ├── metadata.xml │ └── prawn-svg-0.35.1.ebuild ├── prawn-templates │ ├── Manifest │ ├── metadata.xml │ └── prawn-templates-0.1.2-r1.ebuild ├── pry-byebug │ ├── Manifest │ ├── metadata.xml │ ├── pry-byebug-3.10.1.ebuild │ └── pry-byebug-3.9.0.ebuild ├── rbenv │ ├── metadata.xml │ └── rbenv-9999.ebuild ├── rbspy │ ├── Manifest │ ├── files │ │ └── rbspy-0.17.0-remove-time-dependency.patch │ ├── metadata.xml │ ├── rbspy-0.17.0-r1.ebuild │ └── rbspy-0.21.0.ebuild ├── rspec-wait │ ├── Manifest │ ├── metadata.xml │ └── rspec-wait-0.0.9.ebuild ├── ruby-build │ ├── metadata.xml │ └── ruby-build-9999.ebuild ├── ruby-install │ ├── Manifest │ ├── metadata.xml │ └── ruby-install-0.9.3.ebuild └── ruby-lsp │ ├── Manifest │ ├── metadata.xml │ └── ruby-lsp-0.26.4.ebuild ├── dev-scheme └── sagittarius │ ├── Manifest │ ├── files │ └── sagittarius-compiler-flags.patch │ ├── metadata.xml │ └── sagittarius-0.9.12.ebuild ├── dev-tex ├── ninecolors │ ├── Manifest │ ├── metadata.xml │ └── ninecolors-2022.02.13.ebuild ├── tabularray │ ├── Manifest │ ├── metadata.xml │ └── tabularray-2023.03.01.ebuild └── tectonic │ ├── Manifest │ ├── files │ ├── tectonic-0.15.0-fix-internal-consistency-problem-bbl.patch │ ├── tectonic-0.15.0-fix-the-implicit-autoref-error.patch │ ├── tectonic-0.15.0-fix-xetex_layout-build.patch │ └── tectonic-0.15.0-rust-1.80.patch │ ├── metadata.xml │ ├── tectonic-0.15.0-r1.ebuild │ └── tectonic-0.15.0.ebuild ├── dev-util ├── DirectXShaderCompiler │ ├── DirectXShaderCompiler-1.8.2502.ebuild │ ├── DirectXShaderCompiler-1.8.2505.ebuild │ ├── Manifest │ └── metadata.xml ├── addlicense │ ├── Manifest │ ├── addlicense-1.2.0.ebuild │ └── metadata.xml ├── bash-language-server │ ├── Manifest │ ├── bash-language-server-5.3.3.ebuild │ ├── bash-language-server-5.4.0.ebuild │ ├── bash-language-server-5.4.2.ebuild │ ├── bash-language-server-5.4.3.ebuild │ ├── bash-language-server-5.6.0.ebuild │ └── metadata.xml ├── bats-assert │ ├── Manifest │ ├── bats-assert-2.2.0.ebuild │ └── metadata.xml ├── bats-support │ ├── Manifest │ ├── bats-support-0.3.0.ebuild │ └── metadata.xml ├── bc-ur │ ├── Manifest │ ├── bc-ur-0.3.0.ebuild │ ├── files │ │ └── build-fix.patch │ └── metadata.xml ├── bruno-bin │ ├── Manifest │ ├── bruno-bin-1.9.0-r1.ebuild │ ├── bruno-bin-1.9.0.ebuild │ └── metadata.xml ├── bump-my-version │ ├── Manifest │ ├── bump-my-version-1.2.1.ebuild │ ├── bump-my-version-1.2.4.ebuild │ └── metadata.xml ├── cargo-post │ ├── Manifest │ ├── cargo-post-0.1.7.ebuild │ └── metadata.xml ├── catalyst-lab │ ├── Manifest │ ├── catalyst-lab-1.6.0.ebuild │ ├── catalyst-lab-1.6.1.ebuild │ └── metadata.xml ├── catppuccin-catwalk │ ├── Manifest │ ├── catppuccin-catwalk-1.3.2.ebuild │ └── metadata.xml ├── catppuccin-whiskers │ ├── Manifest │ ├── catppuccin-whiskers-2.4.0.ebuild │ └── metadata.xml ├── cmakelang │ ├── Manifest │ ├── cmakelang-0.6.13.ebuild │ ├── files │ │ └── cmakelang-0.6.13-fix-setup.py.patch │ └── metadata.xml ├── coq-lsp │ ├── Manifest │ ├── coq-lsp-0.1.9.ebuild │ └── metadata.xml ├── deblob │ ├── Manifest │ ├── deblob-0.11.ebuild │ ├── deblob-0.12.ebuild │ ├── deblob-9999.ebuild │ └── metadata.xml ├── distribution-gpg-keys │ ├── Manifest │ ├── distribution-gpg-keys-1.115.ebuild │ └── metadata.xml ├── dmg2img │ ├── Manifest │ ├── dmg2img-20201227.ebuild │ ├── dmg2img-9999.ebuild │ └── metadata.xml ├── dockerfile-language-server │ ├── Manifest │ ├── dockerfile-language-server-0.12.0.ebuild │ ├── dockerfile-language-server-0.13.0.ebuild │ └── metadata.xml ├── eclipse-parallel-bin │ ├── Manifest │ ├── eclipse-parallel-bin-4.28.ebuild │ └── metadata.xml ├── exercism │ ├── Manifest │ ├── exercism-3.1.0.ebuild │ ├── exercism-3.2.0.ebuild │ └── metadata.xml ├── find-work-bugzilla │ ├── Manifest │ ├── find-work-bugzilla-1.0.0-r1.ebuild │ └── metadata.xml ├── find-work-pkgcheck │ ├── Manifest │ ├── find-work-pkgcheck-0.3.0.ebuild │ ├── find-work-pkgcheck-1.0.0.ebuild │ └── metadata.xml ├── find-work-repology │ ├── Manifest │ ├── find-work-repology-0.3.0.ebuild │ ├── find-work-repology-1.0.0.ebuild │ └── metadata.xml ├── find-work │ ├── Manifest │ ├── find-work-0.990.0.ebuild │ ├── find-work-1.0.0.ebuild │ ├── find-work-9999.ebuild │ └── metadata.xml ├── flatpakify │ ├── Manifest │ ├── flatpakify-1.0.5.ebuild │ ├── flatpakify-1.0.6.ebuild │ └── metadata.xml ├── fnm │ ├── Manifest │ ├── fnm-1.38.1.ebuild │ └── metadata.xml ├── fortls │ ├── Manifest │ ├── fortls-2.13.0.ebuild │ ├── fortls-3.0.0.ebuild │ ├── fortls-3.1.1.ebuild │ ├── fortls-3.1.2.ebuild │ ├── fortls-3.2.2.ebuild │ └── metadata.xml ├── fortran-test-drive │ ├── Manifest │ ├── fortran-test-drive-0.4.0.ebuild │ ├── fortran-test-drive-0.5.0.ebuild │ └── metadata.xml ├── gammaray │ ├── Manifest │ ├── files │ │ ├── gammaray-3.1.0-deselect-tests.patch │ │ └── gammaray-3.3.0-unbundle_libs.patch │ ├── gammaray-3.1.0.ebuild │ ├── gammaray-3.3.0.ebuild │ └── metadata.xml ├── gemini-cli │ ├── Manifest │ ├── gemini-cli-0.16.0.ebuild │ └── metadata.xml ├── genTree │ ├── Manifest │ ├── genTree-0.1.0.ebuild │ ├── genTree-9999.ebuild │ └── metadata.xml ├── gersemi │ ├── Manifest │ ├── gersemi-0.23.2.ebuild │ └── metadata.xml ├── git-bug │ ├── Manifest │ ├── git-bug-0.10.1.ebuild │ ├── git-bug-9999.ebuild │ └── metadata.xml ├── gitlab-ci-local-bin │ ├── Manifest │ ├── gitlab-ci-local-bin-4.43.0.ebuild │ ├── gitlab-ci-local-bin-4.47.0.ebuild │ ├── gitlab-ci-local-bin-4.56.0.ebuild │ └── metadata.xml ├── go-task │ ├── Manifest │ ├── go-task-3.38.0-r1.ebuild │ ├── go-task-3.41.0-r1.ebuild │ └── metadata.xml ├── gshards │ ├── Manifest │ ├── gshards-0.2.ebuild │ └── metadata.xml ├── hare-update │ ├── Manifest │ ├── hare-update-0.25.2.0.ebuild │ ├── hare-update-9999.ebuild │ └── metadata.xml ├── haredo │ ├── Manifest │ ├── haredo-1.0.2.ebuild │ ├── haredo-9999.ebuild │ └── metadata.xml ├── hevi │ ├── Manifest │ ├── hevi-1.1.0.ebuild │ └── metadata.xml ├── hut │ ├── Manifest │ ├── hut-0.6.0.ebuild │ └── metadata.xml ├── insomnia-bin │ ├── Manifest │ ├── insomnia-bin-2023.5.8.ebuild │ └── metadata.xml ├── ios-safari-remote-debug │ ├── Manifest │ ├── files │ │ └── ios-safari-remote-debug-0_pre20250506-copy-injected-code-from-the-system.patch │ ├── ios-safari-remote-debug-0_pre20250506.ebuild │ └── metadata.xml ├── ios-webkit-debug-proxy │ ├── Manifest │ ├── files │ │ └── ios-webkit-debug-proxy-1.9.1-dont-build-examples.patch │ ├── ios-webkit-debug-proxy-1.9.2.ebuild │ └── metadata.xml ├── istyle │ ├── Manifest │ ├── istyle-1.23_pre20220127.ebuild │ └── metadata.xml ├── juliaup │ ├── Manifest │ ├── juliaup-1.18.9-r1.ebuild │ └── metadata.xml ├── kubetail-bin │ ├── Manifest │ ├── kubetail-bin-0.10.0.ebuild │ ├── kubetail-bin-0.10.1.ebuild │ ├── kubetail-bin-0.7.5.ebuild │ ├── kubetail-bin-0.8.2.ebuild │ ├── kubetail-bin-0.9.0.ebuild │ └── metadata.xml ├── kubetail │ ├── Manifest │ ├── kubetail-0.10.0.ebuild │ ├── kubetail-0.10.1.ebuild │ ├── kubetail-0.9.0-r1.ebuild │ ├── kubetail-0.9.0-r2.ebuild │ ├── kubetail-0.9.0.ebuild │ └── metadata.xml ├── lemminx-bin │ ├── Manifest │ ├── lemminx-bin-0.27.0.ebuild │ ├── lemminx-bin-0.27.1.ebuild │ └── metadata.xml ├── libtypec-utils │ ├── Manifest │ ├── libtypec-utils-0.5.2.ebuild │ └── metadata.xml ├── lottieconverter │ ├── Manifest │ ├── files │ │ └── lottieconverter-0.2-buildtype.patch │ ├── lottieconverter-0.2-r2.ebuild │ ├── lottieconverter-0.2-r3.ebuild │ └── metadata.xml ├── lua-language-server │ ├── Manifest │ ├── files │ │ ├── 3.15.0-build.ninja.patch │ │ ├── build.ninja.patch │ │ ├── linux.ninja.patch │ │ ├── lua-language-server-3.10.5-uint32_t-fix.patch │ │ └── wrapper.sh │ ├── lua-language-server-3.13.9.ebuild │ ├── lua-language-server-3.14.0.ebuild │ ├── lua-language-server-3.15.0.ebuild │ └── metadata.xml ├── measureme │ ├── Manifest │ ├── measureme-12.0.3.ebuild │ └── metadata.xml ├── mh │ ├── Manifest │ ├── metadata.xml │ └── mh-1.4.1.ebuild ├── minify-bin │ ├── Manifest │ ├── metadata.xml │ └── minify-bin-2.24.4.ebuild ├── mise │ ├── Manifest │ ├── files │ │ ├── config.toml │ │ ├── mise-self-update-instructions.toml │ │ ├── mise.fish │ │ └── mise.sh │ ├── metadata.xml │ ├── mise-2025.10.10-r3.ebuild │ └── mise-2025.10.14.ebuild ├── mock-core-configs │ ├── Manifest │ ├── metadata.xml │ └── mock-core-configs-43.3.ebuild ├── mock │ ├── Manifest │ ├── metadata.xml │ └── mock-6.5.ebuild ├── neocmakelsp │ ├── Manifest │ ├── metadata.xml │ └── neocmakelsp-0.9.0.ebuild ├── nvchecker │ ├── Manifest │ ├── metadata.xml │ └── nvchecker-2.19.ebuild ├── ocamlformat │ ├── Manifest │ ├── metadata.xml │ ├── ocamlformat-0.26.2-r1.ebuild │ └── ocamlformat-0.26.2.ebuild ├── ocp-indent │ ├── Manifest │ ├── metadata.xml │ └── ocp-indent-1.8.2.ebuild ├── pcpp │ ├── Manifest │ ├── metadata.xml │ └── pcpp-1.30.ebuild ├── pifpaf │ ├── Manifest │ ├── files │ │ └── pifpaf-3.2.3-psql17.patch │ ├── metadata.xml │ └── pifpaf-3.3.0.ebuild ├── pmbootstrap │ ├── Manifest │ ├── metadata.xml │ └── pmbootstrap-3.6.0.ebuild ├── quilttools │ ├── Manifest │ ├── files │ │ └── quilttools-0.3-tags.patch │ ├── metadata.xml │ └── quilttools-0.3-r1.ebuild ├── rexxd │ ├── Manifest │ ├── metadata.xml │ └── rexxd-2025.02.17.ebuild ├── riffdiff │ ├── Manifest │ ├── metadata.xml │ ├── riffdiff-3.6.0.ebuild │ └── riffdiff-3.6.1.ebuild ├── rtc-testbench │ ├── Manifest │ ├── metadata.xml │ └── rtc-testbench-5.3.ebuild ├── rust-rover │ ├── Manifest │ ├── metadata.xml │ ├── rust-rover-2024.2.1-r1.ebuild │ ├── rust-rover-2025.2.1.ebuild │ ├── rust-rover-2025.2.2.ebuild │ ├── rust-rover-2025.2.3.ebuild │ ├── rust-rover-2025.2.4.1.ebuild │ └── rust-rover-2025.2.5.ebuild ├── rust-script │ ├── Manifest │ ├── files │ │ └── rust-script-0.34.0-fix-test.patch │ ├── metadata.xml │ └── rust-script-0.36.0.ebuild ├── rye │ ├── Manifest │ ├── metadata.xml │ └── rye-0.44.0.ebuild ├── rz-ghidra │ ├── Manifest │ ├── metadata.xml │ └── rz-ghidra-0.8.0.ebuild ├── scc │ ├── Manifest │ ├── metadata.xml │ └── scc-3.4.0.ebuild ├── shellspec │ ├── Manifest │ ├── files │ │ └── shellspec-0.28.1-fix-tests.patch │ ├── metadata.xml │ ├── shellspec-0.28.1-r3.ebuild │ └── shellspec-9999.ebuild ├── spi-tools │ ├── Manifest │ ├── metadata.xml │ └── spi-tools-1.0.2.ebuild ├── stripe-cli │ ├── Manifest │ ├── files │ │ └── 99stripe-cli │ ├── metadata.xml │ ├── stripe-cli-1.32.0.ebuild │ ├── stripe-cli-1.33.0.ebuild │ └── stripe-cli-9999.ebuild ├── stylua │ ├── Manifest │ ├── metadata.xml │ └── stylua-2.3.1.ebuild ├── tailspin │ ├── Manifest │ ├── metadata.xml │ └── tailspin-5.4.5.ebuild ├── termux-language-server │ ├── Manifest │ ├── metadata.xml │ └── termux-language-server-0.0.31.ebuild ├── tflint-bin │ ├── Manifest │ ├── metadata.xml │ ├── tflint-bin-0.43.0.ebuild │ └── tflint-bin-0.46.0.ebuild ├── tinyxxd │ ├── Manifest │ ├── files │ │ └── tinyxxd-1.3.7-fix-flags.patch │ ├── metadata.xml │ ├── tinyxxd-1.3.7-r2.ebuild │ └── tinyxxd-9999.ebuild ├── tokei │ ├── Manifest │ ├── metadata.xml │ └── tokei-12.1.2.ebuild ├── topiary │ ├── Manifest │ ├── metadata.xml │ └── topiary-0.6.1.ebuild ├── trivy │ ├── Manifest │ ├── metadata.xml │ └── trivy-0.55.2.ebuild ├── typescript-language-server │ ├── Manifest │ ├── metadata.xml │ ├── typescript-language-server-4.1.2.ebuild │ └── typescript-language-server-4.3.3.ebuild ├── u-config │ ├── Manifest │ ├── metadata.xml │ ├── u-config-0.34.0.ebuild │ └── u-config-9999.ebuild ├── upstream-ontologist │ ├── Manifest │ ├── files │ │ └── upstream-ontologist-0.2.2-no-debcargo.patch │ ├── metadata.xml │ ├── upstream-ontologist-0.2.10.ebuild │ └── upstream-ontologist-0.3.2.ebuild ├── vala-language-server │ ├── Manifest │ ├── metadata.xml │ └── vala-language-server-0.48.4.ebuild ├── vscode-langservers-extracted │ ├── Manifest │ ├── metadata.xml │ ├── vscode-langservers-extracted-4.10.0.ebuild │ └── vscode-langservers-extracted-4.8.0.ebuild ├── wakatime-cli │ ├── Manifest │ ├── metadata.xml │ ├── wakatime-cli-1.27.0.ebuild │ └── wakatime-cli-1.28.6.ebuild ├── webgpu-headers │ ├── Manifest │ ├── metadata.xml │ ├── webgpu-headers-20240512.ebuild │ └── webgpu-headers-9999.ebuild ├── webstorm │ ├── Manifest │ ├── metadata.xml │ ├── webstorm-2024.3.5-r1.ebuild │ ├── webstorm-2025.1.4.1-r1.ebuild │ ├── webstorm-2025.2-r1.ebuild │ ├── webstorm-2025.2.2-r1.ebuild │ ├── webstorm-2025.2.3-r1.ebuild │ └── webstorm-2025.2.4-r1.ebuild ├── wxformbuilder │ ├── Manifest │ ├── files │ │ └── wxformbuilder-4.2.1-fix-build.patch │ ├── metadata.xml │ ├── wxformbuilder-3.10.1-r1.ebuild │ └── wxformbuilder-4.2.1.ebuild ├── xrt │ ├── Manifest │ ├── files │ │ ├── aiebu-no-downloads.patch │ │ └── xrt-202520.2.20.172-modern-protobuf.patch │ ├── metadata.xml │ ├── xrt-202610.2.21.21.ebuild │ └── xrt-999999.ebuild └── yaml-language-server │ ├── Manifest │ ├── metadata.xml │ ├── yaml-language-server-1.14.0.ebuild │ └── yaml-language-server-1.15.0.ebuild ├── dev-vcs ├── ghorg │ ├── Manifest │ ├── ghorg-1.11.0.ebuild │ └── metadata.xml ├── gitahead │ ├── Manifest │ ├── gitahead-2.7.1-r1.ebuild │ ├── gitahead-2.7.1.ebuild │ └── metadata.xml ├── gitqlient │ ├── Manifest │ ├── gitqlient-1.6.2.ebuild │ ├── gitqlient-1.6.3.ebuild │ ├── gitqlient-9999.ebuild │ └── metadata.xml ├── gitui │ ├── Manifest │ ├── gitui-0.26.3.ebuild │ ├── gitui-0.27.0.ebuild │ └── metadata.xml ├── jj │ ├── Manifest │ ├── jj-0.34.0.ebuild │ ├── jj-0.35.0.ebuild │ ├── jj-9999.ebuild │ └── metadata.xml ├── lazygit │ ├── Manifest │ ├── lazygit-0.54.2.ebuild │ ├── lazygit-0.55.0.ebuild │ ├── lazygit-0.55.1.ebuild │ ├── lazygit-0.56.0.ebuild │ ├── lazygit-9999.ebuild │ └── metadata.xml ├── lazyjj │ ├── Manifest │ ├── lazyjj-0.5.0.ebuild │ ├── lazyjj-0.6.1.ebuild │ └── metadata.xml └── pijul │ ├── Manifest │ ├── metadata.xml │ └── pijul-1.0.0_beta9.ebuild ├── dev-zig ├── metadata.xml └── zls │ ├── Manifest │ ├── files │ └── zls-0.10.0-add-0.10.1-tag.patch │ ├── metadata.xml │ ├── zls-0.10.0-r2.ebuild │ ├── zls-0.13.0-r1.ebuild │ ├── zls-0.14.0.ebuild │ ├── zls-0.15.0.ebuild │ └── zls-9999.ebuild ├── eclass ├── boinc-app.eclass ├── build2.eclass ├── click-app.eclass ├── crystal-utils.eclass ├── daemons.eclass ├── databases.eclass ├── mix.eclass ├── mpv-plugin.eclass ├── nim-utils.eclass ├── nimble.eclass ├── qbs.eclass ├── rhvoice-lang.eclass ├── rhvoice-voice.eclass ├── shards.eclass └── tests │ ├── daemons.sh │ └── databases.sh ├── games-action ├── ATLauncher │ ├── ATLauncher-3.4.40.1.ebuild │ ├── Manifest │ ├── files │ │ └── ATLauncher │ └── metadata.xml ├── blackvoxel │ ├── Manifest │ ├── blackvoxel-2.50.ebuild │ ├── blackvoxel-9999.ebuild │ ├── files │ │ ├── blackvoxel-2.50-backported-ltofix.patch │ │ ├── blackvoxel-2.50-makefile.patch │ │ └── blackvoxel-2.50-savedir.patch │ └── metadata.xml ├── classicube │ ├── Manifest │ ├── classicube-1.3.7.ebuild │ ├── classicube-9999.ebuild │ ├── files │ │ └── ClassiCube │ └── metadata.xml ├── ddnet │ ├── Manifest │ ├── ddnet-19.5.ebuild │ ├── ddnet-9999.ebuild │ └── metadata.xml ├── netrek-brmh │ ├── Manifest │ ├── metadata.xml │ └── netrek-brmh-2.6.1.ebuild ├── netrek-cow │ ├── Manifest │ ├── files │ │ └── netrek-cow-3.3.2-autoupdate.patch │ ├── metadata.xml │ └── netrek-cow-3.3.2.ebuild └── technic-launcher │ ├── Manifest │ ├── metadata.xml │ ├── technic-launcher-4.768.ebuild │ └── technic-launcher-4.822.ebuild ├── games-arcade ├── SpaceCadetPinball │ ├── Manifest │ ├── SpaceCadetPinball-2.0.1.ebuild │ ├── SpaceCadetPinball-2.0.ebuild │ ├── SpaceCadetPinball-2.1.0.ebuild │ ├── SpaceCadetPinball-9999.ebuild │ ├── files │ │ └── SpaceCadetPinball-2.0-respect-XDG_DATA_HOME.patch │ └── metadata.xml ├── opensurge │ ├── Manifest │ ├── metadata.xml │ ├── opensurge-0.6.1.2.ebuild │ └── opensurge-9999.ebuild ├── shiromino │ ├── Manifest │ ├── files │ │ └── shiromino-0.2.1-fix_cmake_targets.patch │ ├── metadata.xml │ └── shiromino-0.2.1.ebuild ├── taisei │ ├── Manifest │ ├── metadata.xml │ ├── taisei-1.4.2.ebuild │ ├── taisei-1.4.3.ebuild │ ├── taisei-1.4.4.ebuild │ └── taisei-9999.ebuild └── tetrio-desktop │ ├── Manifest │ ├── files │ ├── tetrio-desktop-10-application.patch │ ├── tetrio-desktop-8-application.patch │ └── tetrio-desktop-9-application.patch │ ├── metadata.xml │ ├── tetrio-desktop-10.ebuild │ └── tetrio-desktop-9.ebuild ├── games-board ├── fairy-stockfish │ ├── Manifest │ ├── fairy-stockfish-14.0.1.ebuild │ └── metadata.xml ├── openriichi │ ├── Manifest │ ├── metadata.xml │ └── openriichi-0.2.1.1-r1.ebuild └── rmahjong │ ├── Manifest │ ├── metadata.xml │ └── rmahjong-0.4_p20201106.ebuild ├── games-emulation ├── RetroArch │ ├── Manifest │ ├── RetroArch-1.19.1.ebuild │ ├── RetroArch-1.20.0.ebuild │ ├── RetroArch-1.21.0.ebuild │ ├── files │ │ ├── RetroArch-1.16.0.3-int-conversion.patch │ │ └── RetroArch-1.21.0-fix-no-pipewire-build.patch │ └── metadata.xml ├── azahar │ ├── Manifest │ ├── azahar-2123.3.ebuild │ ├── files │ │ ├── azahar-2122.1-explicitly-require-the-tsl-robin-map-package.patch │ │ ├── azahar-2122.1-import-some-of-the-symbols-from-spv.patch │ │ ├── azahar-2122.1-link-to-Catch2-only-when-tests-are-enabled.patch │ │ ├── azahar-2122.1-rename-AV_OPT_TYPE_CHANNEL_LAYOUT-to-AV_OPT_TYPE_CHL.patch │ │ ├── azahar-2122.1-use-the-system-faad2-library.patch │ │ ├── azahar-2122.1-use-the-system-teakra-library.patch │ │ ├── azahar-2123-don-t-build-spirv-tools.patch │ │ ├── azahar-2123-use-the-zstd_seekable.h-header-from-externals.patch │ │ ├── azahar-2123.1-use-the-system-oaknut-library.patch │ │ └── azahar-2123.2-use-the-system-sirit-library.patch │ └── metadata.xml ├── dosbox-x │ ├── Manifest │ ├── dosbox-x-2025.10.07.ebuild │ ├── dosbox-x-2025.12.01.ebuild │ ├── dosbox-x-9999.ebuild │ └── metadata.xml ├── eden │ ├── Manifest │ ├── eden-0.0.4_rc3.ebuild │ └── metadata.xml ├── flycast │ ├── flycast-9999.ebuild │ └── metadata.xml ├── libretro-dolphin │ ├── Manifest │ ├── files │ │ └── libretro-dolphin-0.0.1_pre20250517-fix-for-fmt.patch │ ├── libretro-dolphin-0.0.1_pre20250517-r1.ebuild │ └── metadata.xml ├── mupen64plus-qt │ ├── Manifest │ ├── metadata.xml │ ├── mupen64plus-qt-1.17.ebuild │ └── mupen64plus-qt-9999.ebuild └── rpcs3 │ ├── Manifest │ ├── files │ ├── rpcs3-0.0.37-system-openal.patch │ ├── rpcs3-0.0.37-system-stb.patch │ ├── rpcs3-0.0.37-system-zstd.patch │ ├── rpcs3-0.0.38-system-stb.patch │ └── rpcs3-9999-system-stb.patch │ ├── metadata.xml │ ├── rpcs3-0.0.37.ebuild │ ├── rpcs3-0.0.38.ebuild │ └── rpcs3-9999.ebuild ├── games-engines ├── boxtron │ ├── Manifest │ ├── boxtron-0.5.4-r2.ebuild │ └── metadata.xml ├── fs2_open │ ├── Manifest │ ├── files │ │ ├── fs2_open-24.2.0-deps-fix.patch │ │ ├── fs2_open-24.2.0-disable-discord.patch │ │ ├── fs2_open-24.2.0-dont-build-lz4.patch │ │ ├── fs2_open-24.2.0-make-arch-independent.patch │ │ └── fs2_open-24.2.0-respect-flags.patch │ ├── fs2_open-24.2.0.ebuild │ └── metadata.xml ├── instead │ ├── Manifest │ ├── instead-3.5.2.ebuild │ ├── instead-9999.ebuild │ └── metadata.xml ├── nxengine-evo │ ├── Manifest │ ├── files │ │ ├── nxengine-evo-2.6.5-1-gcc13.patch │ │ └── series │ ├── metadata.xml │ └── nxengine-evo-2.6.5_p1-r1.ebuild ├── ponscripter-fork │ ├── Manifest │ ├── metadata.xml │ └── ponscripter-fork-3.0.2.ebuild ├── system3-sdl2 │ ├── Manifest │ ├── metadata.xml │ ├── system3-sdl2-1.6.2.ebuild │ └── system3-sdl2-1.7.0.ebuild ├── xsystem35-sdl2 │ ├── Manifest │ ├── metadata.xml │ ├── xsystem35-sdl2-2.16.1.ebuild │ └── xsystem35-sdl2-2.17.0.ebuild └── xsystem4 │ ├── Manifest │ ├── files │ └── version_1.0.0.patch │ ├── metadata.xml │ ├── xsystem4-1.0.0.ebuild │ └── xsystem4-9999.ebuild ├── games-fps ├── assaultcube │ ├── Manifest │ ├── assaultcube-1.3.0.2-r1.ebuild │ ├── files │ │ ├── 0001-Fix-unnecessary-rebuild-on-make-install.patch │ │ ├── 0002-Don-t-configure-libenet-in-Makefile.patch │ │ ├── assaultcube-1.3.0.2-fix-checkinstall.patch │ │ ├── assaultcube-1.3.0.2-respect-ldflags.patch │ │ └── assaultcube-1.3.0.2-unset-variables.patch │ └── metadata.xml ├── crispy-doom │ ├── Manifest │ ├── crispy-doom-5.12.0.ebuild │ ├── crispy-doom-6.0.ebuild │ ├── files │ │ ├── crispy-doom-5.12.0-cflags.patch │ │ └── crispy-doom-6.0-cflags.patch │ └── metadata.xml ├── etlegacy │ ├── Manifest │ ├── etlegacy-2.82.0.ebuild │ ├── etlegacy-2.83.2.ebuild │ └── metadata.xml ├── openspades │ ├── Manifest │ ├── files │ │ └── openspades-0.1.3-dont-compress-docs.patch │ ├── metadata.xml │ └── openspades-0.1.3.ebuild ├── quakespasm │ ├── Manifest │ ├── files │ │ ├── quakespasm-0.96.3-cflags.patch │ │ └── quakespasm-0.96.3-mkpak-portable-shell.patch │ ├── metadata.xml │ ├── quakespasm-0.96.3.ebuild │ └── quakespasm-9999.ebuild └── the-dark-mod-bin │ ├── Manifest │ ├── metadata.xml │ └── the-dark-mod-bin-2.12-r1.ebuild ├── games-misc ├── asciiquarium │ ├── Manifest │ ├── asciiquarium-1.1_p20120823.ebuild │ └── metadata.xml ├── cbonsai │ ├── Manifest │ ├── cbonsai-1.3.1-r1.ebuild │ ├── files │ │ └── cbonsai-respect-variables.patch │ └── metadata.xml ├── gay │ ├── Manifest │ ├── gay-1.3.4.ebuild │ └── metadata.xml └── varlpenis │ ├── metadata.xml │ └── varlpenis-3.0.4.ebuild ├── games-puzzle ├── aaaaxy │ ├── Manifest │ ├── aaaaxy-1.3.436.ebuild │ ├── aaaaxy-1.4.160.ebuild │ ├── aaaaxy-1.5.250.ebuild │ └── metadata.xml ├── atris │ ├── Manifest │ ├── atris-1.0.7.ebuild │ ├── files │ │ ├── atris-1.0.7-fno-common.patch │ │ ├── atris-1.0.7-no-implicit.patch │ │ └── atris-1.0.7-path-and-fullscreen.patch │ └── metadata.xml ├── baba-is-you │ ├── Manifest │ ├── baba-is-you-478f.ebuild │ └── metadata.xml ├── blockout │ ├── Manifest │ ├── blockout-2.5.ebuild │ ├── files │ │ ├── blockout-2.5-blockout-makefile.patch │ │ ├── blockout-2.5-datadir.patch │ │ ├── blockout-2.5-image-makefile.patch │ │ └── blockout_icon.png │ └── metadata.xml ├── generic-tetromino-game │ ├── generic-tetromino-game-9999.ebuild │ └── metadata.xml ├── katawa-shoujo │ ├── Manifest │ ├── files │ │ ├── katawa-shoujo.desktop │ │ └── katawa-shoujo.png │ ├── katawa-shoujo-1.4.6.ebuild │ ├── katawa-shoujo-1.4.7.ebuild │ └── metadata.xml ├── krank │ ├── Manifest │ ├── krank-8.ebuild │ └── metadata.xml ├── superflu-riteurnz-data │ ├── Manifest │ ├── metadata.xml │ └── superflu-riteurnz-data-12.ebuild ├── superflu-riteurnz │ ├── Manifest │ ├── files │ │ ├── superflu-riteurnz-1.5.4-add-missing-include-functional.patch │ │ └── superflu-riteurnz-1.5.4-add-missing-include-initializer_list.patch │ ├── metadata.xml │ └── superflu-riteurnz-1.5.5.ebuild └── xdemineur │ ├── Manifest │ ├── files │ └── xdemineur-2.1.1-include.patch │ └── xdemineur-2.1.1-r1.ebuild ├── games-roguelike └── cataclysm-dda │ ├── Manifest │ ├── cataclysm-dda-0h.ebuild │ ├── cataclysm-dda-9999.ebuild │ ├── files │ └── cataclysm-dda-respect-flags.patch │ └── metadata.xml ├── games-rpg ├── open-adventure │ ├── Manifest │ ├── metadata.xml │ ├── open-adventure-1.17.ebuild │ ├── open-adventure-1.18.ebuild │ └── open-adventure-1.20.ebuild ├── primordia │ ├── Manifest │ ├── metadata.xml │ └── primordia-3.6.70667.ebuild └── snoot-game │ ├── Manifest │ ├── metadata.xml │ └── snoot-game-1.12.0.ebuild ├── games-server └── among-sus │ ├── Manifest │ ├── among-sus-20210519.ebuild │ ├── files │ ├── among-sus.confd │ └── among-sus.initd │ └── metadata.xml ├── games-strategy ├── 7k-ambition │ ├── 7k-ambition-3.2.7.ebuild │ ├── 7k-ambition-9999.ebuild │ ├── Manifest │ └── metadata.xml ├── gigalomania │ ├── Manifest │ ├── files │ │ └── Makefile.patch │ ├── gigalomania-1.0.1.ebuild │ └── metadata.xml ├── slay-the-spire │ ├── Manifest │ ├── files │ │ └── slay-the-spire │ ├── metadata.xml │ └── slay-the-spire-2.2.ebuild ├── unciv-bin │ ├── Manifest │ ├── metadata.xml │ ├── unciv-bin-4.15.2.ebuild │ └── unciv-bin-4.15.6_p1.ebuild └── zedonline-bin │ ├── Manifest │ ├── metadata.xml │ └── zedonline-bin-0.3.2-r1.ebuild ├── games-util ├── NotEnoughProduction │ ├── Manifest │ ├── NotEnoughProduction-0.0.4.ebuild │ ├── files │ │ └── NotEnoughProduction │ └── metadata.xml ├── ProtonUp-Qt │ ├── Manifest │ ├── ProtonUp-Qt-2.12.0.ebuild │ ├── ProtonUp-Qt-2.13.0.ebuild │ ├── ProtonUp-Qt-9999.ebuild │ ├── files │ │ └── ProtonUp-Qt-2.11.1-add-entrypoint.patch │ └── metadata.xml ├── chiaki-ng │ ├── Manifest │ ├── chiaki-ng-1.9.5.ebuild │ ├── chiaki-ng-9999.ebuild │ └── metadata.xml ├── curseforge │ ├── Manifest │ ├── curseforge-1.292.0_p28941.ebuild │ └── metadata.xml ├── dwarf-therapist │ ├── Manifest │ ├── dwarf-therapist-41.2.5.ebuild │ ├── dwarf-therapist-42.1.5.ebuild │ └── metadata.xml ├── gamehub │ ├── Manifest │ ├── gamehub-0.16.3.2-r2.ebuild │ └── metadata.xml ├── goverlay │ ├── Manifest │ ├── goverlay-1.2.ebuild │ └── metadata.xml ├── grapejuice │ ├── Manifest │ ├── grapejuice-7.20.12.ebuild │ ├── grapejuice-9999.ebuild │ └── metadata.xml ├── hid-nintendo │ ├── hid-nintendo-9999.ebuild │ └── metadata.xml ├── input-remapper │ ├── Manifest │ ├── files │ │ └── remove-non-python-files-from-setup.patch │ ├── input-remapper-2.1.1.ebuild │ ├── input-remapper-2.2.0.ebuild │ ├── input-remapper-9999.ebuild │ └── metadata.xml ├── itch-bin │ ├── Manifest │ ├── itch-bin-25.5.1-r2.ebuild │ ├── itch-bin-26.1.9.ebuild │ └── metadata.xml ├── legendary │ ├── Manifest │ ├── legendary-0.20.33-r2.ebuild │ ├── legendary-0.20.34-r2.ebuild │ └── metadata.xml ├── libtess2 │ ├── Manifest │ ├── files │ │ └── meson.build │ ├── libtess2-1.0.2.ebuild │ └── metadata.xml ├── mangohud │ ├── Manifest │ ├── mangohud-0.7.2-r1.ebuild │ ├── mangohud-0.8.0.ebuild │ ├── mangohud-0.8.1.ebuild │ ├── mangohud-9999.ebuild │ └── metadata.xml ├── minigalaxy │ ├── Manifest │ ├── metadata.xml │ └── minigalaxy-1.4.0.ebuild ├── modrinth-app-bin │ ├── Manifest │ ├── files │ │ └── modrinth-app-bin-desktop.patch │ ├── metadata.xml │ ├── modrinth-app-bin-0.10.10.ebuild │ ├── modrinth-app-bin-0.10.15.ebuild │ └── modrinth-app-bin-0.10.18.ebuild ├── protonup │ ├── Manifest │ ├── metadata.xml │ ├── protonup-0.1.5.ebuild │ └── protonup-9999.ebuild ├── qzdl │ ├── Manifest │ ├── files │ │ └── qzdl-cmake.patch │ ├── metadata.xml │ ├── qzdl-20250103.ebuild │ └── qzdl-99999999.ebuild ├── r2modman-bin │ ├── Manifest │ ├── files │ │ └── r2modman.desktop │ ├── metadata.xml │ └── r2modman-bin-3.1.51.ebuild ├── roll │ ├── Manifest │ ├── metadata.xml │ └── roll-2.6.1.ebuild ├── sdl2-gamepad-mapper │ ├── Manifest │ ├── metadata.xml │ └── sdl2-gamepad-mapper-0.0.8-r1.ebuild ├── steamtinkerlaunch │ ├── Manifest │ ├── metadata.xml │ ├── steamtinkerlaunch-12.12.ebuild │ └── steamtinkerlaunch-9999.ebuild ├── umu-launcher │ ├── Manifest │ ├── files │ │ └── umu-launcher-1.2.9-optional-delta.patch │ ├── metadata.xml │ └── umu-launcher-1.3.0.ebuild ├── xivlauncher │ ├── Manifest │ ├── metadata.xml │ └── xivlauncher-1.2.1.ebuild └── xone │ ├── Manifest │ ├── files │ └── Makefile │ ├── metadata.xml │ ├── xone-0.4.10.ebuild │ ├── xone-0.4.11.ebuild │ └── xone-0.4.9.ebuild ├── gnome-extra ├── commit │ ├── Manifest │ ├── commit-4.1-r1.ebuild │ ├── commit-4.2.ebuild │ ├── commit-4.3.ebuild │ ├── files │ │ └── remove-failing-tests.patch │ └── metadata.xml ├── extension-manager │ ├── Manifest │ ├── extension-manager-0.6.3-r1.ebuild │ ├── extension-manager-0.6.5.ebuild │ ├── extension-manager-9999.ebuild │ └── metadata.xml ├── iio-sensor-proxy │ ├── Manifest │ ├── files │ │ ├── iio-sensor-proxy │ │ └── no-systemd.patch │ ├── iio-sensor-proxy-3.7.ebuild │ ├── iio-sensor-proxy-3.8.ebuild │ └── metadata.xml ├── junction │ ├── Manifest │ ├── junction-1.7-r1.ebuild │ └── metadata.xml ├── nautilus-open-any-terminal │ ├── Manifest │ ├── metadata.xml │ └── nautilus-open-any-terminal-0.7.0.ebuild ├── portfolio │ ├── Manifest │ ├── metadata.xml │ └── portfolio-0.9.14.ebuild ├── vvmplayer │ ├── Manifest │ ├── files │ │ └── vvmplayer-1.4-skip-appstream-validation.patch │ ├── metadata.xml │ └── vvmplayer-1.4-r1.ebuild ├── wike │ ├── Manifest │ ├── metadata.xml │ ├── wike-3.1.1.ebuild │ └── wike-3.1.3.ebuild └── yad │ ├── Manifest │ ├── metadata.xml │ ├── yad-14.1.ebuild │ └── yad-9999.ebuild ├── gui-apps ├── 1password │ ├── 1password-8.10.76-r1.ebuild │ ├── Manifest │ └── metadata.xml ├── ReGreet │ ├── Manifest │ ├── ReGreet-0.1.1-r10.ebuild │ ├── ReGreet-0.2.0.ebuild │ ├── ReGreet-9999.ebuild │ ├── files │ │ ├── README.gentoo │ │ ├── ReGreet-0.1.1-cargo-lock-fix.diff │ │ └── ReGreet-0.2.0-cargo-toml-fix.diff │ └── metadata.xml ├── ashell │ ├── Manifest │ ├── ashell-0.3.0.ebuild │ ├── ashell-0.3.1.ebuild │ ├── ashell-0.6.0.ebuild │ ├── files │ │ └── ashell.service │ └── metadata.xml ├── autotiling-rs │ ├── Manifest │ ├── autotiling-rs-0.1.6.ebuild │ └── metadata.xml ├── awww │ ├── Manifest │ ├── awww-0.11.2.ebuild │ ├── awww-9999.ebuild │ └── metadata.xml ├── aylurs-gtk-shell │ ├── Manifest │ ├── aylurs-gtk-shell-1.8.2-r1.ebuild │ ├── files │ │ └── aylurs-gtk-shell-1.8.2-correct_bin_src.patch │ └── metadata.xml ├── azote │ ├── Manifest │ ├── azote-1.16.0.ebuild │ ├── azote-9999.ebuild │ └── metadata.xml ├── clipman │ ├── Manifest │ ├── clipman-1.6.5.ebuild │ └── metadata.xml ├── contour │ ├── Manifest │ ├── contour-0.6.1.7494.ebuild │ └── metadata.xml ├── coreaction │ ├── Manifest │ ├── coreaction-5.0.0.ebuild │ └── metadata.xml ├── corearchiver │ ├── Manifest │ ├── corearchiver-5.0.0.ebuild │ └── metadata.xml ├── corefm │ ├── Manifest │ ├── corefm-5.0.0.ebuild │ └── metadata.xml ├── coregarage │ ├── Manifest │ ├── coregarage-5.0.0.ebuild │ └── metadata.xml ├── corehunt │ ├── Manifest │ ├── corehunt-5.0.0.ebuild │ └── metadata.xml ├── coreimage │ ├── Manifest │ ├── coreimage-5.0.0.ebuild │ └── metadata.xml ├── coreinfo │ ├── Manifest │ ├── coreinfo-5.0.0.ebuild │ └── metadata.xml ├── corekeyboard │ ├── Manifest │ ├── corekeyboard-5.0.0.ebuild │ └── metadata.xml ├── corepad │ ├── Manifest │ ├── corepad-5.0.0.ebuild │ └── metadata.xml ├── corepaint │ ├── Manifest │ ├── corepaint-5.0.0.ebuild │ └── metadata.xml ├── corepdf │ ├── Manifest │ ├── corepdf-5.0.0.ebuild │ └── metadata.xml ├── corepins │ ├── Manifest │ ├── corepins-5.0.0.ebuild │ └── metadata.xml ├── corerenamer │ ├── Manifest │ ├── corerenamer-5.0.0.ebuild │ └── metadata.xml ├── coreshot │ ├── Manifest │ ├── coreshot-5.0.0.ebuild │ └── metadata.xml ├── corestats │ ├── Manifest │ ├── corestats-5.0.0.ebuild │ └── metadata.xml ├── corestuff │ ├── Manifest │ ├── corestuff-5.0.0.ebuild │ └── metadata.xml ├── coreterminal │ ├── Manifest │ ├── coreterminal-5.0.0.ebuild │ └── metadata.xml ├── coretime │ ├── Manifest │ ├── coretime-5.0.1.ebuild │ └── metadata.xml ├── coreuniverse │ ├── Manifest │ ├── coreuniverse-5.0.0.ebuild │ └── metadata.xml ├── darkman │ ├── Manifest │ ├── darkman-2.2.0.ebuild │ └── metadata.xml ├── espanso │ ├── Manifest │ ├── espanso-2.3.0.ebuild │ └── metadata.xml ├── eww │ ├── Manifest │ ├── eww-0.6.0-r3.ebuild │ ├── eww-9999.ebuild │ ├── files │ │ └── eww-0.6.0-update-crates.patch │ └── metadata.xml ├── fnott │ ├── Manifest │ ├── fnott-1.7.1.ebuild │ ├── fnott-9999.ebuild │ └── metadata.xml ├── fuzzel │ ├── Manifest │ ├── fuzzel-1.13.0.ebuild │ └── metadata.xml ├── fyi │ ├── Manifest │ ├── files │ │ └── meson-doc-subdir.patch │ ├── fyi-1.0.4.ebuild │ ├── fyi-9999.ebuild │ └── metadata.xml ├── gcolor3 │ ├── Manifest │ ├── files │ │ └── gcolor3-2.4.0-update-to-libportal-0.5.patch │ ├── gcolor3-2.4.0.ebuild │ └── metadata.xml ├── gradience │ ├── Manifest │ ├── files │ │ ├── gradience-0.3.0-appstream-test-ignore.patch │ │ └── gradience-0.4.1-fix-metainfo-path.patch │ ├── gradience-0.3.0-r2.ebuild │ ├── gradience-0.4.1.ebuild │ └── metadata.xml ├── grimshot │ ├── grimshot-9999.ebuild │ └── metadata.xml ├── gtklock-extras │ ├── gtklock-extras-9999.ebuild │ └── metadata.xml ├── gtklock │ ├── Manifest │ ├── gtklock-4.0.0.ebuild │ └── metadata.xml ├── hiprompt-gtk-py │ ├── Manifest │ ├── hiprompt-gtk-py-0.8.0.ebuild │ ├── hiprompt-gtk-py-9999.ebuild │ └── metadata.xml ├── hypridle │ ├── Manifest │ ├── files │ │ ├── hypridle-0.1.5-fix-CFLAGS-CXXFLAGS.patch │ │ └── hypridle-9999-fix-CFLAGS-CXXFLAGS.patch │ ├── hypridle-0.1.6.ebuild │ ├── hypridle-0.1.7.ebuild │ ├── hypridle-9999.ebuild │ └── metadata.xml ├── hyprlock │ ├── Manifest │ ├── files │ │ └── hyprlock-0.4.1-fix-CFLAGS-CXXFLAGS.patch │ ├── hyprlock-0.9.1.ebuild │ ├── hyprlock-0.9.2.ebuild │ ├── hyprlock-9999.ebuild │ └── metadata.xml ├── hyprnome │ ├── Manifest │ ├── hyprnome-0.3.0.ebuild │ └── metadata.xml ├── hyprpaper │ ├── Manifest │ ├── hyprpaper-0.7.4.ebuild │ ├── hyprpaper-0.7.5.ebuild │ └── metadata.xml ├── hyprpicker │ ├── Manifest │ ├── hyprpicker-0.4.5.ebuild │ ├── hyprpicker-9999.ebuild │ └── metadata.xml ├── hyprshade │ ├── Manifest │ ├── hyprshade-3.2.1.ebuild │ ├── hyprshade-9999.ebuild │ └── metadata.xml ├── hyprshot │ ├── Manifest │ ├── hyprshot-1.3.0-r1.ebuild │ ├── hyprshot-9999.ebuild │ └── metadata.xml ├── hyprsunset │ ├── Manifest │ ├── hyprsunset-0.2.0.ebuild │ ├── hyprsunset-9999.ebuild │ └── metadata.xml ├── hyprswitch │ ├── Manifest │ ├── hyprswitch-1.3.1.ebuild │ └── metadata.xml ├── hyprsysteminfo │ ├── Manifest │ ├── hyprsysteminfo-0.1.3.ebuild │ └── metadata.xml ├── intiface-central-bin │ ├── Manifest │ ├── intiface-central-bin-2.6.0.ebuild │ ├── intiface-central-bin-2.6.4.ebuild │ └── metadata.xml ├── ironbar │ ├── Manifest │ ├── ironbar-0.16.1-r1.ebuild │ ├── ironbar-0.17.1.ebuild │ ├── ironbar-9999.ebuild │ └── metadata.xml ├── klassy │ ├── Manifest │ ├── klassy-6.4.ebuild │ ├── klassy-9999.ebuild │ └── metadata.xml ├── koi │ ├── Manifest │ ├── koi-0.5.1.ebuild │ ├── koi-0.6.ebuild │ └── metadata.xml ├── lan-mouse │ ├── Manifest │ ├── lan-mouse-0.10.0.ebuild │ ├── lan-mouse-0.10.0_p20251027.ebuild │ └── metadata.xml ├── lemurs │ ├── Manifest │ ├── files │ │ ├── lemurs-0.3.2-rust-1.81.patch │ │ ├── lemurs.initd │ │ └── lemurs.pam │ ├── lemurs-0.3.2.ebuild │ └── metadata.xml ├── lswt │ ├── Manifest │ ├── lswt-1.0.4-r1.ebuild │ ├── lswt-2.0.0.ebuild │ ├── lswt-9999.ebuild │ └── metadata.xml ├── meteo-qt │ ├── Manifest │ ├── files │ │ └── meteo-qt-4.0-lrelease.patch │ ├── metadata.xml │ ├── meteo-qt-4.1.ebuild │ └── meteo-qt-4.2.ebuild ├── mpvpaper │ ├── Manifest │ ├── metadata.xml │ ├── mpvpaper-1.8.ebuild │ └── mpvpaper-9999.ebuild ├── nwg-bar │ ├── Manifest │ ├── metadata.xml │ ├── nwg-bar-0.1.5.ebuild │ └── nwg-bar-0.1.6.ebuild ├── nwg-clipman │ ├── Manifest │ ├── metadata.xml │ ├── nwg-clipman-0.2.4-r1.ebuild │ └── nwg-clipman-0.2.5.ebuild ├── nwg-displays │ ├── Manifest │ ├── metadata.xml │ ├── nwg-displays-0.3.22.ebuild │ └── nwg-displays-0.3.25.ebuild ├── nwg-dock-hyprland │ ├── Manifest │ ├── metadata.xml │ ├── nwg-dock-hyprland-0.4.6.ebuild │ └── nwg-dock-hyprland-0.4.8.ebuild ├── nwg-dock │ ├── Manifest │ ├── metadata.xml │ ├── nwg-dock-0.4.1.ebuild │ └── nwg-dock-0.4.3.ebuild ├── nwg-drawer │ ├── Manifest │ ├── metadata.xml │ ├── nwg-drawer-0.7.0.ebuild │ └── nwg-drawer-0.7.4.ebuild ├── nwg-hello │ ├── Manifest │ ├── metadata.xml │ ├── nwg-hello-0.3.0.ebuild │ └── nwg-hello-0.4.0.ebuild ├── nwg-icon-picker │ ├── Manifest │ ├── metadata.xml │ ├── nwg-icon-picker-0.1.1-r1.ebuild │ ├── nwg-icon-picker-0.1.1.ebuild │ └── nwg-icon-picker-9999.ebuild ├── nwg-launchers │ ├── Manifest │ ├── files │ │ ├── icons │ │ │ ├── system-lock-screen.svg │ │ │ ├── system-log-out.svg │ │ │ ├── system-reboot.svg │ │ │ └── system-shutdown.svg │ │ └── index.theme │ ├── metadata.xml │ ├── nwg-launchers-0.5.0.ebuild │ ├── nwg-launchers-0.6.3.ebuild │ ├── nwg-launchers-0.7.1.1.ebuild │ └── nwg-launchers-9999.ebuild ├── nwg-menu │ ├── Manifest │ ├── metadata.xml │ ├── nwg-menu-0.1.7.ebuild │ └── nwg-menu-0.1.9.ebuild ├── nwg-panel │ ├── Manifest │ ├── metadata.xml │ ├── nwg-panel-0.10.12.ebuild │ ├── nwg-panel-0.10.6.ebuild │ └── nwg-panel-9999.ebuild ├── nwg-shell-config │ ├── Manifest │ ├── metadata.xml │ ├── nwg-shell-config-0.5.59-r1.ebuild │ └── nwg-shell-config-0.5.62-r1.ebuild ├── nwg-shell │ ├── Manifest │ ├── metadata.xml │ ├── nwg-shell-0.5.48.ebuild │ └── nwg-shell-0.5.49.ebuild ├── nwg │ ├── metadata.xml │ └── nwg-0.ebuild ├── openrefine │ ├── Manifest │ ├── metadata.xml │ └── openrefine-3.9.3.ebuild ├── organicmaps │ ├── files │ │ ├── more-3party.patch │ │ └── no-dynamic-download.patch │ ├── metadata.xml │ └── organicmaps-9999.ebuild ├── packettracer │ ├── Manifest │ ├── files │ │ └── packettracer-8.2.2.desktop │ ├── metadata.xml │ └── packettracer-8.2.2-r1.ebuild ├── pop-launcher │ ├── Manifest │ ├── metadata.xml │ └── pop-launcher-1.2.1.ebuild ├── quickshell │ ├── Manifest │ ├── metadata.xml │ ├── quickshell-0.2.0.ebuild │ ├── quickshell-0.2.1.ebuild │ └── quickshell-9999.ebuild ├── rofi-wayland │ ├── Manifest │ ├── metadata.xml │ ├── rofi-wayland-1.7.5_p3.ebuild │ └── rofi-wayland-1.7.8_p1.ebuild ├── satty │ ├── Manifest │ ├── metadata.xml │ ├── satty-0.19.0.ebuild │ └── satty-9999.ebuild ├── sddm-conf │ ├── Manifest │ ├── metadata.xml │ └── sddm-conf-0.3.0.ebuild ├── sfwbar │ ├── Manifest │ ├── metadata.xml │ ├── sfwbar-1.0_beta16_p1.ebuild │ └── sfwbar-9999.ebuild ├── shikane │ ├── Manifest │ ├── metadata.xml │ └── shikane-1.0.1.ebuild ├── showmethekey │ ├── Manifest │ ├── metadata.xml │ ├── showmethekey-1.12.0.ebuild │ └── showmethekey-1.13.1.ebuild ├── somebar │ ├── Manifest │ ├── metadata.xml │ ├── somebar-1.0.3-r1.ebuild │ └── somebar-9999.ebuild ├── someblocks │ ├── Manifest │ ├── files │ │ └── someblocks-1.0.1-c23.patch │ ├── metadata.xml │ ├── someblocks-1.0.1.ebuild │ └── someblocks-9999.ebuild ├── sway-audio-idle-inhibit │ ├── Manifest │ ├── metadata.xml │ ├── sway-audio-idle-inhibit-0.2.0.ebuild │ └── sway-audio-idle-inhibit-9999.ebuild ├── sway-launcher-desktop │ ├── Manifest │ ├── metadata.xml │ └── sway-launcher-desktop-1.7.0.ebuild ├── swaykbdd │ ├── Manifest │ ├── metadata.xml │ └── swaykbdd-1.4.ebuild ├── swaylock-effects │ ├── Manifest │ ├── metadata.xml │ ├── swaylock-effects-1.7.0.0.ebuild │ └── swaylock-effects-9999.ebuild ├── swaylock-plugin │ ├── Manifest │ ├── metadata.xml │ ├── swaylock-plugin-1.8.0.ebuild │ └── swaylock-plugin-9999.ebuild ├── swaync │ ├── Manifest │ ├── metadata.xml │ ├── swaync-0.11.0.ebuild │ └── swaync-0.12.2.ebuild ├── swayosd │ ├── Manifest │ ├── metadata.xml │ ├── swayosd-0.1.0.ebuild │ └── swayosd-0.2.1.ebuild ├── swayr │ ├── Manifest │ ├── metadata.xml │ ├── swayr-0.28.0.ebuild │ └── swayr-0.28.1.ebuild ├── swayrbar │ ├── Manifest │ ├── metadata.xml │ └── swayrbar-0.4.2.ebuild ├── sworkstyle │ ├── Manifest │ ├── metadata.xml │ └── sworkstyle-1.3.5.ebuild ├── szyszka │ ├── Manifest │ ├── metadata.xml │ └── szyszka-3.0.0.ebuild ├── tessen │ ├── Manifest │ ├── metadata.xml │ └── tessen-2.2.1-r1.ebuild ├── tofi │ ├── Manifest │ ├── metadata.xml │ ├── tofi-0.8.1.ebuild │ └── tofi-0.9.1.ebuild ├── vicuna │ ├── Manifest │ ├── metadata.xml │ └── vicuna-1.25.ebuild ├── walker │ ├── Manifest │ ├── metadata.xml │ ├── walker-0.10.3.ebuild │ ├── walker-0.12.0.ebuild │ ├── walker-0.13.26.ebuild │ └── walker-9999.ebuild ├── way-displays │ ├── Manifest │ ├── metadata.xml │ ├── way-displays-1.15.0.ebuild │ └── way-displays-9999.ebuild ├── wayfreeze │ ├── metadata.xml │ └── wayfreeze-9999.ebuild ├── wayidle │ ├── Manifest │ ├── metadata.xml │ └── wayidle-1.0.1.ebuild ├── waylock │ ├── Manifest │ ├── files │ │ └── waylock.1 │ ├── metadata.xml │ ├── waylock-1.3.0.ebuild │ ├── waylock-1.4.0.ebuild │ ├── waylock-1.5.0-r2.ebuild │ └── waylock-1.5.0.ebuild ├── waypaper │ ├── Manifest │ ├── metadata.xml │ └── waypaper-2.7-r1.ebuild ├── wbg │ ├── Manifest │ ├── metadata.xml │ ├── wbg-1.0.2.ebuild │ ├── wbg-1.1.0.ebuild │ ├── wbg-1.2.0.ebuild │ └── wbg-9999.ebuild ├── wdisplays │ ├── Manifest │ ├── files │ │ └── wdisplays-1.0-pull20.patch │ ├── metadata.xml │ ├── wdisplays-1.1.3.ebuild │ └── wdisplays-9999.ebuild ├── wev │ ├── Manifest │ ├── metadata.xml │ ├── wev-1.0.0.ebuild │ └── wev-1.1.0.ebuild ├── wideriver │ ├── Manifest │ ├── metadata.xml │ ├── wideriver-1.3.0.ebuild │ └── wideriver-1.3.1.ebuild ├── windowtolayer │ ├── Manifest │ ├── metadata.xml │ ├── windowtolayer-0.1.0.ebuild │ └── windowtolayer-9999.ebuild ├── wl-clip-persist │ ├── Manifest │ ├── metadata.xml │ ├── wl-clip-persist-0.4.3-r1.ebuild │ └── wl-clip-persist-9999.ebuild ├── wl-mirror │ ├── Manifest │ ├── metadata.xml │ ├── wl-mirror-0.18.1-r2.ebuild │ ├── wl-mirror-0.18.3.ebuild │ └── wl-mirror-9999.ebuild ├── wl-scripts │ ├── Manifest │ ├── metadata.xml │ ├── wl-scripts-1.2.3-r1.ebuild │ └── wl-scripts-9999.ebuild ├── wlgreet │ ├── Manifest │ ├── metadata.xml │ ├── wlgreet-0.4.1.ebuild │ └── wlgreet-0.5.0.ebuild ├── wlogout │ ├── Manifest │ ├── files │ │ └── wlogout-1.2.2-fix-cflags.patch │ ├── metadata.xml │ ├── wlogout-1.1.1.ebuild │ ├── wlogout-1.2.2-r1.ebuild │ └── wlogout-9999.ebuild ├── wlopm │ ├── Manifest │ ├── metadata.xml │ ├── wlopm-1.0.0.ebuild │ └── wlopm-9999.ebuild ├── wlr-dpms │ ├── Manifest │ ├── metadata.xml │ └── wlr-dpms-0_p20250620.ebuild ├── wlr-randr │ ├── Manifest │ ├── metadata.xml │ ├── wlr-randr-0.4.1.ebuild │ └── wlr-randr-9999.ebuild ├── wlsunset │ ├── Manifest │ ├── metadata.xml │ ├── wlsunset-0.4.0.ebuild │ └── wlsunset-9999.ebuild ├── wob │ ├── Manifest │ ├── metadata.xml │ ├── wob-0.15.1-r1.ebuild │ └── wob-0.16.ebuild ├── wscreensaver │ ├── files │ │ ├── xscreensaver-5.31-pragma.patch │ │ ├── xscreensaver-5.45-gcc.patch │ │ └── xscreensaver-6.01-gentoo.patch │ ├── metadata.xml │ └── wscreensaver-9999.ebuild ├── wtype │ ├── Manifest │ ├── metadata.xml │ └── wtype-0.4.ebuild ├── xremap │ ├── Manifest │ ├── files │ │ ├── xremap-input.rules │ │ └── xremap-uinput.conf │ ├── metadata.xml │ └── xremap-0.14.5.ebuild ├── xwayland-satellite │ ├── Manifest │ ├── metadata.xml │ ├── xwayland-satellite-0.5.1.ebuild │ └── xwayland-satellite-0.7.ebuild └── yambar │ ├── Manifest │ ├── metadata.xml │ ├── yambar-1.11.0.ebuild │ └── yambar-9999.ebuild ├── gui-libs ├── gtk-session-lock │ ├── Manifest │ ├── gtk-session-lock-0.2.0-r6.ebuild │ ├── gtk-session-lock-9999.ebuild │ └── metadata.xml ├── libcprime │ ├── Manifest │ ├── libcprime-5.0.0.ebuild │ └── metadata.xml ├── libcsys │ ├── Manifest │ ├── libcsys-5.0.0.ebuild │ └── metadata.xml ├── mir │ ├── Manifest │ ├── files │ │ ├── mir-2.17.0-remove-debug-flags.patch │ │ └── mir-2.20.0-remove-tests.patch │ ├── metadata.xml │ ├── mir-2.22.2.ebuild │ └── mir-2.23.0.ebuild ├── qdocumentview │ ├── Manifest │ ├── files │ │ └── qdocumentview-0.3.0.1-fix-automagic.patch │ ├── metadata.xml │ └── qdocumentview-0.3.0.1.ebuild ├── qtforkawesome │ ├── Manifest │ ├── metadata.xml │ ├── qtforkawesome-0.3.1.ebuild │ └── qtforkawesome-0.3.2.ebuild ├── qtutilities │ ├── Manifest │ ├── metadata.xml │ ├── qtutilities-6.18.2.ebuild │ └── qtutilities-6.18.3.ebuild ├── scenefx │ ├── Manifest │ ├── metadata.xml │ ├── scenefx-0.4.1.ebuild │ └── scenefx-9999.ebuild └── xdg-desktop-portal-hyprland │ ├── Manifest │ ├── metadata.xml │ ├── xdg-desktop-portal-hyprland-1.3.9-r1.ebuild │ └── xdg-desktop-portal-hyprland-9999.ebuild ├── gui-wm ├── cage │ ├── Manifest │ ├── cage-0.2.1.ebuild │ ├── cage-9999.ebuild │ └── metadata.xml ├── hyprland-contrib │ ├── Manifest │ ├── hyprland-contrib-0.1-r1.ebuild │ ├── hyprland-contrib-9999.ebuild │ └── metadata.xml ├── mangowc │ ├── Manifest │ ├── mangowc-0.10.5.ebuild │ ├── mangowc-9999.ebuild │ └── metadata.xml ├── miracle-wm │ ├── Manifest │ ├── files │ │ ├── miracle-wm-0.6.1-conditional-tests.patch │ │ ├── miracle-wm-0.7.0-disable-mirtest.patch │ │ └── miracle-wm-0.7.0-no-automagic.patch │ ├── metadata.xml │ ├── miracle-wm-0.8.0.ebuild │ └── miracle-wm-0.8.2.ebuild ├── niri │ ├── Manifest │ ├── files │ │ ├── niri-25.08-libdisplay-info-0.3.0.patch │ │ └── niri-25.08-libdisplay-info-smithay.patch │ ├── metadata.xml │ ├── niri-25.08-r1.ebuild │ ├── niri-25.08.ebuild │ ├── niri-25.11.ebuild │ └── niri-9999.ebuild ├── phoc │ ├── Manifest │ ├── metadata.xml │ ├── phoc-0.48.0.ebuild │ ├── phoc-0.49.0.ebuild │ └── phoc-0.50.0.ebuild ├── river │ ├── Manifest │ ├── files │ │ └── river-0.3.12-fix-scdoc-path.patch │ ├── metadata.xml │ ├── river-0.3.11.ebuild │ └── river-0.3.12.ebuild ├── swayfx │ ├── Manifest │ ├── files │ │ └── sway-portals.conf │ ├── metadata.xml │ ├── swayfx-0.5.3.ebuild │ └── swayfx-0.5.ebuild └── wayback │ ├── Manifest │ ├── metadata.xml │ └── wayback-0.2.ebuild ├── guru.svg ├── kde-apps └── kwalletcli │ ├── Manifest │ ├── files │ └── pinentry-qt-interaction-3.03.patch │ ├── kwalletcli-3.03.ebuild │ └── metadata.xml ├── kde-misc ├── geminipart │ ├── Manifest │ ├── geminipart-20250730.ebuild │ └── metadata.xml └── kio-gemini │ ├── Manifest │ ├── kio-gemini-20241109.ebuild │ ├── kio-gemini-20250730.ebuild │ └── metadata.xml ├── licenses ├── 7k-music ├── AIMP ├── AMD-Binary-Only ├── BSL-1.1 ├── CeCILL-2.1 ├── Cisco ├── Enpass-EULA ├── Fopnu ├── GPL-2.0-with-bison-exception ├── Google-Enterprise-Geo-Master ├── HANVON-UGEE-EULA ├── M-Noise-EULA ├── MEGA ├── MIT-fpdf ├── MIT-no-machine-learning ├── MS-TOU ├── Modelica-1.1 ├── Modelica-2 ├── Morgen-TOS ├── Music-Tribe ├── NTP ├── OCBASE-EULA ├── ODC-By-1.0 ├── OSL-3.0 ├── OSMC-PL ├── Obsidian-EULA ├── Overwolf ├── PGP-2 ├── PowerPanel ├── Prosperity-3.0.0 ├── RSAREF ├── RTCW-ETEULA ├── Saleae ├── TTYP0 ├── Typora-EULA ├── UFAS ├── Unicode_Fonts_for_Ancient_Scripts ├── Unigine-Superposition-Benchmark-EULA ├── Unity-TOS ├── VESTA ├── WTFPL ├── Warframe-EULA ├── Yandex-EULA ├── assaultcube ├── canfep ├── idea-eap-EULA ├── ledger-live-ToU ├── meschach ├── noweb ├── openspades-pak ├── powell ├── sac-core-10.8.1050-terms ├── shion ├── sunpro ├── technic └── tecio_license_agreement ├── mail-client ├── betterbird-bin │ ├── Manifest │ ├── betterbird-bin-140.2.1.ebuild │ ├── files │ │ └── betterbird-bin.desktop │ └── metadata.xml ├── mailspring-bin │ ├── Manifest │ ├── mailspring-bin-1.16.0.ebuild │ └── metadata.xml └── proton-mail-bin │ ├── Manifest │ ├── metadata.xml │ └── proton-mail-bin-1.9.1.ebuild ├── mail-filter └── postfix-mta-sts-resolver │ ├── Manifest │ ├── files │ ├── mtasts-confd │ ├── mtasts-config │ └── mtasts-initd │ ├── metadata.xml │ └── postfix-mta-sts-resolver-1.4.0.ebuild ├── media-fonts ├── atkinson-hyperlegible │ ├── Manifest │ ├── atkinson-hyperlegible-20200514.ebuild │ └── metadata.xml ├── blobmoji │ ├── Manifest │ ├── blobmoji-15.0.ebuild │ ├── files │ │ └── 75-blobmoji-fallback.conf │ └── metadata.xml ├── departure-mono │ ├── Manifest │ ├── departure-mono-1.500.ebuild │ └── metadata.xml ├── dseg │ ├── Manifest │ ├── dseg-0.46.ebuild │ └── metadata.xml ├── firago │ ├── Manifest │ └── firago-1.001.ebuild ├── firge │ ├── Manifest │ ├── firge-0.3.0-r1.ebuild │ └── metadata.xml ├── gohufont │ ├── Manifest │ ├── gohufont-2.1_p20170627.ebuild │ └── metadata.xml ├── hackgen │ ├── Manifest │ ├── hackgen-2.10.0.ebuild │ └── metadata.xml ├── inconsolata_dz │ ├── Manifest │ ├── inconsolata_dz-20201205.ebuild │ └── metadata.xml ├── inter │ ├── Manifest │ ├── inter-4.1.ebuild │ └── metadata.xml ├── last-resort │ ├── Manifest │ ├── last-resort-16.000.ebuild │ ├── last-resort-17.000.ebuild │ └── metadata.xml ├── lato │ ├── Manifest │ ├── lato-2.ebuild │ └── metadata.xml ├── libertinus │ ├── Manifest │ ├── libertinus-7.050.ebuild │ ├── libertinus-7.051.ebuild │ └── metadata.xml ├── linja-pona │ ├── Manifest │ ├── linja-pona-4.2.ebuild │ ├── linja-pona-4.9.ebuild │ └── metadata.xml ├── linja-wawa │ ├── Manifest │ ├── linja-wawa-1.21.ebuild │ └── metadata.xml ├── maple-mono │ ├── Manifest │ ├── maple-mono-7.7.ebuild │ ├── maple-mono-7.8.ebuild │ └── metadata.xml ├── monaspace │ ├── Manifest │ ├── metadata.xml │ └── monaspace-1.200.ebuild ├── moralerspace │ ├── Manifest │ ├── metadata.xml │ └── moralerspace-2.0.0.ebuild ├── nerdfonts │ ├── Manifest │ ├── metadata.xml │ └── nerdfonts-3.4.0.ebuild ├── overpass │ ├── Manifest │ ├── metadata.xml │ └── overpass-3.0.4.ebuild ├── piazzolla │ ├── Manifest │ ├── metadata.xml │ └── piazzolla-2.005.ebuild ├── plemoljp │ ├── Manifest │ ├── metadata.xml │ └── plemoljp-3.0.0.ebuild ├── source-han-mono │ ├── Manifest │ ├── metadata.xml │ └── source-han-mono-1.002.ebuild ├── source-han-serif │ ├── Manifest │ ├── metadata.xml │ ├── source-han-serif-2.002.ebuild │ └── source-han-serif-2.003.ebuild ├── ttf-ancient-fonts │ ├── Manifest │ ├── metadata.xml │ └── ttf-ancient-fonts-2.60.ebuild ├── twemoji │ ├── Manifest │ ├── files │ │ ├── 75-twemoji.conf │ │ ├── noto-build-path.patch │ │ ├── noto-pngquant-verbose.patch │ │ └── noto-use-gm.patch │ ├── metadata.xml │ └── twemoji-15.1.0.ebuild ├── udev-gothic │ ├── Manifest │ ├── metadata.xml │ └── udev-gothic-2.1.0.ebuild ├── unscii │ ├── Manifest │ ├── metadata.xml │ └── unscii-2.1.ebuild ├── victor-mono │ ├── Manifest │ ├── files │ │ └── 66-victor-mono.conf │ ├── metadata.xml │ ├── victor-mono-1.5.4.ebuild │ ├── victor-mono-1.5.5.ebuild │ └── victor-mono-1.5.6.ebuild └── warframe-fonts │ ├── Manifest │ ├── metadata.xml │ └── warframe-fonts-0_pre20191111.ebuild ├── media-gfx ├── KTX-Software │ ├── KTX-Software-4.3.2.ebuild │ ├── KTX-Software-4.4.2.ebuild │ ├── Manifest │ ├── files │ │ ├── KTX-Software-4.3.2-remove-O3.patch │ │ ├── KTX-Software-4.3.2-remove-Werror.patch │ │ └── KTX-Software-4.4.2-remove-O3.patch │ └── metadata.xml ├── WebPlotDigitizer-bin │ ├── Manifest │ ├── WebPlotDigitizer-bin-4.7.ebuild │ └── metadata.xml ├── airsane │ ├── Manifest │ ├── airsane-0.4.6.ebuild │ └── metadata.xml ├── azpainter │ ├── Manifest │ ├── azpainter-3.0.12.ebuild │ ├── files │ │ └── azpainter-3.0.7-strict-aliasing.patch │ └── metadata.xml ├── bambustudio-bin │ ├── Manifest │ ├── bambustudio-bin-02.02.00.85.ebuild │ ├── files │ │ └── bambu-studio.desktop │ └── metadata.xml ├── beeref │ ├── Manifest │ ├── beeref-0.3.3.ebuild │ └── metadata.xml ├── bonzomatic │ ├── Manifest │ ├── bonzomatic-2023.06.15.ebuild │ ├── bonzomatic-9999.ebuild │ └── metadata.xml ├── czkawka │ ├── Manifest │ ├── czkawka-10.0.0.ebuild │ ├── czkawka-8.0.0.ebuild │ ├── czkawka-9.0.0.ebuild │ └── metadata.xml ├── dnglab │ ├── Manifest │ ├── dnglab-0.6.0.ebuild │ ├── dnglab-0.6.1.ebuild │ └── metadata.xml ├── dustr │ ├── dustr-9999.ebuild │ └── metadata.xml ├── fontpreview │ ├── Manifest │ ├── fontpreview-1.0.6.ebuild │ └── metadata.xml ├── gephi-bin │ ├── Manifest │ ├── gephi-bin-0.10.1.ebuild │ ├── gephi-bin-0.9.6.ebuild │ └── metadata.xml ├── glslViewer │ ├── Manifest │ ├── files │ │ ├── 0001-Fix-CMakelists.patch │ │ └── 0002-Cast-getExposure-result-to-float-to-setUniform.patch │ ├── glslViewer-3.2.4.ebuild │ └── metadata.xml ├── mayo │ ├── Manifest │ ├── mayo-0.9.0.ebuild │ └── metadata.xml ├── mirage │ ├── Manifest │ ├── metadata.xml │ ├── mirage-0.11.2.ebuild │ └── mirage-9999.ebuild ├── nsxiv │ ├── Manifest │ ├── metadata.xml │ ├── nsxiv-32.ebuild │ ├── nsxiv-33.ebuild │ └── nsxiv-9999.ebuild ├── oda-file-converter │ ├── Manifest │ ├── metadata.xml │ └── oda-file-converter-23.5.0.0.ebuild ├── pdf4qt │ ├── Manifest │ ├── files │ │ ├── pdf4qt-1.4.0.0-minor-fix-remove-extention-from-Icon-endtry-in-a-des.patch │ │ ├── pdf4qt-1.5.1.0-Fix-translation-install-path-on-nix.patch │ │ ├── pdf4qt-1.5.1.0-Make-building-of-tests-optional.patch │ │ ├── pdf4qt-1.5.1.0-Make-runtime-respect-cmake-s-plugin-dir-settings.patch │ │ └── pdf4qt-1.5.1.0-Minimal-cmake-fixes.patch │ ├── metadata.xml │ ├── pdf4qt-1.5.1.0.ebuild │ └── pdf4qt-9999.ebuild ├── qview │ ├── Manifest │ ├── metadata.xml │ ├── qview-5.0.ebuild │ └── qview-6.1-r1.ebuild ├── sic │ ├── Manifest │ ├── metadata.xml │ └── sic-0.22.4.ebuild ├── silicon │ ├── Manifest │ ├── files │ │ ├── rust-xcb-0.8.2-python-3.9.patch │ │ ├── silicon-0.5.2-remove-pathfinder_simd-patch.patch │ │ ├── silicon-0.5.3-cargo-toml-version.patch │ │ └── silicon-0.5.3-remove-pathfinder_simd-patch.patch │ ├── metadata.xml │ ├── silicon-0.5.2-r1.ebuild │ ├── silicon-0.5.2-r2.ebuild │ └── silicon-0.5.3.ebuild ├── superpaper │ ├── Manifest │ ├── metadata.xml │ └── superpaper-2.2.1.ebuild ├── svgcleaner │ ├── Manifest │ ├── metadata.xml │ └── svgcleaner-0.9.5.ebuild ├── swayimg │ ├── Manifest │ ├── metadata.xml │ ├── swayimg-4.5.ebuild │ └── swayimg-4.6.ebuild ├── timg │ ├── Manifest │ ├── metadata.xml │ ├── timg-1.6.2.ebuild │ └── timg-1.6.3.ebuild ├── vimiv-qt │ ├── Manifest │ ├── metadata.xml │ └── vimiv-qt-0.9.0-r1.ebuild ├── vpuppr │ ├── Manifest │ ├── metadata.xml │ └── vpuppr-0.9.0-r1.ebuild ├── zw3d │ ├── Manifest │ ├── metadata.xml │ ├── zw3d-2023.0.3.1-r1.ebuild │ └── zw3d-2025.0.3.0.ebuild └── zwcad │ ├── Manifest │ ├── metadata.xml │ └── zwcad-2023.23.0.3.4-r2.ebuild ├── media-libs ├── VulkanMemoryAllocator │ ├── Manifest │ ├── VulkanMemoryAllocator-3.3.0.ebuild │ └── metadata.xml ├── alsa-ucm-pinephone │ ├── Manifest │ ├── alsa-ucm-pinephone-1.2.6.3.ebuild │ ├── files │ │ ├── PinePhone.conf │ │ └── PinePhonePro.conf │ └── metadata.xml ├── alvr │ ├── Manifest │ ├── alvr-16.0.0.ebuild │ ├── files │ │ └── alvr-16.0.0-build.patch │ └── metadata.xml ├── amdvlk-bin │ ├── Manifest │ ├── amdvlk-bin-2021.2.5-r1.ebuild │ ├── amdvlk-bin-2023.3.3.ebuild │ ├── amdvlk-bin-2025.2.1.ebuild │ └── metadata.xml ├── amdvlk │ ├── Manifest │ ├── amdvlk-2025.2.1.ebuild │ ├── files │ │ ├── amdvlk-2022.3.5-no-compiler-presets.patch │ │ ├── amdvlk-2022.4.1-proper-libdir.patch │ │ ├── amdvlk-2022.4.2-reduced-llvm-installations-part2.patch │ │ ├── amdvlk-2022.4.2-reduced-llvm-installations.patch │ │ ├── amdvlk-2024.3.1-disable-Werror.patch │ │ ├── amdvlk-2024.4.1-license-path.patch │ │ ├── amdvlk-2025.1.1-support-musl.patch │ │ ├── amdvlk-2025.2.1-gpurt-path.patch │ │ └── amdvlk-2025.2.1-rapidjson-fix.patch │ └── metadata.xml ├── blend2d │ ├── Manifest │ ├── blend2d-0.11.4-r2.ebuild │ ├── blend2d-0.12.0.ebuild │ ├── blend2d-9999.ebuild │ ├── files │ │ └── blend2d-0.11.4-avoid-adding-O2-to-cflags-gentoo-bug-943226.patch │ └── metadata.xml ├── dr_flac │ ├── Manifest │ ├── dr_flac-0.12.43.ebuild │ └── metadata.xml ├── dr_mp3 │ ├── Manifest │ ├── dr_mp3-0.6.40.ebuild │ └── metadata.xml ├── dr_wav │ ├── Manifest │ ├── dr_wav-0.13.17.ebuild │ └── metadata.xml ├── glad │ ├── Manifest │ ├── glad-2.0.8.ebuild │ └── metadata.xml ├── glee │ ├── Manifest │ ├── files │ │ └── glee-autotools.patch │ ├── glee-5.4.0-r3.ebuild │ └── manifest.xml ├── grok │ ├── Manifest │ ├── grok-11.0.0.ebuild │ └── metadata.xml ├── imgui │ ├── Manifest │ ├── files │ │ ├── imgui-meson.build │ │ └── imgui-meson_options.txt │ ├── imgui-1.89.9-r4.ebuild │ ├── imgui-1.91.1.ebuild │ └── metadata.xml ├── implot │ ├── Manifest │ ├── files │ │ └── implot-meson.build │ ├── implot-0.16-r2.ebuild │ └── metadata.xml ├── libbpg │ ├── Manifest │ ├── files │ │ ├── libbpg-0.9.8-add-fpic.patch │ │ ├── libbpg-0.9.8-backport-GNU-stack-note-fix.patch │ │ ├── libbpg-0.9.8-cmake-3.31.patch │ │ ├── libbpg-0.9.8-dont-strip-bins.patch │ │ ├── libbpg-0.9.8-fix-implicit-declaration.patch │ │ ├── libbpg-0.9.8-remove-forced-options.patch │ │ ├── libbpg-0.9.8-remove-unused-cmake-var.patch │ │ ├── libbpg-0.9.8-respect-compiler-driver.patch │ │ └── libbpg-0.9.8-respect-user-flags.patch │ ├── libbpg-0.9.8-r1.ebuild │ └── metadata.xml ├── libunicode │ ├── Manifest │ ├── libunicode-0.6.0.ebuild │ └── metadata.xml ├── monado │ ├── Manifest │ ├── metadata.xml │ ├── monado-25.0.0.ebuild │ └── monado-9999.ebuild ├── opencomposite │ ├── Manifest │ ├── files │ │ └── openvrpaths.vrpath │ ├── metadata.xml │ ├── opencomposite-1.0.1521.ebuild │ └── opencomposite-9999.ebuild ├── openvr │ ├── Manifest │ ├── files │ │ └── openvr-libdir.patch │ ├── metadata.xml │ └── openvr-1.23.8.ebuild ├── openxr-loader │ ├── Manifest │ ├── metadata.xml │ ├── openxr-loader-1.1.52.ebuild │ └── openxr-loader-9999.ebuild ├── raylib │ ├── Manifest │ ├── metadata.xml │ ├── raylib-5.0.ebuild │ ├── raylib-5.5.ebuild │ └── raylib-9999.ebuild ├── sonic │ ├── Manifest │ ├── metadata.xml │ └── sonic-0.2.0_p20250419.ebuild ├── svt-vp9 │ ├── Manifest │ ├── metadata.xml │ ├── svt-vp9-0.3.0.ebuild │ └── svt-vp9-9999.ebuild ├── vvdec │ ├── Manifest │ ├── metadata.xml │ └── vvdec-2.3.0.ebuild ├── vvenc │ ├── Manifest │ ├── metadata.xml │ └── vvenc-1.11.1.ebuild ├── wivrn │ ├── Manifest │ ├── files │ │ └── wivrn-0.22-vulkan-304.patch │ ├── metadata.xml │ ├── wivrn-25.11.1.ebuild │ ├── wivrn-25.8.ebuild │ ├── wivrn-25.9.ebuild │ └── wivrn-9999.ebuild └── xrizer │ ├── Manifest │ ├── metadata.xml │ ├── xrizer-0.3.0.ebuild │ └── xrizer-9999.ebuild ├── media-plugins ├── alsa-sndio │ ├── Manifest │ ├── alsa-sndio-0.2.ebuild │ └── metadata.xml ├── argotlunar-bin │ ├── Manifest │ ├── argotlunar-bin-2.06-r2.ebuild │ └── metadata.xml ├── dtmediawiki │ ├── dtmediawiki-9999.ebuild │ ├── files │ │ └── enable.sh │ └── metadata.xml ├── eq10q │ ├── Manifest │ ├── eq10q-2.2.ebuild │ ├── files │ │ ├── eq10q-2.2-cmake4.patch │ │ ├── eq10q-2.2-fix-lv2-types.patch │ │ ├── eq10q-2.2-flags.patch │ │ └── eq10q-2.2-pow10.patch │ └── metadata.xml ├── gimp-avif-plugin │ ├── gimp-avif-plugin-9999.ebuild │ └── metadata.xml ├── gimp-resynthesizer │ ├── Manifest │ ├── gimp-resynthesizer-3.0.ebuild │ └── metadata.xml ├── qt-heif-image-plugin │ ├── Manifest │ ├── metadata.xml │ └── qt-heif-image-plugin-0.3.4.ebuild ├── qt-jpegxl-image-plugin │ ├── metadata.xml │ └── qt-jpegxl-image-plugin-9999.ebuild └── whysynth │ ├── Manifest │ ├── metadata.xml │ └── whysynth-20170701_p20180323-r1.ebuild ├── media-radio └── fllog │ ├── Manifest │ ├── fllog-1.2.8.ebuild │ └── metadata.xml ├── media-sound ├── 6pm │ ├── 6pm-0.9.ebuild │ ├── Manifest │ └── metadata.xml ├── Tauon │ ├── Manifest │ ├── Tauon-8.1.4.ebuild │ ├── Tauon-8.2.1.ebuild │ ├── Tauon-8.2.2.ebuild │ ├── Tauon-9999.ebuild │ ├── files │ │ ├── Tauon-7.9.0-phazor-build.patch │ │ └── Tauon-8.1.0-fix-locale-path.patch │ └── metadata.xml ├── add64 │ ├── Manifest │ ├── add64-3.8.0.ebuild │ ├── add64-3.9.3.ebuild │ └── metadata.xml ├── aimp │ ├── Manifest │ ├── aimp-6.00.3017_alpha4.ebuild │ ├── aimp-6.00.3021_alpha5.ebuild │ └── metadata.xml ├── amberol │ ├── Manifest │ ├── amberol-2024.2.ebuild │ └── metadata.xml ├── bespokesynth │ ├── Manifest │ ├── bespokesynth-1.2.1.ebuild │ ├── bespokesynth-1.3.0.ebuild │ ├── files │ │ ├── ableton-link-dependencies.patch │ │ └── bespokesynth-1.2.1-find-jsoncpp.patch │ └── metadata.xml ├── callaudiod │ ├── Manifest │ ├── callaudiod-0.1.10.ebuild │ ├── callaudiod-0.1.99.ebuild │ └── metadata.xml ├── corrscope │ ├── Manifest │ ├── corrscope-0.10.0-r1.ebuild │ ├── corrscope-0.10.1.ebuild │ ├── files │ │ ├── remove-appnope-dep.patch │ │ └── remove-npdeprecate.patch │ └── metadata.xml ├── cyanrip │ ├── Manifest │ ├── cyanrip-0.9.3.1.ebuild │ └── metadata.xml ├── deep-filter │ ├── Manifest │ ├── deep-filter-0.5.6-r2.ebuild │ ├── files │ │ ├── deep-filter-0.5.6-use-updated-time.patch │ │ ├── deep-filter-library-path.patch │ │ └── deep-filter-test-deps.patch │ └── metadata.xml ├── drumgizmo │ ├── Manifest │ ├── drumgizmo-0.9.20-r1.ebuild │ ├── drumgizmo-9999.ebuild │ ├── files │ │ ├── drumgizmo-0.9.20-configure-portable-shell.patch │ │ ├── drumgizmo-0.9.20-disable-lv2-test.patch │ │ ├── drumgizmo-0.9.20-disable-translation-test.patch │ │ ├── drumgizmo-0.9.20-fix-painter-test.patch │ │ └── drumgizmo-0.9.20-include-cstdint.patch │ └── metadata.xml ├── dzr │ ├── Manifest │ ├── dzr-251019.ebuild │ └── metadata.xml ├── eartag │ ├── Manifest │ ├── eartag-0.5.0.ebuild │ ├── eartag-0.5.1.ebuild │ └── metadata.xml ├── fooyin │ ├── Manifest │ ├── fooyin-0.9.1.ebuild │ ├── fooyin-0.9.2.ebuild │ ├── fooyin-9999.ebuild │ └── metadata.xml ├── furnace │ ├── Manifest │ ├── furnace-0.6.5-r1.ebuild │ ├── furnace-0.6.7.ebuild │ ├── furnace-0.6.ebuild │ └── metadata.xml ├── gapless │ ├── Manifest │ ├── gapless-4.3.1.ebuild │ ├── gapless-4.4.ebuild │ └── metadata.xml ├── goxlr-utility │ ├── Manifest │ ├── goxlr-utility-1.2.3.ebuild │ ├── goxlr-utility-9999.ebuild │ └── metadata.xml ├── jacktrip │ ├── Manifest │ ├── jacktrip-2.4.0.ebuild │ └── metadata.xml ├── jriver │ ├── Manifest │ ├── jriver-31.0.83.ebuild │ └── metadata.xml ├── kew │ ├── Manifest │ ├── kew-2.4.4-r1.ebuild │ └── metadata.xml ├── libcava │ ├── Manifest │ ├── files │ │ └── libcava-0.8.0-gentoo-iniparser4.patch │ ├── libcava-0.10.2.ebuild │ └── metadata.xml ├── listenbrainz-mpd │ ├── Manifest │ ├── listenbrainz-mpd-2.3.9.ebuild │ └── metadata.xml ├── lms │ ├── Manifest │ ├── files │ │ └── lms.init │ ├── lms-3.69.0.ebuild │ ├── lms-3.71.0-r2.ebuild │ ├── lms-3.72.1.ebuild │ └── metadata.xml ├── loudgain │ ├── Manifest │ ├── files │ │ ├── loudgain-0.6.8-cmake-4.patch │ │ ├── loudgain-0.6.8-github-20190906-manpage-ape.patch │ │ ├── loudgain-0.6.8-github-20190918-taglib-1.12.patch │ │ ├── loudgain-0.6.8-github-20190930-rgbpm2.patch │ │ ├── loudgain-0.6.8-github-pr34-manpage.patch │ │ ├── loudgain-0.6.8-github-pr50-ffmpeg6.patch │ │ ├── loudgain-0.6.8-github-pr53-print-taglib-version.patch │ │ ├── loudgain-0.6.8-github-pr65-ffmpeg6-gcc14.patch │ │ ├── loudgain-0.6.8-github-pr66-ffmpeg7.patch │ │ └── loudgain-0.6.8-respect-build-flags.patch │ ├── loudgain-0.6.8-r2.ebuild │ ├── loudgain-0.6.8_p20240128-r2.ebuild │ ├── loudgain-0.6.8_p20240128-r3.ebuild │ └── metadata.xml ├── mopidy │ ├── Manifest │ ├── metadata.xml │ └── mopidy-3.4.2.ebuild ├── mousai │ ├── Manifest │ ├── files │ │ ├── mousai-0.7.8-remove-the-cargo-clippy-test.patch │ │ └── mousai-0.7.8-skip-failing-tests.patch │ ├── metadata.xml │ └── mousai-0.7.9.ebuild ├── mpd-mpris │ ├── Manifest │ ├── metadata.xml │ ├── mpd-mpris-0.3.1.ebuild │ ├── mpd-mpris-0.4.0.ebuild │ └── mpd-mpris-0.4.1.ebuild ├── mpvc │ ├── Manifest │ ├── metadata.xml │ └── mpvc-1.1.4-r1.ebuild ├── musikcube │ ├── Manifest │ ├── files │ │ └── musikcube-3.0.1-tinfow.patch │ ├── metadata.xml │ ├── musikcube-3.0.2.ebuild │ └── musikcube-3.0.4.ebuild ├── neocrystal │ ├── Manifest │ ├── files │ │ └── remove-win32.patch │ ├── metadata.xml │ ├── neocrystal-1.4.1.ebuild │ ├── neocrystal-1.4.2.ebuild │ ├── neocrystal-1.5.0.ebuild │ └── neocrystal-9999.ebuild ├── netcat-cpi │ ├── Manifest │ ├── metadata.xml │ └── netcat-cpi-2014.04.29-r1.ebuild ├── noson-app │ ├── Manifest │ ├── metadata.xml │ ├── noson-app-5.6.6-r1.ebuild │ └── noson-app-5.6.8.ebuild ├── nuclear-bin │ ├── Manifest │ ├── metadata.xml │ └── nuclear-bin-0.6.30.ebuild ├── opensoundmeter │ ├── Manifest │ ├── files │ │ ├── opensoundmeter-deadlock-fix.patch │ │ └── opensoundmeter-jack-support.patch │ ├── metadata.xml │ ├── opensoundmeter-1.2.1.ebuild │ ├── opensoundmeter-1.2.2.ebuild │ └── opensoundmeter-1.2.2_p20230104.ebuild ├── openutau │ ├── Manifest │ ├── files │ │ └── OpenUtau.desktop │ ├── metadata.xml │ ├── openutau-0.1.327.ebuild │ ├── openutau-0.1.463.ebuild │ ├── openutau-0.1.529.ebuild │ └── openutau-9999.ebuild ├── pamixer │ ├── Manifest │ ├── metadata.xml │ ├── pamixer-1.6.ebuild │ └── pamixer-9999.ebuild ├── pianobooster │ ├── Manifest │ ├── metadata.xml │ └── pianobooster-1.0.0-r1.ebuild ├── piper │ ├── Manifest │ ├── metadata.xml │ └── piper-1.3.0.ebuild ├── pipewire-module-xrdp │ ├── Manifest │ ├── metadata.xml │ ├── pipewire-module-xrdp-0.1_pre20230609-r1.ebuild │ └── pipewire-module-xrdp-0.2.ebuild ├── plexamp │ ├── Manifest │ ├── metadata.xml │ └── plexamp-4.13.0.ebuild ├── qbitmplayer │ ├── Manifest │ ├── metadata.xml │ ├── qbitmplayer-3.1.2.ebuild │ ├── qbitmplayer-3.2.0-r1.ebuild │ └── qbitmplayer-3.3.1.ebuild ├── qloud │ ├── Manifest │ ├── metadata.xml │ └── qloud-1.4.2.ebuild ├── rmpc │ ├── Manifest │ ├── metadata.xml │ ├── rmpc-0.10.0.ebuild │ ├── rmpc-0.9.0.ebuild │ └── rmpc-9999.ebuild ├── rsgain │ ├── Manifest │ ├── metadata.xml │ ├── rsgain-3.5.1.ebuild │ └── rsgain-3.5.3.ebuild ├── shortwave │ ├── Manifest │ ├── metadata.xml │ └── shortwave-5.0.0.ebuild ├── spct │ ├── Manifest │ ├── metadata.xml │ └── spct-1.1.8.ebuild ├── spot │ ├── Manifest │ ├── metadata.xml │ └── spot-0.4.0-r2.ebuild ├── spotify-adblock │ ├── Manifest │ ├── metadata.xml │ ├── spotify-adblock-1.0.1.ebuild │ ├── spotify-adblock-1.0.2.ebuild │ └── spotify-adblock-1.0.3.ebuild ├── spotify-player │ ├── Manifest │ ├── metadata.xml │ ├── spotify-player-0.20.5.ebuild │ ├── spotify-player-0.21.0.ebuild │ ├── spotify-player-0.21.1.ebuild │ └── spotify-player-9999.ebuild ├── spotifyd │ ├── Manifest │ ├── files │ │ ├── spotifyd-0.3.5_p20240513-rust-1.80.patch │ │ └── spotifyd-0.4.1-no-logging.patch │ ├── metadata.xml │ ├── spotifyd-0.3.5_p20240513.ebuild │ └── spotifyd-0.4.1.ebuild ├── spotube-bin │ ├── Manifest │ ├── metadata.xml │ └── spotube-bin-3.8.0.ebuild ├── supersonic │ ├── Manifest │ ├── metadata.xml │ ├── supersonic-0.17.0.ebuild │ ├── supersonic-0.18.1.ebuild │ └── supersonic-0.19.0.ebuild ├── tenacity │ ├── Manifest │ ├── files │ │ ├── tenacity-1.3.4-ffmpeg-disable-lto.patch │ │ ├── tenacity-1.3.4-fix-gcc15.patch │ │ ├── tenacity-1.3.4-fix-hardcoded-docdir.patch │ │ ├── tenacity-1.3.4-fix-rpath-handling.patch │ │ └── tenacity-1.3.4-odr-and-aliasing-fixes.patch │ ├── metadata.xml │ └── tenacity-1.3.4-r4.ebuild ├── tidal-hifi-bin │ ├── Manifest │ ├── files │ │ ├── tidal-hifi.desktop │ │ └── tidal-hifi.png │ ├── metadata.xml │ ├── tidal-hifi-bin-5.16.0-r1.ebuild │ └── tidal-hifi-bin-5.17.0.ebuild ├── yandex-music │ ├── Manifest │ ├── metadata.xml │ ├── yandex-music-5.75.2.ebuild │ ├── yandex-music-5.76.4.ebuild │ ├── yandex-music-5.77.1.ebuild │ ├── yandex-music-5.78.4.ebuild │ └── yandex-music-5.78.7.ebuild ├── yewtube │ ├── Manifest │ ├── metadata.xml │ ├── yewtube-2.12.0.ebuild │ └── yewtube-9999.ebuild ├── ymuse │ ├── Manifest │ ├── metadata.xml │ └── ymuse-0.22.ebuild ├── youtube-music-bin │ ├── Manifest │ ├── metadata.xml │ ├── youtube-music-bin-3.10.0.ebuild │ └── youtube-music-bin-3.11.0.ebuild └── zita-ajbridge │ ├── Manifest │ ├── files │ └── zita-ajbridge-0.8.4-makefile.patch │ ├── metadata.xml │ └── zita-ajbridge-0.8.4-r2.ebuild ├── media-video ├── ciano │ ├── Manifest │ ├── ciano-0.2.4-r2.ebuild │ └── metadata.xml ├── clapper │ ├── Manifest │ ├── clapper-0.6.1.ebuild │ ├── clapper-0.8.0.ebuild │ └── metadata.xml ├── cleanit │ ├── Manifest │ ├── cleanit-0.4.9.ebuild │ └── metadata.xml ├── delfin │ ├── Manifest │ ├── delfin-0.4.7.ebuild │ ├── delfin-0.4.8.ebuild │ └── metadata.xml ├── dependency-control │ ├── Manifest │ ├── dependency-control-0.6.4.ebuild │ └── metadata.xml ├── gpu-screen-recorder-gtk │ ├── Manifest │ ├── gpu-screen-recorder-gtk-5.7.8.ebuild │ ├── gpu-screen-recorder-gtk-9999.ebuild │ └── metadata.xml ├── gpu-screen-recorder │ ├── Manifest │ ├── gpu-screen-recorder-5.6.8.ebuild │ ├── gpu-screen-recorder-5.8.0.ebuild │ ├── gpu-screen-recorder-5.8.1.ebuild │ ├── gpu-screen-recorder-9999.ebuild │ └── metadata.xml ├── kikoplay │ ├── Manifest │ ├── files │ │ ├── kikoplay-0.9.3-cmake-fix.patch │ │ └── kikoplay-0.9.3-qmake-fix.patch │ ├── kikoplay-0.9.3.ebuild │ ├── kikoplay-9999.ebuild │ └── metadata.xml ├── kooha │ ├── Manifest │ ├── kooha-2.2.3-r2.ebuild │ └── metadata.xml ├── lossless-cut │ ├── Manifest │ ├── files │ │ ├── no.mifi.losslesscut.desktop │ │ └── no.mifi.losslesscut.svg │ ├── lossless-cut-3.59.1-r1.ebuild │ ├── lossless-cut-3.64.0.ebuild │ └── metadata.xml ├── manimgl │ ├── Manifest │ ├── manimgl-1.7.2.ebuild │ ├── manimgl-9999.ebuild │ └── metadata.xml ├── mediaelch │ ├── Manifest │ ├── mediaelch-2.10.6.ebuild │ ├── mediaelch-2.12.0.ebuild │ ├── mediaelch-9999.ebuild │ └── metadata.xml ├── megapixels │ ├── Manifest │ ├── files │ │ └── megapixels-1.4.3-gcc15.patch │ ├── megapixels-1.4.3-r1.ebuild │ └── metadata.xml ├── motioneye │ ├── Manifest │ ├── metadata.xml │ ├── motioneye-0.43.1_beta4.ebuild │ └── motioneye-0.43.1_beta5.ebuild ├── mpc-qt │ ├── Manifest │ ├── metadata.xml │ ├── mpc-qt-24.12.1.ebuild │ └── mpc-qt-25.07.ebuild ├── obs-cmd │ ├── Manifest │ ├── metadata.xml │ ├── obs-cmd-0.18.5.ebuild │ └── obs-cmd-0.19.2.ebuild ├── obs-multi-rtmp │ ├── Manifest │ ├── files │ │ └── cmake.patch │ ├── metadata.xml │ ├── obs-multi-rtmp-0.6.0.1.ebuild │ └── obs-multi-rtmp-9999.ebuild ├── obs-streamfx │ ├── metadata.xml │ ├── obs-streamfx-0.12.0.9999.ebuild │ └── obs-streamfx-9999.ebuild ├── obs-vaapi │ ├── Manifest │ ├── metadata.xml │ ├── obs-vaapi-0.4.1.ebuild │ ├── obs-vaapi-0.4.2.ebuild │ └── obs-vaapi-9999.ebuild ├── pgsrip │ ├── Manifest │ ├── metadata.xml │ └── pgsrip-0.1.12.ebuild ├── stremio │ ├── Manifest │ ├── metadata.xml │ └── stremio-4.4.168.ebuild ├── syncplay │ ├── Manifest │ ├── files │ │ ├── syncplay-server-init │ │ └── syncplay-server-init-conf │ ├── metadata.xml │ ├── syncplay-1.7.3.ebuild │ └── syncplay-1.7.4.ebuild ├── uxplay │ ├── Manifest │ ├── metadata.xml │ ├── uxplay-1.67-r1.ebuild │ ├── uxplay-1.68.3-r1.ebuild │ └── uxplay-1.70-r1.ebuild ├── walksnail-osd-tool │ ├── Manifest │ ├── files │ │ ├── walksnail-osd-tool-0.3.0-build-remove-git-dep.patch │ │ ├── walksnail-osd-tool-0.3.0-rust-1.80.patch │ │ └── walksnail-osd-tool-0.3.0-version-parse-fix.patch │ ├── metadata.xml │ ├── walksnail-osd-tool-0.3.0-r2.ebuild │ └── walksnail-osd-tool-9999.ebuild ├── webcamize │ ├── Manifest │ ├── metadata.xml │ └── webcamize-2.0.0.ebuild ├── wl-screenrec │ ├── Manifest │ ├── files │ │ └── wl-screenrec-0.2.0-custom_ffmpeg.patch │ ├── metadata.xml │ └── wl-screenrec-0.2.0.ebuild ├── wlrobs │ ├── Manifest │ ├── metadata.xml │ └── wlrobs-1.2_p20241224.ebuild └── ytarchive │ ├── Manifest │ ├── metadata.xml │ ├── ytarchive-0.4.0.ebuild │ └── ytarchive-0.5.0.ebuild ├── metadata ├── layout.conf ├── md5-cache │ ├── acct-group │ │ ├── 1password-0 │ │ ├── _bgpd-0-r1 │ │ ├── _rpki-client-0 │ │ ├── anubis-0 │ │ ├── blocky-0-r1 │ │ ├── conduit-0 │ │ ├── fileshelter-0 │ │ ├── fort-0-r1 │ │ ├── gemini-0 │ │ ├── goatcounter-0 │ │ ├── graftcp-0 │ │ ├── heisenbridge-0 │ │ ├── hinsightd-0 │ │ ├── iipsrv-0-r1 │ │ ├── invidious-0 │ │ ├── keyd-2.5.0 │ │ ├── laminar-0 │ │ ├── libmedium-0 │ │ ├── lms-0 │ │ ├── mastoposter-0 │ │ ├── maubot-0 │ │ ├── mautrix-0 │ │ ├── mock-0 │ │ ├── monero-0 │ │ ├── ollama-0 │ │ ├── pleroma-0 │ │ ├── pounce-0 │ │ ├── purritobin-0 │ │ ├── redlib-0 │ │ ├── rimgo-0 │ │ ├── tang-0 │ │ ├── thelounge-0 │ │ ├── webdav-0 │ │ ├── whoogle-0 │ │ ├── wsdd-0 │ │ ├── yacy-0 │ │ └── yggdrasil-1 │ ├── acct-user │ │ ├── _bgpd-0-r1 │ │ ├── _rpki-client-0 │ │ ├── anubis-0 │ │ ├── blocky-0-r1 │ │ ├── byedpi-0 │ │ ├── conduit-0 │ │ ├── eturnal-0 │ │ ├── fileshelter-0 │ │ ├── fort-0-r1 │ │ ├── gemini-0 │ │ ├── goatcounter-0 │ │ ├── graftcp-0 │ │ ├── heisenbridge-0 │ │ ├── hinsightd-0 │ │ ├── iipsrv-0-r1 │ │ ├── invidious-0 │ │ ├── laminar-0 │ │ ├── libmedium-0 │ │ ├── lms-0 │ │ ├── mastoposter-0 │ │ ├── maubot-0 │ │ ├── mautrix-discord-0 │ │ ├── mautrix-meta-0 │ │ ├── mautrix-signal-0 │ │ ├── mautrix-slack-0 │ │ ├── mautrix-telegram-0 │ │ ├── mautrix-whatsapp-0 │ │ ├── monero-0 │ │ ├── ollama-3 │ │ ├── pleroma-0 │ │ ├── pounce-0 │ │ ├── purritobin-0 │ │ ├── redlib-0 │ │ ├── rimgo-0 │ │ ├── tang-0 │ │ ├── thelounge-0 │ │ ├── trezord-0 │ │ ├── webdav-0 │ │ ├── whoogle-0 │ │ ├── wsdd-0 │ │ ├── yacy-0 │ │ └── yggdrasil-1 │ ├── app-accessibility │ │ ├── mimic1-1.3.0.1-r1 │ │ ├── mimic1-9999 │ │ ├── rhvoice-1.14.0 │ │ ├── rhvoice-1.16.4 │ │ ├── rhvoice-core-1.14.0-r1 │ │ ├── rhvoice-core-1.16.4 │ │ ├── speakup-tools-20121017 │ │ ├── whisper-cpp-1.7.6 │ │ └── whisper-cpp-1.8.2 │ ├── app-admin │ │ ├── agru-0.1.18 │ │ ├── agru-0.1.19 │ │ ├── akita-0.1.4 │ │ ├── ananicy-cpp-1.1.1-r3 │ │ ├── antidot-0.6.3 │ │ ├── aws-vault-7.2.0 │ │ ├── blahajdots-0.6.0 │ │ ├── blahajdots-9999 │ │ ├── boinctui-2.7.1 │ │ ├── boinctui-2.7.1-r1 │ │ ├── chamber-2.13.2 │ │ ├── chezmoi-2.65.2 │ │ ├── chezmoi-2.66.0 │ │ ├── chezmoi-2.67.0 │ │ ├── customrescuecd-x86_64-0.12.7 │ │ ├── customrescuecd-x86_64-0.12.8 │ │ ├── doasedit-1.0.8 │ │ ├── doasedit-1.0.9 │ │ ├── doasedit-9999 │ │ ├── dotbot-1.20.1 │ │ ├── fatrace-0.19.0 │ │ ├── gentoo_update-0.2.4 │ │ ├── grub-customizer-5.2.5 │ │ ├── hardinfo2-2.2.13 │ │ ├── himitsu-0.7 │ │ ├── himitsu-0.8 │ │ ├── himitsu-0.9-r1 │ │ ├── himitsu-9999 │ │ ├── himitsu-keyring-0.2.0 │ │ ├── himitsu-secret-service-0.1 │ │ ├── himitsu-ssh-0.4 │ │ ├── himitsu-ssh-0.9.1 │ │ ├── himitsu-ssh-9999 │ │ ├── himitsu-totp-0.2 │ │ ├── himitsu-totp-0.9 │ │ ├── himitsu-totp-9999 │ │ ├── hiprompt-gtk-0.9-r1 │ │ ├── i2pd-tools-2025.08.21 │ │ ├── i2pd-tools-2025.10.16 │ │ ├── i2pd-tools-2025.10.16-r1 │ │ ├── krapplet-0.3.1-r1 │ │ ├── oet-0.1.10 │ │ ├── oet-0.1.11 │ │ ├── oet-0.1.9 │ │ ├── oet-9999 │ │ ├── overmind-2.2.2-r1 │ │ ├── overmind-2.4.0 │ │ ├── pass-audit-1.2-r1 │ │ ├── pass-update-2.2.1 │ │ ├── passage-1.7.4.2 │ │ ├── pulumi-bin-3.191.0 │ │ ├── pulumi-bin-3.198.0 │ │ ├── pulumi-bin-3.201.0 │ │ ├── pulumi-bin-3.204.0 │ │ ├── pulumi-bin-3.207.0 │ │ ├── rbw-1.14.0 │ │ ├── rbw-1.14.1 │ │ ├── rbw-9999 │ │ ├── ripasso-0.7.0 │ │ ├── s-tui-1.1.6 │ │ ├── s-tui-1.2.0 │ │ ├── synadm-0.43.1 │ │ ├── synadm-0.44 │ │ ├── talosctl-bin-1.10.1 │ │ ├── talosctl-bin-1.7.6 │ │ ├── talosctl-bin-1.9.5 │ │ ├── terragrunt-bin-0.93.11 │ │ ├── tflint-0.58.0 │ │ └── tflint-0.60.0 │ ├── app-alternatives │ │ ├── phosh-keyboard-0 │ │ ├── phosh-keyboard-1 │ │ └── phosh-keyboard-2-r1 │ ├── app-arch │ │ ├── fuse-archive-0.1.14 │ │ ├── fuse-archive-1.10 │ │ ├── fuse-archive-1.12 │ │ ├── fuse-archive-1.6 │ │ ├── libarchive-qt-2.0.8-r1 │ │ ├── libzim-9.2.1-r1 │ │ ├── microtar-0.1.0 │ │ ├── nix-compress-0.3.0 │ │ ├── ouch-0.6.1 │ │ ├── unalz-0.65-r1 │ │ ├── unalz-0.65-r2 │ │ └── zarchive-0.1.2 │ ├── app-backup │ │ ├── b2-4.4.2 │ │ ├── blocksync-fast-1.0.3 │ │ ├── blocksync-fast-1.0.4 │ │ ├── blocksync-fast-1.0.6 │ │ ├── blocksync-fast-1.0.7 │ │ ├── grub-btrfs-4.11-r1 │ │ ├── grub-btrfs-4.12 │ │ ├── grub-btrfs-4.13 │ │ ├── grub-btrfs-9999 │ │ ├── kopia-0.22.3 │ │ ├── kopia-ui-bin-0.22.3 │ │ ├── pika-backup-0.7.4-r1 │ │ ├── restic-browser-0.3.2_p20250523-r1 │ │ ├── restic-browser-0.3.3 │ │ ├── timeshift-23.07.1 │ │ └── timeshift-autosnap-0.9-r1 │ ├── app-benchmarks │ │ ├── kdiskmark-3.2.0 │ │ ├── occt-bin-15.0.7 │ │ ├── phoronix-test-suite-10.8.4-r1 │ │ ├── phoronix-test-suite-9999 │ │ ├── poop-0.5.0 │ │ ├── poop-9999 │ │ └── unigine-superposition-1.1 │ ├── app-containers │ │ ├── amd-container-toolkit-1.2.0 │ │ ├── amd-container-toolkit-9999 │ │ ├── anbox-modules-0_p20240210 │ │ ├── arachsys-containers-1.7 │ │ ├── incus-ui-0.18.2 │ │ ├── kind-0.27.0 │ │ ├── pods-2.1.0_pre20240215-r4 │ │ ├── pods-2.1.2 │ │ ├── slim-1.40.11 │ │ ├── waydroid-1.5.2 │ │ ├── waydroid-1.5.4 │ │ ├── waydroid-images-9999 │ │ └── waydroid-x11-1.0.2 │ ├── app-crypt │ │ ├── PBinCLI-0.3.5-r1 │ │ ├── certbot-dns-cloudflare-3.2.0 │ │ ├── certbot-dns-desec-1.2.1 │ │ ├── certbot-dns-rfc2136-3.2.0-r100 │ │ ├── clevis-19-r2 │ │ ├── clevis-20-r1 │ │ ├── clevis-21 │ │ ├── firefox-decrypt-1.1.1 │ │ ├── ifcplugin-bin-3.1.1.0 │ │ ├── intel-ipsec-mb-1.1 │ │ ├── intel-ipsec-mb-1.2 │ │ ├── intel-ipsec-mb-1.3 │ │ ├── intel-ipsec-mb-1.5 │ │ ├── intel-ipsec-mb-9999 │ │ ├── keepass-diff-1.1.3-r1 │ │ ├── nitrokey-app2-2.4.1 │ │ ├── pinentry-bemenu-0.13.2 │ │ ├── pinentry-bemenu-0.14.0 │ │ ├── pinentry-fuzzel-1.0.0 │ │ ├── reop-2.1.1-r2 │ │ ├── sac-core-10.8.1050-r1 │ │ ├── sops-3.11.0 │ │ ├── sops-3.9.4 │ │ ├── tang-14 │ │ ├── tang-15-r1 │ │ ├── tomb-2.13 │ │ └── totp-cli-bin-1.8.7 │ ├── app-dicts │ │ ├── dictd-foldoc-20180405 │ │ ├── dictd-gcide-0.48.5_p4 │ │ ├── dictd-moby-thesaurus-1.0 │ │ ├── rhvoice-en-2.11 │ │ ├── rhvoice-en-2.16 │ │ ├── rhvoice-ru-2.14 │ │ ├── rhvoice-ru-2.15 │ │ └── rhvoice-ru-2.16 │ ├── app-doc │ │ ├── anarchism-15.3 │ │ ├── geeknote-3.0.5 │ │ ├── geeknote-3.0.6 │ │ ├── geeknote-9999 │ │ ├── openbsd-manpages-7.5 │ │ ├── stdman-2022.07.30 │ │ ├── stdman-2024.07.05 │ │ ├── stdman-9999 │ │ └── sway-wiki-9999 │ ├── app-editors │ │ ├── amp-0.7.1 │ │ ├── edit-1.2.0 │ │ ├── emacs-lsp-booster-0.2.1 │ │ ├── imhex-1.37.4-r4 │ │ ├── kakoune-lsp-18.1.0 │ │ ├── l3afpad-0.8.18.1.11 │ │ ├── lapce-0.4.2-r1 │ │ ├── lapce-9999 │ │ ├── mined-2015.25 │ │ ├── neovide-0.12.2 │ │ ├── neovim-qt-0.2.19 │ │ ├── notepadnext-0.11 │ │ ├── notepadnext-0.12 │ │ ├── pulsar-bin-1.127.1 │ │ ├── pulsar-bin-1.128.0 │ │ ├── pulsar-bin-1.130.1 │ │ ├── typora-bin-1.10.8 │ │ └── xed-3.8.4 │ ├── app-emacs │ │ ├── catppuccin-emacs-9999 │ │ ├── envrc-0.11 │ │ ├── idris-mode-1.0 │ │ ├── idris-mode-9999 │ │ ├── inheritenv-0.2 │ │ └── prop-menu-0.1.2 │ ├── app-emulation │ │ ├── 86BoxManagerX-1.7.6.0e │ │ ├── 86BoxManagerX-9999 │ │ ├── arnold-20170513-r2 │ │ ├── box64-0.2.2 │ │ ├── box64-0.3.0 │ │ ├── box64-0.3.0-r1 │ │ ├── box64-9999 │ │ ├── box86-0.3.0 │ │ ├── box86-0.3.6 │ │ ├── box86-9999 │ │ ├── cloud-utils-0.33 │ │ ├── looking-glass-1_beta6 │ │ ├── looking-glass-1_beta7 │ │ ├── looking-glass-9999 │ │ ├── lsfg-vk-1.0.0-r1 │ │ ├── lsfg-vk-9999 │ │ ├── quickemu-4.9.7 │ │ ├── rars-1.6-r1 │ │ ├── tinyemu-0.2019.12.21 │ │ ├── wslu-4.1.1 │ │ ├── wslu-4.1.3 │ │ └── x48ng-0.38.0 │ ├── app-eselect │ │ ├── eselect-autostart-1.0.0 │ │ ├── eselect-bluespec-1.0.2 │ │ ├── eselect-ld-1.0.0 │ │ ├── eselect-swift-1.0 │ │ ├── eselect-swift-1.0-r1 │ │ └── eselect-vala-1.0.0 │ ├── app-metrics │ │ └── scaphandre-0.5.0-r1 │ ├── app-misc │ │ ├── 1password-cli-2.30.3 │ │ ├── afc-1.1 │ │ ├── afc-1.2 │ │ ├── afc-9999 │ │ ├── afetch-2.2.0 │ │ ├── agg-1.5.0-r1 │ │ ├── agg-1.7.0 │ │ ├── ani-cli-4.10 │ │ ├── ani-cli-9999 │ │ ├── arttime-2.3.4 │ │ ├── astroterm-1.0.7 │ │ ├── astroterm-1.0.9 │ │ ├── aw-client-0.11.0 │ │ ├── aw-core-0.5.16 │ │ ├── badvideo-5.2 │ │ ├── badvideo-9999 │ │ ├── blahaj-2.2.0-r1 │ │ ├── brightnessctl-0.5.1 │ │ ├── bt-1.2.2 │ │ ├── catt-0.12.13 │ │ ├── catt-0.13.0 │ │ ├── catt-0.13.1 │ │ ├── cepl-29.0.0 │ │ ├── cepl-9999 │ │ ├── chayang-0.1.0 │ │ ├── cheat-4.2.3 │ │ ├── cheat-4.3.3-r1 │ │ ├── clifm-1.11 │ │ ├── clifm-1.13 │ │ ├── clifm-1.16 │ │ ├── clifm-1.18 │ │ ├── clifm-9999 │ │ ├── clipboard-0.10.0-r1 │ │ ├── cliphist-0.7.0 │ │ ├── cmd-timer-2.1.0 │ │ ├── cmd-timer-9999 │ │ ├── corectrl-1.5.1 │ │ ├── corectrl-9999 │ │ ├── countryfetch-0.2.0 │ │ ├── cpufetch-1.06 │ │ ├── dbf-0.9.0 │ │ ├── diff-so-fancy-1.4.4 │ │ ├── doublecmd-1.1.29 │ │ ├── doublecmd-1.1.30 │ │ ├── doublecmd-bin-1.1.26-r1 │ │ ├── doublecmd-bin-1.1.28 │ │ ├── doublecmd-bin-1.1.29 │ │ ├── doublecmd-bin-1.1.30 │ │ ├── doublecmd-bin-9999 │ │ ├── dpscreenocr-1.4.1 │ │ ├── dragon-1.2.0-r1 │ │ ├── durdraw-0.29.0 │ │ ├── electricsheep-3.0.4_p20240213 │ │ ├── far2l-2.6.4_beta │ │ ├── far2l-2.6.5_beta │ │ ├── far2l-9999 │ │ ├── fetsh-1.8 │ │ ├── fetsh-1.9 │ │ ├── fetsh-9999 │ │ ├── fff-2.2 │ │ ├── gentodo-0.2.1 │ │ ├── gentodo-1.1.0 │ │ ├── gentodo-1.1.1 │ │ ├── gentodo-9999 │ │ ├── ghq-1.1.0 │ │ ├── ghq-1.1.5 │ │ ├── ghq-1.8.0 │ │ ├── ghq-9999 │ │ ├── github-desktop-bin-3.4.9_rc1 │ │ ├── glow-1.5.1 │ │ ├── glow-2.0.0 │ │ ├── glow-2.1.1 │ │ ├── godedupe-1.5.1 │ │ ├── godedupe-1.5.2 │ │ ├── gopsuinfo-0.1.5 │ │ ├── gopsuinfo-0.1.9 │ │ ├── grit-0.3.0 │ │ ├── infnoise-0.3.3 │ │ ├── interception-caps2esc-0.3.2 │ │ ├── interception-tools-0.6.8-r1 │ │ ├── kanata-1.10.0 │ │ ├── keyd-2.5.0 │ │ ├── kloak-0.2.30 │ │ ├── kloak-0.3.7_p1 │ │ ├── kloak-9999 │ │ ├── kmon-1.6.5 │ │ ├── kmon-1.7.1 │ │ ├── krabby-0.3.0 │ │ ├── krabby-9999 │ │ ├── ledger-live-bin-2.84.1 │ │ ├── lf-33-r1 │ │ ├── lf-36 │ │ ├── lf-37 │ │ ├── lf-38 │ │ ├── lf-9999 │ │ ├── libation-12.5.3 │ │ ├── lyfetch-1.1 │ │ ├── macchina-6.4.0 │ │ ├── mangadesk-0.7.7 │ │ ├── mangadesk-0.7.8 │ │ ├── mat2-0.13.5 │ │ ├── mat2-0.14.0 │ │ ├── metadata-cleaner-2.5.6 │ │ ├── minder-1.16.2 │ │ ├── minder-1.16.3 │ │ ├── mirafetch-0.1.0 │ │ ├── mirafetch-9999 │ │ ├── morgen-3.6.10 │ │ ├── mxw-0.1.2 │ │ ├── mxw-0.2.1 │ │ ├── mymefetch-1.3 │ │ ├── navi-2.24.0 │ │ ├── navi-9999 │ │ ├── neo-0.6.1 │ │ ├── neo-9999 │ │ ├── nerdfetch-8.3.1 │ │ ├── nwg-look-1.0.2-r1 │ │ ├── nwg-look-1.0.6 │ │ ├── nwg-shell-wallpapers-1.3 │ │ ├── nwg-shell-wallpapers-1.4 │ │ ├── nwg-shell-wallpapers-1.5 │ │ ├── oddjob-0.34.7-r1 │ │ ├── onefetch-2.25.0 │ │ ├── opentrack-2024.1.1_p20250620 │ │ ├── opentrack-9999 │ │ ├── pastel-0.11.0 │ │ ├── pastel-9999 │ │ ├── pfetch-0.6.0 │ │ ├── pfetch-1.3.0 │ │ ├── pipes-rs-1.6.4 │ │ ├── powerpanel-1.4.1-r1 │ │ ├── proctl-1.5 │ │ ├── proctl-9999 │ │ ├── pueue-3.4.1 │ │ ├── pueue-4.0.0 │ │ ├── qman-1.4.2 │ │ ├── qman-1.5.0 │ │ ├── qman-9999 │ │ ├── rememberthemilk-1.3.11-r1 │ │ ├── s6-man-9999 │ │ ├── scooter-0.8.4 │ │ ├── sherlock-0.15.0 │ │ ├── sherlock-9999 │ │ ├── superfile-1.4.0 │ │ ├── superfile-9999 │ │ ├── tealdeer-1.6.1-r1 │ │ ├── tealdeer-1.8.0 │ │ ├── tealdeer-1.8.1 │ │ ├── tealdeer-9999 │ │ ├── television-0.12.5 │ │ ├── television-0.13.11 │ │ ├── termdown-1.18.0-r1 │ │ ├── tinyfetch-5.2 │ │ ├── tinyfetch-6.1 │ │ ├── tinyfetch-6.2 │ │ ├── tinyfetch-9999 │ │ ├── tmux-rime-0.0.4 │ │ ├── treefetch-2.0.0 │ │ ├── treesheets-2567 │ │ ├── treesheets-2665 │ │ ├── tty-share-bin-2.4.0 │ │ ├── twertlefetch-1.1.0 │ │ ├── ufetch-0.3 │ │ ├── via-3.0.0 │ │ ├── vocabsieve-0.12.2 │ │ ├── vrms-gentoo-0_pre20201102 │ │ ├── walld-1.4.4 │ │ ├── watchexec-2.1.2 │ │ ├── watchexec-2.2.1 │ │ ├── watchexec-2.3.0 │ │ ├── watchexec-2.3.2 │ │ ├── watchexec-9999 │ │ ├── wcal-0.1-r1 │ │ ├── wego-2.2 │ │ ├── wl-kbptr-0.3.0 │ │ ├── wlx-overlay-s-25.4.2 │ │ ├── wlx-overlay-s-9999 │ │ ├── wtf-0.43.0 │ │ ├── x86-64-level-0.2.2 │ │ ├── x86-64-level-9999 │ │ ├── xplr-0.21.3-r1 │ │ ├── yazi-25.2.11-r1 │ │ ├── yazi-25.3.2 │ │ ├── yazi-25.4.8 │ │ ├── yazi-25.5.31 │ │ ├── yazi-9999 │ │ ├── zcock-0.2.1 │ │ └── zcock-0.2.2 │ ├── app-mobilephone │ │ ├── flashlight-0.1.1-r3 │ │ ├── mobile-config-firefox-2.1.0 │ │ └── pinephone-modem-scripts-0.20.8 │ ├── app-office │ │ ├── beancount-2.3.6 │ │ ├── invoice-0.1.0 │ │ ├── jameica-bin-2.12.0 │ │ ├── khronos-4.0.0 │ │ ├── khronos-4.0.1 │ │ ├── lotus123r3-1.0.0_rc4 │ │ ├── nixnote-bin-2.1.10 │ │ ├── notesnook-bin-2.6.12 │ │ ├── obsidian-1.10.3 │ │ ├── obsidian-1.9.14 │ │ ├── openoffice-bin-4.1.16 │ │ ├── pyspread-2.4 │ │ └── standartnotes-bin-3.183.22 │ ├── app-portage │ │ ├── appswipe-1.2.0 │ │ ├── carnage-1.2 │ │ ├── carnage-9999 │ │ ├── pacvis-0.4.2 │ │ ├── portage-lostfiles-0.5.6-r1 │ │ ├── portagecfg-2.4.0-r1 │ │ ├── quantum-resolver-9999 │ │ ├── showbuild-0.9.1-r2 │ │ └── zig-ebuilder-9999 │ ├── app-shells │ │ ├── carapace-1.5.4 │ │ ├── direnv-2.36.0 │ │ ├── direnv-2.37.1 │ │ ├── direnv-9999 │ │ ├── elvish-0.19.2 │ │ ├── elvish-0.20.1 │ │ ├── elvish-0.21.0 │ │ ├── fre-0.4.1 │ │ ├── fzf-fish-10.3 │ │ ├── fzf-tab-0_pre20230611 │ │ ├── igr-9999 │ │ ├── manpager-0.0.3 │ │ ├── mommy-1.6.0 │ │ ├── mrsh-9999 │ │ ├── ohmyzsh-9999 │ │ ├── pokemon-colorscripts-9999 │ │ ├── powerline-go-1.25 │ │ ├── sheldon-0.8.5 │ │ ├── shox-2024.01.25 │ │ ├── silver-2.0.0-r1 │ │ ├── vivid-0.10.1 │ │ ├── vivid-0.9.0 │ │ ├── zsh-async-1.8.5_p20211005 │ │ ├── zsh-async-1.8.6 │ │ ├── zsh-autocomplete-24.09.04 │ │ ├── zsh-autocomplete-9999 │ │ ├── zsh-autosuggestions-0.7.0-r2 │ │ ├── zsh-history-substring-search-1.0.2 │ │ └── zsh-history-substring-search-1.1.0 │ ├── app-text │ │ ├── OCRmyPDF-16.10.2 │ │ ├── cmark-gfm-0.29.0.13 │ │ ├── code-minimap-0.6.8 │ │ ├── codebook-0.3.20 │ │ ├── dooit-3.3.3 │ │ ├── epubgrep-0.6.2 │ │ ├── ford-6.2.5 │ │ ├── ford-7.0.10 │ │ ├── ford-7.0.11 │ │ ├── ford-7.0.11-r1 │ │ ├── ford-7.0.12 │ │ ├── ford-7.0.8-r1 │ │ ├── ford-7.0.9-r1 │ │ ├── harper-1.0.0 │ │ ├── jrnl-4.2.1 │ │ ├── komikku-1.86.0 │ │ ├── koodo-reader-bin-1.5.1 │ │ ├── koodo-reader-bin-1.6.3 │ │ ├── lchat-1.0-r2 │ │ ├── lizard-1.18.0 │ │ ├── lizard-1.19.0 │ │ ├── lorien-bin-0.6.0-r2 │ │ ├── lsp-0.5.0_rc4 │ │ ├── lsp-9999 │ │ ├── notekit-0.2.0 │ │ ├── owo-0.1.0 │ │ ├── pandoc-crossref-bin-0.3.17.0f │ │ ├── simplenote-desktop-bin-2.23.0 │ │ ├── simplenote-desktop-bin-2.23.2 │ │ ├── sioyek-9999 │ │ ├── smu-1.5 │ │ ├── smu-9999 │ │ ├── sup2srt-1.0.6_p20250518 │ │ ├── texlab-5.23.1 │ │ ├── texlab-5.24.0 │ │ ├── tinymist-0.14.4 │ │ ├── tinymist-9999 │ │ ├── tldr-3.3.0 │ │ ├── tldr-3.4.1 │ │ ├── typst-0.14.0 │ │ ├── typst-9999 │ │ ├── typstyle-0.13.17 │ │ ├── vale-3.7.1 │ │ ├── vale-3.9.1 │ │ ├── xan-0.51.0 │ │ ├── xan-0.52.0 │ │ ├── xan-0.53.0 │ │ ├── xan-0.54.0 │ │ ├── xan-0.54.1 │ │ └── xan-9999 │ ├── app-vim │ │ ├── ale-3.3.0 │ │ ├── ale-4.0.0 │ │ ├── ansible-vim-3.3 │ │ ├── ansible-vim-3.4 │ │ ├── apkbuild-vim-20210911 │ │ ├── bracketed-paste-20180522 │ │ ├── css-color-20230308 │ │ ├── css-color-20230727 │ │ ├── dracula-2.0.0 │ │ ├── gemini-vim-20210923 │ │ ├── kotlin-vim-20220627 │ │ ├── nerdtree-git-20210818 │ │ ├── nim-syntax-1.1_p20211111 │ │ ├── openbsd-style-1.1 │ │ ├── qt-support-1.1 │ │ ├── rainbow-3.4.0_p20211113 │ │ ├── rainbow-3.4.0_p20240727 │ │ ├── rainbow_csv-1.10.0_pre20240705 │ │ ├── rainbow_csv-9999 │ │ ├── tempus-2.0.0.20210514 │ │ ├── tex-conceal-20210409 │ │ ├── themis-1.6.0 │ │ ├── themis-1.7.0 │ │ ├── vader-0.3.0 │ │ ├── vader-0.3.0_p20240430 │ │ ├── vala-syntax-20200502 │ │ ├── vim-crystal-2022.09.04 │ │ ├── vim-crystal-2023.03.15 │ │ ├── vim-mediawiki-0.10.1 │ │ ├── vim-nix-9999 │ │ ├── vim-sensible-1.2 │ │ ├── vim-sensible-2.0 │ │ ├── vimwiki-cli-1.1.0 │ │ ├── wayland-clipboard-0.2.1 │ │ ├── yats-2024.08.17 │ │ └── yats-2025.08.05 │ ├── app-voices │ │ ├── rhvoice-arina-4.0 │ │ ├── rhvoice-bdl-4.1 │ │ ├── rhvoice-clb-4.0 │ │ └── rhvoice-slt-4.1 │ ├── dev-build │ │ ├── cargo-make-0.37.24 │ │ ├── fobis-3.1.0 │ │ ├── fpm-0.10.0 │ │ ├── fpm-0.11.0 │ │ ├── fpm-0.12.0 │ │ ├── fpm-0.9.0 │ │ ├── fypp-3.2 │ │ ├── pdpmake-2.0.3 │ │ ├── qtilitools-0.1.2 │ │ ├── xmake-3.0.5 │ │ └── xmake-9999 │ ├── dev-cpp │ │ ├── blurhash-0.2.0 │ │ ├── blurhash-0.2.0-r1 │ │ ├── boxed-cpp-1.4.3 │ │ ├── coeurl-0.3.0 │ │ ├── coeurl-0.3.1 │ │ ├── cpp-jwt-1.5_pre20220727 │ │ ├── cpp-utilities-5.31.0 │ │ ├── cpp-utilities-5.31.1 │ │ ├── cpprestsdk-2.10.19-r5 │ │ ├── cpprestsdk-2.10.19-r6 │ │ ├── dpp-10.0.23 │ │ ├── dpp-10.0.24 │ │ ├── dpp-10.0.25 │ │ ├── dpp-10.0.29 │ │ ├── dpp-10.0.30 │ │ ├── dpp-10.0.33 │ │ ├── drogon-1.9.5 │ │ ├── drogon-1.9.6 │ │ ├── fast_double_parser-0.8.1 │ │ ├── finalcut-0.9.1-r1 │ │ ├── finalcut-9999 │ │ ├── fkYAML-0.4.2 │ │ ├── fkYAML-0.4.2_p20250522 │ │ ├── gsl-lite-0.38.0-r1 │ │ ├── indicators-2.3 │ │ ├── indicators-2.3-r1 │ │ ├── mustache-4.1 │ │ ├── mustache-4.1_p20211210 │ │ ├── parallel-hashmap-1.4.1 │ │ ├── parallel-hashmap-2.0.0 │ │ ├── qt-jdenticon-0.3.0_p20240107 │ │ ├── qt-jdenticon-0.3.1 │ │ ├── rang-3.2 │ │ ├── reflection-cpp-0.2.0 │ │ ├── reflection-cpp-0.3.0 │ │ ├── reflection-cpp-0.4.0 │ │ ├── robotraconteur-1.2.6 │ │ ├── robotraconteur-companion-0.4.2 │ │ ├── safeint-3.0.28a │ │ ├── scnlib-4.0.1 │ │ ├── sprout-0_pre20190615-r1 │ │ ├── tinygltf-2.9.6 │ │ ├── trantor-1.5.19 │ │ ├── trantor-1.5.20 │ │ ├── trompeloeil-47 │ │ ├── units-2.3.3 │ │ ├── units-2.3.4 │ │ ├── workflow-0.10.2-r1 │ │ ├── workflow-0.10.3 │ │ ├── workflow-0.10.5 │ │ ├── workflow-9999 │ │ ├── wt-4.11.4-r3 │ │ ├── wt-4.12.0 │ │ ├── wt-4.12.1 │ │ ├── xtensor-0.26.0 │ │ └── xtl-0.8.0 │ ├── dev-crystal │ │ ├── athena-negotiation-0.1.5-r1 │ │ ├── athena-negotiation-0.2.0-r1 │ │ ├── athena-spec-0.3.11-r1 │ │ ├── athena-spec-0.4.0-r1 │ │ ├── backtracer-1.2.2-r1 │ │ ├── backtracer-1.2.4-r1 │ │ ├── crikey-0.1.0_p20170404 │ │ ├── crustache-2.4.4 │ │ ├── crystal-db-0.13.1-r1 │ │ ├── crystal-db-0.14.0-r1 │ │ ├── crystal-fnv-0.1.3-r1 │ │ ├── crystal-html5-0.4.0-r1 │ │ ├── crystal-html5-0.5.0-r1 │ │ ├── crystal-pg-0.28.0-r1 │ │ ├── crystal-pg-0.29.0-r2 │ │ ├── crystal-sqlite3-0.21.0-r1 │ │ ├── crystal-sqlite3-0.22.0-r1 │ │ ├── crystal-xpath2-0.1.3-r1 │ │ ├── crystar-0.3.1-r1 │ │ ├── crystar-0.4.0-r1 │ │ ├── exception_page-0.4.1-r1 │ │ ├── exception_page-0.5.0-r1 │ │ ├── habitat-0.4.9-r1 │ │ ├── http_proxy-0.12.0-r1 │ │ ├── inflector-1.0.0 │ │ ├── jbuilder-1.0.0 │ │ ├── json_mapping-0.1.1 │ │ ├── kemal-1.7.3-r1 │ │ ├── kemal-1.8.0 │ │ ├── kilt-0.6.1 │ │ ├── liquid-0.4.1 │ │ ├── liquid-1.0.0 │ │ ├── lucky_flow-0.10.1-r1 │ │ ├── protodec-0.1.5-r2 │ │ ├── protodec-0.1.5-r3 │ │ ├── radix-0.4.1-r1 │ │ ├── selenium-0.12.0-r1 │ │ ├── selenium-0.12.1-r1 │ │ ├── slang-1.7.3 │ │ ├── spectator-0.12.1-r1 │ │ ├── spectator-0.12.2-r1 │ │ ├── temel-0.1.0_p20171024 │ │ ├── water-1.0.0 │ │ ├── webdrivers-0.4.3-r2 │ │ ├── webless-0.1.0-r1 │ │ ├── webless-0.2.0-r1 │ │ └── webmock-0.14.0-r1 │ ├── dev-db │ │ ├── libpg_query-16.5.1.0 │ │ ├── libpg_query-17.6.0.0 │ │ ├── pg_query_vala-0.1.0_pre20240326-r1 │ │ ├── pg_query_vala-0.1.0_pre20241001 │ │ ├── pg_repack-1.5.3 │ │ ├── psequel-0.2.0-r1 │ │ ├── rum-1.3.14 │ │ ├── rum-1.3.15 │ │ ├── sqlcmd-1.8.3 │ │ ├── tdscpp-20250301 │ │ └── turso-0.3.2 │ ├── dev-debug │ │ ├── gdb-dashboard-0.17.3 │ │ ├── gdb-dashboard-0.17.4 │ │ ├── gdbgui-0.15.2.0 │ │ ├── gdbgui-0.15.2.0-r1 │ │ ├── gdbgui-0.15.3.0 │ │ ├── lldb-mi-0.0.1 │ │ └── lldb-mi-9999 │ ├── dev-dotnet │ │ └── gtk-sharp-3.22.2-r2 │ ├── dev-elixir │ │ └── hex-1.0.1-r1 │ ├── dev-embedded │ │ ├── arduino-cli-1.0.4 │ │ ├── arduino-cli-1.1.1 │ │ ├── arduino-cli-1.3.1 │ │ ├── bcm2-utils-0.9.8 │ │ ├── esp-coredump-1.13.1 │ │ ├── esp-idf-5.3.4 │ │ ├── esp-idf-5.4.2-r1 │ │ ├── esp-idf-5.5 │ │ ├── esp-idf-5.5.1 │ │ ├── esp-idf-kconfig-2.5.0 │ │ ├── esp-idf-kconfig-2.5.0-r1 │ │ ├── esp-idf-monitor-1.6.2 │ │ ├── esp-idf-monitor-1.7.0 │ │ ├── esp-idf-nvs-partition-gen-0.1.9 │ │ ├── esp-idf-panic-decoder-1.4.1 │ │ ├── esp-idf-size-1.7.1 │ │ ├── freertos-gdb-1.0.4 │ │ ├── fwup-1.12.0 │ │ ├── fwup-1.13.0 │ │ ├── fwup-1.13.1 │ │ ├── fwup-1.13.2 │ │ ├── fwup-1.14.0 │ │ ├── idf-component-manager-2.1.2 │ │ ├── idf-component-manager-2.2.2 │ │ ├── mv88e6xxx-dump-0.2.0_pre20210327 │ │ ├── nxp-gui-guider-1.7.2-r1 │ │ ├── pico-sdk-2.1.1 │ │ ├── pico-sdk-2.2.0 │ │ ├── qdl-2.2 │ │ ├── qdl-9999 │ │ ├── rauc-1.15 │ │ ├── rpi-openocd-9999 │ │ └── squareline-studio-1.3.2 │ ├── dev-erlang │ │ ├── conf-0.2.6 │ │ ├── cowboy-2.9.0 │ │ ├── cowlib-2.11.0 │ │ ├── ranch-1.7.1 │ │ ├── ranch-1.8.0 │ │ ├── ranch-2.0.0 │ │ └── yval-1.0.10 │ ├── dev-games │ │ ├── godot-dotnet-4.4.1-r2 │ │ ├── godot-dotnet-4.5-r1 │ │ ├── godot-dotnet-4.5.1 │ │ ├── surgescript-0.6.1 │ │ ├── surgescript-9999 │ │ └── unityhub-3.14.3 │ ├── dev-go │ │ ├── get-ego-vendor-0.2.0 │ │ ├── golangci-lint-langserver-0.0.11 │ │ ├── protorpc-1.1.4 │ │ ├── staticcheck-0.3.3 │ │ └── staticcheck-9999 │ ├── dev-hare │ │ ├── hare-adwaita-0.1.0 │ │ ├── hare-compress-0.25.2.0 │ │ ├── hare-compress-9999 │ │ ├── hare-gi-0.1.0 │ │ ├── hare-gtk4-layer-shell-0.1.0 │ │ ├── hare-json-0.24.2 │ │ ├── hare-json-0.25.2.0 │ │ ├── hare-json-9999 │ │ ├── hare-png-9999 │ │ ├── hare-ssh-0.24.2 │ │ ├── hare-ssh-0.25.2 │ │ ├── hare-ssh-9999 │ │ ├── hare-xml-0.25.2.0 │ │ ├── hare-xml-0_pre20231231 │ │ └── hare-xml-9999 │ ├── dev-java │ │ ├── corretto-bin-11.0.28.6.1 │ │ ├── corretto-bin-17.0.16.8.1 │ │ ├── corretto-bin-21.0.8.9.1 │ │ ├── corretto-bin-25.0.0.36.2 │ │ ├── corretto-bin-8.462.08.1 │ │ ├── jdtls-bin-1.51.0_p202510022025 │ │ ├── jdtls-bin-1.52.0_p202510301627 │ │ ├── jdtls-bin-1.53.0_p202511131527 │ │ ├── jdtls-bin-1.54.0_p202511211413 │ │ ├── microsoft-openjdk-bin-11.0.28 │ │ ├── microsoft-openjdk-bin-17.0.16 │ │ ├── microsoft-openjdk-bin-21.0.8 │ │ └── microsoft-openjdk-bin-25.0.0 │ ├── dev-lang │ │ ├── c3c-0.7.5 │ │ ├── cc65-2.19-r3 │ │ ├── cc65-9999-r1 │ │ ├── crystal-bin-1.16.3 │ │ ├── crystal-bin-1.17.1 │ │ ├── crystal-bin-1.18.0 │ │ ├── crystal-bin-1.18.2 │ │ ├── fbc-1.10.1 │ │ ├── fbc-bootstrap-1.10.1 │ │ ├── gnu-apl-1.8 │ │ ├── hare-0.24.2 │ │ ├── hare-0.25.2-r2 │ │ ├── hare-9999 │ │ ├── harec-0.24.2 │ │ ├── harec-0.25.2 │ │ ├── harec-9999 │ │ ├── odin-2025.06 │ │ ├── odin-9999 │ │ ├── opencilk-1.1 │ │ ├── opencilk-2.1 │ │ ├── opencilk-bin-1.1 │ │ ├── opencilk-bin-2.1 │ │ ├── quickjs-2024.01.13-r1 │ │ ├── swift-5.10.1 │ │ ├── swift-5.10.1-r1 │ │ ├── swift-5.10.1-r2 │ │ ├── swift-5.10.1-r3 │ │ ├── swift-5.10.1-r4 │ │ ├── swift-5.10.1-r5 │ │ ├── swift-6.0.3 │ │ ├── swift-6.0.3-r1 │ │ ├── swift-6.0.3-r2 │ │ ├── swift-6.1.3 │ │ ├── swift-6.2 │ │ ├── swift-6.2.1 │ │ ├── swift-bootstrap-1.0 │ │ ├── uiua-0.16.2 │ │ └── wabt-1.0.37 │ ├── dev-libs │ │ ├── M_CLI2-3.2.0 │ │ ├── cgicc-3.2.19 │ │ ├── cgicc-3.2.20 │ │ ├── cyrus-sasl-xoauth2-0.2 │ │ ├── discord-rpc-3.4.1 │ │ ├── dmd_core-0.7.2-r1 │ │ ├── dynarmic-6.7.0 │ │ ├── fastText-0.9.2 │ │ ├── feedbackd-0.8.4 │ │ ├── feedbackd-0.8.6 │ │ ├── feedbackd-device-themes-0.8.5 │ │ ├── feedbackd-device-themes-0.8.6 │ │ ├── fortran-regex-1.1.2 │ │ ├── fortran-shlex-1.0.1 │ │ ├── fortran-shlex-1.2.1 │ │ ├── fortran-shlex-2.0.0 │ │ ├── fortran-shlex-2.0.1 │ │ ├── fortran-stdlib-0.5.0 │ │ ├── fortran-stdlib-0.6.1 │ │ ├── fortran-stdlib-0.7.0 │ │ ├── fortran-stdlib-9999 │ │ ├── frozen-1.2.0 │ │ ├── ftl-1.0_p20230220 │ │ ├── gbinder-1.1.42 │ │ ├── gbinder-9999 │ │ ├── gmobile-0.3.1 │ │ ├── gmobile-0.4.0 │ │ ├── gpds-1.10.0 │ │ ├── hardened_malloc-13 │ │ ├── hts_engine-1.10 │ │ ├── imsg-compat-8.0.0 │ │ ├── imsg-compat-9999 │ │ ├── ip2loc-8.6.1 │ │ ├── jonquil-0.2.0-r1 │ │ ├── jonquil-0.3.0 │ │ ├── lexbor-2.5.0 │ │ ├── lexbor-2.6.0 │ │ ├── libayatana-appindicator-glib-2.0.1 │ │ ├── libayatana-appindicator-glib-9999 │ │ ├── libchardet-1.0.6 │ │ ├── libchdr-0_p20230230 │ │ ├── libcli-1.10.7 │ │ ├── libcsv-3.0.4_pre20240316 │ │ ├── libdatrie-0.2.13-r2 │ │ ├── libdbf-0.0.1 │ │ ├── libglibutil-1.0.80 │ │ ├── libglibutil-9999 │ │ ├── libpkgmanifest-0.5.9 │ │ ├── librepo-1.19.0-r2 │ │ ├── librepo-1.20.0-r1 │ │ ├── libsignal-ffi-0.64.1 │ │ ├── libsignal-ffi-0.80.3 │ │ ├── libsignal-ffi-0.84.0 │ │ ├── libsolv-0.7.34 │ │ ├── libsolv-0.7.35 │ │ ├── libthai-0.1.29 │ │ ├── libtypec-0.5.2-r2 │ │ ├── ls-hpack-2.3.4 │ │ ├── lsbcrypt-1.0.0-r2 │ │ ├── lsquic-4.0.12 │ │ ├── lsquic-4.2.0 │ │ ├── luksmeta-9-r2 │ │ ├── lygia-1.3.0 │ │ ├── lzfse-9999 │ │ ├── mcl-0.1.13 │ │ ├── microprofile-4.0 │ │ ├── mtxclient-0.10.0-r2 │ │ ├── mtxclient-0.10.1 │ │ ├── nanopb-0.4.9.1 │ │ ├── nanopb-9999 │ │ ├── nihstro-0_pre20250505 │ │ ├── oaknut-2.0.2 │ │ ├── open62541-1.4.14 │ │ ├── polyseed-2.0.0 │ │ ├── polyseed-9999 │ │ ├── qschematic-3.0.3 │ │ ├── randomx-1.2.1-r1 │ │ ├── s2n-1.5.22 │ │ ├── s2n-1.5.26 │ │ ├── s2n-1.5.27 │ │ ├── sealcurses-2.0.18_pre20241014 │ │ ├── sealcurses-2.0.18_pre20241202 │ │ ├── sirit-1.0.1 │ │ ├── stringifor-1.1.4-r2 │ │ ├── supercop-0_p20200827-r1 │ │ ├── tbtools-0.3.2-r2 │ │ ├── tfdn-1.10.1 │ │ ├── tfdn-1.10.1-r1 │ │ ├── tfdn-1.9.1 │ │ ├── toml-f-0.4.0 │ │ ├── toml-f-0.4.1 │ │ ├── toml-f-0.4.2 │ │ ├── toml-f-0.4.3 │ │ ├── tweeny-3.2.0-r1 │ │ ├── unordered_dense-4.0.1 │ │ ├── unordered_dense-4.4.0 │ │ ├── unordered_dense-9999 │ │ ├── vera-20240804-r1 │ │ ├── xdna-driver-202610.2.21.21 │ │ ├── xqilla-2.3.4-r3 │ │ ├── xrt-xdna-202610.2.21.21 │ │ ├── xrt-xdna-999999 │ │ ├── zfp-1.0.1 │ │ ├── zycore-c-1.5.2 │ │ └── zydis-4.1.1 │ ├── dev-lua │ │ ├── croissant-0.0.1 │ │ ├── dromozoa-utf8-1.19 │ │ ├── hump-0.4.2 │ │ ├── ldbus-0_p20250222 │ │ ├── lua-psl-0.3_p20201126 │ │ ├── lua-tui-0_pre20190215 │ │ ├── lua-utf8-simple-0_pre20150305 │ │ ├── lua-wcwidth-0.5 │ │ ├── multipart-post-1.4 │ │ └── sirocco-0.0.1 │ ├── dev-ml │ │ ├── afl-persistent-1.3 │ │ ├── chrome-trace-3.16.0-r1 │ │ ├── cmarkit-0.3.0 │ │ ├── crowbar-0.2.1 │ │ ├── digestif-1.3.0 │ │ ├── dune-rpc-3.16.0-r1 │ │ ├── either-1.0.0 │ │ ├── eqaf-0.10 │ │ ├── ezjsonm-1.3.0 │ │ ├── fiber-3.7.0-r1 │ │ ├── iter-1.9 │ │ ├── jsonrpc-1.18.0 │ │ ├── jsonrpc-1.19.0 │ │ ├── lambdasoup-1.1.1 │ │ ├── lsp-1.18.0 │ │ ├── lsp-1.19.0 │ │ ├── lua-ml-0.9.4 │ │ ├── lwt-dllist-1.0.1 │ │ ├── mdx-2.5.1 │ │ ├── merlin-lib-4.16 │ │ ├── ocaml-containers-3.16 │ │ ├── ocaml-csv-2.4 │ │ ├── ocaml-hex-1.5.0 │ │ ├── ocaml-syntax-shims-1.0.0 │ │ ├── ocaml-tsort-2.2.0 │ │ ├── ocaml-version-3.6.7 │ │ ├── ocaml-version-3.6.8 │ │ ├── ocaml-version-3.6.9 │ │ ├── ocaml-yaml-3.2.0 │ │ ├── ocamlc-loc-3.16.0-r1 │ │ ├── ocamlformat-lib-0.26.2 │ │ ├── ocamlformat-rpc-lib-0.26.2 │ │ ├── odate-0.7 │ │ ├── otoml-1.0.5 │ │ ├── ppx_yojson_conv_lib-0.17.0 │ │ ├── psq-0.2.0-r2 │ │ ├── psq-0.2.1 │ │ └── spelll-0.4 │ ├── dev-nim │ │ ├── boomer-0_pre20240208 │ │ ├── cligen-1.9.3 │ │ ├── cligen-1.9.5 │ │ ├── inim-0.6.1 │ │ ├── inim-1.0.0 │ │ ├── nake-1.9.4-r1 │ │ ├── nimbus-1.1.4 │ │ ├── nimbus-1.1.5 │ │ ├── nimbus-9999 │ │ ├── noise-0.1.10 │ │ ├── noise-0.1.8 │ │ ├── opengl-1.2.9 │ │ ├── parsetoml-0.7.2 │ │ └── x11-1.2 │ ├── dev-perl │ │ ├── File-Util-4.201.720 │ │ └── Term-Animation-2.6 │ ├── dev-php │ │ └── fpdf-1.86 │ ├── dev-python │ │ ├── DAWG-Python-0.7.2 │ │ ├── EbookLib-0.17.1 │ │ ├── ManimPango-0.4.4 │ │ ├── ManimPango-0.6.0 │ │ ├── PyPubSub-4.0.3-r1 │ │ ├── PythonQwt-0.14.5 │ │ ├── PythonQwt-0.14.6 │ │ ├── PythonQwt-0.15.0 │ │ ├── SLPP-1.2.3 │ │ ├── TakeTheTime-0.3.1 │ │ ├── adb-shell-0.4.4-r1 │ │ ├── addict-2.4.0 │ │ ├── ahocorasick-2.0.0 │ │ ├── ahocorasick-2.1.0 │ │ ├── aisuite-0.1.7 │ │ ├── annotated-doc-0.0.2 │ │ ├── arpy-2.3.0 │ │ ├── ascim-0.1.1 │ │ ├── asgi-lifespan-2.1.0 │ │ ├── asyncinotify-4.0.1 │ │ ├── asyncpg-0.30.0 │ │ ├── auditok-0.1.5 │ │ ├── auditok-0.2.0-r1 │ │ ├── autoflake-2.3.1 │ │ ├── autopxd-2.5.0 │ │ ├── avro-1.12.0 │ │ ├── azure-core-1.27.1 │ │ ├── azure-core-1.28.0 │ │ ├── azure-storage-blob-12.17.0 │ │ ├── backoff-2.2.1 │ │ ├── baseline-1.2.1 │ │ ├── bidict-0.23.1 │ │ ├── billiard-4.0.2 │ │ ├── bleak-1.1.0 │ │ ├── bleak-1.1.1 │ │ ├── blurhash-1.1.4 │ │ ├── blurhash-1.1.5 │ │ ├── cassowary-0.6 │ │ ├── celery-5.4.0 │ │ ├── chevron-0.13.1 │ │ ├── chevron-0.14.0-r1 │ │ ├── click-aliases-1.0.5 │ │ ├── click-command-tree-1.1.1 │ │ ├── click-repl-0.2.0-r1 │ │ ├── cloudflare-2.19.4 │ │ ├── cloudflare-4.2.0 │ │ ├── cloudflare-4.3.1 │ │ ├── cloup-3.0.8 │ │ ├── cogapp-3.4.1 │ │ ├── colorspacious-1.1.2 │ │ ├── convertdate-2.4.0 │ │ ├── cryptg-0.5.0_p0 │ │ ├── cryptg-0.5.2 │ │ ├── dacite-1.8.1 │ │ ├── daff-1.4.2 │ │ ├── daiquiri-3.3.0 │ │ ├── daiquiri-3.4.0 │ │ ├── darkdetect-0.8.0 │ │ ├── dasbus-1.7-r1 │ │ ├── dasbus-1.7-r2 │ │ ├── dataclasses-json-0.6.7-r1 │ │ ├── dateparser-1.2.2 │ │ ├── decopatch-1.4.10 │ │ ├── desktop-notifier-6.1.1 │ │ ├── desktop-notifier-6.2.0 │ │ ├── devtools-0.12.2 │ │ ├── digitalocean-1.17.0-r1 │ │ ├── django-browser-reload-1.13.0 │ │ ├── django-constance-3.1.0 │ │ ├── django-picklefield-3.2.0 │ │ ├── django-tailwind-3.8.0 │ │ ├── django-tinymce-4.1.0 │ │ ├── doxypypy-0.8.8.6_p20210405-r1 │ │ ├── dropbox-12.0.2 │ │ ├── dtreeviz-2.2.2 │ │ ├── evernote2-1.0.3 │ │ ├── evernote2-9999 │ │ ├── exif-1.6.0 │ │ ├── ezdxf-1.4.3 │ │ ├── fastapi-0.120.0 │ │ ├── fastapi-0.120.2 │ │ ├── fastapi-0.121.0 │ │ ├── find-libpython-0.4.0 │ │ ├── flask-restx-1.3.0 │ │ ├── flask-restx-1.3.2 │ │ ├── flask-socketio-5.5.1 │ │ ├── fontawesomefree-6.5.1 │ │ ├── gbinder-1.1.2-r2 │ │ ├── gbinder-9999 │ │ ├── gemcall-0.9.2 │ │ ├── glcontext-3.0.0 │ │ ├── glfw-2.10.0 │ │ ├── gnuplot-py-1.8_p8-r1 │ │ ├── googletrans-4.0.0_rc1-r1 │ │ ├── grapheme-0.8.0 │ │ ├── graphql-core-3.2.3 │ │ ├── graphql-relay-3.2.0 │ │ ├── guidata-3.12.0 │ │ ├── guidata-3.13.1 │ │ ├── guidata-3.13.2 │ │ ├── guiqwt-4.4.5-r1 │ │ ├── guppy3-3.1.4 │ │ ├── guppy3-3.1.5 │ │ ├── hachoir-3.3.0 │ │ ├── hashids-1.3.1 │ │ ├── hid_ups-1.0.1 │ │ ├── hid_ups_exporter-1.0.1 │ │ ├── hijridate-2.5.0 │ │ ├── http-ece-1.2.1 │ │ ├── i3ipc-2.2.1-r1 │ │ ├── i3ipc-2.2.1-r2 │ │ ├── icecream-2.1.8 │ │ ├── injector-0.22.0 │ │ ├── internetarchive-3.7.0 │ │ ├── internetarchive-5.3.0 │ │ ├── internetarchive-5.7.1 │ │ ├── invoke-2.2.1 │ │ ├── isosurfaces-0.1.2 │ │ ├── itemadapter-0.11.0 │ │ ├── itemloaders-1.3.2 │ │ ├── iuliia-0.13.0 │ │ ├── jinja2-cli-0.8.2 │ │ ├── jplephem-2.22 │ │ ├── jplephem-2.23 │ │ ├── jpype-1.6.0 │ │ ├── json-schema-for-humans-1.3.4 │ │ ├── json-schema-for-humans-1.4.1 │ │ ├── json_exporter-1.0.2 │ │ ├── jsonfeed-1.1.2 │ │ ├── jsonlines-4.0.0 │ │ ├── langdetect-1.0.9 │ │ ├── latexify-py-0.4.3.1 │ │ ├── latexify-py-0.4.4.1 │ │ ├── lru-dict-1.3.0 │ │ ├── lru-dict-1.4.1 │ │ ├── lsp-tree-sitter-0.1.1 │ │ ├── markdownify-0.11.6 │ │ ├── markovify-0.9.4 │ │ ├── mastodon-py-2.0.1 │ │ ├── mastodon-py-2.1.4 │ │ ├── material-color-utilities-0.1.5 │ │ ├── material-color-utilities-9999 │ │ ├── materialyoucolor-9999 │ │ ├── mautrix-0.20.7 │ │ ├── mautrix-0.20.8 │ │ ├── mininet-2.3.0 │ │ ├── mitype-0.2.6 │ │ ├── mkdocs-blog-plugin-9999 │ │ ├── mkdocs-bootstrap-tables-plugin-0.1.1 │ │ ├── mkdocs-exclude-1.0.2-r1 │ │ ├── mkdocs-git-committers-plugin-0.2.3 │ │ ├── mkdocs-rss-plugin-1.17.4 │ │ ├── mobi-0.3.3 │ │ ├── modern-colorthief-0.1.7 │ │ ├── moderngl-5.12.0-r1 │ │ ├── moderngl-window-3.1.1 │ │ ├── mollie-api-python-3.6.0 │ │ ├── moreorless-0.4.0 │ │ ├── mpxj-14.1.0 │ │ ├── msrest-0.7.1 │ │ ├── mwclient-0.11.0 │ │ ├── nitrokey-0.4.1 │ │ ├── nkdfu-0.2 │ │ ├── odfdo-3.14.4 │ │ ├── odsgenerator-1.11.3 │ │ ├── odsparsator-1.12.1-r2 │ │ ├── osc-placement-4.6.0-r1 │ │ ├── osc-placement-4.7.0 │ │ ├── oscrypto-1.3.0-r2 │ │ ├── parsel-1.10.0 │ │ ├── pem-23.1.0 │ │ ├── persist-queue-0.8.1 │ │ ├── persist-queue-1.0.0 │ │ ├── persist-queue-1.1.0 │ │ ├── phx-class-registry-4.1.0-r1 │ │ ├── pillow-heif-1.1.0 │ │ ├── pillow-heif-1.1.1 │ │ ├── pillow-jxl-plugin-1.3.2 │ │ ├── plexapi-4.16.1 │ │ ├── plexapi-4.17.0 │ │ ├── plexapi-4.17.1 │ │ ├── plotext-5.3.0 │ │ ├── plotext-5.3.2 │ │ ├── plum-0.8.7 │ │ ├── prometheus_exporter-1.0.0 │ │ ├── prometheus_exporter-1.1.0 │ │ ├── prometheus_exporter-9999 │ │ ├── proselint-0.14.0 │ │ ├── protego-0.4.0 │ │ ├── proton-core-0.7.0 │ │ ├── proton-keyring-linux-0.2.0 │ │ ├── proton-vpn-api-core-0.46.1 │ │ ├── proton-vpn-local-agent-1.4.8 │ │ ├── proton-vpn-network-manager-0.13.0 │ │ ├── proxy_tools-0.1.0_p1 │ │ ├── psycopg2cffi-2.9.0-r1 │ │ ├── ptpython-3.0.29 │ │ ├── pwdlib-0.2.1 │ │ ├── py-himitsu-0.0.9 │ │ ├── py-nanoid-9999 │ │ ├── pyclip-0.7.0-r2 │ │ ├── pyclip-9999 │ │ ├── pydantic-settings-2.11.0-r1 │ │ ├── pydispatcher-2.0.7 │ │ ├── pydub-0.25.1 │ │ ├── pyfiglet-1.0.2 │ │ ├── pyftdi-0.55.4 │ │ ├── pygeotile-1.0.6 │ │ ├── pyglm-2.8.2 │ │ ├── pygls-2.0.0 │ │ ├── pygments-promql-0.0.9-r1 │ │ ├── pygsl-2.3.4 │ │ ├── pymeeus-0.5.12 │ │ ├── pymorphy3-1.2.0 │ │ ├── pymorphy3-dicts-ru-2.4.417150.4580142 │ │ ├── pymorphy3-dicts-uk-2.4.1.1.1663094765 │ │ ├── pympress-1.8.6 │ │ ├── pynput-1.7.6 │ │ ├── pynput-1.8.1 │ │ ├── pypandoc-1.15 │ │ ├── pyperscan-0.3.0 │ │ ├── pyproject2ebuild-0.0.3 │ │ ├── pyqtdarktheme-2.1.0 │ │ ├── pyrefly-0.43.0 │ │ ├── pyrime-0.0.7 │ │ ├── pysdl3-0.9.8_beta8 │ │ ├── pysdl3-0.9.8_beta9 │ │ ├── pysnooper-1.2.1 │ │ ├── pysnooper-1.2.3 │ │ ├── pystardict-0.8-r1 │ │ ├── pytest-cases-3.9.1 │ │ ├── pytest-celery-0.1.0 │ │ ├── pytest-embedded-1.16.2 │ │ ├── pytest-embedded-1.17.0 │ │ ├── pytest-harvest-1.10.5 │ │ ├── pytest-mypy-plugins-3.2.0 │ │ ├── pytest-relaxed-2.0.2 │ │ ├── pytest-steps-1.8.0 │ │ ├── python-barbicanclient-7.1.0 │ │ ├── python-barbicanclient-7.2.0 │ │ ├── python-designateclient-6.3.0 │ │ ├── python-fire-0.6.0 │ │ ├── python-fire-0.7.0 │ │ ├── python-http-client-3.3.5-r1 │ │ ├── python-lsp-isort-0.2.1 │ │ ├── python-lsp-mypy-0.7.0 │ │ ├── python-magnumclient-4.8.1 │ │ ├── python-magnumclient-4.9.0 │ │ ├── python-manilaclient-5.5.0 │ │ ├── python-manilaclient-5.6.0 │ │ ├── python-octaviaclient-3.11.1 │ │ ├── python-octaviaclient-3.12.0 │ │ ├── python-olm-3.2.16 │ │ ├── python-pidfile-3.1.1 │ │ ├── python-socketio-5.11.4 │ │ ├── python-socketio-5.12.1 │ │ ├── python-statemachine-2.3.6 │ │ ├── python-statemachine-2.4.0 │ │ ├── python-statemachine-2.5.0 │ │ ├── python-telegram-bot-20.6-r1 │ │ ├── python-telegram-bot-21.1.1 │ │ ├── python-telegram-bot-9999 │ │ ├── pyvis-0.3.1 │ │ ├── pywavefront-1.3.3 │ │ ├── pywebview-4.4.1-r2 │ │ ├── pywebview-5.1-r2 │ │ ├── questionary-2.1.0 │ │ ├── questionary-2.1.1 │ │ ├── queuelib-1.8.0 │ │ ├── readability-lxml-0.8.4.1 │ │ ├── readmdict-0.1.1-r1 │ │ ├── rectangle-packer-2.0.2 │ │ ├── repology-client-0.4.0-r1 │ │ ├── repology-client-0.5.0 │ │ ├── rpmautospec-core-0.1.5 │ │ ├── rst2ansi-0.1.5-r3 │ │ ├── rstcheck-6.2.0 │ │ ├── rstcheck-6.2.1 │ │ ├── safety-schemas-0.0.14 │ │ ├── scrapy-2.12.0 │ │ ├── screeninfo-0.8.1 │ │ ├── sendgrid-6.11.0 │ │ ├── sentence-splitter-1.4-r2 │ │ ├── sentry-sdk-2.30.0 │ │ ├── signalstickers-client-3.3.0 │ │ ├── simplemma-0.9.1 │ │ ├── sjcl-0.2.1-r1 │ │ ├── skia-pathops-0.8.0-r1 │ │ ├── sortedcollections-2.1.0 │ │ ├── sphinx-click-4.2.0 │ │ ├── sphinx-design-0.6.1 │ │ ├── sphinx-hoverxref-1.4.2 │ │ ├── sphinx-last-updated-by-git-0.3.8 │ │ ├── sphinx-paramlinks-0.6.0 │ │ ├── sphinx-sitemap-2.8.0 │ │ ├── sphinx-sitemap-2.9.0 │ │ ├── sphinxcontrib-katex-0.9.10 │ │ ├── sphinxcontrib-katex-0.9.11 │ │ ├── sphinxext-opengraph-0.13.0 │ │ ├── sphinxnotes-mock-1.1 │ │ ├── sqlmodel-0.0.24 │ │ ├── starkbank-ecdsa-2.2.0-r1 │ │ ├── steam-2.0.0-r1 │ │ ├── stone-3.3.9 │ │ ├── survey-5.4.2 │ │ ├── svgelements-1.9.6-r1 │ │ ├── syrupy-5.0.0 │ │ ├── system_hotkey-1.0.3 │ │ ├── templated-dictionary-1.6 │ │ ├── tempus-themes-2.3.0.20220206 │ │ ├── tempy-1.4.0 │ │ ├── termynal-0.13.1 │ │ ├── textual-5.3.0 │ │ ├── textual-6.5.0 │ │ ├── textual-6.6.0 │ │ ├── textual-6.7.0 │ │ ├── textual-dev-1.7.0 │ │ ├── textual-dev-1.8.0 │ │ ├── textual-serve-1.1.2 │ │ ├── timeslot-0.1.2 │ │ ├── tlv8-0.10.0 │ │ ├── tulir-telethon-1.37.0_alpha1 │ │ ├── tulir-telethon-1.99.0_alpha6 │ │ ├── tweepy-4.14.0 │ │ ├── types-protobuf-6.30.2.20250703 │ │ ├── types-requests-2.32.0.20240712 │ │ ├── typing-inspect-0.9.0 │ │ ├── undervolt-0.4.0 │ │ ├── undervolt-9999 │ │ ├── upstream-ontologist-0.2.5 │ │ ├── upstream-ontologist-0.2.7 │ │ ├── urlmatch-1.0.1-r2 │ │ ├── usb-monitor-1.23 │ │ ├── validator-collection-1.5.0-r2 │ │ ├── volatile-2.1.0 │ │ ├── w3lib-2.3.1 │ │ ├── webrtcvad-2.0.10-r1 │ │ ├── xattr-1.1.0-r1 │ │ ├── xattr-1.2.0 │ │ ├── xpybutil-0.0.6 │ │ ├── yams-0.7.3-r1 │ │ └── yams-9999 │ ├── dev-ruby │ │ ├── asciidoctor-pdf-2.3.18 │ │ ├── asciidoctor-pdf-2.3.19 │ │ ├── byebug-11.1.3 │ │ ├── chruby-0.3.9-r3 │ │ ├── chruby-9999 │ │ ├── language_server-protocol-3.17.0.4-r1 │ │ ├── language_server-protocol-3.17.0.5-r1 │ │ ├── prawn-icon-3.1.0 │ │ ├── prawn-svg-0.35.1 │ │ ├── prawn-templates-0.1.2-r1 │ │ ├── pry-byebug-3.10.1 │ │ ├── pry-byebug-3.9.0 │ │ ├── rbenv-9999 │ │ ├── rbspy-0.17.0-r1 │ │ ├── rbspy-0.21.0 │ │ ├── rspec-wait-0.0.9 │ │ ├── ruby-build-9999 │ │ ├── ruby-install-0.9.3 │ │ └── ruby-lsp-0.26.4 │ ├── dev-scheme │ │ └── sagittarius-0.9.12 │ ├── dev-tex │ │ ├── ninecolors-2022.02.13 │ │ ├── tabularray-2023.03.01 │ │ ├── tectonic-0.15.0 │ │ └── tectonic-0.15.0-r1 │ ├── dev-util │ │ ├── DirectXShaderCompiler-1.8.2502 │ │ ├── DirectXShaderCompiler-1.8.2505 │ │ ├── addlicense-1.2.0 │ │ ├── bash-language-server-5.3.3 │ │ ├── bash-language-server-5.4.0 │ │ ├── bash-language-server-5.4.2 │ │ ├── bash-language-server-5.4.3 │ │ ├── bash-language-server-5.6.0 │ │ ├── bats-assert-2.2.0 │ │ ├── bats-support-0.3.0 │ │ ├── bc-ur-0.3.0 │ │ ├── bruno-bin-1.9.0 │ │ ├── bruno-bin-1.9.0-r1 │ │ ├── bump-my-version-1.2.1 │ │ ├── bump-my-version-1.2.4 │ │ ├── cargo-post-0.1.7 │ │ ├── catalyst-lab-1.6.0 │ │ ├── catalyst-lab-1.6.1 │ │ ├── catppuccin-catwalk-1.3.2 │ │ ├── catppuccin-whiskers-2.4.0 │ │ ├── cmakelang-0.6.13 │ │ ├── coq-lsp-0.1.9 │ │ ├── deblob-0.11 │ │ ├── deblob-0.12 │ │ ├── deblob-9999 │ │ ├── distribution-gpg-keys-1.115 │ │ ├── dmg2img-20201227 │ │ ├── dmg2img-9999 │ │ ├── dockerfile-language-server-0.12.0 │ │ ├── dockerfile-language-server-0.13.0 │ │ ├── eclipse-parallel-bin-4.28 │ │ ├── exercism-3.1.0 │ │ ├── exercism-3.2.0 │ │ ├── find-work-0.990.0 │ │ ├── find-work-1.0.0 │ │ ├── find-work-9999 │ │ ├── find-work-bugzilla-1.0.0-r1 │ │ ├── find-work-pkgcheck-0.3.0 │ │ ├── find-work-pkgcheck-1.0.0 │ │ ├── find-work-repology-0.3.0 │ │ ├── find-work-repology-1.0.0 │ │ ├── flatpakify-1.0.5 │ │ ├── flatpakify-1.0.6 │ │ ├── fnm-1.38.1 │ │ ├── fortls-2.13.0 │ │ ├── fortls-3.0.0 │ │ ├── fortls-3.1.1 │ │ ├── fortls-3.1.2 │ │ ├── fortls-3.2.2 │ │ ├── fortran-test-drive-0.4.0 │ │ ├── fortran-test-drive-0.5.0 │ │ ├── gammaray-3.1.0 │ │ ├── gammaray-3.3.0 │ │ ├── gemini-cli-0.16.0 │ │ ├── genTree-0.1.0 │ │ ├── genTree-9999 │ │ ├── gersemi-0.23.2 │ │ ├── git-bug-0.10.1 │ │ ├── git-bug-9999 │ │ ├── gitlab-ci-local-bin-4.43.0 │ │ ├── gitlab-ci-local-bin-4.47.0 │ │ ├── gitlab-ci-local-bin-4.56.0 │ │ ├── go-task-3.38.0-r1 │ │ ├── go-task-3.41.0-r1 │ │ ├── gshards-0.2 │ │ ├── hare-update-0.25.2.0 │ │ ├── hare-update-9999 │ │ ├── haredo-1.0.2 │ │ ├── haredo-9999 │ │ ├── hevi-1.1.0 │ │ ├── hut-0.6.0 │ │ ├── insomnia-bin-2023.5.8 │ │ ├── ios-safari-remote-debug-0_pre20250506 │ │ ├── ios-webkit-debug-proxy-1.9.2 │ │ ├── istyle-1.23_pre20220127 │ │ ├── juliaup-1.18.9-r1 │ │ ├── kubetail-0.10.0 │ │ ├── kubetail-0.10.1 │ │ ├── kubetail-0.9.0 │ │ ├── kubetail-0.9.0-r1 │ │ ├── kubetail-0.9.0-r2 │ │ ├── kubetail-bin-0.10.0 │ │ ├── kubetail-bin-0.10.1 │ │ ├── kubetail-bin-0.7.5 │ │ ├── kubetail-bin-0.8.2 │ │ ├── kubetail-bin-0.9.0 │ │ ├── lemminx-bin-0.27.0 │ │ ├── lemminx-bin-0.27.1 │ │ ├── libtypec-utils-0.5.2 │ │ ├── lottieconverter-0.2-r2 │ │ ├── lottieconverter-0.2-r3 │ │ ├── lua-language-server-3.13.9 │ │ ├── lua-language-server-3.14.0 │ │ ├── lua-language-server-3.15.0 │ │ ├── measureme-12.0.3 │ │ ├── mh-1.4.1 │ │ ├── minify-bin-2.24.4 │ │ ├── mise-2025.10.10-r3 │ │ ├── mise-2025.10.14 │ │ ├── mock-6.5 │ │ ├── mock-core-configs-43.3 │ │ ├── neocmakelsp-0.9.0 │ │ ├── nvchecker-2.19 │ │ ├── ocamlformat-0.26.2 │ │ ├── ocamlformat-0.26.2-r1 │ │ ├── ocp-indent-1.8.2 │ │ ├── pcpp-1.30 │ │ ├── pifpaf-3.3.0 │ │ ├── pmbootstrap-3.6.0 │ │ ├── quilttools-0.3-r1 │ │ ├── rexxd-2025.02.17 │ │ ├── riffdiff-3.6.0 │ │ ├── riffdiff-3.6.1 │ │ ├── rtc-testbench-5.3 │ │ ├── rust-rover-2024.2.1-r1 │ │ ├── rust-rover-2025.2.1 │ │ ├── rust-rover-2025.2.2 │ │ ├── rust-rover-2025.2.3 │ │ ├── rust-rover-2025.2.4.1 │ │ ├── rust-rover-2025.2.5 │ │ ├── rust-script-0.36.0 │ │ ├── rye-0.44.0 │ │ ├── rz-ghidra-0.8.0 │ │ ├── scc-3.4.0 │ │ ├── shellspec-0.28.1-r3 │ │ ├── shellspec-9999 │ │ ├── spi-tools-1.0.2 │ │ ├── stripe-cli-1.32.0 │ │ ├── stripe-cli-1.33.0 │ │ ├── stripe-cli-9999 │ │ ├── stylua-2.3.1 │ │ ├── tailspin-5.4.5 │ │ ├── termux-language-server-0.0.31 │ │ ├── tflint-bin-0.43.0 │ │ ├── tflint-bin-0.46.0 │ │ ├── tinyxxd-1.3.7-r2 │ │ ├── tinyxxd-9999 │ │ ├── tokei-12.1.2 │ │ ├── topiary-0.6.1 │ │ ├── trivy-0.55.2 │ │ ├── typescript-language-server-4.1.2 │ │ ├── typescript-language-server-4.3.3 │ │ ├── u-config-0.34.0 │ │ ├── u-config-9999 │ │ ├── upstream-ontologist-0.2.10 │ │ ├── upstream-ontologist-0.3.2 │ │ ├── vala-language-server-0.48.4 │ │ ├── vscode-langservers-extracted-4.10.0 │ │ ├── vscode-langservers-extracted-4.8.0 │ │ ├── wakatime-cli-1.27.0 │ │ ├── wakatime-cli-1.28.6 │ │ ├── webgpu-headers-20240512 │ │ ├── webgpu-headers-9999 │ │ ├── webstorm-2024.3.5-r1 │ │ ├── webstorm-2025.1.4.1-r1 │ │ ├── webstorm-2025.2-r1 │ │ ├── webstorm-2025.2.2-r1 │ │ ├── webstorm-2025.2.3-r1 │ │ ├── webstorm-2025.2.4-r1 │ │ ├── wxformbuilder-3.10.1-r1 │ │ ├── wxformbuilder-4.2.1 │ │ ├── xrt-202610.2.21.21 │ │ ├── xrt-999999 │ │ ├── yaml-language-server-1.14.0 │ │ └── yaml-language-server-1.15.0 │ ├── dev-vcs │ │ ├── ghorg-1.11.0 │ │ ├── gitahead-2.7.1 │ │ ├── gitahead-2.7.1-r1 │ │ ├── gitqlient-1.6.2 │ │ ├── gitqlient-1.6.3 │ │ ├── gitqlient-9999 │ │ ├── gitui-0.26.3 │ │ ├── gitui-0.27.0 │ │ ├── jj-0.34.0 │ │ ├── jj-0.35.0 │ │ ├── jj-9999 │ │ ├── lazygit-0.54.2 │ │ ├── lazygit-0.55.0 │ │ ├── lazygit-0.55.1 │ │ ├── lazygit-0.56.0 │ │ ├── lazygit-9999 │ │ ├── lazyjj-0.5.0 │ │ ├── lazyjj-0.6.1 │ │ └── pijul-1.0.0_beta9 │ ├── dev-zig │ │ ├── zls-0.10.0-r2 │ │ ├── zls-0.13.0-r1 │ │ ├── zls-0.14.0 │ │ ├── zls-0.15.0 │ │ └── zls-9999 │ ├── games-action │ │ ├── ATLauncher-3.4.40.1 │ │ ├── blackvoxel-2.50 │ │ ├── blackvoxel-9999 │ │ ├── classicube-1.3.7 │ │ ├── classicube-9999 │ │ ├── ddnet-19.5 │ │ ├── ddnet-9999 │ │ ├── netrek-brmh-2.6.1 │ │ ├── netrek-cow-3.3.2 │ │ ├── technic-launcher-4.768 │ │ └── technic-launcher-4.822 │ ├── games-arcade │ │ ├── SpaceCadetPinball-2.0 │ │ ├── SpaceCadetPinball-2.0.1 │ │ ├── SpaceCadetPinball-2.1.0 │ │ ├── SpaceCadetPinball-9999 │ │ ├── opensurge-0.6.1.2 │ │ ├── opensurge-9999 │ │ ├── shiromino-0.2.1 │ │ ├── taisei-1.4.2 │ │ ├── taisei-1.4.3 │ │ ├── taisei-1.4.4 │ │ ├── taisei-9999 │ │ ├── tetrio-desktop-10 │ │ └── tetrio-desktop-9 │ ├── games-board │ │ ├── fairy-stockfish-14.0.1 │ │ ├── openriichi-0.2.1.1-r1 │ │ └── rmahjong-0.4_p20201106 │ ├── games-emulation │ │ ├── RetroArch-1.19.1 │ │ ├── RetroArch-1.20.0 │ │ ├── RetroArch-1.21.0 │ │ ├── azahar-2123.3 │ │ ├── dosbox-x-2025.10.07 │ │ ├── dosbox-x-2025.12.01 │ │ ├── dosbox-x-9999 │ │ ├── eden-0.0.4_rc3 │ │ ├── flycast-9999 │ │ ├── libretro-dolphin-0.0.1_pre20250517-r1 │ │ ├── mupen64plus-qt-1.17 │ │ ├── mupen64plus-qt-9999 │ │ ├── rpcs3-0.0.37 │ │ ├── rpcs3-0.0.38 │ │ └── rpcs3-9999 │ ├── games-engines │ │ ├── boxtron-0.5.4-r2 │ │ ├── fs2_open-24.2.0 │ │ ├── instead-3.5.2 │ │ ├── instead-9999 │ │ ├── nxengine-evo-2.6.5_p1-r1 │ │ ├── ponscripter-fork-3.0.2 │ │ ├── system3-sdl2-1.6.2 │ │ ├── system3-sdl2-1.7.0 │ │ ├── xsystem35-sdl2-2.16.1 │ │ ├── xsystem35-sdl2-2.17.0 │ │ ├── xsystem4-1.0.0 │ │ └── xsystem4-9999 │ ├── games-fps │ │ ├── assaultcube-1.3.0.2-r1 │ │ ├── crispy-doom-5.12.0 │ │ ├── crispy-doom-6.0 │ │ ├── etlegacy-2.82.0 │ │ ├── etlegacy-2.83.2 │ │ ├── openspades-0.1.3 │ │ ├── quakespasm-0.96.3 │ │ ├── quakespasm-9999 │ │ └── the-dark-mod-bin-2.12-r1 │ ├── games-misc │ │ ├── asciiquarium-1.1_p20120823 │ │ ├── cbonsai-1.3.1-r1 │ │ ├── gay-1.3.4 │ │ └── varlpenis-3.0.4 │ ├── games-puzzle │ │ ├── aaaaxy-1.3.436 │ │ ├── aaaaxy-1.4.160 │ │ ├── aaaaxy-1.5.250 │ │ ├── atris-1.0.7 │ │ ├── baba-is-you-478f │ │ ├── blockout-2.5 │ │ ├── generic-tetromino-game-9999 │ │ ├── katawa-shoujo-1.4.6 │ │ ├── katawa-shoujo-1.4.7 │ │ ├── krank-8 │ │ ├── superflu-riteurnz-1.5.5 │ │ ├── superflu-riteurnz-data-12 │ │ └── xdemineur-2.1.1-r1 │ ├── games-roguelike │ │ ├── cataclysm-dda-0h │ │ └── cataclysm-dda-9999 │ ├── games-rpg │ │ ├── open-adventure-1.17 │ │ ├── open-adventure-1.18 │ │ ├── open-adventure-1.20 │ │ ├── primordia-3.6.70667 │ │ └── snoot-game-1.12.0 │ ├── games-server │ │ └── among-sus-20210519 │ ├── games-strategy │ │ ├── 7k-ambition-3.2.7 │ │ ├── 7k-ambition-9999 │ │ ├── gigalomania-1.0.1 │ │ ├── slay-the-spire-2.2 │ │ ├── unciv-bin-4.15.2 │ │ ├── unciv-bin-4.15.6_p1 │ │ └── zedonline-bin-0.3.2-r1 │ ├── games-util │ │ ├── NotEnoughProduction-0.0.4 │ │ ├── ProtonUp-Qt-2.12.0 │ │ ├── ProtonUp-Qt-2.13.0 │ │ ├── ProtonUp-Qt-9999 │ │ ├── chiaki-ng-1.9.5 │ │ ├── chiaki-ng-9999 │ │ ├── curseforge-1.292.0_p28941 │ │ ├── dwarf-therapist-41.2.5 │ │ ├── dwarf-therapist-42.1.5 │ │ ├── gamehub-0.16.3.2-r2 │ │ ├── goverlay-1.2 │ │ ├── grapejuice-7.20.12 │ │ ├── grapejuice-9999 │ │ ├── hid-nintendo-9999 │ │ ├── input-remapper-2.1.1 │ │ ├── input-remapper-2.2.0 │ │ ├── input-remapper-9999 │ │ ├── itch-bin-25.5.1-r2 │ │ ├── itch-bin-26.1.9 │ │ ├── legendary-0.20.33-r2 │ │ ├── legendary-0.20.34-r2 │ │ ├── libtess2-1.0.2 │ │ ├── mangohud-0.7.2-r1 │ │ ├── mangohud-0.8.0 │ │ ├── mangohud-0.8.1 │ │ ├── mangohud-9999 │ │ ├── minigalaxy-1.4.0 │ │ ├── modrinth-app-bin-0.10.10 │ │ ├── modrinth-app-bin-0.10.15 │ │ ├── modrinth-app-bin-0.10.18 │ │ ├── protonup-0.1.5 │ │ ├── protonup-9999 │ │ ├── qzdl-20250103 │ │ ├── qzdl-99999999 │ │ ├── r2modman-bin-3.1.51 │ │ ├── roll-2.6.1 │ │ ├── sdl2-gamepad-mapper-0.0.8-r1 │ │ ├── steamtinkerlaunch-12.12 │ │ ├── steamtinkerlaunch-9999 │ │ ├── umu-launcher-1.3.0 │ │ ├── xivlauncher-1.2.1 │ │ ├── xone-0.4.10 │ │ ├── xone-0.4.11 │ │ └── xone-0.4.9 │ ├── gnome-extra │ │ ├── commit-4.1-r1 │ │ ├── commit-4.2 │ │ ├── commit-4.3 │ │ ├── extension-manager-0.6.3-r1 │ │ ├── extension-manager-0.6.5 │ │ ├── extension-manager-9999 │ │ ├── iio-sensor-proxy-3.7 │ │ ├── iio-sensor-proxy-3.8 │ │ ├── junction-1.7-r1 │ │ ├── nautilus-open-any-terminal-0.7.0 │ │ ├── portfolio-0.9.14 │ │ ├── vvmplayer-1.4-r1 │ │ ├── wike-3.1.1 │ │ ├── wike-3.1.3 │ │ ├── yad-14.1 │ │ └── yad-9999 │ ├── gui-apps │ │ ├── 1password-8.10.76-r1 │ │ ├── ReGreet-0.1.1-r10 │ │ ├── ReGreet-0.2.0 │ │ ├── ReGreet-9999 │ │ ├── ashell-0.3.0 │ │ ├── ashell-0.3.1 │ │ ├── ashell-0.6.0 │ │ ├── autotiling-rs-0.1.6 │ │ ├── awww-0.11.2 │ │ ├── awww-9999 │ │ ├── aylurs-gtk-shell-1.8.2-r1 │ │ ├── azote-1.16.0 │ │ ├── azote-9999 │ │ ├── clipman-1.6.5 │ │ ├── contour-0.6.1.7494 │ │ ├── coreaction-5.0.0 │ │ ├── corearchiver-5.0.0 │ │ ├── corefm-5.0.0 │ │ ├── coregarage-5.0.0 │ │ ├── corehunt-5.0.0 │ │ ├── coreimage-5.0.0 │ │ ├── coreinfo-5.0.0 │ │ ├── corekeyboard-5.0.0 │ │ ├── corepad-5.0.0 │ │ ├── corepaint-5.0.0 │ │ ├── corepdf-5.0.0 │ │ ├── corepins-5.0.0 │ │ ├── corerenamer-5.0.0 │ │ ├── coreshot-5.0.0 │ │ ├── corestats-5.0.0 │ │ ├── corestuff-5.0.0 │ │ ├── coreterminal-5.0.0 │ │ ├── coretime-5.0.1 │ │ ├── coreuniverse-5.0.0 │ │ ├── darkman-2.2.0 │ │ ├── espanso-2.3.0 │ │ ├── eww-0.6.0-r3 │ │ ├── eww-9999 │ │ ├── fnott-1.7.1 │ │ ├── fnott-9999 │ │ ├── fuzzel-1.13.0 │ │ ├── fyi-1.0.4 │ │ ├── fyi-9999 │ │ ├── gcolor3-2.4.0 │ │ ├── gradience-0.3.0-r2 │ │ ├── gradience-0.4.1 │ │ ├── grimshot-9999 │ │ ├── gtklock-4.0.0 │ │ ├── gtklock-extras-9999 │ │ ├── hiprompt-gtk-py-0.8.0 │ │ ├── hiprompt-gtk-py-9999 │ │ ├── hypridle-0.1.6 │ │ ├── hypridle-0.1.7 │ │ ├── hypridle-9999 │ │ ├── hyprlock-0.9.1 │ │ ├── hyprlock-0.9.2 │ │ ├── hyprlock-9999 │ │ ├── hyprnome-0.3.0 │ │ ├── hyprpaper-0.7.4 │ │ ├── hyprpaper-0.7.5 │ │ ├── hyprpicker-0.4.5 │ │ ├── hyprpicker-9999 │ │ ├── hyprshade-3.2.1 │ │ ├── hyprshade-9999 │ │ ├── hyprshot-1.3.0-r1 │ │ ├── hyprshot-9999 │ │ ├── hyprsunset-0.2.0 │ │ ├── hyprsunset-9999 │ │ ├── hyprswitch-1.3.1 │ │ ├── hyprsysteminfo-0.1.3 │ │ ├── intiface-central-bin-2.6.0 │ │ ├── intiface-central-bin-2.6.4 │ │ ├── ironbar-0.16.1-r1 │ │ ├── ironbar-0.17.1 │ │ ├── ironbar-9999 │ │ ├── klassy-6.4 │ │ ├── klassy-9999 │ │ ├── koi-0.5.1 │ │ ├── koi-0.6 │ │ ├── lan-mouse-0.10.0 │ │ ├── lan-mouse-0.10.0_p20251027 │ │ ├── lemurs-0.3.2 │ │ ├── lswt-1.0.4-r1 │ │ ├── lswt-2.0.0 │ │ ├── lswt-9999 │ │ ├── meteo-qt-4.1 │ │ ├── meteo-qt-4.2 │ │ ├── mpvpaper-1.8 │ │ ├── mpvpaper-9999 │ │ ├── nwg-0 │ │ ├── nwg-bar-0.1.5 │ │ ├── nwg-bar-0.1.6 │ │ ├── nwg-clipman-0.2.4-r1 │ │ ├── nwg-clipman-0.2.5 │ │ ├── nwg-displays-0.3.22 │ │ ├── nwg-displays-0.3.25 │ │ ├── nwg-dock-0.4.1 │ │ ├── nwg-dock-0.4.3 │ │ ├── nwg-dock-hyprland-0.4.6 │ │ ├── nwg-dock-hyprland-0.4.8 │ │ ├── nwg-drawer-0.7.0 │ │ ├── nwg-drawer-0.7.4 │ │ ├── nwg-hello-0.3.0 │ │ ├── nwg-hello-0.4.0 │ │ ├── nwg-icon-picker-0.1.1 │ │ ├── nwg-icon-picker-0.1.1-r1 │ │ ├── nwg-icon-picker-9999 │ │ ├── nwg-launchers-0.5.0 │ │ ├── nwg-launchers-0.6.3 │ │ ├── nwg-launchers-0.7.1.1 │ │ ├── nwg-launchers-9999 │ │ ├── nwg-menu-0.1.7 │ │ ├── nwg-menu-0.1.9 │ │ ├── nwg-panel-0.10.12 │ │ ├── nwg-panel-0.10.6 │ │ ├── nwg-panel-9999 │ │ ├── nwg-shell-0.5.48 │ │ ├── nwg-shell-0.5.49 │ │ ├── nwg-shell-config-0.5.59-r1 │ │ ├── nwg-shell-config-0.5.62-r1 │ │ ├── openrefine-3.9.3 │ │ ├── organicmaps-9999 │ │ ├── packettracer-8.2.2-r1 │ │ ├── pop-launcher-1.2.1 │ │ ├── quickshell-0.2.0 │ │ ├── quickshell-0.2.1 │ │ ├── quickshell-9999 │ │ ├── rofi-wayland-1.7.5_p3 │ │ ├── rofi-wayland-1.7.8_p1 │ │ ├── satty-0.19.0 │ │ ├── satty-9999 │ │ ├── sddm-conf-0.3.0 │ │ ├── sfwbar-1.0_beta16_p1 │ │ ├── sfwbar-9999 │ │ ├── shikane-1.0.1 │ │ ├── showmethekey-1.12.0 │ │ ├── showmethekey-1.13.1 │ │ ├── somebar-1.0.3-r1 │ │ ├── somebar-9999 │ │ ├── someblocks-1.0.1 │ │ ├── someblocks-9999 │ │ ├── sway-audio-idle-inhibit-0.2.0 │ │ ├── sway-audio-idle-inhibit-9999 │ │ ├── sway-launcher-desktop-1.7.0 │ │ ├── swaykbdd-1.4 │ │ ├── swaylock-effects-1.7.0.0 │ │ ├── swaylock-effects-9999 │ │ ├── swaylock-plugin-1.8.0 │ │ ├── swaylock-plugin-9999 │ │ ├── swaync-0.11.0 │ │ ├── swaync-0.12.2 │ │ ├── swayosd-0.1.0 │ │ ├── swayosd-0.2.1 │ │ ├── swayr-0.28.0 │ │ ├── swayr-0.28.1 │ │ ├── swayrbar-0.4.2 │ │ ├── sworkstyle-1.3.5 │ │ ├── szyszka-3.0.0 │ │ ├── tessen-2.2.1-r1 │ │ ├── tofi-0.8.1 │ │ ├── tofi-0.9.1 │ │ ├── vicuna-1.25 │ │ ├── walker-0.10.3 │ │ ├── walker-0.12.0 │ │ ├── walker-0.13.26 │ │ ├── walker-9999 │ │ ├── way-displays-1.15.0 │ │ ├── way-displays-9999 │ │ ├── wayfreeze-9999 │ │ ├── wayidle-1.0.1 │ │ ├── waylock-1.3.0 │ │ ├── waylock-1.4.0 │ │ ├── waylock-1.5.0 │ │ ├── waylock-1.5.0-r2 │ │ ├── waypaper-2.7-r1 │ │ ├── wbg-1.0.2 │ │ ├── wbg-1.1.0 │ │ ├── wbg-1.2.0 │ │ ├── wbg-9999 │ │ ├── wdisplays-1.1.3 │ │ ├── wdisplays-9999 │ │ ├── wev-1.0.0 │ │ ├── wev-1.1.0 │ │ ├── wideriver-1.3.0 │ │ ├── wideriver-1.3.1 │ │ ├── windowtolayer-0.1.0 │ │ ├── windowtolayer-9999 │ │ ├── wl-clip-persist-0.4.3-r1 │ │ ├── wl-clip-persist-9999 │ │ ├── wl-mirror-0.18.1-r2 │ │ ├── wl-mirror-0.18.3 │ │ ├── wl-mirror-9999 │ │ ├── wl-scripts-1.2.3-r1 │ │ ├── wl-scripts-9999 │ │ ├── wlgreet-0.4.1 │ │ ├── wlgreet-0.5.0 │ │ ├── wlogout-1.1.1 │ │ ├── wlogout-1.2.2-r1 │ │ ├── wlogout-9999 │ │ ├── wlopm-1.0.0 │ │ ├── wlopm-9999 │ │ ├── wlr-dpms-0_p20250620 │ │ ├── wlr-randr-0.4.1 │ │ ├── wlr-randr-9999 │ │ ├── wlsunset-0.4.0 │ │ ├── wlsunset-9999 │ │ ├── wob-0.15.1-r1 │ │ ├── wob-0.16 │ │ ├── wscreensaver-9999 │ │ ├── wtype-0.4 │ │ ├── xremap-0.14.5 │ │ ├── xwayland-satellite-0.5.1 │ │ ├── xwayland-satellite-0.7 │ │ ├── yambar-1.11.0 │ │ └── yambar-9999 │ ├── gui-libs │ │ ├── gtk-session-lock-0.2.0-r6 │ │ ├── gtk-session-lock-9999 │ │ ├── libcprime-5.0.0 │ │ ├── libcsys-5.0.0 │ │ ├── mir-2.22.2 │ │ ├── mir-2.23.0 │ │ ├── qdocumentview-0.3.0.1 │ │ ├── qtforkawesome-0.3.1 │ │ ├── qtforkawesome-0.3.2 │ │ ├── qtutilities-6.18.2 │ │ ├── qtutilities-6.18.3 │ │ ├── scenefx-0.4.1 │ │ ├── scenefx-9999 │ │ ├── xdg-desktop-portal-hyprland-1.3.9-r1 │ │ └── xdg-desktop-portal-hyprland-9999 │ ├── gui-wm │ │ ├── cage-0.2.1 │ │ ├── cage-9999 │ │ ├── hyprland-contrib-0.1-r1 │ │ ├── hyprland-contrib-9999 │ │ ├── mangowc-0.10.5 │ │ ├── mangowc-9999 │ │ ├── miracle-wm-0.8.0 │ │ ├── miracle-wm-0.8.2 │ │ ├── niri-25.08 │ │ ├── niri-25.08-r1 │ │ ├── niri-25.11 │ │ ├── niri-9999 │ │ ├── phoc-0.48.0 │ │ ├── phoc-0.49.0 │ │ ├── phoc-0.50.0 │ │ ├── river-0.3.11 │ │ ├── river-0.3.12 │ │ ├── swayfx-0.5 │ │ ├── swayfx-0.5.3 │ │ └── wayback-0.2 │ ├── kde-apps │ │ └── kwalletcli-3.03 │ ├── kde-misc │ │ ├── geminipart-20250730 │ │ ├── kio-gemini-20241109 │ │ └── kio-gemini-20250730 │ ├── mail-client │ │ ├── betterbird-bin-140.2.1 │ │ ├── mailspring-bin-1.16.0 │ │ └── proton-mail-bin-1.9.1 │ ├── mail-filter │ │ └── postfix-mta-sts-resolver-1.4.0 │ ├── media-fonts │ │ ├── atkinson-hyperlegible-20200514 │ │ ├── blobmoji-15.0 │ │ ├── departure-mono-1.500 │ │ ├── dseg-0.46 │ │ ├── firago-1.001 │ │ ├── firge-0.3.0-r1 │ │ ├── gohufont-2.1_p20170627 │ │ ├── hackgen-2.10.0 │ │ ├── inconsolata_dz-20201205 │ │ ├── inter-4.1 │ │ ├── last-resort-16.000 │ │ ├── last-resort-17.000 │ │ ├── lato-2 │ │ ├── libertinus-7.050 │ │ ├── libertinus-7.051 │ │ ├── linja-pona-4.2 │ │ ├── linja-pona-4.9 │ │ ├── linja-wawa-1.21 │ │ ├── maple-mono-7.7 │ │ ├── maple-mono-7.8 │ │ ├── monaspace-1.200 │ │ ├── moralerspace-2.0.0 │ │ ├── nerdfonts-3.4.0 │ │ ├── overpass-3.0.4 │ │ ├── piazzolla-2.005 │ │ ├── plemoljp-3.0.0 │ │ ├── source-han-mono-1.002 │ │ ├── source-han-serif-2.002 │ │ ├── source-han-serif-2.003 │ │ ├── ttf-ancient-fonts-2.60 │ │ ├── twemoji-15.1.0 │ │ ├── udev-gothic-2.1.0 │ │ ├── unscii-2.1 │ │ ├── victor-mono-1.5.4 │ │ ├── victor-mono-1.5.5 │ │ ├── victor-mono-1.5.6 │ │ └── warframe-fonts-0_pre20191111 │ ├── media-gfx │ │ ├── KTX-Software-4.3.2 │ │ ├── KTX-Software-4.4.2 │ │ ├── WebPlotDigitizer-bin-4.7 │ │ ├── airsane-0.4.6 │ │ ├── azpainter-3.0.12 │ │ ├── bambustudio-bin-02.02.00.85 │ │ ├── beeref-0.3.3 │ │ ├── bonzomatic-2023.06.15 │ │ ├── bonzomatic-9999 │ │ ├── czkawka-10.0.0 │ │ ├── czkawka-8.0.0 │ │ ├── czkawka-9.0.0 │ │ ├── dnglab-0.6.0 │ │ ├── dnglab-0.6.1 │ │ ├── dustr-9999 │ │ ├── fontpreview-1.0.6 │ │ ├── gephi-bin-0.10.1 │ │ ├── gephi-bin-0.9.6 │ │ ├── glslViewer-3.2.4 │ │ ├── mayo-0.9.0 │ │ ├── mirage-0.11.2 │ │ ├── mirage-9999 │ │ ├── nsxiv-32 │ │ ├── nsxiv-33 │ │ ├── nsxiv-9999 │ │ ├── oda-file-converter-23.5.0.0 │ │ ├── pdf4qt-1.5.1.0 │ │ ├── pdf4qt-9999 │ │ ├── qview-5.0 │ │ ├── qview-6.1-r1 │ │ ├── sic-0.22.4 │ │ ├── silicon-0.5.2-r1 │ │ ├── silicon-0.5.2-r2 │ │ ├── silicon-0.5.3 │ │ ├── superpaper-2.2.1 │ │ ├── svgcleaner-0.9.5 │ │ ├── swayimg-4.5 │ │ ├── swayimg-4.6 │ │ ├── timg-1.6.2 │ │ ├── timg-1.6.3 │ │ ├── vimiv-qt-0.9.0-r1 │ │ ├── vpuppr-0.9.0-r1 │ │ ├── zw3d-2023.0.3.1-r1 │ │ ├── zw3d-2025.0.3.0 │ │ └── zwcad-2023.23.0.3.4-r2 │ ├── media-libs │ │ ├── VulkanMemoryAllocator-3.3.0 │ │ ├── alsa-ucm-pinephone-1.2.6.3 │ │ ├── alvr-16.0.0 │ │ ├── amdvlk-2025.2.1 │ │ ├── amdvlk-bin-2021.2.5-r1 │ │ ├── amdvlk-bin-2023.3.3 │ │ ├── amdvlk-bin-2025.2.1 │ │ ├── blend2d-0.11.4-r2 │ │ ├── blend2d-0.12.0 │ │ ├── blend2d-9999 │ │ ├── dr_flac-0.12.43 │ │ ├── dr_mp3-0.6.40 │ │ ├── dr_wav-0.13.17 │ │ ├── glad-2.0.8 │ │ ├── glee-5.4.0-r3 │ │ ├── grok-11.0.0 │ │ ├── imgui-1.89.9-r4 │ │ ├── imgui-1.91.1 │ │ ├── implot-0.16-r2 │ │ ├── libbpg-0.9.8-r1 │ │ ├── libunicode-0.6.0 │ │ ├── monado-25.0.0 │ │ ├── monado-9999 │ │ ├── opencomposite-1.0.1521 │ │ ├── opencomposite-9999 │ │ ├── openvr-1.23.8 │ │ ├── openxr-loader-1.1.52 │ │ ├── openxr-loader-9999 │ │ ├── raylib-5.0 │ │ ├── raylib-5.5 │ │ ├── raylib-9999 │ │ ├── sonic-0.2.0_p20250419 │ │ ├── svt-vp9-0.3.0 │ │ ├── svt-vp9-9999 │ │ ├── vvdec-2.3.0 │ │ ├── vvenc-1.11.1 │ │ ├── wivrn-25.11.1 │ │ ├── wivrn-25.8 │ │ ├── wivrn-25.9 │ │ ├── wivrn-9999 │ │ ├── xrizer-0.3.0 │ │ └── xrizer-9999 │ ├── media-plugins │ │ ├── alsa-sndio-0.2 │ │ ├── argotlunar-bin-2.06-r2 │ │ ├── dtmediawiki-9999 │ │ ├── eq10q-2.2 │ │ ├── gimp-avif-plugin-9999 │ │ ├── gimp-resynthesizer-3.0 │ │ ├── qt-heif-image-plugin-0.3.4 │ │ ├── qt-jpegxl-image-plugin-9999 │ │ └── whysynth-20170701_p20180323-r1 │ ├── media-radio │ │ └── fllog-1.2.8 │ ├── media-sound │ │ ├── 6pm-0.9 │ │ ├── Tauon-8.1.4 │ │ ├── Tauon-8.2.1 │ │ ├── Tauon-8.2.2 │ │ ├── Tauon-9999 │ │ ├── add64-3.8.0 │ │ ├── add64-3.9.3 │ │ ├── aimp-6.00.3017_alpha4 │ │ ├── aimp-6.00.3021_alpha5 │ │ ├── amberol-2024.2 │ │ ├── bespokesynth-1.2.1 │ │ ├── bespokesynth-1.3.0 │ │ ├── callaudiod-0.1.10 │ │ ├── callaudiod-0.1.99 │ │ ├── corrscope-0.10.0-r1 │ │ ├── corrscope-0.10.1 │ │ ├── cyanrip-0.9.3.1 │ │ ├── deep-filter-0.5.6-r2 │ │ ├── drumgizmo-0.9.20-r1 │ │ ├── drumgizmo-9999 │ │ ├── dzr-251019 │ │ ├── eartag-0.5.0 │ │ ├── eartag-0.5.1 │ │ ├── fooyin-0.9.1 │ │ ├── fooyin-0.9.2 │ │ ├── fooyin-9999 │ │ ├── furnace-0.6 │ │ ├── furnace-0.6.5-r1 │ │ ├── furnace-0.6.7 │ │ ├── gapless-4.3.1 │ │ ├── gapless-4.4 │ │ ├── goxlr-utility-1.2.3 │ │ ├── goxlr-utility-9999 │ │ ├── jacktrip-2.4.0 │ │ ├── jriver-31.0.83 │ │ ├── kew-2.4.4-r1 │ │ ├── libcava-0.10.2 │ │ ├── listenbrainz-mpd-2.3.9 │ │ ├── lms-3.69.0 │ │ ├── lms-3.71.0-r2 │ │ ├── lms-3.72.1 │ │ ├── loudgain-0.6.8-r2 │ │ ├── loudgain-0.6.8_p20240128-r2 │ │ ├── loudgain-0.6.8_p20240128-r3 │ │ ├── mopidy-3.4.2 │ │ ├── mousai-0.7.9 │ │ ├── mpd-mpris-0.3.1 │ │ ├── mpd-mpris-0.4.0 │ │ ├── mpd-mpris-0.4.1 │ │ ├── mpvc-1.1.4-r1 │ │ ├── musikcube-3.0.2 │ │ ├── musikcube-3.0.4 │ │ ├── neocrystal-1.4.1 │ │ ├── neocrystal-1.4.2 │ │ ├── neocrystal-1.5.0 │ │ ├── neocrystal-9999 │ │ ├── netcat-cpi-2014.04.29-r1 │ │ ├── noson-app-5.6.6-r1 │ │ ├── noson-app-5.6.8 │ │ ├── nuclear-bin-0.6.30 │ │ ├── opensoundmeter-1.2.1 │ │ ├── opensoundmeter-1.2.2 │ │ ├── opensoundmeter-1.2.2_p20230104 │ │ ├── openutau-0.1.327 │ │ ├── openutau-0.1.463 │ │ ├── openutau-0.1.529 │ │ ├── openutau-9999 │ │ ├── pamixer-1.6 │ │ ├── pamixer-9999 │ │ ├── pianobooster-1.0.0-r1 │ │ ├── piper-1.3.0 │ │ ├── pipewire-module-xrdp-0.1_pre20230609-r1 │ │ ├── pipewire-module-xrdp-0.2 │ │ ├── plexamp-4.13.0 │ │ ├── qbitmplayer-3.1.2 │ │ ├── qbitmplayer-3.2.0-r1 │ │ ├── qbitmplayer-3.3.1 │ │ ├── qloud-1.4.2 │ │ ├── rmpc-0.10.0 │ │ ├── rmpc-0.9.0 │ │ ├── rmpc-9999 │ │ ├── rsgain-3.5.1 │ │ ├── rsgain-3.5.3 │ │ ├── shortwave-5.0.0 │ │ ├── spct-1.1.8 │ │ ├── spot-0.4.0-r2 │ │ ├── spotify-adblock-1.0.1 │ │ ├── spotify-adblock-1.0.2 │ │ ├── spotify-adblock-1.0.3 │ │ ├── spotify-player-0.20.5 │ │ ├── spotify-player-0.21.0 │ │ ├── spotify-player-0.21.1 │ │ ├── spotify-player-9999 │ │ ├── spotifyd-0.3.5_p20240513 │ │ ├── spotifyd-0.4.1 │ │ ├── spotube-bin-3.8.0 │ │ ├── supersonic-0.17.0 │ │ ├── supersonic-0.18.1 │ │ ├── supersonic-0.19.0 │ │ ├── tenacity-1.3.4-r4 │ │ ├── tidal-hifi-bin-5.16.0-r1 │ │ ├── tidal-hifi-bin-5.17.0 │ │ ├── yandex-music-5.75.2 │ │ ├── yandex-music-5.76.4 │ │ ├── yandex-music-5.77.1 │ │ ├── yandex-music-5.78.4 │ │ ├── yandex-music-5.78.7 │ │ ├── yewtube-2.12.0 │ │ ├── yewtube-9999 │ │ ├── ymuse-0.22 │ │ ├── youtube-music-bin-3.10.0 │ │ ├── youtube-music-bin-3.11.0 │ │ └── zita-ajbridge-0.8.4-r2 │ ├── media-video │ │ ├── ciano-0.2.4-r2 │ │ ├── clapper-0.6.1 │ │ ├── clapper-0.8.0 │ │ ├── cleanit-0.4.9 │ │ ├── delfin-0.4.7 │ │ ├── delfin-0.4.8 │ │ ├── dependency-control-0.6.4 │ │ ├── gpu-screen-recorder-5.6.8 │ │ ├── gpu-screen-recorder-5.8.0 │ │ ├── gpu-screen-recorder-5.8.1 │ │ ├── gpu-screen-recorder-9999 │ │ ├── gpu-screen-recorder-gtk-5.7.8 │ │ ├── gpu-screen-recorder-gtk-9999 │ │ ├── kikoplay-0.9.3 │ │ ├── kikoplay-9999 │ │ ├── kooha-2.2.3-r2 │ │ ├── lossless-cut-3.59.1-r1 │ │ ├── lossless-cut-3.64.0 │ │ ├── manimgl-1.7.2 │ │ ├── manimgl-9999 │ │ ├── mediaelch-2.10.6 │ │ ├── mediaelch-2.12.0 │ │ ├── mediaelch-9999 │ │ ├── megapixels-1.4.3-r1 │ │ ├── motioneye-0.43.1_beta4 │ │ ├── motioneye-0.43.1_beta5 │ │ ├── mpc-qt-24.12.1 │ │ ├── mpc-qt-25.07 │ │ ├── obs-cmd-0.18.5 │ │ ├── obs-cmd-0.19.2 │ │ ├── obs-multi-rtmp-0.6.0.1 │ │ ├── obs-multi-rtmp-9999 │ │ ├── obs-streamfx-0.12.0.9999 │ │ ├── obs-streamfx-9999 │ │ ├── obs-vaapi-0.4.1 │ │ ├── obs-vaapi-0.4.2 │ │ ├── obs-vaapi-9999 │ │ ├── pgsrip-0.1.12 │ │ ├── stremio-4.4.168 │ │ ├── syncplay-1.7.3 │ │ ├── syncplay-1.7.4 │ │ ├── uxplay-1.67-r1 │ │ ├── uxplay-1.68.3-r1 │ │ ├── uxplay-1.70-r1 │ │ ├── walksnail-osd-tool-0.3.0-r2 │ │ ├── walksnail-osd-tool-9999 │ │ ├── webcamize-2.0.0 │ │ ├── wl-screenrec-0.2.0 │ │ ├── wlrobs-1.2_p20241224 │ │ ├── ytarchive-0.4.0 │ │ └── ytarchive-0.5.0 │ ├── mpv-plugin │ │ ├── SimpleHistory-2023.09.25 │ │ ├── SimpleUndo-2023.09.25 │ │ ├── SmartCopyPaste-3.1 │ │ ├── kde-do-not-disturb-20230110 │ │ ├── kde-night-color-20230110 │ │ ├── kde-night-color-20240910 │ │ ├── kdialog-open-files-20221015 │ │ ├── mdmenu-20240215 │ │ ├── mdmenu-20250307 │ │ ├── mfpbar-20240215 │ │ ├── mfpbar-20250307 │ │ ├── mpv-autosub-20210629 │ │ ├── mpv-kscreen-doctor-0.2.1 │ │ ├── mpv-kscreen-doctor-0.2.2 │ │ ├── mpv-mpris-1.0 │ │ ├── mpv-mpris-1.1 │ │ ├── mpv-mpris-9999 │ │ ├── mpv-plugin-xrandr-2023.06.19 │ │ ├── mpv-youtube-upnext-20240513 │ │ ├── mpv_sponsorblock-20211223 │ │ ├── mpv_sponsorblock-20220924 │ │ ├── mpv_sponsorblock-20230130 │ │ ├── mpv_sponsorblock-20230130-r1 │ │ ├── mpv_sponsorblock_minimal-2023.08.20 │ │ ├── mpv_thumbnail_script-0.5.2 │ │ ├── mpv_thumbnail_script-0.5.3 │ │ ├── mpv_thumbnail_script-0.5.4 │ │ ├── open-in-mpv-2.4.1 │ │ ├── open-in-mpv-2.4.3 │ │ ├── thumbfast-2023.12.08 │ │ └── thumbfast-2025.02.04 │ ├── net-analyzer │ │ ├── gping-1.20.1 │ │ ├── munin-contrib-0.2021.04.27 │ │ ├── munin-contrib-0.2024.03.04 │ │ ├── munin-contrib-0.2024.03.04-r1 │ │ ├── netsniff-ng-0.6.8-r1 │ │ ├── netsniff-ng-0.6.9 │ │ ├── reaction-2.2.0 │ │ └── reaction-2.2.1 │ ├── net-client │ │ ├── amfora-1.11.0 │ │ ├── amfora-1.9.2 │ │ ├── castor-0.8.18 │ │ ├── castor-0.9.0-r1 │ │ ├── geopard-1.7.0 │ │ ├── kristall-0.3-r2 │ │ ├── kristall-0.4 │ │ ├── lagrange-1.18.8 │ │ ├── lagrange-1.19.3 │ │ ├── offpunk-2.6 │ │ ├── offpunk-2.7.1 │ │ ├── starfish-1.2.0 │ │ ├── starfish-1.3.1 │ │ ├── telescope-0.10.1 │ │ └── telescope-0.11 │ ├── net-dialup │ │ ├── atinout-0.9.1-r1 │ │ ├── minimodem-0.24-r2 │ │ ├── minimodem-9999-r1 │ │ ├── syncterm-1.1 │ │ ├── syncterm-9999 │ │ ├── tcpser-1.1.4 │ │ └── tio-3.9 │ ├── net-dns │ │ ├── AdGuardHome-0.107.60 │ │ ├── AdGuardHome-0.107.61 │ │ ├── AdGuardHome-0.107.63 │ │ ├── AdGuardHome-0.107.64 │ │ ├── blocky-0.24 │ │ ├── blocky-0.25 │ │ ├── blocky-0.26.2 │ │ ├── blocky-9999 │ │ ├── noip-duc-3.3.0 │ │ └── technitium-dns-13.6 │ ├── net-fs │ │ ├── httpdirfs-1.2.7 │ │ └── webdav-server-rs-0.4.0_pre20231124 │ ├── net-im │ │ ├── Quaternion-0.0.97.1 │ │ ├── WasIstLos-1.6.5 │ │ ├── WasIstLos-1.7.0 │ │ ├── abaddon-0.2.2 │ │ ├── abaddon-9999 │ │ ├── axolotl-bin-2.0.1 │ │ ├── beeper-4.1.311-r1 │ │ ├── beeper-4.2.166 │ │ ├── chatterino-2.5.3 │ │ ├── chatterino-2.5.4 │ │ ├── conduit-0.10.8 │ │ ├── conduit-0.10.9 │ │ ├── conduit-9999 │ │ ├── discord-canary-bin-0.0.786 │ │ ├── discord-ptb-bin-0.0.137 │ │ ├── discordo-0_pre20251118 │ │ ├── discordo-9999 │ │ ├── dissent-0.0.37 │ │ ├── element-desktop-1.12.3 │ │ ├── eturnal-1.12.1 │ │ ├── eturnal-1.12.2 │ │ ├── flare-0.12.0-r1 │ │ ├── gajim-plugins-9999 │ │ ├── go-sendxmpp-0.6.1 │ │ ├── go-sendxmpp-0.8.3 │ │ ├── gomuks-0.3.0 │ │ ├── gomuks-0.3.1 │ │ ├── gurk-rs-0.7.1 │ │ ├── gurk-rs-9999 │ │ ├── heisenbridge-1.15.3 │ │ ├── heisenbridge-1.15.4 │ │ ├── iamb-0.0.10 │ │ ├── iamb-0.0.8 │ │ ├── iamb-0.0.9 │ │ ├── jitsi-meet-2025.10.0 │ │ ├── jitsi-meet-2025.9.1 │ │ ├── legcord-bin-1.1.4 │ │ ├── legcord-bin-1.1.5 │ │ ├── manyverse-bin-0.2310.9 │ │ ├── mastoposter-0.2 │ │ ├── matterhorn-bin-90000.1.0 │ │ ├── matterhorn-bin-90000.1.1 │ │ ├── maubot-0.5.0-r1 │ │ ├── maubot-0.5.1 │ │ ├── mautrix-discord-0.7.1 │ │ ├── mautrix-discord-0.7.2 │ │ ├── mautrix-meta-0.2510.0 │ │ ├── mautrix-meta-0.4.2 │ │ ├── mautrix-meta-0.4.3 │ │ ├── mautrix-signal-0.8.7 │ │ ├── mautrix-signal-25.10 │ │ ├── mautrix-slack-0.1.3 │ │ ├── mautrix-slack-0.1.4 │ │ ├── mautrix-telegram-0.15.2 │ │ ├── mautrix-telegram-0.15.3 │ │ ├── mautrix-whatsapp-0.12.5 │ │ ├── nheko-0.12.0-r2 │ │ ├── nheko-0.12.1 │ │ ├── nheko-9999 │ │ ├── pop-8.0.21 │ │ ├── revolt-desktop-1.0.8-r2 │ │ ├── session-desktop-bin-1.15.1 │ │ ├── session-desktop-bin-1.15.2 │ │ ├── sliding-sync-0.99.15 │ │ ├── sliding-sync-0.99.19 │ │ ├── teams-for-linux-2.6.12 │ │ ├── teams-for-linux-2.6.14 │ │ ├── teams-for-linux-2.6.17 │ │ ├── vesktop-bin-1.5.6 │ │ ├── vesktop-bin-1.5.7 │ │ ├── vesktop-bin-1.5.8 │ │ ├── vesktop-bin-1.6.1 │ │ ├── zulip-desktop-bin-5.11.1 │ │ ├── zulip-desktop-bin-5.12.0 │ │ └── zulip-desktop-bin-5.12.1 │ ├── net-irc │ │ ├── catgirl-2.2 │ │ ├── catgirl-2.2a │ │ ├── halloy-2025.10 │ │ ├── halloy-2025.11 │ │ ├── halloy-2025.9 │ │ ├── limnoria-plugins-bugzilla-4.0 │ │ ├── litterbox-1.9 │ │ ├── pounce-3.0 │ │ ├── pounce-3.1 │ │ ├── pounce-3.1-r1 │ │ ├── quarg-1.0.0 │ │ ├── quarg-1.1.0 │ │ ├── srain-1.8.0 │ │ ├── srain-1.8.1 │ │ ├── thelounge-4.4.1-r1 │ │ ├── thelounge-4.4.3-r2 │ │ └── tiny-0.12.0 │ ├── net-libs │ │ ├── dpdk-23.03 │ │ ├── ixwebsocket-11.4.4 │ │ ├── kcgi-0.13.3 │ │ ├── kcgi-0.13.4 │ │ ├── libuecc-7 │ │ ├── libuplink-1.10.1 │ │ ├── nodejs-bin-24.11.1 │ │ ├── orcania-2.3.3 │ │ ├── picotls-0_pre20220721 │ │ ├── picotls-9999 │ │ ├── sofia-sip-1.13.17 │ │ ├── syndication-domination-1.0-r1 │ │ ├── syndication-domination-9999 │ │ ├── telepathy-haze-0.8.1 │ │ ├── ulfius-2.7.15 │ │ ├── usockets-0.8.8 │ │ ├── usockets-9999 │ │ └── yder-1.4.20-r1 │ ├── net-mail │ │ ├── dovecot-fts-flatcurve-1.0.5 │ │ ├── dovecot-fts-xapian-1.7.17 │ │ ├── dovecot-fts-xapian-1.7.18 │ │ ├── dovecot-fts-xapian-1.8 │ │ ├── dovecot-fts-xapian-1.8.1 │ │ ├── dovecot-fts-xapian-1.8.3 │ │ ├── dovecot-fts-xapian-1.8.4 │ │ ├── dovecot-fts-xapian-1.8.6 │ │ ├── dovecot-fts-xapian-1.9 │ │ ├── dovecot-fts-xapian-1.9.1 │ │ ├── dovecot-fts-xapian-1.9.3 │ │ ├── dovecot-fts-xapian-9999 │ │ ├── hydroxide-0.2.27 │ │ ├── hydroxide-0.2.28 │ │ ├── hydroxide-0.2.29 │ │ ├── hydroxide-9999 │ │ └── pop-0.2.0 │ ├── net-misc │ │ ├── FORT-validator-1.5.4-r2 │ │ ├── FORT-validator-1.6.1-r2 │ │ ├── FORT-validator-1.6.2-r2 │ │ ├── brickd-2.4.7 │ │ ├── brickd-2.4.8 │ │ ├── can-utils-2021.08.0 │ │ ├── can-utils-2023.03 │ │ ├── can-utils-9999-r3 │ │ ├── cellbroadcastd-0.0.2 │ │ ├── cellbroadcastd-0.0.3 │ │ ├── clatd-1.6-r1 │ │ ├── clatd-2.1.0 │ │ ├── commons-downloader-9999 │ │ ├── commons-wikimedia-find-by-hash-1.0.0 │ │ ├── curlie-1.8.2 │ │ ├── cve-client-1.1.1 │ │ ├── cve-client-9999 │ │ ├── eg25-manager-0.4.2 │ │ ├── ffsend-0.2.77 │ │ ├── ffsend-9999 │ │ ├── fileshelter-6.2.0 │ │ ├── fileshelter-6.3.0 │ │ ├── freetube-bin-0.23.10_beta │ │ ├── freetube-bin-0.23.11_beta │ │ ├── freetube-bin-0.23.12_beta │ │ ├── gazelle-tui-1.7.2 │ │ ├── gazelle-tui-1.8.2 │ │ ├── gdown-5.2.0 │ │ ├── gdrive-3.9.0-r1 │ │ ├── gdrive-3.9.1-r1 │ │ ├── gemget-1.9.0 │ │ ├── gemserv-0.6.5 │ │ ├── gemserv-0.6.6 │ │ ├── gmcapsule-0.9.7 │ │ ├── gmcapsule-0.9.8 │ │ ├── gmid-2.1 │ │ ├── gmid-2.1.1 │ │ ├── gmid-9999 │ │ ├── gnome-ssh-askpass-10.0_p1 │ │ ├── gnome-ssh-askpass-9.9_p2 │ │ ├── graftcp-0.7.1 │ │ ├── graftcp-0.7.4 │ │ ├── grpcurl-1.9.3 │ │ ├── iipsrv-1.2 │ │ ├── iipsrv-1.3 │ │ ├── inv_sig_helper-0_pre20250103 │ │ ├── inv_sig_helper-9999 │ │ ├── jool-4.1.14-r1 │ │ ├── jool-modules-4.1.14 │ │ ├── kissy-1.2 │ │ ├── lyrics-in-terminal-1.7.0 │ │ ├── lyrics-in-terminal-1.8.0 │ │ ├── maestral-1.9.4 │ │ ├── maestral-1.9.5 │ │ ├── maestral-1.9.6_rc0 │ │ ├── maestral-qt-1.9.4 │ │ ├── maestral-qt-1.9.5 │ │ ├── maestral-qt-1.9.6_rc0 │ │ ├── mbpoll-1.5.2 │ │ ├── mbpoll-9999 │ │ ├── megasync-5.16.0.2 │ │ ├── megasync-6.0.0.3 │ │ ├── myip-1.2.1 │ │ ├── ooni-probe-cli-3.23.0 │ │ ├── ooni-probe-cli-3.24.0 │ │ ├── openbgpd-8.4 │ │ ├── openbgpd-8.5 │ │ ├── openbgpd-8.6 │ │ ├── openbgpd-9999 │ │ ├── peertube-viewer-rs-1.8.6 │ │ ├── purritobin-0.6.7 │ │ ├── purritobin-9999 │ │ ├── rpki-client-9.2 │ │ ├── rpki-client-9.3 │ │ ├── smcroute-2.5.7 │ │ ├── sshx-0.2.4 │ │ ├── toot-0.38.1-r1 │ │ ├── toot-0.48.1 │ │ ├── toot-0.50.0 │ │ ├── warp-0.9.2 │ │ ├── wayback_machine_downloader-2.3.0 │ │ ├── wayback_machine_downloader-2.3.1 │ │ ├── whatscli-1.0.11 │ │ ├── whatscli-1.0.6 │ │ ├── wlvncc-20250307 │ │ ├── wlvncc-20250626 │ │ ├── wlvncc-20250725 │ │ ├── wlvncc-99999999 │ │ ├── wsdd-0.8 │ │ ├── wsdd-0.9 │ │ ├── wstunnel-10.5.0 │ │ ├── wstunnel-10.5.1 │ │ ├── xh-0.25.0 │ │ ├── xkcd-handler-1.1.4 │ │ ├── xmrig-mo-6.21.2 │ │ ├── xmrig-mo-6.22.2 │ │ ├── yacy-1.930.202405130205 │ │ └── yt-dlg-2024.03.19 │ ├── net-news │ │ ├── cliflux-1.6.0 │ │ ├── cliflux-1.9.0 │ │ ├── comitium-1.8.1 │ │ ├── gfeeds-2.2.0-r3 │ │ ├── newsflash-3.1.6 │ │ ├── newsflash-3.1.6-r1 │ │ ├── newsflash-3.3.5 │ │ ├── newsraft-0.30 │ │ ├── newsraft-0.32 │ │ ├── newsraft-0.34 │ │ └── newsraft-9999 │ ├── net-nntp │ │ ├── inn-2.7.1 │ │ ├── inn-2.7.3 │ │ ├── nzb-monkey-go-0.1.17 │ │ ├── nzb-monkey-go-0.1.18 │ │ ├── pan-0.163 │ │ └── pan-0.164 │ ├── net-p2p │ │ ├── bisq-bin-1.9.14-r1 │ │ ├── dogecoin-qt-1.14.9 │ │ ├── dogecoin-qt-9999 │ │ ├── feather-2.8.1-r1 │ │ ├── feather-9999 │ │ ├── fopnu-1.68 │ │ ├── fragments-3.0.1-r1 │ │ ├── fragments-3.0.1-r2 │ │ ├── gridcoin-5.4.9.0-r1 │ │ ├── ipfs-desktop-bin-0.39.0 │ │ ├── ipfs-desktop-bin-0.40.0 │ │ ├── ipfs-desktop-bin-0.43.0 │ │ ├── monero-0.18.4.1 │ │ ├── monero-0.18.4.3 │ │ ├── monero-0.18.4.4 │ │ ├── monero-9999 │ │ ├── monero-gui-bin-0.18.4.3 │ │ ├── p2pool-4.5-r2 │ │ ├── p2pool-4.8 │ │ ├── p2pool-4.9 │ │ ├── p2pool-4.9.1 │ │ ├── p2pool-9999 │ │ ├── persepolis-5.2.0 │ │ ├── syncthingtray-2.0.2 │ │ ├── syncthingtray-2.0.3 │ │ ├── trezord-go-2.0.33 │ │ ├── yggdrasil-go-0.5.12-r1 │ │ └── yggdrasil-go-9999 │ ├── net-print │ │ ├── captdriver-0.1.4 │ │ └── hpuld-1.00.39.15.00.23-r1 │ ├── net-proxy │ │ ├── MTProxy-3.0.4-r1 │ │ ├── Throne-1.0.11 │ │ ├── byedpi-0.17.2 │ │ ├── byedpi-0.17.3 │ │ ├── byedpi-9999 │ │ ├── ngrok-bin-3.33.1 │ │ ├── shadowsocks-rust-1.22.0 │ │ ├── snowflake-2.10.1 │ │ ├── snowflake-2.11.0 │ │ └── wireproxy-1.0.9 │ ├── net-voip │ │ ├── baresip-3.23.0 │ │ ├── baresip-3.24.0 │ │ ├── baresip-4.2.0 │ │ ├── discover-overlay-0.6.9-r1 │ │ ├── discover-overlay-0.7.4 │ │ ├── discover-overlay-0.7.8 │ │ ├── gnome-calls-48.2 │ │ ├── gnome-calls-49.1.1 │ │ ├── re-3.23.0 │ │ ├── re-3.24.0 │ │ ├── re-4.2.0 │ │ └── vvmd-0.8-r1 │ ├── net-vpn │ │ ├── GlobalProtect-openconnect-2.4.4-r1 │ │ ├── amneziawg-modules-1.0.20251009 │ │ ├── amneziawg-tools-1.0.20250903 │ │ ├── cloudflare-warp-2025.5.893.0 │ │ ├── cloudflare-warp-2025.9.558.0 │ │ ├── fastd-22 │ │ ├── fastd-23 │ │ ├── gp-saml-gui-9999 │ │ ├── mullvadvpn-app-2025.13 │ │ ├── mullvadvpn-app-2025.14_beta2 │ │ ├── proton-vpn-gtk-app-4.11.0 │ │ ├── vtun-embedded-3.0.6 │ │ ├── vtun-embedded-3.0.7 │ │ ├── vtun-ng-3.0.21 │ │ └── vtun-ng-3.0.22 │ ├── net-wireless │ │ ├── airspyhf-1.6.8 │ │ ├── bluetuith-0.2.1 │ │ ├── bluetuith-0.2.2 │ │ ├── bluetuith-0.2.3 │ │ ├── bluetuith-9999 │ │ ├── btscreenlocker-1.8.1-r1 │ │ ├── easyroam-desktop-1.4.3-r1 │ │ ├── gr-lora_sdr-9999 │ │ ├── iwmenu-0.2.0 │ │ ├── iwmenu-0.3.0 │ │ ├── rtl8192eu-0_pre20240518 │ │ ├── rtl8723bu-9999 │ │ ├── rtl8821ce-0_pre20240326 │ │ ├── rtl8821cu-0_pre20240821 │ │ └── sdrpp-1.2.0_pre20240607 │ ├── phosh-base │ │ ├── pfs-0.0.4 │ │ ├── pfs-0.0.5 │ │ ├── phosh-0.48.0 │ │ ├── phosh-0.49.0 │ │ ├── phosh-0.50.1 │ │ ├── phosh-mobile-settings-0.48.0 │ │ ├── phosh-mobile-settings-0.49.0 │ │ ├── phosh-mobile-settings-0.50.1 │ │ ├── phosh-osk-stevia-0.48.0 │ │ ├── phosh-osk-stevia-0.49.0 │ │ ├── phosh-osk-stevia-0.50.0 │ │ ├── phosh-osk-stub-0.42.0 │ │ ├── phosh-osk-stub-0.47.0 │ │ ├── phosh-shell-0.48.0 │ │ ├── phosh-shell-0.49.0 │ │ ├── phosh-shell-0.50.1 │ │ ├── phosh-tour-0.47.0 │ │ ├── phosh-tour-0.50.0 │ │ ├── xdg-desktop-portal-phosh-0.48.0 │ │ ├── xdg-desktop-portal-phosh-0.49.0 │ │ └── xdg-desktop-portal-phosh-0.50.0 │ ├── sci-biology │ │ ├── cmdock-0.2.0-r2 │ │ ├── cmdock-0.2.0-r3 │ │ ├── cytoscape-bin-3.10.4 │ │ ├── geneathome-1.10-r5 │ │ └── jalview-bin-2.11.5.0 │ ├── sci-chemistry │ │ ├── vesta-bin-3.5.8 │ │ └── xcrysden-1.6.2-r2 │ ├── sci-electronics │ │ ├── bender-0.28.1-r1 │ │ ├── bluespec-2022.01-r1 │ │ ├── bluespec-2023.01 │ │ ├── bluespec-2023.07 │ │ ├── bluespec-2024.01 │ │ ├── bluespec-2024.07 │ │ ├── bluespec-2025.01.1 │ │ ├── bluespec-9999 │ │ ├── circt-1.110.0 │ │ ├── circt-1.37.0 │ │ ├── circt-1.76.0 │ │ ├── cocotb-1.9.2 │ │ ├── cocotb-bus-0.2.1 │ │ ├── coil64-2.1.27 │ │ ├── dsview-1.3.0 │ │ ├── dsview-1.3.2 │ │ ├── dsview-9999 │ │ ├── kactus2-3.13.3 │ │ ├── kactus2-9999 │ │ ├── liblxi-1.20 │ │ ├── logic-bin-2.4.29 │ │ ├── logic-bin-2.4.36 │ │ ├── logic-bin-2.4.39 │ │ ├── lxi-tools-2.7 │ │ ├── qucs-s-25.1.2 │ │ ├── slang-9.1 │ │ ├── slang-9999 │ │ ├── svls-0.2.11 │ │ ├── vcd-221217-r1 │ │ ├── verilator-5.026-r1 │ │ ├── verilator-5.028-r1 │ │ ├── verilator-9999 │ │ └── yosys-0.57 │ ├── sci-geosciences │ │ └── google-earth-pro-7.3.6-r1 │ ├── sci-libs │ │ ├── dlpack-1.2 │ │ ├── onnxruntime-1.22.2 │ │ ├── onnxruntime-bin-1.22.0 │ │ └── poselib-2.0.4 │ ├── sci-mathematics │ │ ├── frama-c-25.0-r2 │ │ ├── frama-c-aorai-25.0 │ │ ├── frama-c-callgraph-25.0 │ │ ├── frama-c-constant-folding-25.0 │ │ ├── frama-c-dive-25.0 │ │ ├── frama-c-e-acsl-25.0 │ │ ├── frama-c-eva-25.0 │ │ ├── frama-c-from-25.0 │ │ ├── frama-c-impact-25.0 │ │ ├── frama-c-inout-25.0 │ │ ├── frama-c-instantiate-25.0 │ │ ├── frama-c-loopanalysis-25.0 │ │ ├── frama-c-metrics-25.0 │ │ ├── frama-c-nonterm-25.0 │ │ ├── frama-c-obfuscator-25.0 │ │ ├── frama-c-occurrence-25.0 │ │ ├── frama-c-pdg-25.0 │ │ ├── frama-c-postdominators-25.0 │ │ ├── frama-c-printapi-25.0 │ │ ├── frama-c-qed-25.0 │ │ ├── frama-c-reduc-25.0 │ │ ├── frama-c-report-25.0 │ │ ├── frama-c-rtegen-25.0 │ │ ├── frama-c-scope-25.0 │ │ ├── frama-c-security-slicing-25.0 │ │ ├── frama-c-server-25.0 │ │ ├── frama-c-slicing-25.0 │ │ ├── frama-c-sparecode-25.0 │ │ ├── frama-c-studia-25.0 │ │ ├── frama-c-users-25.0 │ │ ├── frama-c-variadic-25.0 │ │ ├── pyromaths-21.8.2-r1 │ │ ├── rink-0.8.0-r1 │ │ ├── rink-9999 │ │ ├── rstudio-desktop-bin-2023.09.1_p494 │ │ ├── rstudio-desktop-bin-2024.12.0_p467 │ │ └── rstudio-desktop-bin-2024.12.0_p467-r1 │ ├── sci-misc │ │ ├── boinc-wrapper-26018-r3 │ │ ├── boinc-wrapper-26019 │ │ ├── boinc-wrapper-26019-r1 │ │ ├── llama-cpp-0_pre5332 │ │ ├── llama-cpp-0_pre5633-r1 │ │ ├── llama-cpp-0_pre6140 │ │ ├── llama-cpp-0_pre6318 │ │ ├── llama-cpp-0_pre6710 │ │ ├── llama-cpp-0_pre6980 │ │ └── llama-cpp-9999 │ ├── sci-ml │ │ ├── aichat-0.30.0 │ │ ├── ollama-0.12.10 │ │ ├── ollama-0.12.6 │ │ ├── ollama-0.13.0 │ │ └── ollama-9999 │ ├── sci-physics │ │ ├── openmodelica-1.25.5-r1 │ │ ├── ovito-3.10.4 │ │ ├── ovito-3.10.5 │ │ └── ovito-3.10.5-r1 │ ├── sec-keys │ │ ├── openpgp-keys-aepaneshnikov-20221210 │ │ ├── openpgp-keys-emersion-20240714 │ │ ├── openpgp-keys-featherwallet-20201209 │ │ ├── openpgp-keys-jvoisin-20230224 │ │ ├── openpgp-keys-jvoisin-20251029 │ │ ├── openpgp-keys-phosh-2024 │ │ ├── openpgp-keys-phosh-2025 │ │ ├── openpgp-keys-russallbery-20250000 │ │ ├── openpgp-keys-schernykh-20210409 │ │ ├── openpgp-keys-skyjake-20211224 │ │ ├── signify-keys-gmid-2.0 │ │ ├── signify-keys-gmid-2.1 │ │ ├── signify-keys-lanodan-2024 │ │ ├── signify-keys-lanodan-2025 │ │ ├── signify-keys-oriole-systems-20240330 │ │ ├── signify-keys-telescope-0.10 │ │ ├── signify-keys-telescope-0.11 │ │ └── signify-keys-telescope-0.12 │ ├── sys-apps │ │ ├── 0xFFFF-0.10 │ │ ├── amd-debug-tools-0.2.7 │ │ ├── asus-numpad-0.2-r1 │ │ ├── asus-numpad-9999 │ │ ├── asus-touchpad-numpad-driver-0_pre20220311 │ │ ├── asus-touchpad-numpad-driver-9999 │ │ ├── bat-extras-2024.08.24 │ │ ├── bat-extras-9999 │ │ ├── bpftune-9999 │ │ ├── bustd-0.1.1 │ │ ├── cctv-9999 │ │ ├── colortail-0.3.3 │ │ ├── colortail-9999 │ │ ├── coolercontrol-2.2.2 │ │ ├── coolercontrol-3.0.1 │ │ ├── coolercontrol-3.0.2 │ │ ├── coolercontrol-liqctld-2.2.2 │ │ ├── coolercontrold-2.2.2 │ │ ├── coolercontrold-3.0.1 │ │ ├── coolercontrold-3.0.2 │ │ ├── corefreq-2.0.8 │ │ ├── dnf5-5.3.0.0 │ │ ├── dool-1.3.1-r1 │ │ ├── dool-1.3.2-r2 │ │ ├── dool-9999 │ │ ├── drm_info-2.8.0 │ │ ├── drm_info-2.9.0 │ │ ├── dysk-2.10.1 │ │ ├── flashprog-1.2 │ │ ├── flashprog-1.3 │ │ ├── flashprog-1.4 │ │ ├── fselect-0.8.6 │ │ ├── gat-0.23.1 │ │ ├── hex-0.4.2 │ │ ├── hex-0.5.0 │ │ ├── hex-0.6.0 │ │ ├── hexyl-0.16.0 │ │ ├── killport-1.1.0 │ │ ├── lact-0.8.2 │ │ ├── lact-0.8.3 │ │ ├── loclone-0.1.0 │ │ ├── lr-1.6 │ │ ├── lsplug-6 │ │ ├── mission-center-0.4.4-r3 │ │ ├── mission-center-0.5.2-r2 │ │ ├── nvimpager-0.13.0 │ │ ├── openSeaChest-23.12 │ │ ├── openSeaChest-24.08.1 │ │ ├── openpt-1.0.1 │ │ ├── ov-0.11.2 │ │ ├── ov-0.32.0 │ │ ├── pnpm-bin-10.19.0 │ │ ├── pnpm-bin-10.2.0 │ │ ├── pnpm-bin-9.12.3 │ │ ├── pnpm-bin-9.15.5 │ │ ├── qdiskinfo-0.3 │ │ ├── qdiskinfo-0.4 │ │ ├── qemu-openrc-0.10.0 │ │ ├── qemu-openrc-0.11.1 │ │ ├── qemu-openrc-9999 │ │ ├── qjournalctl-0.6.2 │ │ ├── save-backlight-1.1.4 │ │ ├── save-backlight-9999 │ │ ├── sd-1.0.0 │ │ ├── systemd-bootchart-234 │ │ ├── systemd-bootchart-235 │ │ ├── utils-extra-0.0.2 │ │ ├── utils-extra-9999 │ │ └── zmem-0.2.1 │ ├── sys-auth │ │ ├── authenticator-4.6.2 │ │ ├── hyprpolkitagent-0.1.1-r2 │ │ ├── hyprpolkitagent-0.1.2 │ │ └── pam-gnupg-0.4-r1 │ ├── sys-block │ │ ├── clonezilla-5.8.9 │ │ ├── partclone-0.3.37 │ │ ├── partclone-0.3.38 │ │ ├── partclone-0.3.39 │ │ └── ublksrv-1.6 │ ├── sys-boot │ │ ├── customrescuecd-x86_64-grub-0.1 │ │ ├── drbl-5.4.2 │ │ ├── etcher-bin-2.1.4 │ │ ├── grml-rescueboot-0.6.1 │ │ ├── mkusb-23.2.0 │ │ ├── ventoy-bin-1.0.98-r1 │ │ ├── zfsbootmenu-1.12.0 │ │ ├── zfsbootmenu-2.2.2 │ │ ├── zfsbootmenu-2.3.0 │ │ └── zfsbootmenu-3.0.1 │ ├── sys-cluster │ │ ├── genders-1.28.1-r1 │ │ ├── kops-bin-1.25.3 │ │ ├── kops-bin-1.31.0 │ │ ├── opencoarrays-2.10.0-r1 │ │ ├── opencoarrays-2.10.1-r1 │ │ ├── opencoarrays-2.10.2 │ │ ├── opencoarrays-2.10.3 │ │ └── opencoarrays-2.9.3-r1 │ ├── sys-devel │ │ ├── clang-bloomberg-p2996-21.0.0_p20250702 │ │ ├── clang-bloomberg-p2996-9999 │ │ ├── fcode-utils-1.0.3 │ │ └── lcc-2021.01.11-r1 │ ├── sys-firmware │ │ └── lenovolegionlinux-9999 │ ├── sys-fs │ │ ├── bcachefs-kmod-1.32.1 │ │ ├── btrd-0.5.4 │ │ ├── btrfs-dump-20250918 │ │ ├── btrfs-heatmap-9-r1 │ │ ├── diskonaut-0.10.0 │ │ ├── diskonaut-0.11.0 │ │ ├── diskonaut-9999 │ │ ├── dua-cli-2.32.2 │ │ ├── dwarfs-0.12.4 │ │ ├── dwarfs-0.13.0 │ │ ├── dwarfs-0.14.1 │ │ ├── dwarfs-bin-0.12.4 │ │ ├── dwarfs-bin-0.13.0 │ │ ├── dwarfs-bin-0.14.1 │ │ ├── ffmpegfs-2.16-r1 │ │ ├── ffmpegfs-2.17 │ │ ├── fstransform-0.9.4 │ │ ├── fsverity-utils-1.6 │ │ ├── gcsfuse-2.11.2 │ │ ├── gdu-5.14.0 │ │ ├── gdu-5.25.0 │ │ ├── gfs2-utils-3.4.1 │ │ ├── gfs2-utils-3.5.1-r1 │ │ ├── jefferson-0.4.6 │ │ ├── mdevd-0.1.7.0 │ │ ├── mountpoint-s3-bin-1.1.1 │ │ ├── ntfs2btrfs-20250616 │ │ ├── ufiformat-0.9.9 │ │ ├── vramfs-0_p20221214 │ │ ├── xfs_undelete-15.0 │ │ ├── xva-img-1.5-r1 │ │ └── zfs-auto-utils-1.0.0 │ ├── sys-kernel │ │ ├── dpdk-kmod-23.03 │ │ ├── uek-sources-5.15.0.300.159.7-r1 │ │ ├── uek-sources-5.15.0.300.161.13 │ │ ├── xow-0.5 │ │ ├── zenpower3-0.2.0-r3 │ │ └── zenpower3-9999 │ ├── sys-libs │ │ ├── cyclonedds-0.10.3-r1 │ │ ├── cyclonedds-9999 │ │ ├── gcompat-1.1.0 │ │ ├── gcompat-9999 │ │ ├── iceoryx-2.0.3 │ │ ├── iceoryx-9999 │ │ ├── libfixposix-0.4.3 │ │ ├── libfixposix-0.5.1 │ │ ├── nss-tls-1.0 │ │ ├── nss-tls-1.1-r1 │ │ ├── nss-tls-9999 │ │ └── solo-udev-rules-4.1.5 │ ├── sys-power │ │ ├── amdfan-0.1.28 │ │ ├── amdfan-0.2.3 │ │ ├── amdfan-0.2.5 │ │ ├── auto-cpufreq-2.3.0 │ │ ├── auto-cpufreq-2.4.0 │ │ ├── envycontrol-3.4.0 │ │ ├── envycontrol-9999 │ │ ├── fan2go-0.9.1 │ │ ├── fan2go-0.9.2 │ │ ├── gtherm-0.0.3 │ │ ├── linux-tools-power-x86-6.1 │ │ ├── linux-tools-power-x86-6.6 │ │ ├── nvidia-exec-0.2.7-r1 │ │ ├── nvidia-exec-9999 │ │ ├── rog-daemon-2.1.0 │ │ ├── system76-power-1.2.1-r2 │ │ ├── system76-power-1.2.4 │ │ └── system76-power-9999 │ ├── sys-process │ │ ├── forkstat-0.03.02-r2 │ │ ├── gotop-4.2.0 │ │ ├── nohang-0.2.0 │ │ ├── nohang-9999 │ │ ├── nq-0.4 │ │ ├── pipectl-0.5.0 │ │ ├── scron-0.4 │ │ ├── snooze-0.5 │ │ ├── snooze-9999 │ │ ├── task-spooler-1.3.0 │ │ └── xe-1.0-r1 │ ├── virtual │ │ ├── crystal-db-0.13-r1 │ │ └── crystal-db-0.14 │ ├── www-apps │ │ ├── anubis-1.22.0 │ │ ├── anubis-1.23.0 │ │ ├── code-server-bin-4.18.0 │ │ ├── code-server-bin-4.19.1 │ │ ├── code-server-bin-4.90.3 │ │ ├── forgejo-11.0.7 │ │ ├── forgejo-12.0.4 │ │ ├── forgejo-13.0.2 │ │ ├── freshrss-1.26.3 │ │ ├── goatcounter-2.6.0 │ │ ├── invidious-2025.09.13.0-r2 │ │ ├── jackett-0.22.1363 │ │ ├── laminar-1.3-r1 │ │ ├── libmedium-2024.06.10 │ │ ├── mycorrhiza-1.15.1 │ │ ├── mycorrhiza-9999 │ │ ├── pleroma-2.9.1 │ │ ├── pleroma-9999 │ │ ├── pleroma-fe-2.7.0 │ │ ├── pleroma-fe-2.8.0 │ │ ├── pleroma-fe-9999 │ │ ├── redlib-0.36.0 │ │ ├── rimgo-1.2.1 │ │ ├── sblg-0.6.1 │ │ ├── soupault-5.1.0 │ │ ├── soupault-bin-5.2.0 │ │ ├── uwebsockets-20.14.0 │ │ ├── uwebsockets-20.62.0 │ │ ├── uwebsockets-9999 │ │ ├── whoogle-search-0.9.3 │ │ ├── zola-0.20.0 │ │ └── zola-0.21.0 │ ├── www-client │ │ ├── badwolf-1.4.0-r1 │ │ ├── badwolf-9999-r1 │ │ ├── browsh-1.8.2 │ │ ├── browsh-1.8.3 │ │ ├── mullvad-browser-bin-15.0.2 │ │ ├── nyxt-3.11.8 │ │ ├── nyxt-3.12.0 │ │ ├── nyxt-9999 │ │ ├── torbrowser-launcher-0.3.9 │ │ ├── vimb-3.7.0 │ │ ├── vimb-9999 │ │ ├── yandex-browser-25.10.1.1173_p1 │ │ ├── zen-bin-1.16.4b │ │ ├── zen-bin-1.17.10b │ │ ├── zen-bin-1.17.11b │ │ ├── zen-bin-1.17.12b │ │ ├── zen-bin-1.17.1b │ │ ├── zen-bin-1.17.2b │ │ ├── zen-bin-1.17.3b │ │ ├── zen-bin-1.17.4b │ │ ├── zen-bin-1.17.5b │ │ ├── zen-bin-1.17.6b │ │ ├── zen-bin-1.17.7b │ │ ├── zen-bin-1.17.8b │ │ ├── zen-bin-1.17.9b │ │ └── zen-bin-1.17b │ ├── www-misc │ │ ├── dufs-0.40.0 │ │ ├── gitea2rss-0.7.0 │ │ ├── kiwix-desktop-2.4.0 │ │ ├── libkiwix-14.0.0 │ │ ├── waldl-0.0.1_pre20211112 │ │ └── wyebadblock-1.0.0_p20230211 │ ├── www-plugins │ │ ├── firefoxpwa-2.15.0 │ │ ├── firefoxpwa-2.17.1 │ │ └── firefoxpwa-2.17.2 │ ├── www-servers │ │ ├── hinsightd-0.9.17 │ │ ├── hinsightd-9999 │ │ ├── quark-0_pre20220817 │ │ └── quark-9999 │ ├── x11-apps │ │ ├── lightdm-gtk-greeter-settings-1.2.2-r3 │ │ └── xcur2png-0.7.1-r3 │ ├── x11-drivers │ │ ├── OpenTabletDriver-0.6.6.2 │ │ ├── OpenTabletDriver-bin-0.6.3.0 │ │ ├── evdi-1.14.10 │ │ ├── evdi-1.14.11 │ │ └── xf86-input-xppen-3.4.9-r2 │ ├── x11-libs │ │ ├── gtk-fortran-3.24.49 │ │ ├── gtk-fortran-4.7.1 │ │ ├── gtk-fortran-4.8.0 │ │ └── sdl-fakeqwerty-0_pre20191217 │ ├── x11-misc │ │ ├── aerial-sddm-theme-0_pre20191018-r1 │ │ ├── aerial-sddm-theme-9999 │ │ ├── autotiling-1.9.3 │ │ ├── betterlockscreen-4.4.0 │ │ ├── betterlockscreen_rapid-0.0.0_pre20210701 │ │ ├── betterlockscreen_rapid-0.0.0_pre20210708 │ │ ├── dotool-1.5 │ │ ├── exit-options-20250830 │ │ ├── gobble-1.3 │ │ ├── greenclip-bin-4.2 │ │ ├── gromit-mpx-1.7.0 │ │ ├── gromit-mpx-1.8.0 │ │ ├── gromit-mpx-9999 │ │ ├── i3-restore-4.1 │ │ ├── i3-resurrect-1.4.5 │ │ ├── i3lock-color-2.13.5 │ │ ├── i3lock-fancy-rapid-0.0.0_pre20201109-r1 │ │ ├── i3lock-fancy-rapid-0.0.0_pre20210421 │ │ ├── i3status-rust-0.34.0 │ │ ├── ksnip-1.11.0_pre20250130 │ │ ├── leftwm-theme-0.1.2 │ │ ├── ly-1.0.3 │ │ ├── ly-1.2.0 │ │ ├── ly-9999 │ │ ├── matugen-2.4.1 │ │ ├── picom-jonaburg-9999 │ │ ├── pywal16-3.6.0 │ │ ├── pywal16-3.7.2 │ │ ├── rofi-emoji-3.3.0 │ │ ├── rofi-emoji-3.4.1 │ │ ├── rofi-emoji-4.1.0 │ │ ├── selx-1.2.0 │ │ ├── slstatus-1.0-r1 │ │ ├── slstatus-1.1 │ │ ├── tbsm-0.5 │ │ ├── tbsm-0.6 │ │ ├── tbsm-0.7 │ │ ├── vimouse-0.11 │ │ ├── wallust-3.1.0 │ │ ├── wallust-3.3.0 │ │ ├── xbanish-1.8 │ │ ├── xbanish-1.8_p20230519 │ │ ├── xob-0.2 │ │ ├── xob-0.3 │ │ └── xsecurelock-1.9.0 │ ├── x11-plugins │ │ └── purple-mm-sms-0.1.7 │ ├── x11-terms │ │ ├── dmd5620-2.1.0 │ │ ├── rio-0.2.35 │ │ ├── tabby-bin-1.0.221 │ │ ├── terminal-simulator-0.2 │ │ ├── terminal-simulator-9999-r1 │ │ └── tym-3.5.1-r2 │ ├── x11-themes │ │ ├── adw-gtk3-5.3 │ │ ├── adw-gtk3-5.5 │ │ ├── adw-gtk3-5.6 │ │ ├── adwaita-dark-amoled-9999 │ │ ├── apple-cursor-2.0.1 │ │ ├── arc-darkest-colors-0_pre20200818 │ │ ├── arc-darkest-colors-0_pre20201112 │ │ ├── arc-kde-20220908 │ │ ├── bibata-xcursors-2.0.3 │ │ ├── bibata-xcursors-2.0.7 │ │ ├── blackandwhite-gtk-9999 │ │ ├── breezex-xcursors-2.0.0 │ │ ├── breezex-xcursors-2.0.1 │ │ ├── candy-icons-9999 │ │ ├── catppuccin-btop-1.0.0 │ │ ├── catppuccin-cursors-1.0.2 │ │ ├── catppuccin-cursors-2.0.0 │ │ ├── catppuccin-gtk-0.7.5 │ │ ├── catppuccin-gtk-1.0.3 │ │ ├── catppuccin-kvantum-0_pre20220927 │ │ ├── catppuccin-kvantum-9999 │ │ ├── catppuccin-neovim-1.7.0 │ │ ├── flat-remix-gtk-9999 │ │ ├── hackerer-9999 │ │ ├── juno-9999 │ │ ├── materia-theme-20210322 │ │ ├── midnight-9999 │ │ ├── neonly-cursor-1.0.0 │ │ ├── neonly-cursor-2.0.0 │ │ ├── nordzy-cursors-2.3.0 │ │ ├── obsidian-icon-theme-4.15-r1 │ │ ├── obsidian-icon-theme-9999 │ │ ├── obsidian2-gtk-theme-2.24 │ │ ├── obsidian2-gtk-theme-9999 │ │ ├── papirus-claws-mail-theme-0_pre20181023 │ │ ├── papirus-claws-mail-theme-0_pre20201019 │ │ ├── phosh-wallpapers-0.41.0 │ │ ├── phosh-wallpapers-0.42.0 │ │ ├── pop-icon-theme-3.5.0 │ │ ├── qogir-icon-theme-2020.11.22 │ │ ├── qogir-icon-theme-2025.02.15 │ │ ├── razor-sharp-gtk-9999 │ │ ├── solarized-black-1.0 │ │ ├── sound-theme-librem5-0.1.0 │ │ └── vimix-xcursors-20200224-r3 │ └── x11-wm │ │ ├── dk-1.7 │ │ ├── dk-9999 │ │ ├── firefox-i3-workspaces-0.10 │ │ ├── i3-rounded-4.21.1 │ │ ├── leftwm-0.5.1 │ │ ├── leftwm-0.5.4 │ │ └── qtile-extras-0.33.0 ├── news │ └── 2025-10-07-coolercontrol-liqctld-removed │ │ └── 2025-10-07-coolercontrol-liqctld-removed ├── pkg_desc_index ├── pkgcheck.conf └── timestamp.chk ├── mpv-plugin ├── SimpleHistory │ ├── Manifest │ ├── SimpleHistory-2023.09.25.ebuild │ └── metadata.xml ├── SimpleUndo │ ├── Manifest │ ├── SimpleUndo-2023.09.25.ebuild │ └── metadata.xml ├── SmartCopyPaste │ ├── Manifest │ ├── SmartCopyPaste-3.1.ebuild │ └── metadata.xml ├── kde-do-not-disturb │ ├── Manifest │ ├── kde-do-not-disturb-20230110.ebuild │ └── metadata.xml ├── kde-night-color │ ├── Manifest │ ├── kde-night-color-20230110.ebuild │ ├── kde-night-color-20240910.ebuild │ └── metadata.xml ├── kdialog-open-files │ ├── Manifest │ ├── kdialog-open-files-20221015.ebuild │ └── metadata.xml ├── mdmenu │ ├── Manifest │ ├── mdmenu-20240215.ebuild │ ├── mdmenu-20250307.ebuild │ └── metadata.xml ├── mfpbar │ ├── Manifest │ ├── metadata.xml │ ├── mfpbar-20240215.ebuild │ └── mfpbar-20250307.ebuild ├── mpv-autosub │ ├── Manifest │ ├── metadata.xml │ └── mpv-autosub-20210629.ebuild ├── mpv-kscreen-doctor │ ├── Manifest │ ├── metadata.xml │ ├── mpv-kscreen-doctor-0.2.1.ebuild │ └── mpv-kscreen-doctor-0.2.2.ebuild ├── mpv-mpris │ ├── Manifest │ ├── metadata.xml │ ├── mpv-mpris-1.0.ebuild │ ├── mpv-mpris-1.1.ebuild │ └── mpv-mpris-9999.ebuild ├── mpv-plugin-xrandr │ ├── Manifest │ ├── metadata.xml │ └── mpv-plugin-xrandr-2023.06.19.ebuild ├── mpv-youtube-upnext │ ├── Manifest │ ├── metadata.xml │ └── mpv-youtube-upnext-20240513.ebuild ├── mpv_sponsorblock │ ├── Manifest │ ├── files │ │ └── mpv_sponsorblock-20230130-pr73-file-locations.patch │ ├── metadata.xml │ ├── mpv_sponsorblock-20211223.ebuild │ ├── mpv_sponsorblock-20220924.ebuild │ ├── mpv_sponsorblock-20230130-r1.ebuild │ └── mpv_sponsorblock-20230130.ebuild ├── mpv_sponsorblock_minimal │ ├── Manifest │ ├── metadata.xml │ └── mpv_sponsorblock_minimal-2023.08.20.ebuild ├── mpv_thumbnail_script │ ├── Manifest │ ├── metadata.xml │ ├── mpv_thumbnail_script-0.5.2.ebuild │ ├── mpv_thumbnail_script-0.5.3.ebuild │ └── mpv_thumbnail_script-0.5.4.ebuild ├── open-in-mpv │ ├── Manifest │ ├── metadata.xml │ ├── open-in-mpv-2.4.1.ebuild │ └── open-in-mpv-2.4.3.ebuild └── thumbfast │ ├── Manifest │ ├── metadata.xml │ ├── thumbfast-2023.12.08.ebuild │ └── thumbfast-2025.02.04.ebuild ├── net-analyzer ├── gping │ ├── Manifest │ ├── gping-1.20.1.ebuild │ └── metadata.xml ├── munin-contrib │ ├── Manifest │ ├── metadata.xml │ ├── munin-contrib-0.2021.04.27.ebuild │ ├── munin-contrib-0.2024.03.04-r1.ebuild │ └── munin-contrib-0.2024.03.04.ebuild ├── netsniff-ng │ ├── Manifest │ ├── metadata.xml │ ├── netsniff-ng-0.6.8-r1.ebuild │ └── netsniff-ng-0.6.9.ebuild └── reaction │ ├── Manifest │ ├── files │ ├── init.d │ │ └── reaction │ └── systemd │ │ └── reaction.service │ ├── metadata.xml │ ├── reaction-2.2.0.ebuild │ └── reaction-2.2.1.ebuild ├── net-client ├── amfora │ ├── Manifest │ ├── amfora-1.11.0.ebuild │ ├── amfora-1.9.2.ebuild │ └── metadata.xml ├── castor │ ├── Manifest │ ├── castor-0.8.18.ebuild │ ├── castor-0.9.0-r1.ebuild │ └── metadata.xml ├── geopard │ ├── Manifest │ ├── geopard-1.7.0.ebuild │ └── metadata.xml ├── kristall │ ├── Manifest │ ├── files │ │ └── kristall-0.3_add_flags.patch │ ├── kristall-0.3-r2.ebuild │ ├── kristall-0.4.ebuild │ └── metadata.xml ├── lagrange │ ├── Manifest │ ├── lagrange-1.18.8.ebuild │ ├── lagrange-1.19.3.ebuild │ └── metadata.xml ├── metadata.xml ├── offpunk │ ├── Manifest │ ├── metadata.xml │ ├── offpunk-2.6.ebuild │ └── offpunk-2.7.1.ebuild ├── starfish │ ├── Manifest │ ├── metadata.xml │ ├── starfish-1.2.0.ebuild │ └── starfish-1.3.1.ebuild └── telescope │ ├── Manifest │ ├── metadata.xml │ ├── telescope-0.10.1.ebuild │ └── telescope-0.11.ebuild ├── net-dialup ├── atinout │ ├── Manifest │ ├── atinout-0.9.1-r1.ebuild │ ├── files │ │ ├── 0001-make-gcc-happy-by-adding-fallthrough-comment.patch │ │ ├── 0002-do-not-rely-on-CR-in-modem-output.patch │ │ └── 0003-patch-makefile.patch │ └── metadata.xml ├── minimodem │ ├── Manifest │ ├── metadata.xml │ ├── minimodem-0.24-r2.ebuild │ └── minimodem-9999-r1.ebuild ├── syncterm │ ├── Manifest │ ├── files │ │ ├── syncterm-1.1_disable-parallel-build.patch │ │ ├── syncterm-1.1_do-not-strip-3rdp-test.patch │ │ ├── syncterm-1.1_respect-toolchain-variables.patch │ │ └── syncterm-1.1_use-sched-yield-instead-of-pthread-yield.patch │ ├── metadata.xml │ ├── syncterm-1.1.ebuild │ └── syncterm-9999.ebuild ├── tcpser │ ├── Manifest │ ├── files │ │ └── tcpser-1.1.4_dont-hardcode-cflags-and-ldflags.patch │ ├── metadata.xml │ └── tcpser-1.1.4.ebuild └── tio │ ├── Manifest │ ├── metadata.xml │ └── tio-3.9.ebuild ├── net-dns ├── AdGuardHome │ ├── AdGuardHome-0.107.60.ebuild │ ├── AdGuardHome-0.107.61.ebuild │ ├── AdGuardHome-0.107.63.ebuild │ ├── AdGuardHome-0.107.64.ebuild │ ├── Manifest │ ├── files │ │ ├── AdGuardHome-0.107.57.service │ │ ├── AdGuardHome-0.107.63.service │ │ └── disable-update-cmd-opt.patch │ └── metadata.xml ├── blocky │ ├── Manifest │ ├── blocky-0.24.ebuild │ ├── blocky-0.25.ebuild │ ├── blocky-0.26.2.ebuild │ ├── blocky-9999.ebuild │ ├── files │ │ └── blocky-0.22.service │ └── metadata.xml ├── noip-duc │ ├── Manifest │ ├── metadata.xml │ └── noip-duc-3.3.0.ebuild └── technitium-dns │ ├── Manifest │ ├── files │ ├── technitium-dns-13.6.initd │ └── technitium-dns-13.6.service │ ├── metadata.xml │ └── technitium-dns-13.6.ebuild ├── net-fs ├── httpdirfs │ ├── Manifest │ ├── httpdirfs-1.2.7.ebuild │ └── metadata.xml └── webdav-server-rs │ ├── Manifest │ ├── files │ ├── webdav-server-rs-0.4.0_pre20231124-use-the-version-0.2.0-of-webdav-handler.patch │ └── webdav-server-rs.service │ ├── metadata.xml │ └── webdav-server-rs-0.4.0_pre20231124.ebuild ├── net-im ├── Quaternion │ ├── Manifest │ ├── Quaternion-0.0.97.1.ebuild │ └── metadata.xml ├── WasIstLos │ ├── Manifest │ ├── WasIstLos-1.6.5.ebuild │ ├── WasIstLos-1.7.0.ebuild │ └── metadata.xml ├── abaddon │ ├── Manifest │ ├── abaddon-0.2.2.ebuild │ ├── abaddon-9999.ebuild │ └── metadata.xml ├── axolotl-bin │ ├── Manifest │ ├── axolotl-bin-2.0.1.ebuild │ └── metadata.xml ├── beeper │ ├── Manifest │ ├── beeper-4.1.311-r1.ebuild │ ├── beeper-4.2.166.ebuild │ └── metadata.xml ├── chatterino │ ├── Manifest │ ├── chatterino-2.5.3.ebuild │ ├── chatterino-2.5.4.ebuild │ ├── files │ │ └── chatterino-2.5.2-disable-ccache.patch │ └── metadata.xml ├── conduit │ ├── Manifest │ ├── conduit-0.10.8.ebuild │ ├── conduit-0.10.9.ebuild │ ├── conduit-9999.ebuild │ ├── files │ │ ├── conduit.confd │ │ ├── conduit.initd-r1 │ │ ├── conduit.logrotate │ │ └── conduit.service-r1 │ └── metadata.xml ├── discord-canary-bin │ ├── Manifest │ ├── discord-canary-bin-0.0.786.ebuild │ └── metadata.xml ├── discord-ptb-bin │ ├── Manifest │ ├── discord-ptb-bin-0.0.137.ebuild │ └── metadata.xml ├── discordo │ ├── Manifest │ ├── discordo-0_pre20251118.ebuild │ ├── discordo-9999.ebuild │ └── metadata.xml ├── dissent │ ├── Manifest │ ├── dissent-0.0.37.ebuild │ ├── files │ │ └── modules.txt │ └── metadata.xml ├── element-desktop │ ├── Manifest │ ├── element-desktop-1.12.3.ebuild │ └── metadata.xml ├── eturnal │ ├── Manifest │ ├── eturnal-1.12.1.ebuild │ ├── eturnal-1.12.2.ebuild │ ├── files │ │ ├── eturnal.initd │ │ └── eturnal.initd-r1 │ └── metadata.xml ├── flare │ ├── Manifest │ ├── flare-0.12.0-r1.ebuild │ └── metadata.xml ├── gajim-plugins │ ├── gajim-plugins-9999.ebuild │ └── metadata.xml ├── go-sendxmpp │ ├── Manifest │ ├── go-sendxmpp-0.6.1.ebuild │ ├── go-sendxmpp-0.8.3.ebuild │ └── metadata.xml ├── gomuks │ ├── Manifest │ ├── gomuks-0.3.0.ebuild │ ├── gomuks-0.3.1.ebuild │ └── metadata.xml ├── gurk-rs │ ├── Manifest │ ├── gurk-rs-0.7.1.ebuild │ ├── gurk-rs-9999.ebuild │ └── metadata.xml ├── heisenbridge │ ├── Manifest │ ├── files │ │ ├── heisenbridge-1.14.1-qanotice.patch │ │ ├── heisenbridge.confd │ │ ├── heisenbridge.confd-r1 │ │ ├── heisenbridge.initd │ │ ├── heisenbridge.initd-r1 │ │ └── heisenbridge.service │ ├── heisenbridge-1.15.3.ebuild │ ├── heisenbridge-1.15.4.ebuild │ └── metadata.xml ├── iamb │ ├── Manifest │ ├── iamb-0.0.10.ebuild │ ├── iamb-0.0.8.ebuild │ ├── iamb-0.0.9.ebuild │ └── metadata.xml ├── jitsi-meet │ ├── Manifest │ ├── jitsi-meet-2025.10.0.ebuild │ ├── jitsi-meet-2025.9.1.ebuild │ └── metadata.xml ├── legcord-bin │ ├── Manifest │ ├── files │ │ └── legcord-bin-desktop.patch │ ├── legcord-bin-1.1.4.ebuild │ ├── legcord-bin-1.1.5.ebuild │ └── metadata.xml ├── manyverse-bin │ ├── Manifest │ ├── manyverse-bin-0.2310.9.ebuild │ └── metadata.xml ├── mastoposter │ ├── Manifest │ ├── files │ │ ├── mastoposter.confd │ │ ├── mastoposter.initd │ │ └── mastoposter.service │ ├── mastoposter-0.2.ebuild │ └── metadata.xml ├── matterhorn-bin │ ├── Manifest │ ├── matterhorn-bin-90000.1.0.ebuild │ ├── matterhorn-bin-90000.1.1.ebuild │ └── metadata.xml ├── maubot │ ├── Manifest │ ├── files │ │ ├── maubot.initd │ │ └── maubot.service │ ├── maubot-0.5.0-r1.ebuild │ ├── maubot-0.5.1.ebuild │ └── metadata.xml ├── mautrix-discord │ ├── Manifest │ ├── files │ │ ├── mautrix-discord.initd │ │ └── mautrix-discord.service │ ├── mautrix-discord-0.7.1.ebuild │ ├── mautrix-discord-0.7.2.ebuild │ └── metadata.xml ├── mautrix-meta │ ├── Manifest │ ├── files │ │ ├── mautrix-meta.initd │ │ └── mautrix-meta.service │ ├── mautrix-meta-0.2510.0.ebuild │ ├── mautrix-meta-0.4.2.ebuild │ ├── mautrix-meta-0.4.3.ebuild │ └── metadata.xml ├── mautrix-signal │ ├── Manifest │ ├── files │ │ ├── mautrix-signal.confd │ │ ├── mautrix-signal.initd │ │ ├── mautrix-signal.initd-r1 │ │ └── mautrix-signal.service │ ├── mautrix-signal-0.8.7.ebuild │ ├── mautrix-signal-25.10.ebuild │ └── metadata.xml ├── mautrix-slack │ ├── Manifest │ ├── files │ │ ├── mautrix-slack.initd │ │ └── mautrix-slack.service │ ├── mautrix-slack-0.1.3.ebuild │ ├── mautrix-slack-0.1.4.ebuild │ └── metadata.xml ├── mautrix-telegram │ ├── Manifest │ ├── files │ │ ├── mautrix-telegram.confd │ │ ├── mautrix-telegram.initd │ │ ├── mautrix-telegram.initd-r1 │ │ └── mautrix-telegram.service │ ├── mautrix-telegram-0.15.2.ebuild │ ├── mautrix-telegram-0.15.3.ebuild │ └── metadata.xml ├── mautrix-whatsapp │ ├── Manifest │ ├── files │ │ ├── mautrix-whatsapp.initd │ │ └── mautrix-whatsapp.service │ ├── mautrix-whatsapp-0.12.5.ebuild │ └── metadata.xml ├── nheko │ ├── Manifest │ ├── files │ │ ├── nheko-0.12.0-disable-http3.patch │ │ ├── nheko-0.12.0-fmt11.patch │ │ ├── nheko-0.12.0-remove-wayland-dep-on-x11.patch │ │ └── nheko-0.12.1-qt610.patch │ ├── metadata.xml │ ├── nheko-0.12.0-r2.ebuild │ ├── nheko-0.12.1.ebuild │ └── nheko-9999.ebuild ├── pop │ ├── Manifest │ ├── metadata.xml │ └── pop-8.0.21.ebuild ├── revolt-desktop │ ├── Manifest │ ├── metadata.xml │ └── revolt-desktop-1.0.8-r2.ebuild ├── session-desktop-bin │ ├── Manifest │ ├── metadata.xml │ ├── session-desktop-bin-1.15.1.ebuild │ └── session-desktop-bin-1.15.2.ebuild ├── sliding-sync │ ├── Manifest │ ├── files │ │ ├── sliding-sync.confd │ │ ├── sliding-sync.initd │ │ └── sliding-sync.service │ ├── metadata.xml │ ├── sliding-sync-0.99.15.ebuild │ └── sliding-sync-0.99.19.ebuild ├── teams-for-linux │ ├── Manifest │ ├── metadata.xml │ ├── teams-for-linux-2.6.12.ebuild │ ├── teams-for-linux-2.6.14.ebuild │ └── teams-for-linux-2.6.17.ebuild ├── vesktop-bin │ ├── Manifest │ ├── files │ │ ├── vesktop-bin.desktop │ │ └── vesktop-bin.png │ ├── metadata.xml │ ├── vesktop-bin-1.5.6.ebuild │ ├── vesktop-bin-1.5.7.ebuild │ ├── vesktop-bin-1.5.8.ebuild │ └── vesktop-bin-1.6.1.ebuild └── zulip-desktop-bin │ ├── Manifest │ ├── metadata.xml │ ├── zulip-desktop-bin-5.11.1.ebuild │ ├── zulip-desktop-bin-5.12.0.ebuild │ └── zulip-desktop-bin-5.12.1.ebuild ├── net-irc ├── catgirl │ ├── Manifest │ ├── catgirl-2.2.ebuild │ ├── catgirl-2.2a.ebuild │ ├── files │ │ └── README.gentoo │ └── metadata.xml ├── halloy │ ├── Manifest │ ├── halloy-2025.10.ebuild │ ├── halloy-2025.11.ebuild │ ├── halloy-2025.9.ebuild │ └── metadata.xml ├── limnoria-plugins-bugzilla │ ├── Manifest │ ├── limnoria-plugins-bugzilla-4.0.ebuild │ └── metadata.xml ├── litterbox │ ├── Manifest │ ├── litterbox-1.9.ebuild │ └── metadata.xml ├── pounce │ ├── Manifest │ ├── files │ │ ├── example.conf │ │ ├── pounce.confd │ │ ├── pounce.confd-r1 │ │ ├── pounce.initd │ │ └── pounce.initd-r1 │ ├── metadata.xml │ ├── pounce-3.0.ebuild │ ├── pounce-3.1-r1.ebuild │ └── pounce-3.1.ebuild ├── quarg │ ├── Manifest │ ├── metadata.xml │ ├── quarg-1.0.0.ebuild │ └── quarg-1.1.0.ebuild ├── srain │ ├── Manifest │ ├── files │ │ └── srain-1.7.0-gcc15.patch │ ├── metadata.xml │ ├── srain-1.8.0.ebuild │ └── srain-1.8.1.ebuild ├── thelounge │ ├── Manifest │ ├── files │ │ ├── thelounge-4.4.1-tmpfiles.conf │ │ ├── thelounge-4.4.1-user.service │ │ ├── thelounge-4.4.1.confd │ │ ├── thelounge-4.4.1.initd │ │ ├── thelounge-4.4.1.logrotate │ │ └── thelounge-4.4.1.service │ ├── metadata.xml │ ├── thelounge-4.4.1-r1.ebuild │ └── thelounge-4.4.3-r2.ebuild └── tiny │ ├── Manifest │ ├── metadata.xml │ └── tiny-0.12.0.ebuild ├── net-libs ├── dpdk │ ├── Manifest │ ├── dpdk-23.03.ebuild │ ├── files │ │ ├── dpdk-21.11-static_linker.patch │ │ ├── dpdk-21.11.1-static_linker.patch │ │ └── dpdk-22.03-binutils.patch │ └── metadata.xml ├── ixwebsocket │ ├── Manifest │ ├── files │ │ ├── ixwebsocket-11.4.4-fix-gcc15.patch │ │ ├── ixwebsocket-11.4.4-fix-server-empty-thread-name.patch │ │ ├── ixwebsocket-11.4.4-remove-network-tests.patch │ │ └── ixwebsocket-11.4.4-use-system-spdlog.patch │ ├── ixwebsocket-11.4.4.ebuild │ └── metadata.xml ├── kcgi │ ├── Manifest │ ├── files │ │ └── kcgi-0.12-ldflags.patch │ ├── kcgi-0.13.3.ebuild │ ├── kcgi-0.13.4.ebuild │ └── metadata.xml ├── libuecc │ ├── Manifest │ ├── libuecc-7.ebuild │ └── metadata.xml ├── libuplink │ ├── Manifest │ ├── libuplink-1.10.1.ebuild │ └── metadata.xml ├── nodejs-bin │ ├── Manifest │ ├── metadata.xml │ └── nodejs-bin-24.11.1.ebuild ├── orcania │ ├── Manifest │ ├── metadata.xml │ └── orcania-2.3.3.ebuild ├── picotls │ ├── Manifest │ ├── files │ │ └── picotls-0_pre20220721-disable-e2e.patch │ ├── metadata.xml │ ├── picotls-0_pre20220721.ebuild │ └── picotls-9999.ebuild ├── sofia-sip │ ├── Manifest │ ├── files │ │ └── sofia-sip-1.13.17-gcc14.patch │ ├── metadata.xml │ └── sofia-sip-1.13.17.ebuild ├── syndication-domination │ ├── Manifest │ ├── files │ │ └── gfeeds-2.2.0-blueprint-compiler-fix.patch │ ├── metadata.xml │ ├── syndication-domination-1.0-r1.ebuild │ └── syndication-domination-9999.ebuild ├── telepathy-haze │ ├── Manifest │ ├── files │ │ ├── telepathy-haze-0.8.1-fix-Wincompatible-pointer-types.patch │ │ └── telepathy-haze-0.8.1-remove-broken-test.patch │ ├── metadata.xml │ └── telepathy-haze-0.8.1.ebuild ├── ulfius │ ├── Manifest │ ├── metadata.xml │ └── ulfius-2.7.15.ebuild ├── usockets │ ├── Manifest │ ├── files │ │ ├── usockets-0.8.1_p20211023-Makefile.patch │ │ ├── usockets-0.8.1_p20211023-gen-ssl-config.patch │ │ ├── usockets-0.8.1_p20211023-hammer-test.patch │ │ ├── usockets-0.8.1_p20211023-pkg-config.patch │ │ ├── usockets-0.8.8-Makefile.patch │ │ └── usockets-0.8.8-hammer-test.patch │ ├── metadata.xml │ ├── usockets-0.8.8.ebuild │ └── usockets-9999.ebuild └── yder │ ├── Manifest │ ├── metadata.xml │ └── yder-1.4.20-r1.ebuild ├── net-mail ├── dovecot-fts-flatcurve │ ├── Manifest │ ├── dovecot-fts-flatcurve-1.0.5.ebuild │ ├── files │ │ └── 90-fts.conf │ └── metadata.xml ├── dovecot-fts-xapian │ ├── Manifest │ ├── dovecot-fts-xapian-1.7.17.ebuild │ ├── dovecot-fts-xapian-1.7.18.ebuild │ ├── dovecot-fts-xapian-1.8.1.ebuild │ ├── dovecot-fts-xapian-1.8.3.ebuild │ ├── dovecot-fts-xapian-1.8.4.ebuild │ ├── dovecot-fts-xapian-1.8.6.ebuild │ ├── dovecot-fts-xapian-1.8.ebuild │ ├── dovecot-fts-xapian-1.9.1.ebuild │ ├── dovecot-fts-xapian-1.9.3.ebuild │ ├── dovecot-fts-xapian-1.9.ebuild │ ├── dovecot-fts-xapian-9999.ebuild │ ├── files │ │ ├── 20240401_verbosity-fix.patch │ │ └── bug-887887_allow-O2-override.patch │ └── metadata.xml ├── hydroxide │ ├── Manifest │ ├── hydroxide-0.2.27.ebuild │ ├── hydroxide-0.2.28.ebuild │ ├── hydroxide-0.2.29.ebuild │ ├── hydroxide-9999.ebuild │ └── metadata.xml └── pop │ ├── Manifest │ ├── metadata.xml │ └── pop-0.2.0.ebuild ├── net-misc ├── FORT-validator │ ├── FORT-validator-1.5.4-r2.ebuild │ ├── FORT-validator-1.6.1-r2.ebuild │ ├── FORT-validator-1.6.2-r2.ebuild │ ├── Manifest │ ├── files │ │ ├── FORT-validator-1.5.4-libxml2-2.12.0.patch │ │ ├── fort-1.5-confd │ │ ├── fort-1.5-initd │ │ ├── fort-1.5.service │ │ └── fort-config.json │ └── metadata.xml ├── brickd │ ├── Manifest │ ├── brickd-2.4.7.ebuild │ ├── brickd-2.4.8.ebuild │ └── metadata.xml ├── can-utils │ ├── Manifest │ ├── can-utils-2021.08.0.ebuild │ ├── can-utils-2023.03.ebuild │ ├── can-utils-9999-r3.ebuild │ ├── files │ │ ├── slcan.service │ │ ├── slcan.service.conf │ │ ├── slcand.confd │ │ └── slcand.initd │ └── metadata.xml ├── cellbroadcastd │ ├── Manifest │ ├── cellbroadcastd-0.0.2.ebuild │ ├── cellbroadcastd-0.0.3.ebuild │ └── metadata.xml ├── clatd │ ├── Manifest │ ├── clatd-1.6-r1.ebuild │ ├── clatd-2.1.0.ebuild │ └── metadata.xml ├── commons-downloader │ ├── commons-downloader-9999.ebuild │ └── metadata.xml ├── commons-wikimedia-find-by-hash │ ├── Manifest │ ├── commons-wikimedia-find-by-hash-1.0.0.ebuild │ └── metadata.xml ├── curlie │ ├── Manifest │ ├── curlie-1.8.2.ebuild │ └── metadata.xml ├── cve-client │ ├── Manifest │ ├── cve-client-1.1.1.ebuild │ ├── cve-client-9999.ebuild │ └── metadata.xml ├── eg25-manager │ ├── Manifest │ ├── eg25-manager-0.4.2.ebuild │ ├── files │ │ ├── eg25-manager.service │ │ ├── eg25-pinephone-1.0.toml │ │ ├── eg25-pinephone-1.1.toml │ │ ├── eg25-pinephone-1.2.toml │ │ └── eg25-pinephone-pro.toml │ └── metadata.xml ├── ffsend │ ├── Manifest │ ├── ffsend-0.2.77.ebuild │ ├── ffsend-9999.ebuild │ ├── files │ │ └── ffsend-bump-traitobject.patch │ └── metadata.xml ├── fileshelter │ ├── Manifest │ ├── files │ │ ├── fileshelter-6.2.0-algorithm.patch │ │ ├── fileshelter-6.2.0-fix-lib-dir.patch │ │ ├── fileshelter-6.2.0-hierarchy.patch │ │ ├── fileshelter.init │ │ └── fileshelter.init-r1 │ ├── fileshelter-6.2.0.ebuild │ ├── fileshelter-6.3.0.ebuild │ └── metadata.xml ├── freetube-bin │ ├── Manifest │ ├── freetube-bin-0.23.10_beta.ebuild │ ├── freetube-bin-0.23.11_beta.ebuild │ ├── freetube-bin-0.23.12_beta.ebuild │ └── metadata.xml ├── gazelle-tui │ ├── Manifest │ ├── files │ │ └── patch-app-1.7.0.patch │ ├── gazelle-tui-1.7.2.ebuild │ ├── gazelle-tui-1.8.2.ebuild │ └── metadata.xml ├── gdown │ ├── Manifest │ ├── gdown-5.2.0.ebuild │ └── metadata.xml ├── gdrive │ ├── Manifest │ ├── files │ │ └── gdrive-3.90-dep-bump.patch │ ├── gdrive-3.9.0-r1.ebuild │ ├── gdrive-3.9.1-r1.ebuild │ └── metadata.xml ├── gemget │ ├── Manifest │ ├── gemget-1.9.0.ebuild │ └── metadata.xml ├── gemserv │ ├── Manifest │ ├── gemserv-0.6.5.ebuild │ ├── gemserv-0.6.6.ebuild │ └── metadata.xml ├── gmcapsule │ ├── Manifest │ ├── files │ │ ├── gmcapsuled.confd │ │ ├── gmcapsuled.initd │ │ └── gmcapsuled.service │ ├── gmcapsule-0.9.7.ebuild │ ├── gmcapsule-0.9.8.ebuild │ └── metadata.xml ├── gmid │ ├── Manifest │ ├── files │ │ ├── gmid.conf-r1 │ │ ├── gmid.confd │ │ ├── gmid.initd │ │ ├── gmid.service │ │ └── gmid.service-r1 │ ├── gmid-2.1.1.ebuild │ ├── gmid-2.1.ebuild │ ├── gmid-9999.ebuild │ └── metadata.xml ├── gnome-ssh-askpass │ ├── Manifest │ ├── gnome-ssh-askpass-10.0_p1.ebuild │ ├── gnome-ssh-askpass-9.9_p2.ebuild │ └── metadata.xml ├── graftcp │ ├── Manifest │ ├── files │ │ ├── 0001-build-not-enabling-service-in-install_systemd.patch │ │ ├── 0002-build-no-longer-strip-symbols.patch │ │ ├── 0003-version-v0.7.patch │ │ ├── 0004-fix-parallel-build-dependency.patch │ │ ├── 0005-let-graftcp-respect-LDFLAGS.patch │ │ ├── graftcp-local.confd │ │ └── graftcp-local.initd │ ├── graftcp-0.7.1.ebuild │ ├── graftcp-0.7.4.ebuild │ └── metadata.xml ├── grpcurl │ ├── Manifest │ ├── grpcurl-1.9.3.ebuild │ └── metadata.xml ├── iipsrv │ ├── Manifest │ ├── files │ │ ├── iipsrv-1.2-make.patch │ │ ├── iipsrv-1.2-rawtile.patch │ │ ├── iipsrv-1.2-tiff.patch │ │ ├── iipsrv.apache2.conf │ │ ├── iipsrv.confd │ │ ├── iipsrv.initd │ │ ├── iipsrv.lighttpd.conf │ │ ├── iipsrv.systemd.conf │ │ └── iipsrv.systemd.service │ ├── iipsrv-1.2.ebuild │ ├── iipsrv-1.3.ebuild │ └── metadata.xml ├── inv_sig_helper │ ├── Manifest │ ├── files │ │ └── inv_sig_helper.initd │ ├── inv_sig_helper-0_pre20250103.ebuild │ ├── inv_sig_helper-9999.ebuild │ └── metadata.xml ├── jool-modules │ ├── Manifest │ ├── jool-modules-4.1.14.ebuild │ └── metadata.xml ├── jool │ ├── Manifest │ ├── jool-4.1.14-r1.ebuild │ └── metadata.xml ├── kissy │ ├── Manifest │ ├── kissy-1.2.ebuild │ └── metadata.xml ├── lyrics-in-terminal │ ├── Manifest │ ├── lyrics-in-terminal-1.7.0.ebuild │ ├── lyrics-in-terminal-1.8.0.ebuild │ └── metadata.xml ├── maestral-qt │ ├── Manifest │ ├── maestral-qt-1.9.4.ebuild │ ├── maestral-qt-1.9.5.ebuild │ ├── maestral-qt-1.9.6_rc0.ebuild │ └── metadata.xml ├── maestral │ ├── Manifest │ ├── maestral-1.9.4.ebuild │ ├── maestral-1.9.5.ebuild │ ├── maestral-1.9.6_rc0.ebuild │ └── metadata.xml ├── mbpoll │ ├── Manifest │ ├── mbpoll-1.5.2.ebuild │ ├── mbpoll-9999.ebuild │ └── metadata.xml ├── megasync │ ├── Manifest │ ├── files │ │ ├── megasync-5.10.0.2-link-zlib.patch │ │ ├── megasync-5.6.0.0-remove-clang-format.patch │ │ ├── megasync-5.7.0.0-disable-forced-options.patch │ │ ├── megasync-5.7.0.0-fix-install-dir.patch │ │ ├── megasync-5.7.0.0-rename-libcryptopp.patch │ │ ├── megasync-6.0.0.3-cmake4.patch │ │ └── megasync-6.0.0.3-disable-forced-options.patch │ ├── megasync-5.16.0.2.ebuild │ ├── megasync-6.0.0.3.ebuild │ └── metadata.xml ├── myip │ ├── Manifest │ ├── metadata.xml │ └── myip-1.2.1.ebuild ├── ooni-probe-cli │ ├── Manifest │ ├── metadata.xml │ ├── ooni-probe-cli-3.23.0.ebuild │ └── ooni-probe-cli-3.24.0.ebuild ├── openbgpd │ ├── Manifest │ ├── files │ │ ├── openbgpd-9999-config.c.patch │ │ ├── openbgpd-9999-update.patch │ │ ├── openbgpd-conf.d │ │ ├── openbgpd-init.d │ │ └── openbgpd.service │ ├── metadata.xml │ ├── openbgpd-8.4.ebuild │ ├── openbgpd-8.5.ebuild │ ├── openbgpd-8.6.ebuild │ └── openbgpd-9999.ebuild ├── peertube-viewer-rs │ ├── Manifest │ ├── metadata.xml │ └── peertube-viewer-rs-1.8.6.ebuild ├── purritobin │ ├── Manifest │ ├── metadata.xml │ ├── purritobin-0.6.7.ebuild │ └── purritobin-9999.ebuild ├── rpki-client │ ├── Manifest │ ├── metadata.xml │ ├── rpki-client-9.2.ebuild │ └── rpki-client-9.3.ebuild ├── smcroute │ ├── Manifest │ ├── metadata.xml │ └── smcroute-2.5.7.ebuild ├── sshx │ ├── Manifest │ ├── metadata.xml │ └── sshx-0.2.4.ebuild ├── toot │ ├── Manifest │ ├── metadata.xml │ ├── toot-0.38.1-r1.ebuild │ ├── toot-0.48.1.ebuild │ └── toot-0.50.0.ebuild ├── warp │ ├── Manifest │ ├── metadata.xml │ └── warp-0.9.2.ebuild ├── wayback_machine_downloader │ ├── metadata.xml │ ├── wayback_machine_downloader-2.3.0.ebuild │ └── wayback_machine_downloader-2.3.1.ebuild ├── whatscli │ ├── Manifest │ ├── metadata.xml │ ├── whatscli-1.0.11.ebuild │ └── whatscli-1.0.6.ebuild ├── wlvncc │ ├── Manifest │ ├── metadata.xml │ ├── wlvncc-20250307.ebuild │ ├── wlvncc-20250626.ebuild │ ├── wlvncc-20250725.ebuild │ └── wlvncc-99999999.ebuild ├── wsdd │ ├── Manifest │ ├── metadata.xml │ ├── wsdd-0.8.ebuild │ └── wsdd-0.9.ebuild ├── wstunnel │ ├── Manifest │ ├── metadata.xml │ ├── wstunnel-10.5.0.ebuild │ └── wstunnel-10.5.1.ebuild ├── xh │ ├── Manifest │ ├── metadata.xml │ └── xh-0.25.0.ebuild ├── xkcd-handler │ ├── Manifest │ ├── metadata.xml │ └── xkcd-handler-1.1.4.ebuild ├── xmrig-mo │ ├── Manifest │ ├── files │ │ ├── xmrig-mo-6.12.2-nonotls.patch │ │ └── xmrig-mo-6.21.2-fix-length-error.patch │ ├── metadata.xml │ ├── xmrig-mo-6.21.2.ebuild │ └── xmrig-mo-6.22.2.ebuild ├── yacy │ ├── Manifest │ ├── files │ │ ├── yacy-ipv6.service │ │ ├── yacy.confd │ │ ├── yacy.rc │ │ └── yacy.service │ ├── metadata.xml │ └── yacy-1.930.202405130205.ebuild └── yt-dlg │ ├── Manifest │ ├── metadata.xml │ └── yt-dlg-2024.03.19.ebuild ├── net-news ├── cliflux │ ├── Manifest │ ├── cliflux-1.6.0.ebuild │ ├── cliflux-1.9.0.ebuild │ └── metadata.xml ├── comitium │ ├── Manifest │ ├── comitium-1.8.1.ebuild │ └── metadata.xml ├── gfeeds │ ├── Manifest │ ├── files │ │ └── gfeeds-2.2.0-blueprint-0.80-fix.patch │ ├── gfeeds-2.2.0-r3.ebuild │ └── metadata.xml ├── newsflash │ ├── Manifest │ ├── metadata.xml │ ├── newsflash-3.1.6-r1.ebuild │ ├── newsflash-3.1.6.ebuild │ └── newsflash-3.3.5.ebuild └── newsraft │ ├── Manifest │ ├── metadata.xml │ ├── newsraft-0.30.ebuild │ ├── newsraft-0.32.ebuild │ ├── newsraft-0.34.ebuild │ └── newsraft-9999.ebuild ├── net-nntp ├── inn │ ├── Manifest │ ├── files │ │ ├── 30inn │ │ ├── cnfsstat.confd │ │ ├── cnfsstat.initd │ │ ├── inn.tmpfiles │ │ ├── inn.tmpfiles-r1 │ │ ├── innd.confd │ │ ├── innd.initd │ │ ├── innd.initd-r1 │ │ ├── innd.service │ │ ├── innwatch.confd │ │ ├── innwatch.initd │ │ ├── ovdb.initd │ │ └── ovsqlite.initd │ ├── inn-2.7.1.ebuild │ ├── inn-2.7.3.ebuild │ └── metadata.xml ├── nzb-monkey-go │ ├── Manifest │ ├── metadata.xml │ ├── nzb-monkey-go-0.1.17.ebuild │ └── nzb-monkey-go-0.1.18.ebuild └── pan │ ├── Manifest │ ├── metadata.xml │ ├── pan-0.163.ebuild │ └── pan-0.164.ebuild ├── net-p2p ├── bisq-bin │ ├── Manifest │ ├── bisq-bin-1.9.14-r1.ebuild │ └── metadata.xml ├── dogecoin-qt │ ├── Manifest │ ├── dogecoin-qt-1.14.9.ebuild │ ├── dogecoin-qt-9999.ebuild │ ├── files │ │ ├── dogecoin-qt-prune.desktop │ │ ├── dogecoin-qt.desktop │ │ ├── hardened-all.patch │ │ ├── hardened-minimal.patch │ │ ├── hardened-no-pie.patch │ │ ├── hardened-no-ssp.patch │ │ └── intel-ipsec-mb │ │ │ └── remove_digest_init.patch │ └── metadata.xml ├── feather │ ├── Manifest │ ├── feather-2.8.1-r1.ebuild │ ├── feather-9999.ebuild │ ├── files │ │ └── feather-no-wayland.patch │ └── metadata.xml ├── fopnu │ ├── Manifest │ ├── fopnu-1.68.ebuild │ └── metadata.xml ├── fragments │ ├── Manifest │ ├── files │ │ └── meson-fixes.patch │ ├── fragments-3.0.1-r1.ebuild │ ├── fragments-3.0.1-r2.ebuild │ └── metadata.xml ├── gridcoin │ ├── Manifest │ ├── gridcoin-5.4.9.0-r1.ebuild │ └── metadata.xml ├── ipfs-desktop-bin │ ├── Manifest │ ├── ipfs-desktop-bin-0.39.0.ebuild │ ├── ipfs-desktop-bin-0.40.0.ebuild │ ├── ipfs-desktop-bin-0.43.0.ebuild │ └── metadata.xml ├── monero-gui-bin │ ├── Manifest │ ├── files │ │ ├── 128x128.png │ │ ├── 16x16.png │ │ ├── 24x24.png │ │ ├── 256x256.png │ │ ├── 32x32.png │ │ ├── 48x48.png │ │ ├── 64x64.png │ │ ├── 96x96.png │ │ └── monero-gui.desktop │ ├── metadata.xml │ └── monero-gui-bin-0.18.4.3.ebuild ├── monero │ ├── Manifest │ ├── files │ │ ├── monero-0.18.3.3-miniupnp-api-18.patch │ │ ├── monero-0.18.4.0-external-supercop.patch │ │ ├── monero-0.18.4.0-unbundle-dependencies.patch │ │ ├── monerod-0.18.4.0.confd │ │ ├── monerod-0.18.4.0.initd │ │ ├── monerod.conf │ │ └── monerod.service │ ├── metadata.xml │ ├── monero-0.18.4.1.ebuild │ ├── monero-0.18.4.3.ebuild │ ├── monero-0.18.4.4.ebuild │ └── monero-9999.ebuild ├── p2pool │ ├── Manifest │ ├── files │ │ ├── SChernykh.asc │ │ ├── flags.cmake │ │ ├── p2pool-4.5-r1.confd │ │ └── p2pool-4.5-r1.initd │ ├── metadata.xml │ ├── p2pool-4.5-r2.ebuild │ ├── p2pool-4.8.ebuild │ ├── p2pool-4.9.1.ebuild │ ├── p2pool-4.9.ebuild │ └── p2pool-9999.ebuild ├── persepolis │ ├── Manifest │ ├── files │ │ └── persepolis-5.2.0-fix-executable.patch │ ├── metadata.xml │ └── persepolis-5.2.0.ebuild ├── syncthingtray │ ├── Manifest │ ├── metadata.xml │ ├── syncthingtray-2.0.2.ebuild │ └── syncthingtray-2.0.3.ebuild ├── trezord-go │ ├── Manifest │ ├── files │ │ ├── trezord-go-2.0.33_libusb-go-1.24.patch │ │ ├── trezord-go-2.0.33_libusb.patch │ │ └── trezord-openrc.sh │ ├── metadata.xml │ └── trezord-go-2.0.33.ebuild └── yggdrasil-go │ ├── Manifest │ ├── metadata.xml │ ├── yggdrasil-go-0.5.12-r1.ebuild │ └── yggdrasil-go-9999.ebuild ├── net-print ├── captdriver │ ├── Manifest │ ├── captdriver-0.1.4.ebuild │ └── metadata.xml └── hpuld │ ├── Manifest │ ├── hpuld-1.00.39.15.00.23-r1.ebuild │ └── metadata.xml ├── net-proxy ├── MTProxy │ ├── MTProxy-3.0.4-r1.ebuild │ ├── Manifest │ ├── files │ │ ├── MTProxy-3.0.4-adjust_flags.patch │ │ └── MTProxy-3.0.4-no_implicit_func.patch │ └── metadata.xml ├── Throne │ ├── Manifest │ ├── Throne-1.0.11.ebuild │ ├── files │ │ ├── Throne-1.0.0-Use-system-QHotkey.patch │ │ ├── Throne-1.0.7-Use-system-quirc.patch │ │ ├── Throne.desktop │ │ └── nekoray-4.3.7-Use-system-fkYAML.patch │ └── metadata.xml ├── byedpi │ ├── Manifest │ ├── byedpi-0.17.2.ebuild │ ├── byedpi-0.17.3.ebuild │ ├── byedpi-9999.ebuild │ ├── files │ │ ├── byedpi.confd │ │ └── byedpi.initd-r2 │ └── metadata.xml ├── ngrok-bin │ ├── Manifest │ ├── metadata.xml │ └── ngrok-bin-3.33.1.ebuild ├── shadowsocks-rust │ ├── Manifest │ ├── metadata.xml │ └── shadowsocks-rust-1.22.0.ebuild ├── snowflake │ ├── Manifest │ ├── files │ │ ├── snowflake-proxy.initd │ │ └── snowflake-proxy.service │ ├── metadata.xml │ ├── snowflake-2.10.1.ebuild │ └── snowflake-2.11.0.ebuild └── wireproxy │ ├── Manifest │ ├── metadata.xml │ └── wireproxy-1.0.9.ebuild ├── net-voip ├── baresip │ ├── Manifest │ ├── baresip-3.23.0.ebuild │ ├── baresip-3.24.0.ebuild │ ├── baresip-4.2.0.ebuild │ └── metadata.xml ├── discover-overlay │ ├── Manifest │ ├── discover-overlay-0.6.9-r1.ebuild │ ├── discover-overlay-0.7.4.ebuild │ ├── discover-overlay-0.7.8.ebuild │ └── metadata.xml ├── gnome-calls │ ├── Manifest │ ├── gnome-calls-48.2.ebuild │ ├── gnome-calls-49.1.1.ebuild │ └── metadata.xml ├── re │ ├── Manifest │ ├── metadata.xml │ ├── re-3.23.0.ebuild │ ├── re-3.24.0.ebuild │ └── re-4.2.0.ebuild └── vvmd │ ├── Manifest │ ├── metadata.xml │ └── vvmd-0.8-r1.ebuild ├── net-vpn ├── GlobalProtect-openconnect │ ├── GlobalProtect-openconnect-2.4.4-r1.ebuild │ ├── Manifest │ └── metadata.xml ├── amneziawg-modules │ ├── Manifest │ ├── amneziawg-modules-1.0.20251009.ebuild │ └── metadata.xml ├── amneziawg-tools │ ├── Manifest │ ├── amneziawg-tools-1.0.20250903.ebuild │ ├── files │ │ └── awg-quick.init │ └── metadata.xml ├── cloudflare-warp │ ├── Manifest │ ├── cloudflare-warp-2025.5.893.0.ebuild │ ├── cloudflare-warp-2025.9.558.0.ebuild │ ├── files │ │ ├── com.cloudflare.WarpTaskbar.desktop │ │ └── warp-svc │ └── metadata.xml ├── fastd │ ├── Manifest │ ├── fastd-22.ebuild │ ├── fastd-23.ebuild │ ├── files │ │ └── fastd.init │ └── metadata.xml ├── gp-saml-gui │ ├── gp-saml-gui-9999.ebuild │ └── metadata.xml ├── mullvadvpn-app │ ├── Manifest │ ├── files │ │ └── mullvad-daemon.initd │ ├── metadata.xml │ ├── mullvadvpn-app-2025.13.ebuild │ └── mullvadvpn-app-2025.14_beta2.ebuild ├── proton-vpn-gtk-app │ ├── Manifest │ ├── files │ │ └── proton-vpn-gtk-app-4.11.0-remove-anonymous-bug-report.patch │ ├── metadata.xml │ └── proton-vpn-gtk-app-4.11.0.ebuild ├── vtun-embedded │ ├── Manifest │ ├── files │ │ ├── vtun-embedded.rc │ │ └── vtunemd-start.conf │ ├── metadata.xml │ ├── vtun-embedded-3.0.6.ebuild │ └── vtun-embedded-3.0.7.ebuild └── vtun-ng │ ├── Manifest │ ├── files │ ├── vtunng.rc │ └── vtunngd-start.conf │ ├── metadata.xml │ ├── vtun-ng-3.0.21.ebuild │ └── vtun-ng-3.0.22.ebuild ├── net-wireless ├── airspyhf │ ├── Manifest │ ├── airspyhf-1.6.8.ebuild │ ├── files │ │ └── airspyhf-1.6.8-remove-static.patch │ └── metadata.xml ├── bluetuith │ ├── Manifest │ ├── bluetuith-0.2.1.ebuild │ ├── bluetuith-0.2.2.ebuild │ ├── bluetuith-0.2.3.ebuild │ ├── bluetuith-9999.ebuild │ └── metadata.xml ├── btscreenlocker │ ├── Manifest │ ├── btscreenlocker-1.8.1-r1.ebuild │ └── metadata.xml ├── easyroam-desktop │ ├── Manifest │ ├── easyroam-desktop-1.4.3-r1.ebuild │ └── metadata.xml ├── gr-lora_sdr │ ├── gr-lora_sdr-9999.ebuild │ └── metadata.xml ├── iwmenu │ ├── Manifest │ ├── iwmenu-0.2.0.ebuild │ ├── iwmenu-0.3.0.ebuild │ └── metadata.xml ├── rtl8192eu │ ├── Manifest │ ├── metadata.xml │ └── rtl8192eu-0_pre20240518.ebuild ├── rtl8723bu │ ├── metadata.xml │ └── rtl8723bu-9999.ebuild ├── rtl8821ce │ ├── Manifest │ ├── metadata.xml │ └── rtl8821ce-0_pre20240326.ebuild ├── rtl8821cu │ ├── Manifest │ ├── metadata.xml │ └── rtl8821cu-0_pre20240821.ebuild └── sdrpp │ ├── Manifest │ ├── files │ └── sdrpp-1.2.0_pre20240607-remove-compiler-flags.patch │ ├── metadata.xml │ └── sdrpp-1.2.0_pre20240607.ebuild ├── phosh-base ├── metadata.xml ├── pfs │ ├── Manifest │ ├── metadata.xml │ ├── pfs-0.0.4.ebuild │ └── pfs-0.0.5.ebuild ├── phosh-mobile-settings │ ├── Manifest │ ├── metadata.xml │ ├── phosh-mobile-settings-0.48.0.ebuild │ ├── phosh-mobile-settings-0.49.0.ebuild │ └── phosh-mobile-settings-0.50.1.ebuild ├── phosh-osk-stevia │ ├── Manifest │ ├── metadata.xml │ ├── phosh-osk-stevia-0.48.0.ebuild │ ├── phosh-osk-stevia-0.49.0.ebuild │ └── phosh-osk-stevia-0.50.0.ebuild ├── phosh-osk-stub │ ├── Manifest │ ├── metadata.xml │ ├── phosh-osk-stub-0.42.0.ebuild │ └── phosh-osk-stub-0.47.0.ebuild ├── phosh-shell │ ├── Manifest │ ├── files │ │ └── phosh-shell-0.49.0-fix-test-source-root.patch │ ├── metadata.xml │ ├── phosh-shell-0.48.0.ebuild │ ├── phosh-shell-0.49.0.ebuild │ └── phosh-shell-0.50.1.ebuild ├── phosh-tour │ ├── Manifest │ ├── metadata.xml │ ├── phosh-tour-0.47.0.ebuild │ └── phosh-tour-0.50.0.ebuild ├── phosh │ ├── metadata.xml │ ├── phosh-0.48.0.ebuild │ ├── phosh-0.49.0.ebuild │ └── phosh-0.50.1.ebuild └── xdg-desktop-portal-phosh │ ├── Manifest │ ├── files │ └── xdg-desktop-portal-phosh-0.50.0-use-pfs-subproject.patch │ ├── metadata.xml │ ├── xdg-desktop-portal-phosh-0.48.0.ebuild │ ├── xdg-desktop-portal-phosh-0.49.0.ebuild │ └── xdg-desktop-portal-phosh-0.50.0.ebuild ├── profiles ├── categories ├── eapi ├── license_groups ├── package.mask ├── package.use.mask ├── repo_name ├── thirdpartymirrors ├── updates │ ├── 1Q-2021 │ ├── 1Q-2022 │ ├── 1Q-2023 │ ├── 1Q-2024 │ ├── 1Q-2025 │ ├── 2Q-2020 │ ├── 2Q-2021 │ ├── 2Q-2022 │ ├── 2Q-2023 │ ├── 2Q-2024 │ ├── 2Q-2025 │ ├── 3Q-2020 │ ├── 3Q-2022 │ ├── 3Q-2024 │ ├── 3Q-2025 │ ├── 4Q-2020 │ ├── 4Q-2021 │ ├── 4Q-2022 │ ├── 4Q-2023 │ ├── 4Q-2024 │ └── 4Q-2025 ├── use.desc └── use.local.desc ├── sci-biology ├── cmdock │ ├── Manifest │ ├── cmdock-0.2.0-r2.ebuild │ ├── cmdock-0.2.0-r3.ebuild │ ├── files │ │ ├── app_info_0.2.0-r1.xml │ │ ├── cmdock-0.2.0-cxxopts.patch │ │ ├── cmdock-0.2.0-include.patch │ │ └── cmdock-l_job_0.2.0-r1.xml │ └── metadata.xml ├── cytoscape-bin │ ├── Manifest │ ├── cytoscape-bin-3.10.4.ebuild │ └── metadata.xml ├── geneathome │ ├── Manifest │ ├── files │ │ ├── app_info.xml │ │ ├── geneathome-1.10-include.patch │ │ ├── geneathome-1.10-iostream.patch │ │ └── geneathome-1.10-makefile.patch │ ├── geneathome-1.10-r5.ebuild │ └── metadata.xml └── jalview-bin │ ├── Manifest │ ├── jalview-bin-2.11.5.0.ebuild │ └── metadata.xml ├── sci-chemistry ├── vesta-bin │ ├── Manifest │ ├── files │ │ └── VESTA.desktop │ ├── metadata.xml │ └── vesta-bin-3.5.8.ebuild └── xcrysden │ ├── Manifest │ ├── files │ ├── icons │ │ └── xcrysden.png │ ├── xcrysden-1.6.2-LDFLAGS.patch │ ├── xcrysden-1.6.2-Togl-lib.patch │ ├── xcrysden-1.6.2-c23.patch │ ├── xcrysden-1.6.2-ext-bwidget.patch │ ├── xcrysden-1.6.2-wrapper-paths.patch │ └── xcrysden.desktop │ ├── metadata.xml │ └── xcrysden-1.6.2-r2.ebuild ├── sci-electronics ├── bender │ ├── Manifest │ ├── bender-0.28.1-r1.ebuild │ └── metadata.xml ├── bluespec │ ├── Manifest │ ├── bluespec-2022.01-r1.ebuild │ ├── bluespec-2023.01.ebuild │ ├── bluespec-2023.07.ebuild │ ├── bluespec-2024.01.ebuild │ ├── bluespec-2024.07.ebuild │ ├── bluespec-2025.01.1.ebuild │ ├── bluespec-9999.ebuild │ ├── files │ │ └── bluespec-2022.01-libstp-stub-makefile.patch │ └── metadata.xml ├── circt │ ├── Manifest │ ├── circt-1.110.0.ebuild │ ├── circt-1.37.0.ebuild │ ├── circt-1.76.0.ebuild │ └── metadata.xml ├── cocotb-bus │ ├── Manifest │ ├── cocotb-bus-0.2.1.ebuild │ └── metadata.xml ├── cocotb │ ├── Manifest │ ├── cocotb-1.9.2.ebuild │ ├── files │ │ └── cocotb-1.9.2-fix-license-qa.patch │ └── metadata.xml ├── coil64 │ ├── Manifest │ ├── coil64-2.1.27.ebuild │ ├── files │ │ ├── coil64.desktop │ │ └── coil64.svg │ └── metadata.xml ├── dsview │ ├── Manifest │ ├── dsview-1.3.0.ebuild │ ├── dsview-1.3.2.ebuild │ ├── dsview-9999.ebuild │ ├── files │ │ ├── dsview-1.3.0-fix-flags.patch │ │ └── dsview-1.3.0-gcc13.patch │ └── metadata.xml ├── kactus2 │ ├── Manifest │ ├── kactus2-3.13.3.ebuild │ ├── kactus2-9999.ebuild │ └── metadata.xml ├── liblxi │ ├── Manifest │ ├── liblxi-1.20.ebuild │ └── metadata.xml ├── logic-bin │ ├── Manifest │ ├── logic-bin-2.4.29.ebuild │ ├── logic-bin-2.4.36.ebuild │ ├── logic-bin-2.4.39.ebuild │ └── metadata.xml ├── lxi-tools │ ├── Manifest │ ├── lxi-tools-2.7.ebuild │ └── metadata.xml ├── qucs-s │ ├── Manifest │ ├── metadata.xml │ └── qucs-s-25.1.2.ebuild ├── slang │ ├── Manifest │ ├── metadata.xml │ ├── slang-9.1.ebuild │ └── slang-9999.ebuild ├── svls │ ├── Manifest │ ├── metadata.xml │ └── svls-0.2.11.ebuild ├── vcd │ ├── Manifest │ ├── metadata.xml │ └── vcd-221217-r1.ebuild ├── verilator │ ├── Manifest │ ├── metadata.xml │ ├── verilator-5.026-r1.ebuild │ ├── verilator-5.028-r1.ebuild │ └── verilator-9999.ebuild └── yosys │ ├── Manifest │ ├── metadata.xml │ └── yosys-0.57.ebuild ├── sci-geosciences └── google-earth-pro │ ├── Manifest │ ├── google-earth-pro-7.3.6-r1.ebuild │ └── metadata.xml ├── sci-libs ├── dlpack │ ├── Manifest │ ├── dlpack-1.2.ebuild │ ├── files │ │ └── dlpack-1.1-dont-turn-warnings-into-errors-when-building-docs.patch │ └── metadata.xml ├── onnxruntime-bin │ ├── Manifest │ ├── metadata.xml │ └── onnxruntime-bin-1.22.0.ebuild ├── onnxruntime │ ├── Manifest │ ├── files │ │ ├── onnxruntime-1.22.2-add-a-missing-include-of-cstdint.patch │ │ ├── onnxruntime-1.22.2-relax-the-dependency-on-flatbuffers.patch │ │ ├── onnxruntime-1.22.2-remove-the-absl-low_level_hash-target.patch │ │ └── onnxruntime-1.22.2-use-system-libraries.patch │ ├── metadata.xml │ └── onnxruntime-1.22.2.ebuild └── poselib │ ├── Manifest │ ├── metadata.xml │ └── poselib-2.0.4.ebuild ├── sci-mathematics ├── frama-c-aorai │ ├── Manifest │ ├── frama-c-aorai-25.0.ebuild │ └── metadata.xml ├── frama-c-callgraph │ ├── Manifest │ ├── frama-c-callgraph-25.0.ebuild │ └── metadata.xml ├── frama-c-constant-folding │ ├── Manifest │ ├── frama-c-constant-folding-25.0.ebuild │ └── metadata.xml ├── frama-c-dive │ ├── Manifest │ ├── frama-c-dive-25.0.ebuild │ └── metadata.xml ├── frama-c-e-acsl │ ├── Manifest │ ├── frama-c-e-acsl-25.0.ebuild │ └── metadata.xml ├── frama-c-eva │ ├── Manifest │ ├── frama-c-eva-25.0.ebuild │ └── metadata.xml ├── frama-c-from │ ├── Manifest │ ├── frama-c-from-25.0.ebuild │ └── metadata.xml ├── frama-c-impact │ ├── Manifest │ ├── frama-c-impact-25.0.ebuild │ └── metadata.xml ├── frama-c-inout │ ├── Manifest │ ├── frama-c-inout-25.0.ebuild │ └── metadata.xml ├── frama-c-instantiate │ ├── Manifest │ ├── frama-c-instantiate-25.0.ebuild │ └── metadata.xml ├── frama-c-loopanalysis │ ├── Manifest │ ├── frama-c-loopanalysis-25.0.ebuild │ └── metadata.xml ├── frama-c-metrics │ ├── Manifest │ ├── frama-c-metrics-25.0.ebuild │ └── metadata.xml ├── frama-c-nonterm │ ├── Manifest │ ├── frama-c-nonterm-25.0.ebuild │ └── metadata.xml ├── frama-c-obfuscator │ ├── Manifest │ ├── frama-c-obfuscator-25.0.ebuild │ └── metadata.xml ├── frama-c-occurrence │ ├── Manifest │ ├── frama-c-occurrence-25.0.ebuild │ └── metadata.xml ├── frama-c-pdg │ ├── Manifest │ ├── frama-c-pdg-25.0.ebuild │ └── metadata.xml ├── frama-c-postdominators │ ├── Manifest │ ├── frama-c-postdominators-25.0.ebuild │ └── metadata.xml ├── frama-c-printapi │ ├── Manifest │ ├── frama-c-printapi-25.0.ebuild │ └── metadata.xml ├── frama-c-qed │ ├── Manifest │ ├── frama-c-qed-25.0.ebuild │ └── metadata.xml ├── frama-c-reduc │ ├── Manifest │ └── frama-c-reduc-25.0.ebuild ├── frama-c-report │ ├── Manifest │ ├── frama-c-report-25.0.ebuild │ └── metadata.xml ├── frama-c-rtegen │ ├── Manifest │ ├── frama-c-rtegen-25.0.ebuild │ └── metadata.xml ├── frama-c-scope │ ├── Manifest │ ├── frama-c-scope-25.0.ebuild │ └── metadata.xml ├── frama-c-security-slicing │ ├── Manifest │ ├── frama-c-security-slicing-25.0.ebuild │ └── metadata.xml ├── frama-c-server │ ├── Manifest │ ├── frama-c-server-25.0.ebuild │ └── metadata.xml ├── frama-c-slicing │ ├── Manifest │ ├── frama-c-slicing-25.0.ebuild │ └── metadata.xml ├── frama-c-sparecode │ ├── Manifest │ ├── frama-c-sparecode-25.0.ebuild │ └── metadata.xml ├── frama-c-studia │ ├── Manifest │ ├── frama-c-studia-25.0.ebuild │ └── metadata.xml ├── frama-c-users │ ├── Manifest │ ├── frama-c-users-25.0.ebuild │ └── metadata.xml ├── frama-c-variadic │ ├── Manifest │ ├── frama-c-variadic-25.0.ebuild │ └── metadata.xml ├── frama-c │ ├── Manifest │ ├── frama-c-25.0-r2.ebuild │ └── metadata.xml ├── pyromaths │ ├── Manifest │ ├── files │ │ └── setuptools.patch │ ├── metadata.xml │ └── pyromaths-21.8.2-r1.ebuild ├── rink │ ├── Manifest │ ├── metadata.xml │ ├── rink-0.8.0-r1.ebuild │ └── rink-9999.ebuild └── rstudio-desktop-bin │ ├── Manifest │ ├── metadata.xml │ ├── rstudio-desktop-bin-2023.09.1_p494.ebuild │ ├── rstudio-desktop-bin-2024.12.0_p467-r1.ebuild │ └── rstudio-desktop-bin-2024.12.0_p467.ebuild ├── sci-misc ├── boinc-wrapper │ ├── Manifest │ ├── boinc-wrapper-26018-r3.ebuild │ ├── boinc-wrapper-26019-r1.ebuild │ ├── boinc-wrapper-26019.ebuild │ ├── files │ │ ├── boinc-wrapper-26018-makefile.patch │ │ └── boinc-wrapper-26018-sigstop.patch │ └── metadata.xml └── llama-cpp │ ├── Manifest │ ├── files │ └── blas-ld.diff │ ├── llama-cpp-0_pre5332.ebuild │ ├── llama-cpp-0_pre5633-r1.ebuild │ ├── llama-cpp-0_pre6140.ebuild │ ├── llama-cpp-0_pre6318.ebuild │ ├── llama-cpp-0_pre6710.ebuild │ ├── llama-cpp-0_pre6980.ebuild │ ├── llama-cpp-9999.ebuild │ └── metadata.xml ├── sci-ml ├── aichat │ ├── Manifest │ ├── aichat-0.30.0.ebuild │ └── metadata.xml └── ollama │ ├── Manifest │ ├── files │ ├── ollama-9999-use-GNUInstallDirs.patch │ ├── ollama.confd │ ├── ollama.init │ └── ollama.service │ ├── metadata.xml │ ├── ollama-0.12.10.ebuild │ ├── ollama-0.12.6.ebuild │ ├── ollama-0.13.0.ebuild │ └── ollama-9999.ebuild ├── sci-physics ├── openmodelica │ ├── Manifest │ ├── metadata.xml │ └── openmodelica-1.25.5-r1.ebuild └── ovito │ ├── Manifest │ ├── files │ └── ovito.desktop │ ├── metadata.xml │ ├── ovito-3.10.4.ebuild │ ├── ovito-3.10.5-r1.ebuild │ └── ovito-3.10.5.ebuild ├── scripts ├── check-duplicates.sh ├── email-checker.py └── setup-master-gentoo.sh ├── sec-keys ├── openpgp-keys-aepaneshnikov │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-aepaneshnikov-20221210.ebuild ├── openpgp-keys-emersion │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-emersion-20240714.ebuild ├── openpgp-keys-featherwallet │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-featherwallet-20201209.ebuild ├── openpgp-keys-jvoisin │ ├── Manifest │ ├── metadata.xml │ ├── openpgp-keys-jvoisin-20230224.ebuild │ └── openpgp-keys-jvoisin-20251029.ebuild ├── openpgp-keys-phosh │ ├── Manifest │ ├── metadata.xml │ ├── openpgp-keys-phosh-2024.ebuild │ └── openpgp-keys-phosh-2025.ebuild ├── openpgp-keys-russallbery │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-russallbery-20250000.ebuild ├── openpgp-keys-schernykh │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-schernykh-20210409.ebuild ├── openpgp-keys-skyjake │ ├── Manifest │ ├── metadata.xml │ └── openpgp-keys-skyjake-20211224.ebuild ├── signify-keys-gmid │ ├── Manifest │ ├── metadata.xml │ ├── signify-keys-gmid-2.0.ebuild │ └── signify-keys-gmid-2.1.ebuild ├── signify-keys-lanodan │ ├── Manifest │ ├── metadata.xml │ ├── signify-keys-lanodan-2024.ebuild │ └── signify-keys-lanodan-2025.ebuild ├── signify-keys-oriole-systems │ ├── Manifest │ ├── metadata.xml │ └── signify-keys-oriole-systems-20240330.ebuild └── signify-keys-telescope │ ├── Manifest │ ├── metadata.xml │ ├── signify-keys-telescope-0.10.ebuild │ ├── signify-keys-telescope-0.11.ebuild │ └── signify-keys-telescope-0.12.ebuild ├── sys-apps ├── 0xFFFF │ ├── 0xFFFF-0.10.ebuild │ ├── Manifest │ └── metadata.xml ├── amd-debug-tools │ ├── Manifest │ └── amd-debug-tools-0.2.7.ebuild ├── asus-numpad │ ├── Manifest │ ├── asus-numpad-0.2-r1.ebuild │ ├── asus-numpad-9999.ebuild │ └── metadata.xml ├── asus-touchpad-numpad-driver │ ├── Manifest │ ├── asus-touchpad-numpad-driver-0_pre20220311.ebuild │ ├── asus-touchpad-numpad-driver-9999.ebuild │ └── metadata.xml ├── bat-extras │ ├── Manifest │ ├── bat-extras-2024.08.24.ebuild │ ├── bat-extras-9999.ebuild │ └── metadata.xml ├── bpftune │ ├── bpftune-9999.ebuild │ └── metadata.xml ├── bustd │ ├── Manifest │ ├── bustd-0.1.1.ebuild │ ├── files │ │ ├── bustd-conf.d │ │ └── bustd-init.d │ └── metadata.xml ├── cctv │ ├── cctv-9999.ebuild │ └── metadata.xml ├── colortail │ ├── Manifest │ ├── colortail-0.3.3.ebuild │ ├── colortail-9999.ebuild │ ├── files │ │ ├── 01_colorize_default.patch │ │ ├── 02_adding_option.patch │ │ └── colortail.1 │ └── metadata.xml ├── coolercontrol-liqctld │ ├── Manifest │ ├── coolercontrol-liqctld-2.2.2.ebuild │ └── metadata.xml ├── coolercontrol │ ├── Manifest │ ├── coolercontrol-2.2.2.ebuild │ ├── coolercontrol-3.0.1.ebuild │ ├── coolercontrol-3.0.2.ebuild │ └── metadata.xml ├── coolercontrold │ ├── Manifest │ ├── coolercontrold-2.2.2.ebuild │ ├── coolercontrold-3.0.1.ebuild │ ├── coolercontrold-3.0.2.ebuild │ ├── files │ │ ├── coolercontrold-2.1.0-optional-libdrm_amdgpu.patch │ │ ├── coolercontrold-3.0.0-liquidctl.patch │ │ └── coolercontrold-3.0.2-liquidctl.patch │ └── metadata.xml ├── corefreq │ ├── Manifest │ ├── corefreq-2.0.8.ebuild │ ├── files │ │ ├── corefreq │ │ └── corefreq.conf │ └── metadata.xml ├── dnf5 │ ├── Manifest │ ├── dnf5-5.3.0.0.ebuild │ ├── files │ │ └── dnf5-5.2.5.0-sandbox-test.patch │ └── metadata.xml ├── dool │ ├── Manifest │ ├── dool-1.3.1-r1.ebuild │ ├── dool-1.3.2-r2.ebuild │ ├── dool-9999.ebuild │ └── metadata.xml ├── drm_info │ ├── Manifest │ ├── drm_info-2.8.0.ebuild │ ├── drm_info-2.9.0.ebuild │ └── metadata.xml ├── dysk │ ├── Manifest │ ├── dysk-2.10.1.ebuild │ └── metadata.xml ├── flashprog │ ├── Manifest │ ├── flashprog-1.2.ebuild │ ├── flashprog-1.3.ebuild │ ├── flashprog-1.4.ebuild │ └── metadata.xml ├── fselect │ ├── Manifest │ ├── fselect-0.8.6.ebuild │ └── metadata.xml ├── gat │ ├── Manifest │ ├── gat-0.23.1.ebuild │ └── metadata.xml ├── hex │ ├── Manifest │ ├── hex-0.4.2.ebuild │ ├── hex-0.5.0.ebuild │ ├── hex-0.6.0.ebuild │ └── metadata.xml ├── hexyl │ ├── Manifest │ ├── hexyl-0.16.0.ebuild │ └── metadata.xml ├── killport │ ├── Manifest │ ├── killport-1.1.0.ebuild │ └── metadata.xml ├── lact │ ├── Manifest │ ├── lact-0.8.2.ebuild │ ├── lact-0.8.3.ebuild │ └── metadata.xml ├── loclone │ ├── Manifest │ ├── loclone-0.1.0.ebuild │ └── metadata.xml ├── lr │ ├── Manifest │ ├── files │ │ └── options-order.patch │ ├── lr-1.6.ebuild │ └── metadata.xml ├── lsplug │ ├── Manifest │ ├── lsplug-6.ebuild │ └── metadata.xml ├── mission-center │ ├── Manifest │ ├── files │ │ └── mission-center-0.4.4-skip-test.patch │ ├── metadata.xml │ ├── mission-center-0.4.4-r3.ebuild │ └── mission-center-0.5.2-r2.ebuild ├── nvimpager │ ├── Manifest │ ├── metadata.xml │ └── nvimpager-0.13.0.ebuild ├── openSeaChest │ ├── Manifest │ ├── metadata.xml │ ├── openSeaChest-23.12.ebuild │ └── openSeaChest-24.08.1.ebuild ├── openpt │ ├── Manifest │ ├── metadata.xml │ └── openpt-1.0.1.ebuild ├── ov │ ├── Manifest │ ├── metadata.xml │ ├── ov-0.11.2.ebuild │ └── ov-0.32.0.ebuild ├── pnpm-bin │ ├── Manifest │ ├── metadata.xml │ ├── pnpm-bin-10.19.0.ebuild │ ├── pnpm-bin-10.2.0.ebuild │ ├── pnpm-bin-9.12.3.ebuild │ └── pnpm-bin-9.15.5.ebuild ├── qdiskinfo │ ├── Manifest │ ├── metadata.xml │ ├── qdiskinfo-0.3.ebuild │ └── qdiskinfo-0.4.ebuild ├── qemu-openrc │ ├── Manifest │ ├── files │ │ └── qemu-openrc-0.10.0-guest-agent.patch │ ├── metadata.xml │ ├── qemu-openrc-0.10.0.ebuild │ ├── qemu-openrc-0.11.1.ebuild │ └── qemu-openrc-9999.ebuild ├── qjournalctl │ ├── Manifest │ ├── metadata.xml │ └── qjournalctl-0.6.2.ebuild ├── save-backlight │ ├── Manifest │ ├── metadata.xml │ ├── save-backlight-1.1.4.ebuild │ └── save-backlight-9999.ebuild ├── sd │ ├── Manifest │ ├── metadata.xml │ └── sd-1.0.0.ebuild ├── systemd-bootchart │ ├── Manifest │ ├── metadata.xml │ ├── systemd-bootchart-234.ebuild │ └── systemd-bootchart-235.ebuild ├── utils-extra │ ├── Manifest │ ├── metadata.xml │ ├── utils-extra-0.0.2.ebuild │ └── utils-extra-9999.ebuild └── zmem │ ├── Manifest │ ├── metadata.xml │ └── zmem-0.2.1.ebuild ├── sys-auth ├── authenticator │ ├── Manifest │ ├── authenticator-4.6.2.ebuild │ └── metadata.xml ├── hyprpolkitagent │ ├── Manifest │ ├── hyprpolkitagent-0.1.1-r2.ebuild │ ├── hyprpolkitagent-0.1.2.ebuild │ └── metadata.xml └── pam-gnupg │ ├── Manifest │ ├── metadata.xml │ └── pam-gnupg-0.4-r1.ebuild ├── sys-block ├── clonezilla │ ├── Manifest │ ├── clonezilla-5.8.9.ebuild │ └── metadata.xml ├── partclone │ ├── Manifest │ ├── files │ │ └── partclone-fix-ncurses-linking.patch │ ├── metadata.xml │ ├── partclone-0.3.37.ebuild │ ├── partclone-0.3.38.ebuild │ └── partclone-0.3.39.ebuild └── ublksrv │ ├── Manifest │ ├── metadata.xml │ └── ublksrv-1.6.ebuild ├── sys-boot ├── customrescuecd-x86_64-grub │ ├── customrescuecd-x86_64-grub-0.1.ebuild │ ├── files │ │ ├── customrescuecd.default │ │ └── customrescuecd.grub │ └── metadata.xml ├── drbl │ ├── Manifest │ ├── drbl-5.4.2.ebuild │ └── metadata.xml ├── etcher-bin │ ├── Manifest │ ├── etcher-bin-2.1.4.ebuild │ └── metadata.xml ├── grml-rescueboot │ ├── Manifest │ ├── grml-rescueboot-0.6.1.ebuild │ └── metadata.xml ├── mkusb │ ├── Manifest │ ├── metadata.xml │ └── mkusb-23.2.0.ebuild ├── ventoy-bin │ ├── Manifest │ ├── files │ │ ├── sanitize.patch │ │ ├── ventoy │ │ ├── ventoy-extend-persistent │ │ ├── ventoy-persistent │ │ ├── ventoy.desktop │ │ ├── ventoy.install │ │ ├── ventoygui │ │ ├── ventoyplugson │ │ └── ventoyweb │ ├── metadata.xml │ └── ventoy-bin-1.0.98-r1.ebuild └── zfsbootmenu │ ├── Manifest │ ├── files │ ├── zfsbootmenu-branding.patch │ └── zfsbootmenu-stub-location.patch │ ├── metadata.xml │ ├── zfsbootmenu-1.12.0.ebuild │ ├── zfsbootmenu-2.2.2.ebuild │ ├── zfsbootmenu-2.3.0.ebuild │ └── zfsbootmenu-3.0.1.ebuild ├── sys-cluster ├── genders │ ├── Manifest │ ├── files │ │ └── genders-1.28.1-gcc14.patch │ ├── genders-1.28.1-r1.ebuild │ └── metadata.xml ├── kops-bin │ ├── Manifest │ ├── kops-bin-1.25.3.ebuild │ ├── kops-bin-1.31.0.ebuild │ └── metadata.xml └── opencoarrays │ ├── Manifest │ ├── files │ └── opencoarrays-2.10.1_fix_Wint-conversion_warning_error.patch │ ├── metadata.xml │ ├── opencoarrays-2.10.0-r1.ebuild │ ├── opencoarrays-2.10.1-r1.ebuild │ ├── opencoarrays-2.10.2.ebuild │ ├── opencoarrays-2.10.3.ebuild │ └── opencoarrays-2.9.3-r1.ebuild ├── sys-devel ├── clang-bloomberg-p2996 │ ├── Manifest │ ├── clang-bloomberg-p2996-21.0.0_p20250702.ebuild │ ├── clang-bloomberg-p2996-9999.ebuild │ ├── files │ │ ├── 21.0.0_p20250702-enable-reflection-latest.patch │ │ ├── 21.0.0_p20250702-uninitialized.patch │ │ └── 21.0.0_p20250702-unknown-reflection.patch │ └── metadata.xml ├── fcode-utils │ ├── Manifest │ ├── fcode-utils-1.0.3.ebuild │ └── metadata.xml └── lcc │ ├── Manifest │ ├── files │ └── add_cmake_support.patch │ ├── lcc-2021.01.11-r1.ebuild │ └── metadata.xml ├── sys-firmware └── lenovolegionlinux │ ├── lenovolegionlinux-9999.ebuild │ └── metadata.xml ├── sys-fs ├── bcachefs-kmod │ ├── Manifest │ ├── bcachefs-kmod-1.32.1.ebuild │ └── metadata.xml ├── btrd │ ├── Manifest │ ├── btrd-0.5.4.ebuild │ └── metadata.xml ├── btrfs-dump │ ├── Manifest │ ├── btrfs-dump-20250918.ebuild │ └── metadata.xml ├── btrfs-heatmap │ ├── Manifest │ ├── btrfs-heatmap-9-r1.ebuild │ └── metadata.xml ├── diskonaut │ ├── Manifest │ ├── diskonaut-0.10.0.ebuild │ ├── diskonaut-0.11.0.ebuild │ ├── diskonaut-9999.ebuild │ └── metadata.xml ├── dua-cli │ ├── Manifest │ ├── dua-cli-2.32.2.ebuild │ └── metadata.xml ├── dwarfs-bin │ ├── Manifest │ ├── dwarfs-bin-0.12.4.ebuild │ ├── dwarfs-bin-0.13.0.ebuild │ ├── dwarfs-bin-0.14.1.ebuild │ └── metadata.xml ├── dwarfs │ ├── Manifest │ ├── dwarfs-0.12.4.ebuild │ ├── dwarfs-0.13.0.ebuild │ ├── dwarfs-0.14.1.ebuild │ └── metadata.xml ├── ffmpegfs │ ├── Manifest │ ├── ffmpegfs-2.16-r1.ebuild │ ├── ffmpegfs-2.17.ebuild │ ├── files │ │ ├── ffmpegfs-2.16-cflags.patch │ │ └── ffmpegfs-2.16-varcache.patch │ └── metadata.xml ├── fstransform │ ├── Manifest │ ├── fstransform-0.9.4.ebuild │ └── metadata.xml ├── fsverity-utils │ ├── Manifest │ ├── fsverity-utils-1.6.ebuild │ └── metadata.xml ├── gcsfuse │ ├── Manifest │ ├── gcsfuse-2.11.2.ebuild │ └── metadata.xml ├── gdu │ ├── Manifest │ ├── gdu-5.14.0.ebuild │ ├── gdu-5.25.0.ebuild │ └── metadata.xml ├── gfs2-utils │ ├── Manifest │ ├── files │ │ ├── bashism.patch │ │ ├── ftbfs-gcc9.patch │ │ ├── gfs2_withdraw_helper.patch │ │ ├── python3.patch │ │ ├── reproducible.patch │ │ ├── restoremeta.patch │ │ └── udev-rules.patch │ ├── gfs2-utils-3.4.1.ebuild │ ├── gfs2-utils-3.5.1-r1.ebuild │ └── metadata.xml ├── jefferson │ ├── Manifest │ ├── jefferson-0.4.6.ebuild │ └── metadata.xml ├── mdevd │ ├── Manifest │ ├── mdevd-0.1.7.0.ebuild │ └── metadata.xml ├── mountpoint-s3-bin │ ├── Manifest │ ├── metadata.xml │ └── mountpoint-s3-bin-1.1.1.ebuild ├── ntfs2btrfs │ ├── Manifest │ ├── metadata.xml │ └── ntfs2btrfs-20250616.ebuild ├── ufiformat │ ├── Manifest │ ├── metadata.xml │ └── ufiformat-0.9.9.ebuild ├── vramfs │ ├── Manifest │ ├── files │ │ └── vramfs-0-makefile-vars.patch │ ├── metadata.xml │ └── vramfs-0_p20221214.ebuild ├── xfs_undelete │ ├── Manifest │ ├── metadata.xml │ └── xfs_undelete-15.0.ebuild ├── xva-img │ ├── Manifest │ ├── metadata.xml │ └── xva-img-1.5-r1.ebuild └── zfs-auto-utils │ ├── Manifest │ ├── metadata.xml │ └── zfs-auto-utils-1.0.0.ebuild ├── sys-kernel ├── dpdk-kmod │ ├── Manifest │ ├── dpdk-kmod-23.03.ebuild │ ├── files │ │ └── dpdk-22.03-binutils.patch │ └── metadata.xml ├── uek-sources │ ├── Manifest │ ├── files │ │ ├── uek-sources-5.4.17.2136.303.1-ip6_sock_set_v6only.patch │ │ └── uek-sources-5.4.17.2136.303.2-O3.patch │ ├── metadata.xml │ ├── uek-sources-5.15.0.300.159.7-r1.ebuild │ └── uek-sources-5.15.0.300.161.13.ebuild ├── xow │ ├── Manifest │ ├── metadata.xml │ └── xow-0.5.ebuild └── zenpower3 │ ├── Manifest │ ├── files │ ├── zenpower3-0.2.0-use-symlink-to-detect-kernel-version.patch │ ├── zenpower3-9999-use-symlink-to-detect-kernel-version.patch │ └── zenpower3-amd_pci_dev_to_node_id-kernel-6.14.patch │ ├── metadata.xml │ ├── zenpower3-0.2.0-r3.ebuild │ └── zenpower3-9999.ebuild ├── sys-libs ├── cyclonedds │ ├── Manifest │ ├── cyclonedds-0.10.3-r1.ebuild │ ├── cyclonedds-9999.ebuild │ ├── files │ │ └── cyclonedds-0.10.3-get_kind.patch │ └── metadata.xml ├── gcompat │ ├── Manifest │ ├── gcompat-1.1.0.ebuild │ ├── gcompat-9999.ebuild │ └── metadata.xml ├── iceoryx │ ├── Manifest │ ├── iceoryx-2.0.3.ebuild │ ├── iceoryx-9999.ebuild │ └── metadata.xml ├── libfixposix │ ├── Manifest │ ├── libfixposix-0.4.3.ebuild │ ├── libfixposix-0.5.1.ebuild │ └── metadata.xml ├── nss-tls │ ├── Manifest │ ├── files │ │ └── nss-tlsd │ ├── metadata.xml │ ├── nss-tls-1.0.ebuild │ ├── nss-tls-1.1-r1.ebuild │ └── nss-tls-9999.ebuild └── solo-udev-rules │ ├── Manifest │ ├── metadata.xml │ └── solo-udev-rules-4.1.5.ebuild ├── sys-power ├── amdfan │ ├── Manifest │ ├── amdfan-0.1.28.ebuild │ ├── amdfan-0.2.3.ebuild │ ├── amdfan-0.2.5.ebuild │ └── metadata.xml ├── auto-cpufreq │ ├── Manifest │ ├── auto-cpufreq-2.3.0.ebuild │ ├── auto-cpufreq-2.4.0.ebuild │ └── metadata.xml ├── envycontrol │ ├── Manifest │ ├── envycontrol-3.4.0.ebuild │ ├── envycontrol-9999.ebuild │ └── metadata.xml ├── fan2go │ ├── Manifest │ ├── fan2go-0.9.1.ebuild │ ├── fan2go-0.9.2.ebuild │ ├── files │ │ └── fan2go-0.9.0-fix-tests.patch │ └── metadata.xml ├── gtherm │ ├── Manifest │ ├── gtherm-0.0.3.ebuild │ └── metadata.xml ├── linux-tools-power-x86 │ ├── Manifest │ ├── files │ │ ├── linux-tools-power-x86-6.1-cflags.patch │ │ └── linux-tools-power-x86-6.6-cflags.patch │ ├── linux-tools-power-x86-6.1.ebuild │ ├── linux-tools-power-x86-6.6.ebuild │ └── metadata.xml ├── nvidia-exec │ ├── Manifest │ ├── metadata.xml │ ├── nvidia-exec-0.2.7-r1.ebuild │ └── nvidia-exec-9999.ebuild ├── rog-daemon │ ├── Manifest │ ├── metadata.xml │ └── rog-daemon-2.1.0.ebuild └── system76-power │ ├── Manifest │ ├── metadata.xml │ ├── system76-power-1.2.1-r2.ebuild │ ├── system76-power-1.2.4.ebuild │ └── system76-power-9999.ebuild ├── sys-process ├── forkstat │ ├── Manifest │ ├── files │ │ └── musl-prio.patch │ ├── forkstat-0.03.02-r2.ebuild │ └── metadata.xml ├── gotop │ ├── Manifest │ ├── gotop-4.2.0.ebuild │ └── metadata.xml ├── nohang │ ├── Manifest │ ├── metadata.xml │ ├── nohang-0.2.0.ebuild │ └── nohang-9999.ebuild ├── nq │ ├── Manifest │ ├── metadata.xml │ └── nq-0.4.ebuild ├── pipectl │ ├── Manifest │ ├── metadata.xml │ └── pipectl-0.5.0.ebuild ├── scron │ ├── Manifest │ ├── files │ │ └── scron-0.4-initd │ └── scron-0.4.ebuild ├── snooze │ ├── Manifest │ ├── metadata.xml │ ├── snooze-0.5.ebuild │ └── snooze-9999.ebuild ├── task-spooler │ ├── Manifest │ ├── files │ │ └── var-redefinition.patch │ ├── metadata.xml │ └── task-spooler-1.3.0.ebuild └── xe │ ├── Manifest │ ├── metadata.xml │ └── xe-1.0-r1.ebuild ├── virtual └── crystal-db │ ├── crystal-db-0.13-r1.ebuild │ ├── crystal-db-0.14.ebuild │ └── metadata.xml ├── www-apps ├── anubis │ ├── Manifest │ ├── anubis-1.22.0.ebuild │ ├── anubis-1.23.0.ebuild │ └── metadata.xml ├── code-server-bin │ ├── Manifest │ ├── code-server-bin-4.18.0.ebuild │ ├── code-server-bin-4.19.1.ebuild │ ├── code-server-bin-4.90.3.ebuild │ ├── files │ │ ├── code-server-bin-node.patch │ │ ├── code-server-bin.conf │ │ ├── code-server-bin.rc │ │ └── code-server-bin.service │ └── metadata.xml ├── forgejo │ ├── Manifest │ ├── files │ │ ├── forgejo.confd-r1 │ │ ├── forgejo.initd-r3 │ │ └── forgejo.service-r3 │ ├── forgejo-11.0.7.ebuild │ ├── forgejo-12.0.4.ebuild │ ├── forgejo-13.0.2.ebuild │ └── metadata.xml ├── freshrss │ ├── Manifest │ ├── files │ │ └── disable-network-tests-1.26.3.patch │ ├── freshrss-1.26.3.ebuild │ └── metadata.xml ├── goatcounter │ ├── Manifest │ ├── files │ │ ├── goatcounter.confd │ │ ├── goatcounter.initd │ │ └── goatcounter.service │ ├── goatcounter-2.6.0.ebuild │ └── metadata.xml ├── invidious │ ├── Manifest │ ├── files │ │ ├── fix-targets-in-shards.patch │ │ ├── invidious.confd │ │ ├── invidious.initd │ │ └── invidious.service │ ├── invidious-2025.09.13.0-r2.ebuild │ └── metadata.xml ├── jackett │ ├── Manifest │ ├── files │ │ └── jackett.service │ ├── jackett-0.22.1363.ebuild │ └── metadata.xml ├── laminar │ ├── Manifest │ ├── files │ │ ├── laminar-1.3-fix-cmake-warning.patch │ │ ├── laminar-1.3-skip-js-download.patch │ │ ├── laminar-1.3-skip-manpage-compression.patch │ │ └── laminar.initd │ ├── laminar-1.3-r1.ebuild │ └── metadata.xml ├── libmedium │ ├── Manifest │ ├── files │ │ └── libmedium.initd │ ├── libmedium-2024.06.10.ebuild │ └── metadata.xml ├── mycorrhiza │ ├── Manifest │ ├── metadata.xml │ ├── mycorrhiza-1.15.1.ebuild │ └── mycorrhiza-9999.ebuild ├── pleroma-fe │ ├── Manifest │ ├── metadata.xml │ ├── pleroma-fe-2.7.0.ebuild │ ├── pleroma-fe-2.8.0.ebuild │ └── pleroma-fe-9999.ebuild ├── pleroma │ ├── Manifest │ ├── metadata.xml │ ├── pleroma-2.9.1.ebuild │ └── pleroma-9999.ebuild ├── redlib │ ├── Manifest │ ├── files │ │ ├── 0001-fix-Copy-and-Import-button-layouts-402.patch │ │ ├── 0001-fix-correct-typo-bockquote-blockquote-in-template.patch │ │ ├── 0001-v0.36.0.patch │ │ ├── redlib │ │ └── redlib.initd │ ├── metadata.xml │ └── redlib-0.36.0.ebuild ├── rimgo │ ├── Manifest │ ├── files │ │ ├── app.css │ │ └── rimgo.initd │ ├── metadata.xml │ └── rimgo-1.2.1.ebuild ├── sblg │ ├── Manifest │ ├── metadata.xml │ └── sblg-0.6.1.ebuild ├── soupault-bin │ ├── Manifest │ ├── metadata.xml │ └── soupault-bin-5.2.0.ebuild ├── soupault │ ├── Manifest │ ├── metadata.xml │ └── soupault-5.1.0.ebuild ├── uwebsockets │ ├── Manifest │ ├── metadata.xml │ ├── uwebsockets-20.14.0.ebuild │ ├── uwebsockets-20.62.0.ebuild │ └── uwebsockets-9999.ebuild ├── whoogle-search │ ├── Manifest │ ├── files │ │ ├── whoogle │ │ ├── whoogle.conf │ │ ├── whoogle.initd │ │ └── whoogle.service │ ├── metadata.xml │ └── whoogle-search-0.9.3.ebuild └── zola │ ├── Manifest │ ├── metadata.xml │ ├── zola-0.20.0.ebuild │ └── zola-0.21.0.ebuild ├── www-client ├── badwolf │ ├── Manifest │ ├── badwolf-1.4.0-r1.ebuild │ ├── badwolf-9999-r1.ebuild │ ├── files │ │ └── badwolf-1.4.0-configure-rename-ED-variable-to-CMD_ED.patch │ └── metadata.xml ├── browsh │ ├── Manifest │ ├── browsh-1.8.2.ebuild │ ├── browsh-1.8.3.ebuild │ └── metadata.xml ├── mullvad-browser-bin │ ├── Manifest │ ├── metadata.xml │ └── mullvad-browser-bin-15.0.2.ebuild ├── nyxt │ ├── Manifest │ ├── metadata.xml │ ├── nyxt-3.11.8.ebuild │ ├── nyxt-3.12.0.ebuild │ └── nyxt-9999.ebuild ├── torbrowser-launcher │ ├── Manifest │ ├── metadata.xml │ └── torbrowser-launcher-0.3.9.ebuild ├── vimb │ ├── Manifest │ ├── metadata.xml │ ├── vimb-3.7.0.ebuild │ └── vimb-9999.ebuild ├── yandex-browser │ ├── Manifest │ ├── metadata.xml │ └── yandex-browser-25.10.1.1173_p1.ebuild └── zen-bin │ ├── Manifest │ ├── files │ ├── desktop_options │ └── policies.json │ ├── metadata.xml │ ├── zen-bin-1.16.4b.ebuild │ ├── zen-bin-1.17.10b.ebuild │ ├── zen-bin-1.17.11b.ebuild │ ├── zen-bin-1.17.12b.ebuild │ ├── zen-bin-1.17.1b.ebuild │ ├── zen-bin-1.17.2b.ebuild │ ├── zen-bin-1.17.3b.ebuild │ ├── zen-bin-1.17.4b.ebuild │ ├── zen-bin-1.17.5b.ebuild │ ├── zen-bin-1.17.6b.ebuild │ ├── zen-bin-1.17.7b.ebuild │ ├── zen-bin-1.17.8b.ebuild │ ├── zen-bin-1.17.9b.ebuild │ └── zen-bin-1.17b.ebuild ├── www-misc ├── dufs │ ├── Manifest │ ├── dufs-0.40.0.ebuild │ └── metadata.xml ├── gitea2rss │ ├── Manifest │ ├── gitea2rss-0.7.0.ebuild │ └── metadata.xml ├── kiwix-desktop │ ├── Manifest │ ├── kiwix-desktop-2.4.0.ebuild │ └── metadata.xml ├── libkiwix │ ├── Manifest │ ├── libkiwix-14.0.0.ebuild │ └── metadata.xml ├── waldl │ ├── Manifest │ ├── files │ │ ├── waldl-0.0.1-customize.patch │ │ └── waldlrc.example │ ├── metadata.xml │ └── waldl-0.0.1_pre20211112.ebuild └── wyebadblock │ ├── Manifest │ ├── metadata.xml │ └── wyebadblock-1.0.0_p20230211.ebuild ├── www-plugins └── firefoxpwa │ ├── Manifest │ ├── firefoxpwa-2.15.0.ebuild │ ├── firefoxpwa-2.17.1.ebuild │ ├── firefoxpwa-2.17.2.ebuild │ └── metadata.xml ├── www-servers ├── hinsightd │ ├── Manifest │ ├── files │ │ └── hinsightd.service │ ├── hinsightd-0.9.17.ebuild │ ├── hinsightd-9999.ebuild │ └── metadata.xml └── quark │ ├── files │ └── quark-9999-configure.patch │ ├── metadata.xml │ ├── quark-0_pre20220817.ebuild │ └── quark-9999.ebuild ├── x11-apps ├── lightdm-gtk-greeter-settings │ ├── Manifest │ ├── lightdm-gtk-greeter-settings-1.2.2-r3.ebuild │ └── metadata.xml └── xcur2png │ ├── Manifest │ ├── metadata.xml │ └── xcur2png-0.7.1-r3.ebuild ├── x11-drivers ├── OpenTabletDriver-bin │ ├── Manifest │ ├── OpenTabletDriver-bin-0.6.3.0.ebuild │ ├── files │ │ ├── opentabletdriver.8 │ │ ├── otd │ │ ├── otd-daemon │ │ └── otd-gui │ └── metadata.xml ├── OpenTabletDriver │ ├── Manifest │ ├── OpenTabletDriver-0.6.6.2.ebuild │ └── metadata.xml ├── evdi │ ├── Manifest │ ├── evdi-1.14.10.ebuild │ ├── evdi-1.14.11.ebuild │ ├── files │ │ └── evdi-1.14.4-format-truncation.patch │ └── metadata.xml └── xf86-input-xppen │ ├── Manifest │ ├── files │ └── xppentablet.desktop │ ├── metadata.xml │ └── xf86-input-xppen-3.4.9-r2.ebuild ├── x11-libs ├── gtk-fortran │ ├── Manifest │ ├── gtk-fortran-3.24.49.ebuild │ ├── gtk-fortran-4.7.1.ebuild │ ├── gtk-fortran-4.8.0.ebuild │ └── metadata.xml └── sdl-fakeqwerty │ ├── Manifest │ ├── files │ └── Makefile-0_pre20191217 │ ├── metadata.xml │ └── sdl-fakeqwerty-0_pre20191217.ebuild ├── x11-misc ├── aerial-sddm-theme │ ├── Manifest │ ├── aerial-sddm-theme-0_pre20191018-r1.ebuild │ ├── aerial-sddm-theme-9999.ebuild │ └── metadata.xml ├── autotiling │ ├── Manifest │ ├── autotiling-1.9.3.ebuild │ └── metadata.xml ├── betterlockscreen │ ├── Manifest │ ├── betterlockscreen-4.4.0.ebuild │ ├── files │ │ └── 00-fix-betterlockscreen-path-in-unit.patch │ └── metadata.xml ├── betterlockscreen_rapid │ ├── Manifest │ ├── betterlockscreen_rapid-0.0.0_pre20210701.ebuild │ ├── betterlockscreen_rapid-0.0.0_pre20210708.ebuild │ └── metadata.xml ├── dotool │ ├── Manifest │ ├── dotool-1.5.ebuild │ ├── files │ │ ├── dotoold.initd │ │ └── dotoold.service │ └── metadata.xml ├── exit-options │ ├── Manifest │ ├── exit-options-20250830.ebuild │ ├── files │ │ └── exit-options-cmake.patch │ └── metadata.xml ├── gobble │ ├── Manifest │ ├── gobble-1.3.ebuild │ └── metadata.xml ├── greenclip-bin │ ├── Manifest │ ├── greenclip-bin-4.2.ebuild │ └── metadata.xml ├── gromit-mpx │ ├── Manifest │ ├── gromit-mpx-1.7.0.ebuild │ ├── gromit-mpx-1.8.0.ebuild │ ├── gromit-mpx-9999.ebuild │ └── metadata.xml ├── i3-restore │ ├── Manifest │ ├── i3-restore-4.1.ebuild │ └── metadata.xml ├── i3-resurrect │ ├── Manifest │ ├── i3-resurrect-1.4.5.ebuild │ └── metadata.xml ├── i3lock-color │ ├── Manifest │ ├── files │ │ ├── i3lock-color-2.13.5-cleanup-cflags.patch │ │ └── i3lock-color-2.13.5-disable-automagic.patch │ ├── i3lock-color-2.13.5.ebuild │ └── metadata.xml ├── i3lock-fancy-rapid │ ├── Manifest │ ├── i3lock-fancy-rapid-0.0.0_pre20201109-r1.ebuild │ ├── i3lock-fancy-rapid-0.0.0_pre20210421.ebuild │ └── metadata.xml ├── i3status-rust │ ├── Manifest │ ├── files │ │ └── gitless-hash-and-date.patch │ ├── i3status-rust-0.34.0.ebuild │ └── metadata.xml ├── ksnip │ ├── Manifest │ ├── ksnip-1.11.0_pre20250130.ebuild │ └── metadata.xml ├── leftwm-theme │ ├── Manifest │ ├── leftwm-theme-0.1.2.ebuild │ └── metadata.xml ├── ly │ ├── Manifest │ ├── ly-1.0.3.ebuild │ ├── ly-1.2.0.ebuild │ ├── ly-9999.ebuild │ └── metadata.xml ├── matugen │ ├── Manifest │ ├── matugen-2.4.1.ebuild │ └── metadata.xml ├── picom-jonaburg │ ├── metadata.xml │ └── picom-jonaburg-9999.ebuild ├── pywal16 │ ├── Manifest │ ├── metadata.xml │ ├── pywal16-3.6.0.ebuild │ └── pywal16-3.7.2.ebuild ├── rofi-emoji │ ├── Manifest │ ├── metadata.xml │ ├── rofi-emoji-3.3.0.ebuild │ ├── rofi-emoji-3.4.1.ebuild │ └── rofi-emoji-4.1.0.ebuild ├── selx │ ├── Manifest │ ├── metadata.xml │ └── selx-1.2.0.ebuild ├── slstatus │ ├── Manifest │ ├── metadata.xml │ ├── slstatus-1.0-r1.ebuild │ └── slstatus-1.1.ebuild ├── tbsm │ ├── Manifest │ ├── metadata.xml │ ├── tbsm-0.5.ebuild │ ├── tbsm-0.6.ebuild │ └── tbsm-0.7.ebuild ├── vimouse │ ├── Manifest │ ├── metadata.xml │ └── vimouse-0.11.ebuild ├── wallust │ ├── Manifest │ ├── metadata.xml │ ├── wallust-3.1.0.ebuild │ └── wallust-3.3.0.ebuild ├── xbanish │ ├── Manifest │ ├── metadata.xml │ ├── xbanish-1.8.ebuild │ └── xbanish-1.8_p20230519.ebuild ├── xob │ ├── Manifest │ ├── metadata.xml │ ├── xob-0.2.ebuild │ └── xob-0.3.ebuild └── xsecurelock │ ├── Manifest │ ├── metadata.xml │ └── xsecurelock-1.9.0.ebuild ├── x11-plugins └── purple-mm-sms │ ├── Manifest │ ├── metadata.xml │ └── purple-mm-sms-0.1.7.ebuild ├── x11-terms ├── dmd5620 │ ├── Manifest │ ├── dmd5620-2.1.0.ebuild │ ├── files │ │ └── dmd5620-2.1.0-consolidated.patch │ └── metadata.xml ├── rio │ ├── Manifest │ ├── metadata.xml │ └── rio-0.2.35.ebuild ├── tabby-bin │ ├── Manifest │ ├── metadata.xml │ └── tabby-bin-1.0.221.ebuild ├── terminal-simulator │ ├── Manifest │ ├── files │ │ ├── terminal-simulator-0.2_do-not-force-compiler-warnings.patch │ │ ├── vt100 │ │ └── vt52 │ ├── metadata.xml │ ├── terminal-simulator-0.2.ebuild │ └── terminal-simulator-9999-r1.ebuild └── tym │ ├── Manifest │ ├── metadata.xml │ └── tym-3.5.1-r2.ebuild ├── x11-themes ├── adw-gtk3 │ ├── Manifest │ ├── adw-gtk3-5.3.ebuild │ ├── adw-gtk3-5.5.ebuild │ ├── adw-gtk3-5.6.ebuild │ └── metadata.xml ├── adwaita-dark-amoled │ ├── adwaita-dark-amoled-9999.ebuild │ └── metadata.xml ├── apple-cursor │ ├── Manifest │ ├── apple-cursor-2.0.1.ebuild │ └── metadata.xml ├── arc-darkest-colors │ ├── Manifest │ ├── arc-darkest-colors-0_pre20200818.ebuild │ ├── arc-darkest-colors-0_pre20201112.ebuild │ └── metadata.xml ├── arc-kde │ ├── Manifest │ ├── arc-kde-20220908.ebuild │ └── metadata.xml ├── bibata-xcursors │ ├── Manifest │ ├── bibata-xcursors-2.0.3.ebuild │ ├── bibata-xcursors-2.0.7.ebuild │ └── metadata.xml ├── blackandwhite-gtk │ ├── blackandwhite-gtk-9999.ebuild │ └── metadata.xml ├── breezex-xcursors │ ├── Manifest │ ├── breezex-xcursors-2.0.0.ebuild │ ├── breezex-xcursors-2.0.1.ebuild │ └── metadata.xml ├── candy-icons │ ├── candy-icons-9999.ebuild │ └── metadata.xml ├── catppuccin-btop │ ├── Manifest │ ├── catppuccin-btop-1.0.0.ebuild │ └── metadata.xml ├── catppuccin-cursors │ ├── Manifest │ ├── catppuccin-cursors-1.0.2.ebuild │ ├── catppuccin-cursors-2.0.0.ebuild │ └── metadata.xml ├── catppuccin-gtk │ ├── Manifest │ ├── catppuccin-gtk-0.7.5.ebuild │ ├── catppuccin-gtk-1.0.3.ebuild │ └── metadata.xml ├── catppuccin-kvantum │ ├── Manifest │ ├── catppuccin-kvantum-0_pre20220927.ebuild │ ├── catppuccin-kvantum-9999.ebuild │ └── metadata.xml ├── catppuccin-neovim │ ├── Manifest │ ├── catppuccin-neovim-1.7.0.ebuild │ └── metadata.xml ├── flat-remix-gtk │ ├── Manifest │ ├── flat-remix-gtk-9999.ebuild │ └── metadata.xml ├── hackerer │ ├── hackerer-9999.ebuild │ └── metadata.xml ├── juno │ ├── juno-9999.ebuild │ └── metadata.xml ├── materia-theme │ ├── Manifest │ ├── materia-theme-20210322.ebuild │ └── metadata.xml ├── midnight │ ├── metadata.xml │ └── midnight-9999.ebuild ├── neonly-cursor │ ├── Manifest │ ├── metadata.xml │ ├── neonly-cursor-1.0.0.ebuild │ └── neonly-cursor-2.0.0.ebuild ├── nordzy-cursors │ ├── Manifest │ ├── metadata.xml │ └── nordzy-cursors-2.3.0.ebuild ├── obsidian-icon-theme │ ├── Manifest │ ├── metadata.xml │ ├── obsidian-icon-theme-4.15-r1.ebuild │ └── obsidian-icon-theme-9999.ebuild ├── obsidian2-gtk-theme │ ├── Manifest │ ├── metadata.xml │ ├── obsidian2-gtk-theme-2.24.ebuild │ └── obsidian2-gtk-theme-9999.ebuild ├── papirus-claws-mail-theme │ ├── Manifest │ ├── metadata.xml │ ├── papirus-claws-mail-theme-0_pre20181023.ebuild │ └── papirus-claws-mail-theme-0_pre20201019.ebuild ├── phosh-wallpapers │ ├── Manifest │ ├── metadata.xml │ ├── phosh-wallpapers-0.41.0.ebuild │ └── phosh-wallpapers-0.42.0.ebuild ├── pop-icon-theme │ ├── Manifest │ ├── metadata.xml │ └── pop-icon-theme-3.5.0.ebuild ├── qogir-icon-theme │ ├── Manifest │ ├── metadata.xml │ ├── qogir-icon-theme-2020.11.22.ebuild │ └── qogir-icon-theme-2025.02.15.ebuild ├── razor-sharp-gtk │ ├── metadata.xml │ └── razor-sharp-gtk-9999.ebuild ├── solarized-black │ ├── Manifest │ ├── metadata.xml │ └── solarized-black-1.0.ebuild ├── sound-theme-librem5 │ ├── Manifest │ ├── metadata.xml │ └── sound-theme-librem5-0.1.0.ebuild └── vimix-xcursors │ ├── Manifest │ ├── metadata.xml │ └── vimix-xcursors-20200224-r3.ebuild └── x11-wm ├── dk ├── Manifest ├── dk-1.7.ebuild ├── dk-9999.ebuild └── metadata.xml ├── firefox-i3-workspaces ├── Manifest ├── files │ └── path-adapt.patch ├── firefox-i3-workspaces-0.10.ebuild └── metadata.xml ├── i3-rounded ├── Manifest ├── files │ └── i3-rounded-4.18-musl.patch ├── i3-rounded-4.21.1.ebuild └── metadata.xml ├── leftwm ├── Manifest ├── files │ ├── leftwm-0.5.1-nolefthk.patch │ └── leftwm-0.5.1-rust-1.80.patch ├── leftwm-0.5.1.ebuild ├── leftwm-0.5.4.ebuild └── metadata.xml └── qtile-extras ├── Manifest ├── metadata.xml └── qtile-extras-0.33.0.ebuild /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/.gitignore -------------------------------------------------------------------------------- /.mailmap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/.mailmap -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/FAQ.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/TODO.md -------------------------------------------------------------------------------- /acct-group/lms/lms-0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-group/lms/lms-0.ebuild -------------------------------------------------------------------------------- /acct-group/lms/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-group/lms/metadata.xml -------------------------------------------------------------------------------- /acct-user/fort/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-user/fort/metadata.xml -------------------------------------------------------------------------------- /acct-user/lms/lms-0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-user/lms/lms-0.ebuild -------------------------------------------------------------------------------- /acct-user/lms/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-user/lms/metadata.xml -------------------------------------------------------------------------------- /acct-user/tang/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-user/tang/metadata.xml -------------------------------------------------------------------------------- /acct-user/wsdd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/acct-user/wsdd/metadata.xml -------------------------------------------------------------------------------- /app-admin/agru/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/agru/Manifest -------------------------------------------------------------------------------- /app-admin/agru/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/agru/metadata.xml -------------------------------------------------------------------------------- /app-admin/akita/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/akita/Manifest -------------------------------------------------------------------------------- /app-admin/antidot/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/antidot/Manifest -------------------------------------------------------------------------------- /app-admin/boinctui/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/boinctui/Manifest -------------------------------------------------------------------------------- /app-admin/chamber/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/chamber/Manifest -------------------------------------------------------------------------------- /app-admin/chezmoi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/chezmoi/Manifest -------------------------------------------------------------------------------- /app-admin/doasedit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/doasedit/Manifest -------------------------------------------------------------------------------- /app-admin/dotbot/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/dotbot/Manifest -------------------------------------------------------------------------------- /app-admin/fatrace/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/fatrace/Manifest -------------------------------------------------------------------------------- /app-admin/himitsu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/himitsu/Manifest -------------------------------------------------------------------------------- /app-admin/krapplet/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/krapplet/Manifest -------------------------------------------------------------------------------- /app-admin/oet/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/oet/Manifest -------------------------------------------------------------------------------- /app-admin/oet/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/oet/metadata.xml -------------------------------------------------------------------------------- /app-admin/overmind/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/overmind/Manifest -------------------------------------------------------------------------------- /app-admin/passage/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/passage/Manifest -------------------------------------------------------------------------------- /app-admin/rbw/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/rbw/Manifest -------------------------------------------------------------------------------- /app-admin/rbw/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/rbw/metadata.xml -------------------------------------------------------------------------------- /app-admin/ripasso/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/ripasso/Manifest -------------------------------------------------------------------------------- /app-admin/s-tui/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/s-tui/Manifest -------------------------------------------------------------------------------- /app-admin/synadm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/synadm/Manifest -------------------------------------------------------------------------------- /app-admin/tflint/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-admin/tflint/Manifest -------------------------------------------------------------------------------- /app-arch/libzim/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/libzim/Manifest -------------------------------------------------------------------------------- /app-arch/microtar/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/microtar/Manifest -------------------------------------------------------------------------------- /app-arch/ouch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/ouch/Manifest -------------------------------------------------------------------------------- /app-arch/ouch/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/ouch/metadata.xml -------------------------------------------------------------------------------- /app-arch/unalz/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/unalz/Manifest -------------------------------------------------------------------------------- /app-arch/unalz/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/unalz/metadata.xml -------------------------------------------------------------------------------- /app-arch/zarchive/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-arch/zarchive/Manifest -------------------------------------------------------------------------------- /app-backup/b2/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-backup/b2/Manifest -------------------------------------------------------------------------------- /app-backup/b2/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-backup/b2/metadata.xml -------------------------------------------------------------------------------- /app-backup/kopia/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-backup/kopia/Manifest -------------------------------------------------------------------------------- /app-crypt/PBinCLI/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/PBinCLI/Manifest -------------------------------------------------------------------------------- /app-crypt/clevis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/clevis/Manifest -------------------------------------------------------------------------------- /app-crypt/reop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/reop/Manifest -------------------------------------------------------------------------------- /app-crypt/reop/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/reop/metadata.xml -------------------------------------------------------------------------------- /app-crypt/sac-core/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/sac-core/Manifest -------------------------------------------------------------------------------- /app-crypt/sops/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/sops/Manifest -------------------------------------------------------------------------------- /app-crypt/sops/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/sops/metadata.xml -------------------------------------------------------------------------------- /app-crypt/tang/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/tang/Manifest -------------------------------------------------------------------------------- /app-crypt/tang/files/tangd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/tang/files/tangd -------------------------------------------------------------------------------- /app-crypt/tang/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/tang/metadata.xml -------------------------------------------------------------------------------- /app-crypt/tomb/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/tomb/Manifest -------------------------------------------------------------------------------- /app-crypt/tomb/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-crypt/tomb/metadata.xml -------------------------------------------------------------------------------- /app-doc/anarchism/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-doc/anarchism/Manifest -------------------------------------------------------------------------------- /app-doc/geeknote/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-doc/geeknote/Manifest -------------------------------------------------------------------------------- /app-doc/stdman/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-doc/stdman/Manifest -------------------------------------------------------------------------------- /app-doc/stdman/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-doc/stdman/metadata.xml -------------------------------------------------------------------------------- /app-editors/amp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/amp/Manifest -------------------------------------------------------------------------------- /app-editors/edit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/edit/Manifest -------------------------------------------------------------------------------- /app-editors/imhex/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/imhex/Manifest -------------------------------------------------------------------------------- /app-editors/lapce/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/lapce/Manifest -------------------------------------------------------------------------------- /app-editors/mined/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/mined/Manifest -------------------------------------------------------------------------------- /app-editors/xed/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-editors/xed/Manifest -------------------------------------------------------------------------------- /app-emacs/catppuccin-emacs/files/50catppuccin-emacs-gentoo.el: -------------------------------------------------------------------------------- 1 | (add-to-list 'load-path "@SITELISP@") 2 | -------------------------------------------------------------------------------- /app-emacs/envrc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-emacs/envrc/Manifest -------------------------------------------------------------------------------- /app-emacs/prop-menu/files/50prop-menu-gentoo.el: -------------------------------------------------------------------------------- 1 | (add-to-list 'load-path "@SITELISP@") 2 | -------------------------------------------------------------------------------- /app-emulation/rars/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-emulation/rars/Manifest -------------------------------------------------------------------------------- /app-emulation/wslu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-emulation/wslu/Manifest -------------------------------------------------------------------------------- /app-misc/afc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/afc/Manifest -------------------------------------------------------------------------------- /app-misc/afc/afc-1.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/afc/afc-1.1.ebuild -------------------------------------------------------------------------------- /app-misc/afc/afc-1.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/afc/afc-1.2.ebuild -------------------------------------------------------------------------------- /app-misc/afc/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/afc/metadata.xml -------------------------------------------------------------------------------- /app-misc/afetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/afetch/Manifest -------------------------------------------------------------------------------- /app-misc/agg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/agg/Manifest -------------------------------------------------------------------------------- /app-misc/agg/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/agg/metadata.xml -------------------------------------------------------------------------------- /app-misc/ani-cli/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/ani-cli/Manifest -------------------------------------------------------------------------------- /app-misc/arttime/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/arttime/Manifest -------------------------------------------------------------------------------- /app-misc/astroterm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/astroterm/Manifest -------------------------------------------------------------------------------- /app-misc/aw-client/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/aw-client/Manifest -------------------------------------------------------------------------------- /app-misc/aw-core/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/aw-core/Manifest -------------------------------------------------------------------------------- /app-misc/badvideo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/badvideo/Manifest -------------------------------------------------------------------------------- /app-misc/blahaj/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/blahaj/Manifest -------------------------------------------------------------------------------- /app-misc/bt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/bt/Manifest -------------------------------------------------------------------------------- /app-misc/bt/bt-1.2.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/bt/bt-1.2.2.ebuild -------------------------------------------------------------------------------- /app-misc/bt/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/bt/metadata.xml -------------------------------------------------------------------------------- /app-misc/catt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/catt/Manifest -------------------------------------------------------------------------------- /app-misc/catt/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/catt/metadata.xml -------------------------------------------------------------------------------- /app-misc/cepl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cepl/Manifest -------------------------------------------------------------------------------- /app-misc/cepl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cepl/metadata.xml -------------------------------------------------------------------------------- /app-misc/chayang/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/chayang/Manifest -------------------------------------------------------------------------------- /app-misc/cheat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cheat/Manifest -------------------------------------------------------------------------------- /app-misc/cheat/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cheat/metadata.xml -------------------------------------------------------------------------------- /app-misc/clifm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/clifm/Manifest -------------------------------------------------------------------------------- /app-misc/clifm/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/clifm/metadata.xml -------------------------------------------------------------------------------- /app-misc/clipboard/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/clipboard/Manifest -------------------------------------------------------------------------------- /app-misc/cliphist/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cliphist/Manifest -------------------------------------------------------------------------------- /app-misc/cmd-timer/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cmd-timer/Manifest -------------------------------------------------------------------------------- /app-misc/corectrl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/corectrl/Manifest -------------------------------------------------------------------------------- /app-misc/cpufetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/cpufetch/Manifest -------------------------------------------------------------------------------- /app-misc/dbf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/dbf/Manifest -------------------------------------------------------------------------------- /app-misc/dbf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/dbf/metadata.xml -------------------------------------------------------------------------------- /app-misc/doublecmd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/doublecmd/Manifest -------------------------------------------------------------------------------- /app-misc/dragon/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/dragon/Manifest -------------------------------------------------------------------------------- /app-misc/durdraw/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/durdraw/Manifest -------------------------------------------------------------------------------- /app-misc/far2l/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/far2l/Manifest -------------------------------------------------------------------------------- /app-misc/far2l/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/far2l/metadata.xml -------------------------------------------------------------------------------- /app-misc/fetsh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/fetsh/Manifest -------------------------------------------------------------------------------- /app-misc/fetsh/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/fetsh/metadata.xml -------------------------------------------------------------------------------- /app-misc/fff/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/fff/Manifest -------------------------------------------------------------------------------- /app-misc/fff/fff-2.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/fff/fff-2.2.ebuild -------------------------------------------------------------------------------- /app-misc/fff/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/fff/metadata.xml -------------------------------------------------------------------------------- /app-misc/gentodo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/gentodo/Manifest -------------------------------------------------------------------------------- /app-misc/ghq/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/ghq/Manifest -------------------------------------------------------------------------------- /app-misc/ghq/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/ghq/metadata.xml -------------------------------------------------------------------------------- /app-misc/glow/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/glow/Manifest -------------------------------------------------------------------------------- /app-misc/glow/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/glow/metadata.xml -------------------------------------------------------------------------------- /app-misc/godedupe/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/godedupe/Manifest -------------------------------------------------------------------------------- /app-misc/gopsuinfo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/gopsuinfo/Manifest -------------------------------------------------------------------------------- /app-misc/grit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/grit/Manifest -------------------------------------------------------------------------------- /app-misc/grit/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/grit/metadata.xml -------------------------------------------------------------------------------- /app-misc/infnoise/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/infnoise/Manifest -------------------------------------------------------------------------------- /app-misc/kanata/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/kanata/Manifest -------------------------------------------------------------------------------- /app-misc/keyd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/keyd/Manifest -------------------------------------------------------------------------------- /app-misc/keyd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/keyd/metadata.xml -------------------------------------------------------------------------------- /app-misc/kloak/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/kloak/Manifest -------------------------------------------------------------------------------- /app-misc/kloak/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/kloak/metadata.xml -------------------------------------------------------------------------------- /app-misc/kmon/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/kmon/Manifest -------------------------------------------------------------------------------- /app-misc/kmon/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/kmon/metadata.xml -------------------------------------------------------------------------------- /app-misc/krabby/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/krabby/Manifest -------------------------------------------------------------------------------- /app-misc/lf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/Manifest -------------------------------------------------------------------------------- /app-misc/lf/lf-33-r1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/lf-33-r1.ebuild -------------------------------------------------------------------------------- /app-misc/lf/lf-36.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/lf-36.ebuild -------------------------------------------------------------------------------- /app-misc/lf/lf-37.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/lf-37.ebuild -------------------------------------------------------------------------------- /app-misc/lf/lf-38.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/lf-38.ebuild -------------------------------------------------------------------------------- /app-misc/lf/lf-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/lf-9999.ebuild -------------------------------------------------------------------------------- /app-misc/lf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lf/metadata.xml -------------------------------------------------------------------------------- /app-misc/libation/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/libation/Manifest -------------------------------------------------------------------------------- /app-misc/lyfetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/lyfetch/Manifest -------------------------------------------------------------------------------- /app-misc/macchina/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/macchina/Manifest -------------------------------------------------------------------------------- /app-misc/mangadesk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mangadesk/Manifest -------------------------------------------------------------------------------- /app-misc/mat2/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mat2/Manifest -------------------------------------------------------------------------------- /app-misc/mat2/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mat2/metadata.xml -------------------------------------------------------------------------------- /app-misc/minder/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/minder/Manifest -------------------------------------------------------------------------------- /app-misc/mirafetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mirafetch/Manifest -------------------------------------------------------------------------------- /app-misc/morgen/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/morgen/Manifest -------------------------------------------------------------------------------- /app-misc/mxw/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mxw/Manifest -------------------------------------------------------------------------------- /app-misc/mxw/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mxw/metadata.xml -------------------------------------------------------------------------------- /app-misc/mymefetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/mymefetch/Manifest -------------------------------------------------------------------------------- /app-misc/navi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/navi/Manifest -------------------------------------------------------------------------------- /app-misc/navi/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/navi/metadata.xml -------------------------------------------------------------------------------- /app-misc/neo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/neo/Manifest -------------------------------------------------------------------------------- /app-misc/neo/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/neo/metadata.xml -------------------------------------------------------------------------------- /app-misc/nerdfetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/nerdfetch/Manifest -------------------------------------------------------------------------------- /app-misc/nwg-look/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/nwg-look/Manifest -------------------------------------------------------------------------------- /app-misc/oddjob/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/oddjob/Manifest -------------------------------------------------------------------------------- /app-misc/onefetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/onefetch/Manifest -------------------------------------------------------------------------------- /app-misc/opentrack/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/opentrack/Manifest -------------------------------------------------------------------------------- /app-misc/pastel/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/pastel/Manifest -------------------------------------------------------------------------------- /app-misc/pfetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/pfetch/Manifest -------------------------------------------------------------------------------- /app-misc/pipes-rs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/pipes-rs/Manifest -------------------------------------------------------------------------------- /app-misc/proctl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/proctl/Manifest -------------------------------------------------------------------------------- /app-misc/pueue/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/pueue/Manifest -------------------------------------------------------------------------------- /app-misc/pueue/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/pueue/metadata.xml -------------------------------------------------------------------------------- /app-misc/qman/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/qman/Manifest -------------------------------------------------------------------------------- /app-misc/qman/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/qman/metadata.xml -------------------------------------------------------------------------------- /app-misc/scooter/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/scooter/Manifest -------------------------------------------------------------------------------- /app-misc/sherlock/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/sherlock/Manifest -------------------------------------------------------------------------------- /app-misc/superfile/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/superfile/Manifest -------------------------------------------------------------------------------- /app-misc/tealdeer/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/tealdeer/Manifest -------------------------------------------------------------------------------- /app-misc/termdown/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/termdown/Manifest -------------------------------------------------------------------------------- /app-misc/tinyfetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/tinyfetch/Manifest -------------------------------------------------------------------------------- /app-misc/tmux-rime/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/tmux-rime/Manifest -------------------------------------------------------------------------------- /app-misc/treefetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/treefetch/Manifest -------------------------------------------------------------------------------- /app-misc/ufetch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/ufetch/Manifest -------------------------------------------------------------------------------- /app-misc/via/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/via/Manifest -------------------------------------------------------------------------------- /app-misc/via/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/via/metadata.xml -------------------------------------------------------------------------------- /app-misc/walld/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/walld/Manifest -------------------------------------------------------------------------------- /app-misc/walld/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/walld/metadata.xml -------------------------------------------------------------------------------- /app-misc/watchexec/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/watchexec/Manifest -------------------------------------------------------------------------------- /app-misc/wcal/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wcal/Manifest -------------------------------------------------------------------------------- /app-misc/wcal/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wcal/metadata.xml -------------------------------------------------------------------------------- /app-misc/wego/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wego/Manifest -------------------------------------------------------------------------------- /app-misc/wego/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wego/metadata.xml -------------------------------------------------------------------------------- /app-misc/wl-kbptr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wl-kbptr/Manifest -------------------------------------------------------------------------------- /app-misc/wtf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wtf/Manifest -------------------------------------------------------------------------------- /app-misc/wtf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/wtf/metadata.xml -------------------------------------------------------------------------------- /app-misc/xplr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/xplr/Manifest -------------------------------------------------------------------------------- /app-misc/xplr/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/xplr/metadata.xml -------------------------------------------------------------------------------- /app-misc/yazi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/yazi/Manifest -------------------------------------------------------------------------------- /app-misc/yazi/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/yazi/metadata.xml -------------------------------------------------------------------------------- /app-misc/zcock/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/zcock/Manifest -------------------------------------------------------------------------------- /app-misc/zcock/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-misc/zcock/metadata.xml -------------------------------------------------------------------------------- /app-office/invoice/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-office/invoice/Manifest -------------------------------------------------------------------------------- /app-office/khronos/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-office/khronos/Manifest -------------------------------------------------------------------------------- /app-portage/pacvis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-portage/pacvis/Manifest -------------------------------------------------------------------------------- /app-shells/direnv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/direnv/Manifest -------------------------------------------------------------------------------- /app-shells/elvish/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/elvish/Manifest -------------------------------------------------------------------------------- /app-shells/fre/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/fre/Manifest -------------------------------------------------------------------------------- /app-shells/fre/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/fre/metadata.xml -------------------------------------------------------------------------------- /app-shells/fzf-tab/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/fzf-tab/Manifest -------------------------------------------------------------------------------- /app-shells/igr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/igr/Manifest -------------------------------------------------------------------------------- /app-shells/igr/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/igr/metadata.xml -------------------------------------------------------------------------------- /app-shells/mommy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/mommy/Manifest -------------------------------------------------------------------------------- /app-shells/sheldon/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/sheldon/Manifest -------------------------------------------------------------------------------- /app-shells/shox/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/shox/Manifest -------------------------------------------------------------------------------- /app-shells/silver/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/silver/Manifest -------------------------------------------------------------------------------- /app-shells/vivid/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-shells/vivid/Manifest -------------------------------------------------------------------------------- /app-text/OCRmyPDF/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/OCRmyPDF/Manifest -------------------------------------------------------------------------------- /app-text/cmark-gfm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/cmark-gfm/Manifest -------------------------------------------------------------------------------- /app-text/codebook/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/codebook/Manifest -------------------------------------------------------------------------------- /app-text/dooit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/dooit/Manifest -------------------------------------------------------------------------------- /app-text/dooit/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/dooit/metadata.xml -------------------------------------------------------------------------------- /app-text/epubgrep/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/epubgrep/Manifest -------------------------------------------------------------------------------- /app-text/ford/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/ford/Manifest -------------------------------------------------------------------------------- /app-text/ford/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/ford/metadata.xml -------------------------------------------------------------------------------- /app-text/harper/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/harper/Manifest -------------------------------------------------------------------------------- /app-text/jrnl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/jrnl/Manifest -------------------------------------------------------------------------------- /app-text/jrnl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/jrnl/metadata.xml -------------------------------------------------------------------------------- /app-text/komikku/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/komikku/Manifest -------------------------------------------------------------------------------- /app-text/lchat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/lchat/Manifest -------------------------------------------------------------------------------- /app-text/lchat/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/lchat/metadata.xml -------------------------------------------------------------------------------- /app-text/lizard/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/lizard/Manifest -------------------------------------------------------------------------------- /app-text/lsp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/lsp/Manifest -------------------------------------------------------------------------------- /app-text/lsp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/lsp/metadata.xml -------------------------------------------------------------------------------- /app-text/notekit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/notekit/Manifest -------------------------------------------------------------------------------- /app-text/owo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/owo/Manifest -------------------------------------------------------------------------------- /app-text/owo/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/owo/metadata.xml -------------------------------------------------------------------------------- /app-text/smu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/smu/Manifest -------------------------------------------------------------------------------- /app-text/smu/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/smu/metadata.xml -------------------------------------------------------------------------------- /app-text/smu/smu-1.5.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/smu/smu-1.5.ebuild -------------------------------------------------------------------------------- /app-text/sup2srt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/sup2srt/Manifest -------------------------------------------------------------------------------- /app-text/texlab/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/texlab/Manifest -------------------------------------------------------------------------------- /app-text/tinymist/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/tinymist/Manifest -------------------------------------------------------------------------------- /app-text/tldr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/tldr/Manifest -------------------------------------------------------------------------------- /app-text/tldr/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/tldr/metadata.xml -------------------------------------------------------------------------------- /app-text/typst/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/typst/Manifest -------------------------------------------------------------------------------- /app-text/typst/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/typst/metadata.xml -------------------------------------------------------------------------------- /app-text/typstyle/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/typstyle/Manifest -------------------------------------------------------------------------------- /app-text/vale/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/vale/Manifest -------------------------------------------------------------------------------- /app-text/vale/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/vale/metadata.xml -------------------------------------------------------------------------------- /app-text/xan/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/xan/Manifest -------------------------------------------------------------------------------- /app-text/xan/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-text/xan/metadata.xml -------------------------------------------------------------------------------- /app-vim/ale/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/ale/Manifest -------------------------------------------------------------------------------- /app-vim/ale/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/ale/metadata.xml -------------------------------------------------------------------------------- /app-vim/css-color/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/css-color/Manifest -------------------------------------------------------------------------------- /app-vim/dracula/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/dracula/Manifest -------------------------------------------------------------------------------- /app-vim/gemini-vim/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/gemini-vim/Manifest -------------------------------------------------------------------------------- /app-vim/kotlin-vim/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/kotlin-vim/Manifest -------------------------------------------------------------------------------- /app-vim/nim-syntax/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/nim-syntax/Manifest -------------------------------------------------------------------------------- /app-vim/qt-support/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/qt-support/Manifest -------------------------------------------------------------------------------- /app-vim/rainbow/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/rainbow/Manifest -------------------------------------------------------------------------------- /app-vim/tempus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/tempus/Manifest -------------------------------------------------------------------------------- /app-vim/tempus/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/tempus/metadata.xml -------------------------------------------------------------------------------- /app-vim/themis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/themis/Manifest -------------------------------------------------------------------------------- /app-vim/themis/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/themis/metadata.xml -------------------------------------------------------------------------------- /app-vim/vader/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/vader/Manifest -------------------------------------------------------------------------------- /app-vim/vader/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/vader/metadata.xml -------------------------------------------------------------------------------- /app-vim/yats/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/yats/Manifest -------------------------------------------------------------------------------- /app-vim/yats/files/vimrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/yats/files/vimrc -------------------------------------------------------------------------------- /app-vim/yats/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-vim/yats/metadata.xml -------------------------------------------------------------------------------- /app-voices/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/app-voices/metadata.xml -------------------------------------------------------------------------------- /dev-build/fobis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/fobis/Manifest -------------------------------------------------------------------------------- /dev-build/fpm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/fpm/Manifest -------------------------------------------------------------------------------- /dev-build/fpm/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/fpm/metadata.xml -------------------------------------------------------------------------------- /dev-build/fypp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/fypp/Manifest -------------------------------------------------------------------------------- /dev-build/fypp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/fypp/metadata.xml -------------------------------------------------------------------------------- /dev-build/pdpmake/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/pdpmake/Manifest -------------------------------------------------------------------------------- /dev-build/xmake/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-build/xmake/Manifest -------------------------------------------------------------------------------- /dev-cpp/blurhash/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/blurhash/Manifest -------------------------------------------------------------------------------- /dev-cpp/boxed-cpp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/boxed-cpp/Manifest -------------------------------------------------------------------------------- /dev-cpp/coeurl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/coeurl/Manifest -------------------------------------------------------------------------------- /dev-cpp/coeurl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/coeurl/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/cpp-jwt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/cpp-jwt/Manifest -------------------------------------------------------------------------------- /dev-cpp/cpprestsdk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/cpprestsdk/Manifest -------------------------------------------------------------------------------- /dev-cpp/dpp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/dpp/Manifest -------------------------------------------------------------------------------- /dev-cpp/dpp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/dpp/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/drogon/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/drogon/Manifest -------------------------------------------------------------------------------- /dev-cpp/drogon/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/drogon/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/finalcut/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/finalcut/Manifest -------------------------------------------------------------------------------- /dev-cpp/fkYAML/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/fkYAML/Manifest -------------------------------------------------------------------------------- /dev-cpp/fkYAML/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/fkYAML/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/gsl-lite/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/gsl-lite/Manifest -------------------------------------------------------------------------------- /dev-cpp/indicators/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/indicators/Manifest -------------------------------------------------------------------------------- /dev-cpp/mustache/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/mustache/Manifest -------------------------------------------------------------------------------- /dev-cpp/rang/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/rang/Manifest -------------------------------------------------------------------------------- /dev-cpp/rang/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/rang/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/safeint/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/safeint/Manifest -------------------------------------------------------------------------------- /dev-cpp/scnlib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/scnlib/Manifest -------------------------------------------------------------------------------- /dev-cpp/scnlib/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/scnlib/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/sprout/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/sprout/Manifest -------------------------------------------------------------------------------- /dev-cpp/sprout/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/sprout/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/tinygltf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/tinygltf/Manifest -------------------------------------------------------------------------------- /dev-cpp/trantor/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/trantor/Manifest -------------------------------------------------------------------------------- /dev-cpp/units/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/units/Manifest -------------------------------------------------------------------------------- /dev-cpp/units/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/units/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/workflow/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/workflow/Manifest -------------------------------------------------------------------------------- /dev-cpp/wt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/wt/Manifest -------------------------------------------------------------------------------- /dev-cpp/wt/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/wt/metadata.xml -------------------------------------------------------------------------------- /dev-cpp/wt/wt-4.12.0.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/wt/wt-4.12.0.ebuild -------------------------------------------------------------------------------- /dev-cpp/wt/wt-4.12.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/wt/wt-4.12.1.ebuild -------------------------------------------------------------------------------- /dev-cpp/xtensor/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/xtensor/Manifest -------------------------------------------------------------------------------- /dev-cpp/xtl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/xtl/Manifest -------------------------------------------------------------------------------- /dev-cpp/xtl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-cpp/xtl/metadata.xml -------------------------------------------------------------------------------- /dev-crystal/crikey/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/crikey/Manifest -------------------------------------------------------------------------------- /dev-crystal/kemal/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/kemal/Manifest -------------------------------------------------------------------------------- /dev-crystal/kilt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/kilt/Manifest -------------------------------------------------------------------------------- /dev-crystal/liquid/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/liquid/Manifest -------------------------------------------------------------------------------- /dev-crystal/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/metadata.xml -------------------------------------------------------------------------------- /dev-crystal/radix/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/radix/Manifest -------------------------------------------------------------------------------- /dev-crystal/slang/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/slang/Manifest -------------------------------------------------------------------------------- /dev-crystal/temel/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/temel/Manifest -------------------------------------------------------------------------------- /dev-crystal/water/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-crystal/water/Manifest -------------------------------------------------------------------------------- /dev-db/libpg_query/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/libpg_query/Manifest -------------------------------------------------------------------------------- /dev-db/pg_repack/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/pg_repack/Manifest -------------------------------------------------------------------------------- /dev-db/psequel/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/psequel/Manifest -------------------------------------------------------------------------------- /dev-db/psequel/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/psequel/metadata.xml -------------------------------------------------------------------------------- /dev-db/rum/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/rum/Manifest -------------------------------------------------------------------------------- /dev-db/rum/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/rum/metadata.xml -------------------------------------------------------------------------------- /dev-db/sqlcmd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/sqlcmd/Manifest -------------------------------------------------------------------------------- /dev-db/sqlcmd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/sqlcmd/metadata.xml -------------------------------------------------------------------------------- /dev-db/tdscpp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/tdscpp/Manifest -------------------------------------------------------------------------------- /dev-db/tdscpp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/tdscpp/metadata.xml -------------------------------------------------------------------------------- /dev-db/turso/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/turso/Manifest -------------------------------------------------------------------------------- /dev-db/turso/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-db/turso/metadata.xml -------------------------------------------------------------------------------- /dev-debug/gdbgui/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-debug/gdbgui/Manifest -------------------------------------------------------------------------------- /dev-debug/lldb-mi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-debug/lldb-mi/Manifest -------------------------------------------------------------------------------- /dev-elixir/hex/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-elixir/hex/Manifest -------------------------------------------------------------------------------- /dev-elixir/hex/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-elixir/hex/metadata.xml -------------------------------------------------------------------------------- /dev-embedded/fwup/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-embedded/fwup/Manifest -------------------------------------------------------------------------------- /dev-embedded/qdl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-embedded/qdl/Manifest -------------------------------------------------------------------------------- /dev-embedded/rauc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-embedded/rauc/Manifest -------------------------------------------------------------------------------- /dev-erlang/conf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-erlang/conf/Manifest -------------------------------------------------------------------------------- /dev-erlang/cowboy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-erlang/cowboy/Manifest -------------------------------------------------------------------------------- /dev-erlang/cowlib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-erlang/cowlib/Manifest -------------------------------------------------------------------------------- /dev-erlang/ranch/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-erlang/ranch/Manifest -------------------------------------------------------------------------------- /dev-erlang/yval/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-erlang/yval/Manifest -------------------------------------------------------------------------------- /dev-games/unityhub/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-games/unityhub/Manifest -------------------------------------------------------------------------------- /dev-go/protorpc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-go/protorpc/Manifest -------------------------------------------------------------------------------- /dev-go/staticcheck/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-go/staticcheck/Manifest -------------------------------------------------------------------------------- /dev-hare/hare-gi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-hare/hare-gi/Manifest -------------------------------------------------------------------------------- /dev-hare/hare-json/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-hare/hare-json/Manifest -------------------------------------------------------------------------------- /dev-hare/hare-ssh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-hare/hare-ssh/Manifest -------------------------------------------------------------------------------- /dev-hare/hare-xml/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-hare/hare-xml/Manifest -------------------------------------------------------------------------------- /dev-java/jdtls-bin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-java/jdtls-bin/Manifest -------------------------------------------------------------------------------- /dev-lang/c3c/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/c3c/Manifest -------------------------------------------------------------------------------- /dev-lang/c3c/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/c3c/metadata.xml -------------------------------------------------------------------------------- /dev-lang/cc65/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/cc65/Manifest -------------------------------------------------------------------------------- /dev-lang/cc65/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/cc65/metadata.xml -------------------------------------------------------------------------------- /dev-lang/fbc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/fbc/Manifest -------------------------------------------------------------------------------- /dev-lang/fbc/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/fbc/metadata.xml -------------------------------------------------------------------------------- /dev-lang/gnu-apl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/gnu-apl/Manifest -------------------------------------------------------------------------------- /dev-lang/hare/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/hare/Manifest -------------------------------------------------------------------------------- /dev-lang/hare/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/hare/metadata.xml -------------------------------------------------------------------------------- /dev-lang/harec/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/harec/Manifest -------------------------------------------------------------------------------- /dev-lang/harec/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/harec/metadata.xml -------------------------------------------------------------------------------- /dev-lang/odin/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/odin/Manifest -------------------------------------------------------------------------------- /dev-lang/odin/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/odin/metadata.xml -------------------------------------------------------------------------------- /dev-lang/opencilk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/opencilk/Manifest -------------------------------------------------------------------------------- /dev-lang/quickjs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/quickjs/Manifest -------------------------------------------------------------------------------- /dev-lang/swift/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/swift/Manifest -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r1/link-ncurses-tinfo.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1/link-ncurses-tinfo.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r1/link-with-lld.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1/link-with-lld.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r2/link-ncurses-tinfo.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1/link-ncurses-tinfo.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r2/link-with-lld.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1/link-with-lld.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r3/link-ncurses-tinfo.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r2/link-ncurses-tinfo.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r3/link-with-lld.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r2/link-with-lld.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r4/backport-swift-75662.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r3/backport-swift-75662.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r4/link-ncurses-tinfo.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r3/link-ncurses-tinfo.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r4/link-with-lld.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r3/link-with-lld.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-5.10.1-r5: -------------------------------------------------------------------------------- 1 | swift-5.10.1-r4 -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.0.3-r1/link-ncurses-tinfo.patch: -------------------------------------------------------------------------------- 1 | ../swift-6.0.3/link-ncurses-tinfo.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.0.3-r1/link-with-lld.patch: -------------------------------------------------------------------------------- 1 | ../swift-6.0.3/link-with-lld.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.0.3-r1/respect-c-cxx-flags.patch: -------------------------------------------------------------------------------- 1 | ../swift-5.10.1-r4/respect-c-cxx-flags.patch -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.0.3-r2: -------------------------------------------------------------------------------- 1 | swift-6.0.3-r1 -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.2.1: -------------------------------------------------------------------------------- 1 | swift-6.2 -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.2/gentoo.ini: -------------------------------------------------------------------------------- 1 | ../swift-6.1.3/gentoo.ini -------------------------------------------------------------------------------- /dev-lang/swift/files/swift-6.2/respect-c-cxx-flags.patch: -------------------------------------------------------------------------------- 1 | ../swift-6.1.3/respect-c-cxx-flags.patch -------------------------------------------------------------------------------- /dev-lang/swift/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/swift/metadata.xml -------------------------------------------------------------------------------- /dev-lang/uiua/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/uiua/Manifest -------------------------------------------------------------------------------- /dev-lang/uiua/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/uiua/metadata.xml -------------------------------------------------------------------------------- /dev-lang/wabt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/wabt/Manifest -------------------------------------------------------------------------------- /dev-lang/wabt/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lang/wabt/metadata.xml -------------------------------------------------------------------------------- /dev-libs/M_CLI2/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/M_CLI2/Manifest -------------------------------------------------------------------------------- /dev-libs/cgicc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/cgicc/Manifest -------------------------------------------------------------------------------- /dev-libs/cgicc/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/cgicc/metadata.xml -------------------------------------------------------------------------------- /dev-libs/dmd_core/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/dmd_core/Manifest -------------------------------------------------------------------------------- /dev-libs/dynarmic/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/dynarmic/Manifest -------------------------------------------------------------------------------- /dev-libs/fastText/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/fastText/Manifest -------------------------------------------------------------------------------- /dev-libs/feedbackd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/feedbackd/Manifest -------------------------------------------------------------------------------- /dev-libs/frozen/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/frozen/Manifest -------------------------------------------------------------------------------- /dev-libs/ftl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/ftl/Manifest -------------------------------------------------------------------------------- /dev-libs/ftl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/ftl/metadata.xml -------------------------------------------------------------------------------- /dev-libs/gbinder/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/gbinder/Manifest -------------------------------------------------------------------------------- /dev-libs/gmobile/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/gmobile/Manifest -------------------------------------------------------------------------------- /dev-libs/gpds/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/gpds/Manifest -------------------------------------------------------------------------------- /dev-libs/gpds/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/gpds/metadata.xml -------------------------------------------------------------------------------- /dev-libs/ip2loc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/ip2loc/Manifest -------------------------------------------------------------------------------- /dev-libs/jonquil/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/jonquil/Manifest -------------------------------------------------------------------------------- /dev-libs/lexbor/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lexbor/Manifest -------------------------------------------------------------------------------- /dev-libs/libchdr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libchdr/Manifest -------------------------------------------------------------------------------- /dev-libs/libcli/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libcli/Manifest -------------------------------------------------------------------------------- /dev-libs/libcsv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libcsv/Manifest -------------------------------------------------------------------------------- /dev-libs/libdatrie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libdatrie/Manifest -------------------------------------------------------------------------------- /dev-libs/libdbf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libdbf/Manifest -------------------------------------------------------------------------------- /dev-libs/librepo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/librepo/Manifest -------------------------------------------------------------------------------- /dev-libs/libsolv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libsolv/Manifest -------------------------------------------------------------------------------- /dev-libs/libthai/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libthai/Manifest -------------------------------------------------------------------------------- /dev-libs/libtypec/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/libtypec/Manifest -------------------------------------------------------------------------------- /dev-libs/ls-hpack/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/ls-hpack/Manifest -------------------------------------------------------------------------------- /dev-libs/lsbcrypt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lsbcrypt/Manifest -------------------------------------------------------------------------------- /dev-libs/lsquic/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lsquic/Manifest -------------------------------------------------------------------------------- /dev-libs/luksmeta/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/luksmeta/Manifest -------------------------------------------------------------------------------- /dev-libs/lygia/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lygia/Manifest -------------------------------------------------------------------------------- /dev-libs/lygia/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lygia/metadata.xml -------------------------------------------------------------------------------- /dev-libs/lzfse/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/lzfse/metadata.xml -------------------------------------------------------------------------------- /dev-libs/mcl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/mcl/Manifest -------------------------------------------------------------------------------- /dev-libs/mcl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/mcl/metadata.xml -------------------------------------------------------------------------------- /dev-libs/mtxclient/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/mtxclient/Manifest -------------------------------------------------------------------------------- /dev-libs/nanopb/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/nanopb/Manifest -------------------------------------------------------------------------------- /dev-libs/nihstro/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/nihstro/Manifest -------------------------------------------------------------------------------- /dev-libs/oaknut/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/oaknut/Manifest -------------------------------------------------------------------------------- /dev-libs/open62541/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/open62541/Manifest -------------------------------------------------------------------------------- /dev-libs/polyseed/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/polyseed/Manifest -------------------------------------------------------------------------------- /dev-libs/randomx/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/randomx/Manifest -------------------------------------------------------------------------------- /dev-libs/s2n/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/s2n/Manifest -------------------------------------------------------------------------------- /dev-libs/s2n/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/s2n/metadata.xml -------------------------------------------------------------------------------- /dev-libs/sirit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/sirit/Manifest -------------------------------------------------------------------------------- /dev-libs/sirit/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/sirit/metadata.xml -------------------------------------------------------------------------------- /dev-libs/supercop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/supercop/Manifest -------------------------------------------------------------------------------- /dev-libs/tbtools/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/tbtools/Manifest -------------------------------------------------------------------------------- /dev-libs/tfdn/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/tfdn/Manifest -------------------------------------------------------------------------------- /dev-libs/tfdn/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/tfdn/metadata.xml -------------------------------------------------------------------------------- /dev-libs/toml-f/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/toml-f/Manifest -------------------------------------------------------------------------------- /dev-libs/tweeny/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/tweeny/Manifest -------------------------------------------------------------------------------- /dev-libs/vera/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/vera/Manifest -------------------------------------------------------------------------------- /dev-libs/vera/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/vera/metadata.xml -------------------------------------------------------------------------------- /dev-libs/xdna-driver/files/amdxdna.conf: -------------------------------------------------------------------------------- 1 | amdxdna 2 | -------------------------------------------------------------------------------- /dev-libs/xqilla/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/xqilla/Manifest -------------------------------------------------------------------------------- /dev-libs/xrt-xdna/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/xrt-xdna/Manifest -------------------------------------------------------------------------------- /dev-libs/zfp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/zfp/Manifest -------------------------------------------------------------------------------- /dev-libs/zfp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/zfp/metadata.xml -------------------------------------------------------------------------------- /dev-libs/zycore-c/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/zycore-c/Manifest -------------------------------------------------------------------------------- /dev-libs/zydis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/zydis/Manifest -------------------------------------------------------------------------------- /dev-libs/zydis/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-libs/zydis/metadata.xml -------------------------------------------------------------------------------- /dev-lua/croissant/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/croissant/Manifest -------------------------------------------------------------------------------- /dev-lua/hump/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/hump/Manifest -------------------------------------------------------------------------------- /dev-lua/hump/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/hump/metadata.xml -------------------------------------------------------------------------------- /dev-lua/ldbus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/ldbus/Manifest -------------------------------------------------------------------------------- /dev-lua/ldbus/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/ldbus/metadata.xml -------------------------------------------------------------------------------- /dev-lua/lua-psl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/lua-psl/Manifest -------------------------------------------------------------------------------- /dev-lua/lua-tui/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/lua-tui/Manifest -------------------------------------------------------------------------------- /dev-lua/sirocco/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-lua/sirocco/Manifest -------------------------------------------------------------------------------- /dev-ml/cmarkit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/cmarkit/Manifest -------------------------------------------------------------------------------- /dev-ml/cmarkit/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/cmarkit/metadata.xml -------------------------------------------------------------------------------- /dev-ml/crowbar/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/crowbar/Manifest -------------------------------------------------------------------------------- /dev-ml/crowbar/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/crowbar/metadata.xml -------------------------------------------------------------------------------- /dev-ml/digestif/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/digestif/Manifest -------------------------------------------------------------------------------- /dev-ml/dune-rpc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/dune-rpc/Manifest -------------------------------------------------------------------------------- /dev-ml/either/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/either/Manifest -------------------------------------------------------------------------------- /dev-ml/either/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/either/metadata.xml -------------------------------------------------------------------------------- /dev-ml/eqaf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/eqaf/Manifest -------------------------------------------------------------------------------- /dev-ml/eqaf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/eqaf/metadata.xml -------------------------------------------------------------------------------- /dev-ml/ezjsonm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ezjsonm/Manifest -------------------------------------------------------------------------------- /dev-ml/ezjsonm/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ezjsonm/metadata.xml -------------------------------------------------------------------------------- /dev-ml/fiber/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/fiber/Manifest -------------------------------------------------------------------------------- /dev-ml/fiber/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/fiber/metadata.xml -------------------------------------------------------------------------------- /dev-ml/iter/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/iter/Manifest -------------------------------------------------------------------------------- /dev-ml/iter/iter-1.9.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/iter/iter-1.9.ebuild -------------------------------------------------------------------------------- /dev-ml/iter/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/iter/metadata.xml -------------------------------------------------------------------------------- /dev-ml/jsonrpc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/jsonrpc/Manifest -------------------------------------------------------------------------------- /dev-ml/jsonrpc/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/jsonrpc/metadata.xml -------------------------------------------------------------------------------- /dev-ml/lambdasoup/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lambdasoup/Manifest -------------------------------------------------------------------------------- /dev-ml/lsp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lsp/Manifest -------------------------------------------------------------------------------- /dev-ml/lsp/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lsp/metadata.xml -------------------------------------------------------------------------------- /dev-ml/lua-ml/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lua-ml/Manifest -------------------------------------------------------------------------------- /dev-ml/lua-ml/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lua-ml/metadata.xml -------------------------------------------------------------------------------- /dev-ml/lwt-dllist/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/lwt-dllist/Manifest -------------------------------------------------------------------------------- /dev-ml/mdx/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/mdx/Manifest -------------------------------------------------------------------------------- /dev-ml/mdx/mdx-2.5.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/mdx/mdx-2.5.1.ebuild -------------------------------------------------------------------------------- /dev-ml/mdx/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/mdx/metadata.xml -------------------------------------------------------------------------------- /dev-ml/merlin-lib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/merlin-lib/Manifest -------------------------------------------------------------------------------- /dev-ml/ocaml-csv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ocaml-csv/Manifest -------------------------------------------------------------------------------- /dev-ml/ocaml-hex/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ocaml-hex/Manifest -------------------------------------------------------------------------------- /dev-ml/ocaml-tsort/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ocaml-tsort/Manifest -------------------------------------------------------------------------------- /dev-ml/ocaml-yaml/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ocaml-yaml/Manifest -------------------------------------------------------------------------------- /dev-ml/ocamlc-loc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/ocamlc-loc/Manifest -------------------------------------------------------------------------------- /dev-ml/odate/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/odate/Manifest -------------------------------------------------------------------------------- /dev-ml/odate/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/odate/metadata.xml -------------------------------------------------------------------------------- /dev-ml/otoml/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/otoml/Manifest -------------------------------------------------------------------------------- /dev-ml/otoml/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/otoml/metadata.xml -------------------------------------------------------------------------------- /dev-ml/psq/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/psq/Manifest -------------------------------------------------------------------------------- /dev-ml/psq/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/psq/metadata.xml -------------------------------------------------------------------------------- /dev-ml/psq/psq-0.2.1.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/psq/psq-0.2.1.ebuild -------------------------------------------------------------------------------- /dev-ml/spelll/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/spelll/Manifest -------------------------------------------------------------------------------- /dev-ml/spelll/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ml/spelll/metadata.xml -------------------------------------------------------------------------------- /dev-nim/boomer/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/boomer/Manifest -------------------------------------------------------------------------------- /dev-nim/boomer/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/boomer/metadata.xml -------------------------------------------------------------------------------- /dev-nim/cligen/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/cligen/Manifest -------------------------------------------------------------------------------- /dev-nim/cligen/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/cligen/metadata.xml -------------------------------------------------------------------------------- /dev-nim/inim/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/inim/Manifest -------------------------------------------------------------------------------- /dev-nim/inim/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/inim/metadata.xml -------------------------------------------------------------------------------- /dev-nim/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/metadata.xml -------------------------------------------------------------------------------- /dev-nim/nake/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/nake/Manifest -------------------------------------------------------------------------------- /dev-nim/nake/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/nake/metadata.xml -------------------------------------------------------------------------------- /dev-nim/nimbus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/nimbus/Manifest -------------------------------------------------------------------------------- /dev-nim/nimbus/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/nimbus/metadata.xml -------------------------------------------------------------------------------- /dev-nim/noise/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/noise/Manifest -------------------------------------------------------------------------------- /dev-nim/noise/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/noise/metadata.xml -------------------------------------------------------------------------------- /dev-nim/opengl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/opengl/Manifest -------------------------------------------------------------------------------- /dev-nim/opengl/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/opengl/metadata.xml -------------------------------------------------------------------------------- /dev-nim/parsetoml/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/parsetoml/Manifest -------------------------------------------------------------------------------- /dev-nim/x11/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/x11/Manifest -------------------------------------------------------------------------------- /dev-nim/x11/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/x11/metadata.xml -------------------------------------------------------------------------------- /dev-nim/x11/x11-1.2.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-nim/x11/x11-1.2.ebuild -------------------------------------------------------------------------------- /dev-perl/File-Util/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-perl/File-Util/Manifest -------------------------------------------------------------------------------- /dev-php/fpdf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-php/fpdf/Manifest -------------------------------------------------------------------------------- /dev-php/fpdf/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-php/fpdf/metadata.xml -------------------------------------------------------------------------------- /dev-python/SLPP/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/SLPP/Manifest -------------------------------------------------------------------------------- /dev-python/addict/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/addict/Manifest -------------------------------------------------------------------------------- /dev-python/aisuite/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/aisuite/Manifest -------------------------------------------------------------------------------- /dev-python/arpy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/arpy/Manifest -------------------------------------------------------------------------------- /dev-python/ascim/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/ascim/Manifest -------------------------------------------------------------------------------- /dev-python/asyncpg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/asyncpg/Manifest -------------------------------------------------------------------------------- /dev-python/auditok/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/auditok/Manifest -------------------------------------------------------------------------------- /dev-python/autopxd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/autopxd/Manifest -------------------------------------------------------------------------------- /dev-python/avro/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/avro/Manifest -------------------------------------------------------------------------------- /dev-python/backoff/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/backoff/Manifest -------------------------------------------------------------------------------- /dev-python/bidict/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/bidict/Manifest -------------------------------------------------------------------------------- /dev-python/bleak/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/bleak/Manifest -------------------------------------------------------------------------------- /dev-python/celery/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/celery/Manifest -------------------------------------------------------------------------------- /dev-python/chevron/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/chevron/Manifest -------------------------------------------------------------------------------- /dev-python/cloup/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/cloup/Manifest -------------------------------------------------------------------------------- /dev-python/cogapp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/cogapp/Manifest -------------------------------------------------------------------------------- /dev-python/cryptg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/cryptg/Manifest -------------------------------------------------------------------------------- /dev-python/dacite/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/dacite/Manifest -------------------------------------------------------------------------------- /dev-python/daff/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/daff/Manifest -------------------------------------------------------------------------------- /dev-python/dasbus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/dasbus/Manifest -------------------------------------------------------------------------------- /dev-python/dropbox/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/dropbox/Manifest -------------------------------------------------------------------------------- /dev-python/exif/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/exif/Manifest -------------------------------------------------------------------------------- /dev-python/ezdxf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/ezdxf/Manifest -------------------------------------------------------------------------------- /dev-python/fastapi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/fastapi/Manifest -------------------------------------------------------------------------------- /dev-python/gbinder/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/gbinder/Manifest -------------------------------------------------------------------------------- /dev-python/gemcall/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/gemcall/Manifest -------------------------------------------------------------------------------- /dev-python/glfw/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/glfw/Manifest -------------------------------------------------------------------------------- /dev-python/guidata/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/guidata/Manifest -------------------------------------------------------------------------------- /dev-python/guiqwt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/guiqwt/Manifest -------------------------------------------------------------------------------- /dev-python/guppy3/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/guppy3/Manifest -------------------------------------------------------------------------------- /dev-python/hachoir/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/hachoir/Manifest -------------------------------------------------------------------------------- /dev-python/hashids/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/hashids/Manifest -------------------------------------------------------------------------------- /dev-python/hid_ups/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/hid_ups/Manifest -------------------------------------------------------------------------------- /dev-python/i3ipc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/i3ipc/Manifest -------------------------------------------------------------------------------- /dev-python/invoke/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/invoke/Manifest -------------------------------------------------------------------------------- /dev-python/iuliia/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/iuliia/Manifest -------------------------------------------------------------------------------- /dev-python/jpype/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/jpype/Manifest -------------------------------------------------------------------------------- /dev-python/mautrix/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/mautrix/Manifest -------------------------------------------------------------------------------- /dev-python/mininet/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/mininet/Manifest -------------------------------------------------------------------------------- /dev-python/mitype/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/mitype/Manifest -------------------------------------------------------------------------------- /dev-python/mobi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/mobi/Manifest -------------------------------------------------------------------------------- /dev-python/mpxj/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/mpxj/Manifest -------------------------------------------------------------------------------- /dev-python/msrest/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/msrest/Manifest -------------------------------------------------------------------------------- /dev-python/nkdfu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/nkdfu/Manifest -------------------------------------------------------------------------------- /dev-python/odfdo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/odfdo/Manifest -------------------------------------------------------------------------------- /dev-python/parsel/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/parsel/Manifest -------------------------------------------------------------------------------- /dev-python/pem/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pem/Manifest -------------------------------------------------------------------------------- /dev-python/pem/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pem/metadata.xml -------------------------------------------------------------------------------- /dev-python/plexapi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/plexapi/Manifest -------------------------------------------------------------------------------- /dev-python/plotext/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/plotext/Manifest -------------------------------------------------------------------------------- /dev-python/plum/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/plum/Manifest -------------------------------------------------------------------------------- /dev-python/protego/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/protego/Manifest -------------------------------------------------------------------------------- /dev-python/pwdlib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pwdlib/Manifest -------------------------------------------------------------------------------- /dev-python/pyclip/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyclip/Manifest -------------------------------------------------------------------------------- /dev-python/pydub/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pydub/Manifest -------------------------------------------------------------------------------- /dev-python/pyftdi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyftdi/Manifest -------------------------------------------------------------------------------- /dev-python/pyglm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyglm/Manifest -------------------------------------------------------------------------------- /dev-python/pygls/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pygls/Manifest -------------------------------------------------------------------------------- /dev-python/pygsl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pygsl/Manifest -------------------------------------------------------------------------------- /dev-python/pymeeus/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pymeeus/Manifest -------------------------------------------------------------------------------- /dev-python/pynput/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pynput/Manifest -------------------------------------------------------------------------------- /dev-python/pyrefly/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyrefly/Manifest -------------------------------------------------------------------------------- /dev-python/pyrime/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyrime/Manifest -------------------------------------------------------------------------------- /dev-python/pysdl3/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pysdl3/Manifest -------------------------------------------------------------------------------- /dev-python/pyvis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/pyvis/Manifest -------------------------------------------------------------------------------- /dev-python/sjcl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/sjcl/Manifest -------------------------------------------------------------------------------- /dev-python/tlv8/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/tlv8/Manifest -------------------------------------------------------------------------------- /dev-python/yams/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-python/yams/Manifest -------------------------------------------------------------------------------- /dev-ruby/byebug/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ruby/byebug/Manifest -------------------------------------------------------------------------------- /dev-ruby/chruby/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ruby/chruby/Manifest -------------------------------------------------------------------------------- /dev-ruby/rbspy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-ruby/rbspy/Manifest -------------------------------------------------------------------------------- /dev-util/bc-ur/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/bc-ur/Manifest -------------------------------------------------------------------------------- /dev-util/deblob/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/deblob/Manifest -------------------------------------------------------------------------------- /dev-util/fnm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/fnm/Manifest -------------------------------------------------------------------------------- /dev-util/fortls/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/fortls/Manifest -------------------------------------------------------------------------------- /dev-util/haredo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/haredo/Manifest -------------------------------------------------------------------------------- /dev-util/hevi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/hevi/Manifest -------------------------------------------------------------------------------- /dev-util/hut/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/hut/Manifest -------------------------------------------------------------------------------- /dev-util/istyle/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/istyle/Manifest -------------------------------------------------------------------------------- /dev-util/mh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/mh/Manifest -------------------------------------------------------------------------------- /dev-util/mh/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/mh/metadata.xml -------------------------------------------------------------------------------- /dev-util/mise/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/mise/Manifest -------------------------------------------------------------------------------- /dev-util/mise/files/config.toml: -------------------------------------------------------------------------------- 1 | [settings] 2 | paranoid = true 3 | -------------------------------------------------------------------------------- /dev-util/mock/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/mock/Manifest -------------------------------------------------------------------------------- /dev-util/pcpp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/pcpp/Manifest -------------------------------------------------------------------------------- /dev-util/pifpaf/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/pifpaf/Manifest -------------------------------------------------------------------------------- /dev-util/rexxd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/rexxd/Manifest -------------------------------------------------------------------------------- /dev-util/rye/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/rye/Manifest -------------------------------------------------------------------------------- /dev-util/scc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/scc/Manifest -------------------------------------------------------------------------------- /dev-util/stripe-cli/files/99stripe-cli: -------------------------------------------------------------------------------- 1 | STRIPE_CLI_TELEMETRY_OPTOUT=1 2 | -------------------------------------------------------------------------------- /dev-util/stylua/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/stylua/Manifest -------------------------------------------------------------------------------- /dev-util/tokei/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/tokei/Manifest -------------------------------------------------------------------------------- /dev-util/trivy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/trivy/Manifest -------------------------------------------------------------------------------- /dev-util/xrt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-util/xrt/Manifest -------------------------------------------------------------------------------- /dev-vcs/ghorg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/ghorg/Manifest -------------------------------------------------------------------------------- /dev-vcs/gitui/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/gitui/Manifest -------------------------------------------------------------------------------- /dev-vcs/jj/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/jj/Manifest -------------------------------------------------------------------------------- /dev-vcs/jj/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/jj/metadata.xml -------------------------------------------------------------------------------- /dev-vcs/lazygit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/lazygit/Manifest -------------------------------------------------------------------------------- /dev-vcs/lazyjj/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/lazyjj/Manifest -------------------------------------------------------------------------------- /dev-vcs/pijul/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-vcs/pijul/Manifest -------------------------------------------------------------------------------- /dev-zig/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-zig/metadata.xml -------------------------------------------------------------------------------- /dev-zig/zls/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-zig/zls/Manifest -------------------------------------------------------------------------------- /dev-zig/zls/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/dev-zig/zls/metadata.xml -------------------------------------------------------------------------------- /eclass/boinc-app.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/boinc-app.eclass -------------------------------------------------------------------------------- /eclass/build2.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/build2.eclass -------------------------------------------------------------------------------- /eclass/click-app.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/click-app.eclass -------------------------------------------------------------------------------- /eclass/daemons.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/daemons.eclass -------------------------------------------------------------------------------- /eclass/databases.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/databases.eclass -------------------------------------------------------------------------------- /eclass/mix.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/mix.eclass -------------------------------------------------------------------------------- /eclass/mpv-plugin.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/mpv-plugin.eclass -------------------------------------------------------------------------------- /eclass/nim-utils.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/nim-utils.eclass -------------------------------------------------------------------------------- /eclass/nimble.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/nimble.eclass -------------------------------------------------------------------------------- /eclass/qbs.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/qbs.eclass -------------------------------------------------------------------------------- /eclass/shards.eclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/shards.eclass -------------------------------------------------------------------------------- /eclass/tests/daemons.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/eclass/tests/daemons.sh -------------------------------------------------------------------------------- /games-engines/nxengine-evo/files/series: -------------------------------------------------------------------------------- 1 | nxengine-evo-2.6.5-1-gcc13.patch 2 | -------------------------------------------------------------------------------- /games-misc/gay/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/games-misc/gay/Manifest -------------------------------------------------------------------------------- /games-server/among-sus/files/among-sus.confd: -------------------------------------------------------------------------------- 1 | # Set port number 2 | #AMONG_SUS_PORT=1234 3 | -------------------------------------------------------------------------------- /games-util/qzdl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/games-util/qzdl/Manifest -------------------------------------------------------------------------------- /games-util/roll/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/games-util/roll/Manifest -------------------------------------------------------------------------------- /games-util/xone/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/games-util/xone/Manifest -------------------------------------------------------------------------------- /gnome-extra/yad/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gnome-extra/yad/Manifest -------------------------------------------------------------------------------- /gui-apps/ashell/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/ashell/Manifest -------------------------------------------------------------------------------- /gui-apps/awww/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/awww/Manifest -------------------------------------------------------------------------------- /gui-apps/azote/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/azote/Manifest -------------------------------------------------------------------------------- /gui-apps/corefm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/corefm/Manifest -------------------------------------------------------------------------------- /gui-apps/eww/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/eww/Manifest -------------------------------------------------------------------------------- /gui-apps/fnott/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/fnott/Manifest -------------------------------------------------------------------------------- /gui-apps/fuzzel/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/fuzzel/Manifest -------------------------------------------------------------------------------- /gui-apps/fyi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/fyi/Manifest -------------------------------------------------------------------------------- /gui-apps/klassy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/klassy/Manifest -------------------------------------------------------------------------------- /gui-apps/koi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/koi/Manifest -------------------------------------------------------------------------------- /gui-apps/lemurs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/lemurs/Manifest -------------------------------------------------------------------------------- /gui-apps/lswt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/lswt/Manifest -------------------------------------------------------------------------------- /gui-apps/satty/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/satty/Manifest -------------------------------------------------------------------------------- /gui-apps/sfwbar/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/sfwbar/Manifest -------------------------------------------------------------------------------- /gui-apps/swaync/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/swaync/Manifest -------------------------------------------------------------------------------- /gui-apps/swayr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/swayr/Manifest -------------------------------------------------------------------------------- /gui-apps/tessen/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/tessen/Manifest -------------------------------------------------------------------------------- /gui-apps/tofi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/tofi/Manifest -------------------------------------------------------------------------------- /gui-apps/vicuna/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/vicuna/Manifest -------------------------------------------------------------------------------- /gui-apps/walker/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/walker/Manifest -------------------------------------------------------------------------------- /gui-apps/wbg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/wbg/Manifest -------------------------------------------------------------------------------- /gui-apps/wev/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/wev/Manifest -------------------------------------------------------------------------------- /gui-apps/wlopm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/wlopm/Manifest -------------------------------------------------------------------------------- /gui-apps/wob/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/wob/Manifest -------------------------------------------------------------------------------- /gui-apps/wtype/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/wtype/Manifest -------------------------------------------------------------------------------- /gui-apps/xremap/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/xremap/Manifest -------------------------------------------------------------------------------- /gui-apps/xremap/files/xremap-uinput.conf: -------------------------------------------------------------------------------- 1 | uinput 2 | -------------------------------------------------------------------------------- /gui-apps/yambar/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-apps/yambar/Manifest -------------------------------------------------------------------------------- /gui-libs/mir/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-libs/mir/Manifest -------------------------------------------------------------------------------- /gui-wm/cage/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/cage/Manifest -------------------------------------------------------------------------------- /gui-wm/cage/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/cage/metadata.xml -------------------------------------------------------------------------------- /gui-wm/mangowc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/mangowc/Manifest -------------------------------------------------------------------------------- /gui-wm/niri/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/niri/Manifest -------------------------------------------------------------------------------- /gui-wm/niri/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/niri/metadata.xml -------------------------------------------------------------------------------- /gui-wm/phoc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/phoc/Manifest -------------------------------------------------------------------------------- /gui-wm/phoc/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/phoc/metadata.xml -------------------------------------------------------------------------------- /gui-wm/river/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/river/Manifest -------------------------------------------------------------------------------- /gui-wm/swayfx/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/swayfx/Manifest -------------------------------------------------------------------------------- /gui-wm/wayback/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/gui-wm/wayback/Manifest -------------------------------------------------------------------------------- /guru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/guru.svg -------------------------------------------------------------------------------- /licenses/7k-music: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/7k-music -------------------------------------------------------------------------------- /licenses/AIMP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/AIMP -------------------------------------------------------------------------------- /licenses/AMD-Binary-Only: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/AMD-Binary-Only -------------------------------------------------------------------------------- /licenses/BSL-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/BSL-1.1 -------------------------------------------------------------------------------- /licenses/CeCILL-2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/CeCILL-2.1 -------------------------------------------------------------------------------- /licenses/Cisco: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Cisco -------------------------------------------------------------------------------- /licenses/Enpass-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Enpass-EULA -------------------------------------------------------------------------------- /licenses/Fopnu: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Fopnu -------------------------------------------------------------------------------- /licenses/M-Noise-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/M-Noise-EULA -------------------------------------------------------------------------------- /licenses/MEGA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/MEGA -------------------------------------------------------------------------------- /licenses/MIT-fpdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/MIT-fpdf -------------------------------------------------------------------------------- /licenses/MS-TOU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/MS-TOU -------------------------------------------------------------------------------- /licenses/Modelica-1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Modelica-1.1 -------------------------------------------------------------------------------- /licenses/Modelica-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Modelica-2 -------------------------------------------------------------------------------- /licenses/Morgen-TOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Morgen-TOS -------------------------------------------------------------------------------- /licenses/Music-Tribe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Music-Tribe -------------------------------------------------------------------------------- /licenses/NTP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/NTP -------------------------------------------------------------------------------- /licenses/OCBASE-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/OCBASE-EULA -------------------------------------------------------------------------------- /licenses/ODC-By-1.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/ODC-By-1.0 -------------------------------------------------------------------------------- /licenses/OSL-3.0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/OSL-3.0 -------------------------------------------------------------------------------- /licenses/OSMC-PL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/OSMC-PL -------------------------------------------------------------------------------- /licenses/Obsidian-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Obsidian-EULA -------------------------------------------------------------------------------- /licenses/Overwolf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Overwolf -------------------------------------------------------------------------------- /licenses/PGP-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/PGP-2 -------------------------------------------------------------------------------- /licenses/PowerPanel: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/PowerPanel -------------------------------------------------------------------------------- /licenses/RSAREF: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/RSAREF -------------------------------------------------------------------------------- /licenses/RTCW-ETEULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/RTCW-ETEULA -------------------------------------------------------------------------------- /licenses/Saleae: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Saleae -------------------------------------------------------------------------------- /licenses/TTYP0: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/TTYP0 -------------------------------------------------------------------------------- /licenses/Typora-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Typora-EULA -------------------------------------------------------------------------------- /licenses/UFAS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/UFAS -------------------------------------------------------------------------------- /licenses/Unity-TOS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Unity-TOS -------------------------------------------------------------------------------- /licenses/VESTA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/VESTA -------------------------------------------------------------------------------- /licenses/WTFPL: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/WTFPL -------------------------------------------------------------------------------- /licenses/Warframe-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Warframe-EULA -------------------------------------------------------------------------------- /licenses/Yandex-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/Yandex-EULA -------------------------------------------------------------------------------- /licenses/assaultcube: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/assaultcube -------------------------------------------------------------------------------- /licenses/canfep: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/canfep -------------------------------------------------------------------------------- /licenses/idea-eap-EULA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/idea-eap-EULA -------------------------------------------------------------------------------- /licenses/ledger-live-ToU: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/ledger-live-ToU -------------------------------------------------------------------------------- /licenses/meschach: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/meschach -------------------------------------------------------------------------------- /licenses/noweb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/noweb -------------------------------------------------------------------------------- /licenses/openspades-pak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/openspades-pak -------------------------------------------------------------------------------- /licenses/powell: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/powell -------------------------------------------------------------------------------- /licenses/shion: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/shion -------------------------------------------------------------------------------- /licenses/sunpro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/sunpro -------------------------------------------------------------------------------- /licenses/technic: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/licenses/technic -------------------------------------------------------------------------------- /media-gfx/mayo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/mayo/Manifest -------------------------------------------------------------------------------- /media-gfx/nsxiv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/nsxiv/Manifest -------------------------------------------------------------------------------- /media-gfx/qview/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/qview/Manifest -------------------------------------------------------------------------------- /media-gfx/sic/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/sic/Manifest -------------------------------------------------------------------------------- /media-gfx/timg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/timg/Manifest -------------------------------------------------------------------------------- /media-gfx/zw3d/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/zw3d/Manifest -------------------------------------------------------------------------------- /media-gfx/zwcad/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-gfx/zwcad/Manifest -------------------------------------------------------------------------------- /media-libs/alvr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-libs/alvr/Manifest -------------------------------------------------------------------------------- /media-libs/glad/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-libs/glad/Manifest -------------------------------------------------------------------------------- /media-libs/glee/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-libs/glee/Manifest -------------------------------------------------------------------------------- /media-libs/grok/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-libs/grok/Manifest -------------------------------------------------------------------------------- /media-sound/6pm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-sound/6pm/Manifest -------------------------------------------------------------------------------- /media-sound/dzr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-sound/dzr/Manifest -------------------------------------------------------------------------------- /media-sound/kew/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-sound/kew/Manifest -------------------------------------------------------------------------------- /media-sound/lms/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/media-sound/lms/Manifest -------------------------------------------------------------------------------- /metadata/layout.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/metadata/layout.conf -------------------------------------------------------------------------------- /metadata/pkg_desc_index: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/metadata/pkg_desc_index -------------------------------------------------------------------------------- /metadata/pkgcheck.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/metadata/pkgcheck.conf -------------------------------------------------------------------------------- /metadata/timestamp.chk: -------------------------------------------------------------------------------- 1 | Tue, 02 Dec 2025 19:15:51 +0000 2 | -------------------------------------------------------------------------------- /net-client/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-client/metadata.xml -------------------------------------------------------------------------------- /net-dialup/tio/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-dialup/tio/Manifest -------------------------------------------------------------------------------- /net-dns/blocky/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-dns/blocky/Manifest -------------------------------------------------------------------------------- /net-im/abaddon/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/abaddon/Manifest -------------------------------------------------------------------------------- /net-im/beeper/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/beeper/Manifest -------------------------------------------------------------------------------- /net-im/conduit/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/conduit/Manifest -------------------------------------------------------------------------------- /net-im/discordo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/discordo/Manifest -------------------------------------------------------------------------------- /net-im/dissent/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/dissent/Manifest -------------------------------------------------------------------------------- /net-im/eturnal/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/eturnal/Manifest -------------------------------------------------------------------------------- /net-im/flare/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/flare/Manifest -------------------------------------------------------------------------------- /net-im/gomuks/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/gomuks/Manifest -------------------------------------------------------------------------------- /net-im/gurk-rs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/gurk-rs/Manifest -------------------------------------------------------------------------------- /net-im/iamb/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/iamb/Manifest -------------------------------------------------------------------------------- /net-im/iamb/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/iamb/metadata.xml -------------------------------------------------------------------------------- /net-im/maubot/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/maubot/Manifest -------------------------------------------------------------------------------- /net-im/nheko/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/nheko/Manifest -------------------------------------------------------------------------------- /net-im/pop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/pop/Manifest -------------------------------------------------------------------------------- /net-im/pop/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-im/pop/metadata.xml -------------------------------------------------------------------------------- /net-irc/catgirl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/catgirl/Manifest -------------------------------------------------------------------------------- /net-irc/halloy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/halloy/Manifest -------------------------------------------------------------------------------- /net-irc/pounce/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/pounce/Manifest -------------------------------------------------------------------------------- /net-irc/quarg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/quarg/Manifest -------------------------------------------------------------------------------- /net-irc/srain/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/srain/Manifest -------------------------------------------------------------------------------- /net-irc/tiny/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-irc/tiny/Manifest -------------------------------------------------------------------------------- /net-libs/dpdk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-libs/dpdk/Manifest -------------------------------------------------------------------------------- /net-libs/kcgi/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-libs/kcgi/Manifest -------------------------------------------------------------------------------- /net-libs/ulfius/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-libs/ulfius/Manifest -------------------------------------------------------------------------------- /net-libs/yder/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-libs/yder/Manifest -------------------------------------------------------------------------------- /net-mail/pop/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-mail/pop/Manifest -------------------------------------------------------------------------------- /net-misc/brickd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/brickd/Manifest -------------------------------------------------------------------------------- /net-misc/clatd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/clatd/Manifest -------------------------------------------------------------------------------- /net-misc/curlie/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/curlie/Manifest -------------------------------------------------------------------------------- /net-misc/ffsend/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/ffsend/Manifest -------------------------------------------------------------------------------- /net-misc/gdown/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/gdown/Manifest -------------------------------------------------------------------------------- /net-misc/gdrive/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/gdrive/Manifest -------------------------------------------------------------------------------- /net-misc/gemget/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/gemget/Manifest -------------------------------------------------------------------------------- /net-misc/gmid/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/gmid/Manifest -------------------------------------------------------------------------------- /net-misc/iipsrv/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/iipsrv/Manifest -------------------------------------------------------------------------------- /net-misc/jool/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/jool/Manifest -------------------------------------------------------------------------------- /net-misc/kissy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/kissy/Manifest -------------------------------------------------------------------------------- /net-misc/mbpoll/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/mbpoll/Manifest -------------------------------------------------------------------------------- /net-misc/myip/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/myip/Manifest -------------------------------------------------------------------------------- /net-misc/sshx/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/sshx/Manifest -------------------------------------------------------------------------------- /net-misc/toot/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/toot/Manifest -------------------------------------------------------------------------------- /net-misc/warp/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/warp/Manifest -------------------------------------------------------------------------------- /net-misc/wlvncc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/wlvncc/Manifest -------------------------------------------------------------------------------- /net-misc/wsdd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/wsdd/Manifest -------------------------------------------------------------------------------- /net-misc/xh/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/xh/Manifest -------------------------------------------------------------------------------- /net-misc/xh/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/xh/metadata.xml -------------------------------------------------------------------------------- /net-misc/yacy/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/yacy/Manifest -------------------------------------------------------------------------------- /net-misc/yt-dlg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-misc/yt-dlg/Manifest -------------------------------------------------------------------------------- /net-news/gfeeds/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-news/gfeeds/Manifest -------------------------------------------------------------------------------- /net-nntp/inn/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-nntp/inn/Manifest -------------------------------------------------------------------------------- /net-nntp/inn/files/30inn: -------------------------------------------------------------------------------- 1 | CONFIG_PROTECT=/var/db/news 2 | -------------------------------------------------------------------------------- /net-nntp/pan/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-nntp/pan/Manifest -------------------------------------------------------------------------------- /net-p2p/feather/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-p2p/feather/Manifest -------------------------------------------------------------------------------- /net-p2p/fopnu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-p2p/fopnu/Manifest -------------------------------------------------------------------------------- /net-p2p/monero/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-p2p/monero/Manifest -------------------------------------------------------------------------------- /net-p2p/p2pool/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-p2p/p2pool/Manifest -------------------------------------------------------------------------------- /net-print/hpuld/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-print/hpuld/Manifest -------------------------------------------------------------------------------- /net-voip/re/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-voip/re/Manifest -------------------------------------------------------------------------------- /net-voip/re/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-voip/re/metadata.xml -------------------------------------------------------------------------------- /net-voip/vvmd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-voip/vvmd/Manifest -------------------------------------------------------------------------------- /net-vpn/fastd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-vpn/fastd/Manifest -------------------------------------------------------------------------------- /net-vpn/vtun-ng/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/net-vpn/vtun-ng/Manifest -------------------------------------------------------------------------------- /phosh-base/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/phosh-base/metadata.xml -------------------------------------------------------------------------------- /phosh-base/pfs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/phosh-base/pfs/Manifest -------------------------------------------------------------------------------- /profiles/categories: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/categories -------------------------------------------------------------------------------- /profiles/eapi: -------------------------------------------------------------------------------- 1 | 5 2 | -------------------------------------------------------------------------------- /profiles/license_groups: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/license_groups -------------------------------------------------------------------------------- /profiles/package.mask: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/package.mask -------------------------------------------------------------------------------- /profiles/repo_name: -------------------------------------------------------------------------------- 1 | guru 2 | -------------------------------------------------------------------------------- /profiles/updates/1Q-2021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/1Q-2021 -------------------------------------------------------------------------------- /profiles/updates/1Q-2022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/1Q-2022 -------------------------------------------------------------------------------- /profiles/updates/1Q-2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/1Q-2023 -------------------------------------------------------------------------------- /profiles/updates/1Q-2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/1Q-2024 -------------------------------------------------------------------------------- /profiles/updates/1Q-2025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/1Q-2025 -------------------------------------------------------------------------------- /profiles/updates/2Q-2020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2020 -------------------------------------------------------------------------------- /profiles/updates/2Q-2021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2021 -------------------------------------------------------------------------------- /profiles/updates/2Q-2022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2022 -------------------------------------------------------------------------------- /profiles/updates/2Q-2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2023 -------------------------------------------------------------------------------- /profiles/updates/2Q-2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2024 -------------------------------------------------------------------------------- /profiles/updates/2Q-2025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/2Q-2025 -------------------------------------------------------------------------------- /profiles/updates/3Q-2020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/3Q-2020 -------------------------------------------------------------------------------- /profiles/updates/3Q-2022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/3Q-2022 -------------------------------------------------------------------------------- /profiles/updates/3Q-2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/3Q-2024 -------------------------------------------------------------------------------- /profiles/updates/3Q-2025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/3Q-2025 -------------------------------------------------------------------------------- /profiles/updates/4Q-2020: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2020 -------------------------------------------------------------------------------- /profiles/updates/4Q-2021: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2021 -------------------------------------------------------------------------------- /profiles/updates/4Q-2022: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2022 -------------------------------------------------------------------------------- /profiles/updates/4Q-2023: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2023 -------------------------------------------------------------------------------- /profiles/updates/4Q-2024: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2024 -------------------------------------------------------------------------------- /profiles/updates/4Q-2025: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/updates/4Q-2025 -------------------------------------------------------------------------------- /profiles/use.desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/use.desc -------------------------------------------------------------------------------- /profiles/use.local.desc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/profiles/use.local.desc -------------------------------------------------------------------------------- /sci-libs/dlpack/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sci-libs/dlpack/Manifest -------------------------------------------------------------------------------- /sci-ml/aichat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sci-ml/aichat/Manifest -------------------------------------------------------------------------------- /sci-ml/ollama/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sci-ml/ollama/Manifest -------------------------------------------------------------------------------- /scripts/email-checker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/scripts/email-checker.py -------------------------------------------------------------------------------- /sys-apps/0xFFFF/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/0xFFFF/Manifest -------------------------------------------------------------------------------- /sys-apps/bustd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/bustd/Manifest -------------------------------------------------------------------------------- /sys-apps/bustd/files/bustd-conf.d: -------------------------------------------------------------------------------- 1 | #BUSTD_OPTS="-p 15" 2 | -------------------------------------------------------------------------------- /sys-apps/dnf5/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/dnf5/Manifest -------------------------------------------------------------------------------- /sys-apps/dool/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/dool/Manifest -------------------------------------------------------------------------------- /sys-apps/dysk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/dysk/Manifest -------------------------------------------------------------------------------- /sys-apps/gat/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/gat/Manifest -------------------------------------------------------------------------------- /sys-apps/hex/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/hex/Manifest -------------------------------------------------------------------------------- /sys-apps/hexyl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/hexyl/Manifest -------------------------------------------------------------------------------- /sys-apps/lact/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/lact/Manifest -------------------------------------------------------------------------------- /sys-apps/lr/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/lr/Manifest -------------------------------------------------------------------------------- /sys-apps/lr/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/lr/metadata.xml -------------------------------------------------------------------------------- /sys-apps/lsplug/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/lsplug/Manifest -------------------------------------------------------------------------------- /sys-apps/openpt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/openpt/Manifest -------------------------------------------------------------------------------- /sys-apps/ov/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/ov/Manifest -------------------------------------------------------------------------------- /sys-apps/ov/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/ov/metadata.xml -------------------------------------------------------------------------------- /sys-apps/sd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/sd/Manifest -------------------------------------------------------------------------------- /sys-apps/sd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/sd/metadata.xml -------------------------------------------------------------------------------- /sys-apps/zmem/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-apps/zmem/Manifest -------------------------------------------------------------------------------- /sys-boot/drbl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-boot/drbl/Manifest -------------------------------------------------------------------------------- /sys-boot/mkusb/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-boot/mkusb/Manifest -------------------------------------------------------------------------------- /sys-devel/lcc/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-devel/lcc/Manifest -------------------------------------------------------------------------------- /sys-fs/btrd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/btrd/Manifest -------------------------------------------------------------------------------- /sys-fs/btrd/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/btrd/metadata.xml -------------------------------------------------------------------------------- /sys-fs/dua-cli/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/dua-cli/Manifest -------------------------------------------------------------------------------- /sys-fs/dwarfs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/dwarfs/Manifest -------------------------------------------------------------------------------- /sys-fs/ffmpegfs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/ffmpegfs/Manifest -------------------------------------------------------------------------------- /sys-fs/gcsfuse/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/gcsfuse/Manifest -------------------------------------------------------------------------------- /sys-fs/gdu/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/gdu/Manifest -------------------------------------------------------------------------------- /sys-fs/gdu/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/gdu/metadata.xml -------------------------------------------------------------------------------- /sys-fs/mdevd/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/mdevd/Manifest -------------------------------------------------------------------------------- /sys-fs/vramfs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/vramfs/Manifest -------------------------------------------------------------------------------- /sys-fs/xva-img/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-fs/xva-img/Manifest -------------------------------------------------------------------------------- /sys-kernel/xow/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-kernel/xow/Manifest -------------------------------------------------------------------------------- /sys-process/nq/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-process/nq/Manifest -------------------------------------------------------------------------------- /sys-process/xe/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/sys-process/xe/Manifest -------------------------------------------------------------------------------- /www-apps/anubis/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-apps/anubis/Manifest -------------------------------------------------------------------------------- /www-apps/redlib/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-apps/redlib/Manifest -------------------------------------------------------------------------------- /www-apps/rimgo/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-apps/rimgo/Manifest -------------------------------------------------------------------------------- /www-apps/sblg/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-apps/sblg/Manifest -------------------------------------------------------------------------------- /www-apps/whoogle-search/files/whoogle: -------------------------------------------------------------------------------- 1 | BIND_ADDRESS=127.0.0.1 2 | LISTEN_PORT=5000 -------------------------------------------------------------------------------- /www-apps/zola/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-apps/zola/Manifest -------------------------------------------------------------------------------- /www-client/nyxt/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-client/nyxt/Manifest -------------------------------------------------------------------------------- /www-client/vimb/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-client/vimb/Manifest -------------------------------------------------------------------------------- /www-misc/dufs/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-misc/dufs/Manifest -------------------------------------------------------------------------------- /www-misc/waldl/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/www-misc/waldl/Manifest -------------------------------------------------------------------------------- /x11-misc/dotool/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/dotool/Manifest -------------------------------------------------------------------------------- /x11-misc/gobble/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/gobble/Manifest -------------------------------------------------------------------------------- /x11-misc/ksnip/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/ksnip/Manifest -------------------------------------------------------------------------------- /x11-misc/ly/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/ly/Manifest -------------------------------------------------------------------------------- /x11-misc/ly/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/ly/metadata.xml -------------------------------------------------------------------------------- /x11-misc/selx/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/selx/Manifest -------------------------------------------------------------------------------- /x11-misc/tbsm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/tbsm/Manifest -------------------------------------------------------------------------------- /x11-misc/xob/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-misc/xob/Manifest -------------------------------------------------------------------------------- /x11-terms/rio/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-terms/rio/Manifest -------------------------------------------------------------------------------- /x11-terms/tym/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-terms/tym/Manifest -------------------------------------------------------------------------------- /x11-wm/dk/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-wm/dk/Manifest -------------------------------------------------------------------------------- /x11-wm/dk/dk-1.7.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-wm/dk/dk-1.7.ebuild -------------------------------------------------------------------------------- /x11-wm/dk/dk-9999.ebuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-wm/dk/dk-9999.ebuild -------------------------------------------------------------------------------- /x11-wm/dk/metadata.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-wm/dk/metadata.xml -------------------------------------------------------------------------------- /x11-wm/leftwm/Manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gentoo-mirror/guru/HEAD/x11-wm/leftwm/Manifest --------------------------------------------------------------------------------