{"syncs":[{"categories":[{"id":{"name":"app-benchmarks","tracked":false},"packages":[{"id":{"name":"geekbench-ai","tracked":false},"package":{"detail":{"categoryid":448,"description":"A Cross-Platform AI Benchmark for Android, iOS, Linux, MacOS and Windows","firstseen":"2026-07-27T10:26:31.469649","name":"geekbench-ai","packageid":79351},"ebuilds":[{"ebuildid":906768,"firstseen":"2026-07-27T10:26:31.469649","license":"geekbench-ai","moddate":"2026-07-27T09:26:31","packageid":79351,"repoid":1,"slot":"0","version":"1.7.0"}]}}]},{"id":{"name":"dev-libs","tracked":false},"packages":[{"id":{"name":"libzia","tracked":false},"package":{"detail":{"categoryid":393,"description":"Platform abstraction code for tucnak package","firstseen":"2017-10-13T13:53:47.940945","name":"libzia","packageid":68079},"ebuilds":[{"ebuildid":906769,"firstseen":"2026-07-27T10:46:40.061032","license":"GPL-2","moddate":"2026-07-27T09:46:39","packageid":68079,"repoid":1,"slot":"0","version":"4.72-r1"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"backrefs","tracked":false},"package":{"detail":{"categoryid":336,"description":"Wrapper around re or regex that adds additional back references","firstseen":"2020-12-08T11:50:59.550207","name":"backrefs","packageid":72248,"summary":"Backrefs is a wrapper around Python's built-in Re and the 3rd party Regex library. Backrefs adds various additional back references (and a couple other features) that are known to some regular expression engines, but not to Python's Re and\/or Regex. The supported back references actually vary depending on the regular expression engine being used as the engine may already have support for some."},"ebuilds":[{"ebuildid":906750,"firstseen":"2026-07-27T04:41:37.845830","license":"MIT","moddate":"2026-07-27T03:41:37","packageid":72248,"repoid":1,"slot":"0","version":"8.0"}]}},{"id":{"name":"fastjsonschema","tracked":false},"package":{"detail":{"categoryid":336,"description":"Fast JSON schema validator for Python","firstseen":"2020-10-11T16:11:52.444575","name":"fastjsonschema","packageid":72083},"ebuilds":[{"ebuildid":906751,"firstseen":"2026-07-27T04:41:37.845830","license":"BSD","moddate":"2026-07-27T03:41:37","packageid":72083,"repoid":1,"slot":"0","version":"2.22.0"}]}},{"id":{"name":"gitpython","tracked":false},"package":{"detail":{"categoryid":336,"description":"Library used to interact with Git repositories","firstseen":"2024-11-22T20:38:50.490708","name":"gitpython","packageid":77884},"ebuilds":[{"ebuildid":906752,"firstseen":"2026-07-27T04:41:37.845830","license":"BSD","moddate":"2026-07-29T04:05:24","packageid":77884,"repoid":1,"slot":"0","version":"3.1.57"}]}},{"id":{"name":"phonenumbers","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python port of Google's libphonenumber","firstseen":"2016-01-17T14:40:58.707864","maintainer":"ercpe@gentoo.org","maintainername":"Johann Schmitz (ercpe)","name":"phonenumbers","packageid":64883},"ebuilds":[{"ebuildid":906753,"firstseen":"2026-07-27T04:41:37.845830","license":"Apache-2.0","moddate":"2026-07-29T02:23:53","packageid":64883,"repoid":1,"slot":"0","version":"9.0.35"}]}},{"id":{"name":"prompt-toolkit","tracked":false},"package":{"detail":{"categoryid":336,"description":"Building powerful interactive command lines in Python","firstseen":"2023-02-21T18:08:25.432320","name":"prompt-toolkit","packageid":75854},"ebuilds":[{"ebuildid":906754,"firstseen":"2026-07-27T04:41:37.845830","license":"BSD","moddate":"2026-07-27T03:41:37","packageid":75854,"repoid":1,"slot":"0","version":"3.0.53"}]}},{"id":{"name":"pygments","tracked":false},"package":{"detail":{"categoryid":336,"description":"Pygments is a syntax highlighting package written in Python","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"pygments","packageid":44726,"summary":"Pygments is a syntax highlighting package written in Python. Pygments can output to html, bbcode, latex, rtf and other formats."},"ebuilds":[{"ebuildid":906749,"firstseen":"2026-07-27T03:00:08.629492","license":"BSD-2","moddate":"2026-07-27T02:00:08","packageid":44726,"repoid":1,"slot":"0","version":"2.20.0"}]}},{"id":{"name":"pyproject-fmt","tracked":false},"package":{"detail":{"categoryid":336,"description":"Format your pyproject.toml file","firstseen":"2022-06-25T06:26:05.478460","name":"pyproject-fmt","packageid":75090},"ebuilds":[{"ebuildid":906755,"firstseen":"2026-07-27T04:41:37.845830","license":"MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB","moddate":"2026-07-27T03:41:37","packageid":75090,"repoid":1,"slot":"0","version":"2.25.4"}]}},{"id":{"name":"typeguard","tracked":false},"package":{"detail":{"categoryid":336,"description":"Run-time type checker for Python","firstseen":"2021-08-05T08:50:11.827307","name":"typeguard","packageid":73273},"ebuilds":[{"ebuildid":906756,"firstseen":"2026-07-27T04:41:37.845830","license":"MIT","moddate":"2026-07-27T03:41:37","packageid":73273,"repoid":1,"slot":"0","version":"4.6.0"}]}},{"id":{"name":"urwid","tracked":false},"package":{"detail":{"categoryid":336,"description":"Curses-based user interface library for Python","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"urwid","packageid":42526,"summary":"Urwid is a curses-based user interface library. It includes many features useful for text console application developers including: - Fluid interface resizing (xterm window resizing \/ fbset on Linux console) - Web application display mode using Apache and CGI [Live Demo] - Support for UTF-8, simple 8-bit and CJK encodings - Multiple text alignment and wrapping modes built-in - Ability create user-defined text layout classes - Simple markup for setting text attributes - Powerful list box that handles scrolling between different widget types - List box contents may be managed with a user-defined class - Flexible edit box for editing many different types of text - Buttons, check boxes and radio boxes - Customizable layout for all widgets - Easy interface for creating HTML screen shots"},"ebuilds":[{"ebuildid":906757,"firstseen":"2026-07-27T04:41:37.845830","license":"LGPL-2.1","moddate":"2026-07-27T03:41:37","packageid":42526,"repoid":1,"slot":"0","version":"4.0.8"}]}}]},{"id":{"name":"dev-util","tracked":false},"packages":[{"id":{"name":"ruff","tracked":false},"package":{"detail":{"categoryid":428,"description":"An extremely fast Python linter, written in Rust","firstseen":"2023-02-08T20:51:30.045699","name":"ruff","packageid":75819},"ebuilds":[{"ebuildid":906777,"firstseen":"2026-07-27T20:35:41.013797","license":"MIT Apache-2.0 BSD CC0-1.0 ISC MIT MPL-2.0 PSF-2 Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB","moddate":"2026-07-27T19:35:40","packageid":75819,"repoid":1,"slot":"0","version":"0.16.0"}]}}]},{"id":{"name":"games-emulation","tracked":false},"packages":[{"id":{"name":"atari800","tracked":false},"package":{"detail":{"categoryid":390,"description":"Emulator of Atari 8-bit computer systems and 5200 game console","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"atari800","packageid":54566,"summary":"Atari800 is an Atari 800, 800XL, 130XE and 5200 emulator for Unix, Amiga, MS-DOS, Atari TT\/Falcon, SDL and WinCE. Our main objective is to create a freely distributable portable emulator (i.e. with source code available). It can be configured to run in the following ways : * BASIC mode * CURSES mode * SVGALIB for Linux Systems * X Window + Optional XVIEW or MOTIF User Interface * CBM Amiga * MS-DOS * TOS (Atari Falcon030\/TT030 and compatible) * MS Windows (DirectX) * SDL (many different platforms and systems) * WinCE * MacOS X"},"ebuilds":[{"ebuildid":906758,"firstseen":"2026-07-27T04:41:37.845830","license":"GPL-2+","moddate":"2026-07-27T03:41:37","packageid":54566,"repoid":1,"slot":"0","version":"7.1.2"}]}}]},{"id":{"name":"gnome-base","tracked":false},"packages":[{"id":{"name":"gnome-flashback","tracked":false},"package":{"detail":{"categoryid":411,"description":"GNOME Flashback session","firstseen":"2019-06-21T22:10:04.628059","name":"gnome-flashback","packageid":69889},"ebuilds":[{"ebuildid":906767,"firstseen":"2026-07-27T09:46:15.454294","license":"GPL-3+","moddate":"2026-07-27T08:46:15","packageid":69889,"repoid":1,"slot":"0","version":"3.58.0-r1"}]}}]},{"id":{"name":"mail-mta","tracked":false},"packages":[{"id":{"name":"courier","tracked":false},"package":{"detail":{"categoryid":329,"description":"An MTA designed specifically for maildirs","firstseen":"2010-05-04T00:54:45.661860","maintainer":"hanno@gentoo.org","maintainername":"Net-Mail","name":"courier","packageid":48158,"summary":"Complete email package consisting of pop, imap, smtp, and fax server and secure version of the above also."},"ebuilds":[{"ebuildid":906770,"firstseen":"2026-07-27T10:46:40.061032","license":"GPL-3","moddate":"2026-07-27T09:46:39","packageid":48158,"repoid":1,"slot":"0","version":"2.0.6"}]}}]},{"id":{"name":"media-gfx","tracked":false},"packages":[{"id":{"name":"krita","tracked":false},"package":{"detail":{"categoryid":354,"description":"Free digital painting application. Digital Painting, Creative Freedom!","firstseen":"2016-06-06T13:39:43.975748","maintainer":"kde@gentoo.org","maintainername":"Gentoo KDE Project","name":"krita","packageid":65487},"ebuilds":[{"ebuildid":906776,"firstseen":"2026-07-27T19:34:13.982247","license":"GPL-3","moddate":"2026-07-27T18:34:13","packageid":65487,"repoid":1,"slot":"0","version":"6.0.3"}]}}]},{"id":{"name":"media-radio","tracked":false},"packages":[{"id":{"name":"svxlink","tracked":false},"package":{"detail":{"categoryid":332,"description":"Multi Purpose Voice Services System, including Qtel for EchoLink","firstseen":"2012-01-29T14:36:43.052897","maintainer":"tomjbe@gentoo.org","maintainername":"Thomas Beierlein","name":"svxlink","packageid":58772,"summary":"The SvxLink project aim to develop a flexible, general purpose voice services system for ham radio use. The svxlink server consists of a core that handles the connection to the tranceiver. The project also includes an EchoLink client GUI application (Qtel)."},"ebuilds":[{"ebuildid":906764,"firstseen":"2026-07-27T08:05:06.633358","license":"GPL-2 LGPL-2.1","moddate":"2026-07-27T07:05:06","packageid":58772,"repoid":1,"slot":"0","version":"26.05.1"}]}}]},{"id":{"name":"net-im","tracked":false},"packages":[{"id":{"name":"mattermost-desktop-bin","tracked":false},"package":{"detail":{"categoryid":414,"description":"Mattermost Desktop application","firstseen":"2017-02-14T14:36:02.899079","name":"mattermost-desktop-bin","packageid":66498},"ebuilds":[{"ebuildid":906773,"firstseen":"2026-07-27T13:27:39.857827","license":"Apache-2.0 GPL-2+ LGPL-2.1+ MIT","moddate":"2026-07-27T12:27:39","packageid":66498,"repoid":1,"slot":"0","version":"6.3.0_rc2"}]}}]},{"id":{"name":"net-libs","tracked":false},"packages":[{"id":{"name":"nghttp3","tracked":false},"package":{"detail":{"categoryid":320,"description":"HTTP\/3 library written in C","firstseen":"2019-09-13T21:13:10.878709","name":"nghttp3","packageid":70146},"ebuilds":[{"ebuildid":906774,"firstseen":"2026-07-27T15:49:02.151551","license":"MIT","moddate":"2026-07-27T14:49:01","packageid":70146,"repoid":1,"slot":"0\/0","version":"1.18.0"}]}},{"id":{"name":"ngtcp2","tracked":false},"package":{"detail":{"categoryid":320,"description":"Implementation of the IETF QUIC Protocol","firstseen":"2019-09-13T21:13:10.878709","name":"ngtcp2","packageid":70147},"ebuilds":[{"ebuildid":906775,"firstseen":"2026-07-27T15:49:02.151551","license":"MIT","moddate":"2026-07-27T14:49:01","packageid":70147,"repoid":1,"slot":"0\/0","version":"1.25.0"}]}}]},{"id":{"name":"sci-astronomy","tracked":false},"packages":[{"id":{"name":"xephem","tracked":false},"package":{"detail":{"categoryid":339,"description":"Interactive tool for astronomical ephemeris and sky simulation","firstseen":"2010-05-04T00:54:45.661860","maintainer":"sci-astronomy@gentoo.org","maintainername":"Gentoo Astronomy Project","name":"xephem","packageid":48938,"summary":"Xephem is an interactive astronomical ephemeris program for X Windows systems. It computes heliocentric, geocentric and topocentric information for fixed celestial objects and objects in heliocentric and geocentric orbits; has built-in support for all planet positions; the moons of Jupiter, Saturn and Earth; Mars' and Jupiter's central meridian longitude; Saturn's rings; and Jupiter's Great Red Spot."},"ebuilds":[{"ebuildid":906771,"firstseen":"2026-07-27T10:46:40.061032","license":"MIT","moddate":"2026-07-27T09:46:39","packageid":48938,"repoid":1,"slot":"0","version":"4.2.0-r1"}]}}]},{"id":{"name":"sci-misc","tracked":false},"packages":[{"id":{"name":"jupyterlab-desktop-bin","tracked":false},"package":{"detail":{"categoryid":424,"description":"JupyterLab desktop application, based on Electron","firstseen":"2021-11-28T12:39:29.280030","name":"jupyterlab-desktop-bin","packageid":73643},"ebuilds":[{"ebuildid":906766,"firstseen":"2026-07-27T09:05:47.777021","license":"MIT BSD BSD-2 BSD-4 AFL-2.1 Apache-2.0 Ms-PL GPL-2 LGPL-2.1 APSL-2 unRAR OFL-1.1 CC-BY-SA-3.0 MPL-2.0 android public-domain all-rights-reserved","moddate":"2026-07-27T08:05:47","packageid":73643,"repoid":1,"slot":"0","version":"4.6.2.1"}]}}]},{"id":{"name":"sys-devel","tracked":false},"packages":[{"id":{"name":"gcc","tracked":false},"package":{"detail":{"categoryid":380,"description":"The GNU Compiler Collection","firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"gcc","packageid":54038},"ebuilds":[{"ebuildid":906760,"firstseen":"2026-07-27T07:44:27.736003","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-07-27T06:44:27","packageid":54038,"repoid":1,"slot":"14","version":"14.4.1_p20260723"},{"ebuildid":906762,"firstseen":"2026-07-27T07:44:27.736003","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-07-27T06:44:27","packageid":54038,"repoid":1,"slot":"16","version":"16.1.1_p20260725"},{"ebuildid":906759,"firstseen":"2026-07-27T07:44:27.736003","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-07-27T06:44:27","packageid":54038,"repoid":1,"slot":"13","version":"13.4.1_p20260722"},{"ebuildid":906763,"firstseen":"2026-07-27T07:44:27.736003","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-07-27T06:44:27","packageid":54038,"repoid":1,"slot":"17","version":"17.0.0_p20260726"},{"ebuildid":906761,"firstseen":"2026-07-27T07:44:27.736003","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-07-27T06:44:27","packageid":54038,"repoid":1,"slot":"15","version":"15.3.1_p20260724"}]}}]},{"id":{"name":"x11-libs","tracked":false},"packages":[{"id":{"name":"libGLw","tracked":false},"package":{"detail":{"categoryid":330,"description":"Mesa GLw library","firstseen":"2012-03-04T14:35:50.795874","maintainer":"x11@gentoo.org","maintainername":"X11","name":"libGLw","packageid":58975},"ebuilds":[{"ebuildid":906772,"firstseen":"2026-07-27T10:46:40.061032","license":"MIT","moddate":"2026-07-27T09:46:39","packageid":58975,"repoid":1,"slot":"0","version":"8.0.0-r2"}]}}]},{"id":{"name":"x11-wm","tracked":false},"packages":[{"id":{"name":"herbstluftwm","tracked":false},"package":{"detail":{"categoryid":403,"description":"A manual tiling window manager for X","firstseen":"2012-06-10T14:36:00.469358","maintainer":"radhermit@gentoo.org","maintainername":"Tim Harder","name":"herbstluftwm","packageid":59451},"ebuilds":[{"ebuildid":906765,"firstseen":"2026-07-27T08:05:06.633358","license":"BSD-2","moddate":"2026-07-27T07:05:06","packageid":59451,"repoid":1,"slot":"0","version":"0.9.6-r1"}]}}]}],"timestamp":"2026-07-27"},{"categories":[{"id":{"name":"app-admin","tracked":false},"packages":[{"id":{"name":"awscli","tracked":false},"package":{"detail":{"categoryid":338,"description":"Universal Command Line Environment for AWS","firstseen":"2021-05-27T14:52:25.717568","name":"awscli","packageid":72927},"ebuilds":[{"ebuildid":906780,"firstseen":"2026-07-28T07:01:48.993558","license":"Apache-2.0","moddate":"2026-07-28T06:01:48","packageid":72927,"repoid":1,"slot":"0","version":"1.45.57"}]}}]},{"id":{"name":"app-editors","tracked":false},"packages":[{"id":{"name":"vscodium","tracked":false},"package":{"detail":{"categoryid":395,"description":"A community-driven, freely-licensed binary distribution of Microsoft's VSCode","firstseen":"2021-06-04T09:06:41.245256","name":"vscodium","packageid":72940,"summary":"Microsoft’s vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under the Microsoft-vscode license (a copy can be found in the licenses folder of your gentoo repository) and contains telemetry\/tracking. The VSCodium project exists so that you don’t have to download+build from source. This project includes special build scripts that clone Microsoft’s vscode repo, run the build commands, and upload the resulting binaries for you to GitHub releases. These binaries are licensed under the MIT license. Telemetry is disabled."},"ebuilds":[{"ebuildid":906811,"firstseen":"2026-07-28T17:36:30.333656","license":"Apache-2.0 BSD BSD-1 BSD-2 BSD-4 CC-BY-4.0 ISC LGPL-2.1+ MIT MPL-2.0 openssl PYTHON TextMate-bundle Unlicense UoI-NCSA W3C","moddate":"2026-07-28T16:36:29","packageid":72940,"repoid":1,"slot":"0","version":"1.126.04524"}]}}]},{"id":{"name":"app-forensics","tracked":false},"packages":[{"id":{"name":"yara","tracked":false},"package":{"detail":{"categoryid":440,"description":"A malware identification and classification tool","firstseen":"2022-01-28T05:41:42.639875","name":"yara","packageid":74274,"summary":"YARA is a tool aimed at (but not limited to) helping malware researchers to identify and classify malware samples. With YARA you can create descriptions of malware families (or whatever you want to describe) based on textual or binary patterns."},"ebuilds":[{"ebuildid":906818,"firstseen":"2026-07-28T19:19:24.727622","license":"Apache-2.0","moddate":"2026-07-28T18:19:24","packageid":74274,"repoid":1,"slot":"0\/10","version":"4.5.8"}]}}]},{"id":{"name":"dev-libs","tracked":false},"packages":[{"id":{"name":"c-blosc2","tracked":false},"package":{"detail":{"categoryid":393,"description":"Blocking, shuffling and lossless compression library","firstseen":"2022-12-28T16:02:00.127610","name":"c-blosc2","packageid":75724},"ebuilds":[{"ebuildid":906781,"firstseen":"2026-07-28T07:01:48.993558","license":"BSD","moddate":"2026-07-28T06:01:48","packageid":75724,"repoid":1,"slot":"0\/9","version":"3.3.0"}]}},{"id":{"name":"jansson","tracked":false},"package":{"detail":{"categoryid":393,"description":"C library for encoding, decoding and manipulating JSON data","firstseen":"2011-11-05T15:30:43.462310","maintainer":"bugs@bergstroem.nu","maintainername":"Johan Bergström","name":"jansson","packageid":58152},"ebuilds":[{"ebuildid":906815,"firstseen":"2026-07-28T18:57:33.882605","license":"MIT","moddate":"2026-07-28T17:57:33","packageid":58152,"repoid":1,"slot":"0\/4","version":"2.15.1"}]}},{"id":{"name":"kirigami-app-components","tracked":false},"package":{"detail":{"categoryid":393,"description":"Kirigami addons and modules necessary to do a full featured KDE application","firstseen":"2026-07-21T12:31:59.477339","name":"kirigami-app-components","packageid":79345},"ebuilds":[{"ebuildid":906821,"firstseen":"2026-07-28T21:20:49.378152","license":"BSD CC0-1.0 FSFAP LGPL-2+ LGPL-2.1+","moddate":"2026-07-28T20:20:48","packageid":79345,"repoid":1,"slot":"6","version":"1.0.2"}]}}]},{"id":{"name":"dev-ml","tracked":false},"packages":[{"id":{"name":"llvm","tracked":false},"package":{"detail":{"categoryid":314,"description":"OCaml bindings for LLVM","firstseen":"2024-12-11T12:13:21.481019","name":"llvm","packageid":78060},"ebuilds":[{"ebuildid":906822,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78060,"repoid":1,"slot":"0\/23.1.0_rc2","version":"23.1.0_rc2"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"boto3","tracked":false},"package":{"detail":{"categoryid":336,"description":"The AWS SDK for Python","firstseen":"2015-07-30T13:37:41.212652","maintainer":"alunduil@gentoo.org","maintainername":"Alex Brandt","name":"boto3","packageid":63904},"ebuilds":[{"ebuildid":906782,"firstseen":"2026-07-28T07:01:48.993558","license":"Apache-2.0","moddate":"2026-07-28T06:01:48","packageid":63904,"repoid":1,"slot":"0","version":"1.43.57"}]}},{"id":{"name":"botocore","tracked":false},"package":{"detail":{"categoryid":336,"description":"Low-level, data-driven core of boto 3","firstseen":"2015-07-30T13:37:41.212652","maintainer":"alunduil@gentoo.org","maintainername":"Alex Brandt","name":"botocore","packageid":63905},"ebuilds":[{"ebuildid":906783,"firstseen":"2026-07-28T07:01:48.993558","license":"Apache-2.0","moddate":"2026-07-28T06:01:48","packageid":63905,"repoid":1,"slot":"0","version":"1.43.57"}]}},{"id":{"name":"cachebox","tracked":false},"package":{"detail":{"categoryid":336,"description":"The fastest memoizing and caching Python library written in Rust","firstseen":"2026-07-28T08:02:05.012278","name":"cachebox","packageid":79352},"ebuilds":[{"ebuildid":906798,"firstseen":"2026-07-28T08:02:05.012278","license":"MIT Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0","moddate":"2026-07-29T11:08:48","packageid":79352,"repoid":1,"slot":"0","version":"6.2.1"}]}},{"id":{"name":"clang","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python bindings for llvm-core\/clang","firstseen":"2024-12-11T12:13:21.481019","name":"clang","packageid":78061},"ebuilds":[{"ebuildid":906823,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78061,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"cssselect","tracked":false},"package":{"detail":{"categoryid":336,"description":"Parse CSS3 Selectors and translate them to XPath 1.0","firstseen":"2012-05-16T15:06:58.620932","maintainer":"python@gentoo.org","maintainername":"Python","name":"cssselect","packageid":59314},"ebuilds":[{"ebuildid":906784,"firstseen":"2026-07-28T07:01:48.993558","license":"BSD","moddate":"2026-07-28T06:01:48","packageid":59314,"repoid":1,"slot":"0","version":"1.5.0"}]}},{"id":{"name":"deepdiff","tracked":false},"package":{"detail":{"categoryid":336,"description":"A library for comparing dictionaries, iterables, strings and other objects","firstseen":"2023-07-10T17:49:22.884672","name":"deepdiff","packageid":76327},"ebuilds":[{"ebuildid":906799,"firstseen":"2026-07-28T08:02:05.012278","license":"MIT","moddate":"2026-07-29T11:08:48","packageid":76327,"repoid":1,"slot":"0","version":"9.1.0"}]}},{"id":{"name":"fastapi","tracked":false},"package":{"detail":{"categoryid":336,"description":"High performance framework, easy to learn, fast to code, ready for production","firstseen":"2026-05-31T22:41:44.592957","name":"fastapi","packageid":79072},"ebuilds":[{"ebuildid":906785,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":79072,"repoid":1,"slot":"0","version":"0.140.7"}]}},{"id":{"name":"fastbencode","tracked":false},"package":{"detail":{"categoryid":336,"description":"Implementation of bencode with Rust implementation","firstseen":"2023-07-07T20:00:32.940904","name":"fastbencode","packageid":76316},"ebuilds":[{"ebuildid":906786,"firstseen":"2026-07-28T07:01:48.993558","license":"Apache-2.0 native-extensions? ( Apache-2.0-with-LLVM-exceptions Unicode-3.0 || ( Apache-2.0 MIT ) )","moddate":"2026-07-28T06:01:48","packageid":76316,"repoid":1,"slot":"0","version":"0.3.11"}]}},{"id":{"name":"fastjsonschema","tracked":false},"package":{"detail":{"categoryid":336,"description":"Fast JSON schema validator for Python","firstseen":"2020-10-11T16:11:52.444575","name":"fastjsonschema","packageid":72083},"ebuilds":[{"ebuildid":906787,"firstseen":"2026-07-28T07:01:48.993558","license":"BSD","moddate":"2026-07-28T06:01:48","packageid":72083,"repoid":1,"slot":"0","version":"2.22.1"}]}},{"id":{"name":"hypothesis","tracked":false},"package":{"detail":{"categoryid":336,"description":"A library for property based testing","firstseen":"2015-06-27T13:38:07.087249","maintainer":"python@gentoo.org","maintainername":"Python","name":"hypothesis","packageid":63820},"ebuilds":[{"ebuildid":906788,"firstseen":"2026-07-28T07:01:48.993558","license":"MPL-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0","moddate":"2026-07-28T06:01:48","packageid":63820,"repoid":1,"slot":"0","version":"6.161.8"}]}},{"id":{"name":"inline-snapshot","tracked":false},"package":{"detail":{"categoryid":336,"description":"Create and update inline snapshots in your Python tests","firstseen":"2024-11-07T20:22:00.994026","name":"inline-snapshot","packageid":77798},"ebuilds":[{"ebuildid":906789,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":77798,"repoid":1,"slot":"0","version":"0.35.3"}]}},{"id":{"name":"lit","tracked":false},"package":{"detail":{"categoryid":336,"description":"A stand-alone install of the LLVM suite testing tool","firstseen":"2016-09-30T13:36:21.988364","name":"lit","packageid":65926},"ebuilds":[{"ebuildid":906824,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":65926,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"pyproject-fmt","tracked":false},"package":{"detail":{"categoryid":336,"description":"Format your pyproject.toml file","firstseen":"2022-06-25T06:26:05.478460","name":"pyproject-fmt","packageid":75090},"ebuilds":[{"ebuildid":906790,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB","moddate":"2026-07-28T06:01:48","packageid":75090,"repoid":1,"slot":"0","version":"2.26.0"}]}},{"id":{"name":"pyquery","tracked":false},"package":{"detail":{"categoryid":336,"description":"A jQuery-like library for python","firstseen":"2010-10-19T14:34:03.862366","maintainer":"python@gentoo.org","maintainername":"Python","name":"pyquery","packageid":56404},"ebuilds":[{"ebuildid":906791,"firstseen":"2026-07-28T07:01:48.993558","license":"BSD","moddate":"2026-07-28T06:01:48","packageid":56404,"repoid":1,"slot":"0","version":"2.0.2"},{"ebuildid":906792,"firstseen":"2026-07-28T07:01:48.993558","license":"BSD","moddate":"2026-07-28T06:01:48","packageid":56404,"repoid":1,"slot":"0","version":"2.1.0"}]}},{"id":{"name":"python-lsp-server","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python Language Server for the Language Server Protocol","firstseen":"2021-05-19T20:03:11.485795","name":"python-lsp-server","packageid":72888},"ebuilds":[{"ebuildid":906793,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":72888,"repoid":1,"slot":"0","version":"1.15.0"}]}},{"id":{"name":"sqlglot","tracked":false},"package":{"detail":{"categoryid":336,"description":"An easily customizable SQL parser and transpiler","firstseen":"2023-07-28T17:07:28.554944","name":"sqlglot","packageid":76363},"ebuilds":[{"ebuildid":906794,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":76363,"repoid":1,"slot":"0","version":"30.14.0"}]}},{"id":{"name":"tekore","tracked":false},"package":{"detail":{"categoryid":336,"description":"Spotify Web API client","firstseen":"2021-05-20T16:28:52.979360","name":"tekore","packageid":72899},"ebuilds":[{"ebuildid":906795,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":72899,"repoid":1,"slot":"0","version":"6.2.0"}]}},{"id":{"name":"tqdm","tracked":false},"package":{"detail":{"categoryid":336,"description":"Add a progress meter to your loops in a second","firstseen":"2016-09-02T13:38:14.158591","name":"tqdm","packageid":65758,"summary":"Instantly make your loops show a progress meter - just wrap any iterator with \"tqdm(iterator)\", and you're done!"},"ebuilds":[{"ebuildid":906796,"firstseen":"2026-07-28T07:01:48.993558","license":"MIT","moddate":"2026-07-28T06:01:48","packageid":65758,"repoid":1,"slot":"0","version":"4.70.0"}]}},{"id":{"name":"twine","tracked":false},"package":{"detail":{"categoryid":336,"description":"Collection of utilities for publishing packages on PyPI","firstseen":"2018-03-24T09:18:46.416246","name":"twine","packageid":69023},"ebuilds":[{"ebuildid":906797,"firstseen":"2026-07-28T07:01:48.993558","license":"Apache-2.0","moddate":"2026-07-28T06:01:48","packageid":69023,"repoid":1,"slot":"0","version":"7.0.0"}]}}]},{"id":{"name":"dev-ruby","tracked":false},"packages":[{"id":{"name":"brotli","tracked":false},"package":{"detail":{"categoryid":439,"description":"Brotli compressor\/decompressor","firstseen":"2020-05-23T10:38:52.030164","name":"brotli","packageid":71174},"ebuilds":[{"ebuildid":906813,"firstseen":"2026-07-28T17:56:38.379260","license":"MIT","moddate":"2026-07-28T16:56:37","packageid":71174,"repoid":1,"slot":"0","version":"0.8.0-r1"}]}},{"id":{"name":"psych","tracked":false},"package":{"detail":{"categoryid":439,"description":"A YAML parser and emitter","firstseen":"2022-03-12T08:01:58.729877","name":"psych","packageid":74550},"ebuilds":[{"ebuildid":906814,"firstseen":"2026-07-28T17:56:38.379260","license":"BSD-2","moddate":"2026-07-28T16:56:37","packageid":74550,"repoid":1,"slot":"5","version":"5.4.0"}]}}]},{"id":{"name":"dev-scheme","tracked":false},"packages":[{"id":{"name":"guile","tracked":false},"package":{"detail":{"categoryid":383,"description":"GNU Ubiquitous Intelligent Language for Extensions","firstseen":"2010-05-04T00:54:45.661860","maintainer":"scheme@gentoo.org","maintainername":"Gentoo Scheme Project","name":"guile","packageid":48393,"summary":"Guile is a library designed to help programmers create flexible applications. Using Guile in an application allows programmers to write plug-ins, or modules (there are many names, but the concept is essentially the same) and users to use them to have an application fit their needs."},"ebuilds":[{"ebuildid":906808,"firstseen":"2026-07-28T16:34:02.461445","license":"LGPL-3+","moddate":"2026-07-28T15:34:02","packageid":48393,"repoid":1,"slot":"3.0","version":"3.0.11-r1"}]}}]},{"id":{"name":"dev-util","tracked":false},"packages":[{"id":{"name":"flatpak-builder","tracked":false},"package":{"detail":{"categoryid":428,"description":"Tool to build flatpaks from source","firstseen":"2020-10-18T09:19:42.635440","name":"flatpak-builder","packageid":72133},"ebuilds":[{"ebuildid":906846,"firstseen":"2026-07-28T23:02:35.561058","license":"LGPL-2.1+","moddate":"2026-07-28T22:02:35","packageid":72133,"repoid":1,"slot":"0","version":"1.4.10-r1"}]}}]},{"id":{"name":"gnome-base","tracked":false},"packages":[{"id":{"name":"gdm","tracked":false},"package":{"detail":{"categoryid":411,"description":"GNOME Display Manager for managing graphical display servers and user logins","firstseen":"2010-05-04T00:54:45.661860","maintainer":"gnome@gentoo.org","maintainername":"Gentoo GNOME Desktop","name":"gdm","packageid":54874},"ebuilds":[{"ebuildid":906801,"firstseen":"2026-07-28T12:06:38.453992","license":"GPL-2+ branding? ( CC-BY-SA-4.0 )","moddate":"2026-07-28T11:06:38","packageid":54874,"repoid":1,"slot":"0","version":"49.3-r2"}]}},{"id":{"name":"gnome-control-center","tracked":false},"package":{"detail":{"categoryid":411,"description":"GNOME's main interface to configure various aspects of the desktop","firstseen":"2010-05-04T00:54:45.661860","maintainer":"gnome@gentoo.org","maintainername":"Gentoo GNOME Desktop","name":"gnome-control-center","packageid":49261},"ebuilds":[{"ebuildid":906802,"firstseen":"2026-07-28T12:06:38.453992","license":"GPL-2+ CC-BY-SA-2.5","moddate":"2026-07-28T11:06:38","packageid":49261,"repoid":1,"slot":"2","version":"49.8-r1"}]}}]},{"id":{"name":"gnome-extra","tracked":false},"packages":[{"id":{"name":"gnome-shell-extension-appindicator","tracked":false},"package":{"detail":{"categoryid":344,"description":"Support legacy, AppIndicators and KStatusNotifierItems in Gnome","firstseen":"2020-04-02T20:44:21.785178","name":"gnome-shell-extension-appindicator","packageid":70978},"ebuilds":[{"ebuildid":906804,"firstseen":"2026-07-28T12:27:16.060906","license":"GPL-2","moddate":"2026-07-28T11:27:15","packageid":70978,"repoid":1,"slot":"0","version":"65"}]}}]},{"id":{"name":"llvm-core","tracked":false},"packages":[{"id":{"name":"clang","tracked":false},"package":{"detail":{"categoryid":1596,"description":"C language family frontend for LLVM","firstseen":"2024-12-11T12:13:21.481019","name":"clang","packageid":78052,"summary":"The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler. Features and Goals Some of the goals for the project include the following: End-User Features: Fast compiles and low memory use Expressive diagnostics GCC compatibility Utility and Applications: Modular library based architecture Support diverse clients (refactoring, static analysis, code generation, etc) Allow tight integration with IDEs Use the LLVM BSD License Internal Design and Implementation: A real-world, production quality compiler A simple and hackable code base A single unified parser for C, Objective C, C++, and Objective C++ Conformance with C\/C++\/ObjC and their variants"},"ebuilds":[{"ebuildid":906825,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT","moddate":"2026-07-28T20:20:48","packageid":78052,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"clang-common","tracked":false},"package":{"detail":{"categoryid":1596,"description":"Common files shared between multiple slots of clang","firstseen":"2024-12-11T12:13:21.481019","name":"clang-common","packageid":78051},"ebuilds":[{"ebuildid":906826,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78051,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"flang","tracked":false},"package":{"detail":{"categoryid":1596,"description":"LLVM's Fortran frontend","firstseen":"2025-02-15T16:01:29.788986","name":"flang","packageid":78165},"ebuilds":[{"ebuildid":906827,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions","moddate":"2026-07-28T20:20:48","packageid":78165,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"lld","tracked":false},"package":{"detail":{"categoryid":1596,"description":"The LLVM linker (link editor)","firstseen":"2024-12-11T12:13:21.481019","name":"lld","packageid":78055},"ebuilds":[{"ebuildid":906828,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78055,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"lldb","tracked":false},"package":{"detail":{"categoryid":1596,"description":"The LLVM debugger","firstseen":"2024-12-11T12:13:21.481019","name":"lldb","packageid":78053},"ebuilds":[{"ebuildid":906829,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78053,"repoid":1,"slot":"0\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"llvm","tracked":false},"package":{"detail":{"categoryid":1596,"description":"Low Level Virtual Machine","firstseen":"2024-12-11T12:13:21.481019","name":"llvm","packageid":78059,"summary":"Low Level Virtual Machine (LLVM) is: 1. A compilation strategy designed to enable effective program optimization across the entire lifetime of a program. LLVM supports effective optimization at compile time, link-time (particularly interprocedural), run-time and offline (i.e., after software is installed), while remaining transparent to developers and maintaining compatibility with existing build scripts. 2. A virtual instruction set - LLVM is a low-level object code representation that uses simple RISC-like instructions, but provides rich, language-independent, type information and dataflow (SSA) information about operands. This combination enables sophisticated transformations on object code, while remaining light-weight enough to be attached to the executable. This combination is key to allowing link-time, run-time, and offline transformations. 3. A compiler infrastructure - LLVM is also a collection of source code that implements the language and compilation strategy. The primary components of the LLVM infrastructure are a GCC-based C and C++ front-end, a link-time optimization framework with a growing set of global and interprocedural analyses and transformations, static back-ends for many popular (and some obscure) architectures, a back-end which emits portable C code, and a Just-In-Time compilers for several architectures. 4. LLVM does not imply things that you would expect from a high-level virtual machine. It does not require garbage collection or run-time code generation (In fact, LLVM makes a great static compiler!). Note that optional LLVM components can be used to build high-level virtual machines and other systems that need these services."},"ebuilds":[{"ebuildid":906830,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA BSD public-domain rc","moddate":"2026-07-28T20:20:48","packageid":78059,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"llvm-common","tracked":false},"package":{"detail":{"categoryid":1596,"description":"Common files shared between multiple slots of LLVM","firstseen":"2024-12-11T12:13:21.481019","name":"llvm-common","packageid":78058},"ebuilds":[{"ebuildid":906831,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA","moddate":"2026-07-28T20:20:48","packageid":78058,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"mlir","tracked":false},"package":{"detail":{"categoryid":1596,"description":"Multi-Level Intermediate Representation (library only)","firstseen":"2024-12-22T18:49:34.735416","name":"mlir","packageid":78071},"ebuilds":[{"ebuildid":906832,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions","moddate":"2026-07-28T20:20:48","packageid":78071,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"polly","tracked":false},"package":{"detail":{"categoryid":1596,"description":"Polyhedral optimizations for LLVM","firstseen":"2024-12-26T09:38:02.058934","name":"polly","packageid":78078},"ebuilds":[{"ebuildid":906833,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions UoI-NCSA MIT","moddate":"2026-07-28T20:20:48","packageid":78078,"repoid":1,"slot":"23\/23.1","version":"23.1.0_rc2"}]}}]},{"id":{"name":"llvm-runtimes","tracked":false},"packages":[{"id":{"name":"compiler-rt","tracked":false},"package":{"detail":{"categoryid":1595,"description":"Compiler runtime library for clang (built-in part)","firstseen":"2024-12-11T12:13:21.481019","name":"compiler-rt","packageid":78048},"ebuilds":[{"ebuildid":906834,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78048,"repoid":1,"slot":"23","version":"23.1.0_rc2"}]}},{"id":{"name":"compiler-rt-sanitizers","tracked":false},"package":{"detail":{"categoryid":1595,"description":"Compiler runtime libraries for clang (sanitizers & xray)","firstseen":"2024-12-11T12:13:21.481019","name":"compiler-rt-sanitizers","packageid":78047},"ebuilds":[{"ebuildid":906835,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78047,"repoid":1,"slot":"23","version":"23.1.0_rc2"}]}},{"id":{"name":"flang-rt","tracked":false},"package":{"detail":{"categoryid":1595,"description":"LLVM's Fortran runtime","firstseen":"2025-02-24T14:34:37.623491","name":"flang-rt","packageid":78183},"ebuilds":[{"ebuildid":906836,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions","moddate":"2026-07-28T20:20:48","packageid":78183,"repoid":1,"slot":"23","version":"23.1.0_rc2"}]}},{"id":{"name":"libclc","tracked":false},"package":{"detail":{"categoryid":1595,"description":"OpenCL C library","firstseen":"2026-06-23T11:06:50.038320","name":"libclc","packageid":79249},"ebuilds":[{"ebuildid":906837,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( MIT BSD )","moddate":"2026-07-28T20:20:48","packageid":79249,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"libcxx","tracked":false},"package":{"detail":{"categoryid":1595,"description":"New implementation of the C++ standard library, targeting C++11","firstseen":"2024-12-11T12:13:21.481019","name":"libcxx","packageid":78046},"ebuilds":[{"ebuildid":906838,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78046,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"libcxxabi","tracked":false},"package":{"detail":{"categoryid":1595,"description":"Low level support for a standard C++ library","firstseen":"2024-12-11T12:13:21.481019","name":"libcxxabi","packageid":78045},"ebuilds":[{"ebuildid":906839,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78045,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"libgcc","tracked":false},"package":{"detail":{"categoryid":1595,"description":"Compiler runtime library for clang, compatible with libgcc_s","firstseen":"2025-01-26T20:23:28.836424","name":"libgcc","packageid":78142},"ebuilds":[{"ebuildid":906840,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78142,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"libunwind","tracked":false},"package":{"detail":{"categoryid":1595,"description":"C++ runtime stack unwinder from LLVM","firstseen":"2024-12-11T12:13:21.481019","name":"libunwind","packageid":78043},"ebuilds":[{"ebuildid":906841,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:48","packageid":78043,"repoid":1,"slot":"0","version":"23.1.0_rc2"}]}},{"id":{"name":"openmp","tracked":false},"package":{"detail":{"categoryid":1595,"description":"OpenMP runtime libraries for LLVM\/clang compiler","firstseen":"2024-12-11T12:13:21.481019","name":"openmp","packageid":78044,"summary":"The OpenMP subproject of LLVM is intended to contain all of the components required to build an executing OpenMP program that are outside the compiler itself."},"ebuilds":[{"ebuildid":906842,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:49","packageid":78044,"repoid":1,"slot":"0\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"openmp-amdgcn-amd-amdhsa","tracked":false},"package":{"detail":{"categoryid":1595,"description":"OpenMP target library for amdgcn devices","firstseen":"2026-03-21T21:10:51.560994","name":"openmp-amdgcn-amd-amdhsa","packageid":78874},"ebuilds":[{"ebuildid":906843,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:49","packageid":78874,"repoid":1,"slot":"0\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"openmp-nvptx64-nvidia-cuda","tracked":false},"package":{"detail":{"categoryid":1595,"description":"OpenMP target library for nvptx64 devices","firstseen":"2026-03-21T21:10:51.560994","name":"openmp-nvptx64-nvidia-cuda","packageid":78875},"ebuilds":[{"ebuildid":906844,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:49","packageid":78875,"repoid":1,"slot":"0\/23.1","version":"23.1.0_rc2"}]}},{"id":{"name":"openmp-spirv64-intel","tracked":false},"package":{"detail":{"categoryid":1595,"description":"OpenMP target library for spirv64 Intel devices","firstseen":"2026-03-14T15:09:51.460208","name":"openmp-spirv64-intel","packageid":78862},"ebuilds":[{"ebuildid":906845,"firstseen":"2026-07-28T21:20:49.378152","license":"Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )","moddate":"2026-07-28T20:20:49","packageid":78862,"repoid":1,"slot":"0\/23.1","version":"23.1.0_rc2"}]}}]},{"id":{"name":"net-dns","tracked":false},"packages":[{"id":{"name":"knot-resolver","tracked":false},"package":{"detail":{"categoryid":402,"description":"Scaleable caching DNS resolver","firstseen":"2022-10-16T15:01:28.622121","name":"knot-resolver","packageid":75542},"ebuilds":[{"ebuildid":906820,"firstseen":"2026-07-28T20:20:16.893496","license":"Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT","moddate":"2026-07-28T19:20:16","packageid":75542,"repoid":1,"slot":"0","version":"6.4.1-r1"},{"ebuildid":906819,"firstseen":"2026-07-28T20:20:16.893496","license":"Apache-2.0 BSD CC0-1.0 GPL-3+ LGPL-2.1+ MIT","moddate":"2026-07-28T19:20:16","packageid":75542,"repoid":1,"slot":"0","version":"5.7.7-r1"}]}}]},{"id":{"name":"net-fs","tracked":false},"packages":[{"id":{"name":"samba","tracked":false},"package":{"detail":{"categoryid":345,"description":"Samba Suite Version 4","firstseen":"2010-05-04T00:54:45.661860","maintainer":"samba@gentoo.org","maintainername":"Samba Team","name":"samba","packageid":50640,"summary":"Samba is an Open Source\/Free Software suite that provides seamless file and print services to SMB\/CIFS clients. Integration with various accounting and antivirus backends. License: GNU General Public License."},"ebuilds":[{"ebuildid":906810,"firstseen":"2026-07-28T16:34:02.461445","license":"GPL-3","moddate":"2026-07-28T15:34:02","packageid":50640,"repoid":1,"slot":"0\/2.11.0","version":"4.24.5"},{"ebuildid":906809,"firstseen":"2026-07-28T16:34:02.461445","license":"GPL-3","moddate":"2026-07-28T15:34:02","packageid":50640,"repoid":1,"slot":"0\/2.11.0","version":"4.23.10"}]}}]},{"id":{"name":"net-im","tracked":false},"packages":[{"id":{"name":"zoom","tracked":false},"package":{"detail":{"categoryid":414,"description":"Video conferencing and web conferencing service","firstseen":"2020-03-24T10:50:30.785559","name":"zoom","packageid":70948},"ebuilds":[{"ebuildid":906807,"firstseen":"2026-07-28T15:33:42.900907","license":"all-rights-reserved","moddate":"2026-07-28T14:33:42","packageid":70948,"repoid":1,"slot":"0","version":"7.0.0.1666-r2"}]}}]},{"id":{"name":"net-irc","tracked":false},"packages":[{"id":{"name":"unrealircd","tracked":false},"package":{"detail":{"categoryid":376,"description":"An advanced Internet Relay Chat daemon","firstseen":"2010-05-04T00:54:45.661860","name":"unrealircd","packageid":49713},"ebuilds":[{"ebuildid":906816,"firstseen":"2026-07-28T18:57:33.882605","license":"GPL-2+","moddate":"2026-07-28T17:57:33","packageid":49713,"repoid":1,"slot":"0","version":"6.2.6"}]}}]},{"id":{"name":"net-libs","tracked":false},"packages":[{"id":{"name":"libwebsockets","tracked":false},"package":{"detail":{"categoryid":320,"description":"A flexible pure-C library for implementing network protocols","firstseen":"2015-09-16T13:38:27.722518","maintainer":"jaco@uls.co.za","maintainername":"Jaco Kroon","name":"libwebsockets","packageid":64100},"ebuilds":[{"ebuildid":906805,"firstseen":"2026-07-28T12:49:25.464788","license":"MIT","moddate":"2026-07-29T17:52:55","packageid":64100,"repoid":1,"slot":"0\/22","version":"5.0.0-r1"}]}}]},{"id":{"name":"net-vpn","tracked":false},"packages":[{"id":{"name":"tailscale","tracked":false},"package":{"detail":{"categoryid":486,"description":"Tailscale vpn client","firstseen":"2020-03-31T04:26:20.878669","name":"tailscale","packageid":70967},"ebuilds":[{"ebuildid":906812,"firstseen":"2026-07-28T17:36:30.333656","license":"MIT Apache-2.0 BSD BSD-2 ISC MIT MPL-2.0","moddate":"2026-07-28T16:36:29","packageid":70967,"repoid":1,"slot":"0","version":"1.102.0"}]}}]},{"id":{"name":"sec-keys","tracked":false},"packages":[{"id":{"name":"openpgp-keys-unrealircd","tracked":false},"package":{"detail":{"categoryid":1493,"description":"OpenPGP keys used to sign UnrealIRCd releases","firstseen":"2022-04-07T22:09:05.230785","name":"openpgp-keys-unrealircd","packageid":74783},"ebuilds":[{"ebuildid":906817,"firstseen":"2026-07-28T18:57:33.882605","license":"public-domain","moddate":"2026-07-28T17:57:33","packageid":74783,"repoid":1,"slot":"0","version":"20241118"}]}}]},{"id":{"name":"sys-apps","tracked":false},"packages":[{"id":{"name":"accountsservice","tracked":false},"package":{"detail":{"categoryid":343,"description":"D-Bus interfaces for querying and manipulating user account information","firstseen":"2011-08-18T15:09:23.601150","maintainer":"gnome@gentoo.org","maintainername":"Gentoo GNOME Desktop","name":"accountsservice","packageid":57795},"ebuilds":[{"ebuildid":906800,"firstseen":"2026-07-28T11:46:31.087702","license":"GPL-3+","moddate":"2026-07-28T10:46:30","packageid":57795,"repoid":1,"slot":"0","version":"23.13.9-r1"},{"ebuildid":906803,"firstseen":"2026-07-28T12:06:38.453992","license":"GPL-3+","moddate":"2026-07-28T11:06:38","packageid":57795,"repoid":1,"slot":"0\/1","version":"26.27.3"}]}}]},{"id":{"name":"www-apps","tracked":false},"packages":[{"id":{"name":"ttyd","tracked":false},"package":{"detail":{"categoryid":368,"description":"ttyd, a simple command-line tool for sharing terminal over the web","firstseen":"2023-05-05T00:14:54.233396","name":"ttyd","packageid":76107},"ebuilds":[{"ebuildid":906779,"firstseen":"2026-07-28T00:17:57.314070","license":"MIT","moddate":"2026-07-27T23:17:56","packageid":76107,"repoid":1,"slot":"0","version":"1.7.7-r2"}]}}]},{"id":{"name":"x11-wm","tracked":false},"packages":[{"id":{"name":"gnome-flashback-herbstluftwm","tracked":false},"package":{"detail":{"categoryid":403,"description":"GNOME Herbstluftwm session (via GNOME Flashback)","firstseen":"2026-07-28T13:09:40.865273","name":"gnome-flashback-herbstluftwm","packageid":79353},"ebuilds":[{"ebuildid":906806,"firstseen":"2026-07-28T13:09:40.865273","license":"GPL-3+","moddate":"2026-07-28T12:09:40","packageid":79353,"repoid":1,"slot":"0","version":"1.0"}]}}]}],"timestamp":"2026-07-28"},{"categories":[{"id":{"name":"app-admin","tracked":false},"packages":[{"id":{"name":"awscli","tracked":false},"package":{"detail":{"categoryid":338,"description":"Universal Command Line Environment for AWS","firstseen":"2021-05-27T14:52:25.717568","name":"awscli","packageid":72927},"ebuilds":[{"ebuildid":906848,"firstseen":"2026-07-29T04:04:32.147098","license":"Apache-2.0","moddate":"2026-07-29T03:04:31","packageid":72927,"repoid":1,"slot":"0","version":"1.45.58"}]}}]},{"id":{"name":"app-arch","tracked":false},"packages":[{"id":{"name":"libarchive","tracked":false},"package":{"detail":{"categoryid":449,"description":"Multi-format archive and compression library","firstseen":"2010-05-04T00:54:45.661860","maintainer":"bsd@gentoo.org","maintainername":"BSD Project","name":"libarchive","packageid":45864,"summary":"C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats."},"ebuilds":[{"ebuildid":906849,"firstseen":"2026-07-29T04:04:32.147098","license":"BSD BSD-2 BSD-4 public-domain","moddate":"2026-07-29T03:04:31","packageid":45864,"repoid":1,"slot":"0\/13","version":"3.8.9"}]}}]},{"id":{"name":"app-backup","tracked":false},"packages":[{"id":{"name":"borgbackup","tracked":false},"package":{"detail":{"categoryid":316,"description":"Deduplicating backup program with compression and authenticated encryption","firstseen":"2016-03-21T14:41:29.908105","maintainer":"blueness@gentoo.org","maintainername":"Anthony G. Basile","name":"borgbackup","packageid":65191},"ebuilds":[{"ebuildid":906847,"firstseen":"2026-07-29T03:03:46.714814","license":"BSD","moddate":"2026-07-29T02:03:46","packageid":65191,"repoid":1,"slot":"0","version":"1.4.5"}]}}]},{"id":{"name":"app-crypt","tracked":false},"packages":[{"id":{"name":"yubioath-flutter-bin","tracked":false},"package":{"detail":{"categoryid":312,"description":"Yubico Authenticator for TOTP","firstseen":"2023-03-12T16:32:56.370215","name":"yubioath-flutter-bin","packageid":75898},"ebuilds":[{"ebuildid":906874,"firstseen":"2026-07-29T10:48:12.549080","license":"Apache-2.0","moddate":"2026-07-29T09:48:12","packageid":75898,"repoid":1,"slot":"0","version":"7.4.1"}]}}]},{"id":{"name":"app-text","tracked":false},"packages":[{"id":{"name":"zeal","tracked":false},"package":{"detail":{"categoryid":391,"description":"Offline documentation browser inspired by Dash","firstseen":"2024-01-12T15:22:49.571199","name":"zeal","packageid":76895},"ebuilds":[{"ebuildid":906890,"firstseen":"2026-07-29T16:51:19.208634","license":"GPL-3+","moddate":"2026-07-29T15:51:18","packageid":76895,"repoid":1,"slot":"0","version":"0.9.1"}]}}]},{"id":{"name":"dev-build","tracked":false},"packages":[{"id":{"name":"b2","tracked":false},"package":{"detail":{"categoryid":1561,"description":"A system for large project software construction, simple to use and powerful","firstseen":"2024-01-17T17:25:55.424968","name":"b2","packageid":76947},"ebuilds":[{"ebuildid":906875,"firstseen":"2026-07-29T10:48:12.549080","license":"Boost-1.0","moddate":"2026-07-29T09:48:12","packageid":76947,"repoid":1,"slot":"0","version":"5.5.3"}]}}]},{"id":{"name":"dev-cpp","tracked":false},"packages":[{"id":{"name":"catch","tracked":false},"package":{"detail":{"categoryid":429,"description":"Modern C++ header-only framework for unit-tests","firstseen":"2016-05-24T13:40:34.417370","maintainer":"mgorny@gentoo.org","maintainername":"Michał Górny","name":"catch","packageid":65465},"ebuilds":[{"ebuildid":906876,"firstseen":"2026-07-29T10:48:12.549080","license":"Boost-1.0","moddate":"2026-07-29T09:48:12","packageid":65465,"repoid":1,"slot":"0","version":"3.15.3"}]}}]},{"id":{"name":"dev-db","tracked":false},"packages":[{"id":{"name":"duckdb","tracked":false},"package":{"detail":{"categoryid":452,"description":"high-performance analytical database system","firstseen":"2025-02-12T16:00:48.627903","name":"duckdb","packageid":78162},"ebuilds":[{"ebuildid":906877,"firstseen":"2026-07-29T10:48:12.549080","license":"MIT","moddate":"2026-07-29T09:48:12","packageid":78162,"repoid":1,"slot":"0","version":"1.5.5"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"annotated-doc","tracked":false},"package":{"detail":{"categoryid":336,"description":"Document parameters, variables inline, with Annotated","firstseen":"2026-02-12T06:04:01.633548","name":"annotated-doc","packageid":78824},"ebuilds":[{"ebuildid":906850,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":78824,"repoid":1,"slot":"0","version":"0.0.5"}]}},{"id":{"name":"awkward","tracked":false},"package":{"detail":{"categoryid":336,"description":"Manipulate JSON-like data with NumPy-like idioms","firstseen":"2025-05-09T13:42:35.023880","name":"awkward","packageid":78315,"summary":"Awkward Array is a library for nested, variable-sized data, including arbitrary-length lists, records, mixed types, and missing data, using NumPy-like idioms."},"ebuilds":[{"ebuildid":906851,"firstseen":"2026-07-29T04:04:32.147098","license":"BSD","moddate":"2026-07-29T03:04:31","packageid":78315,"repoid":1,"slot":"0","version":"2.12.0"}]}},{"id":{"name":"awkward-cpp","tracked":false},"package":{"detail":{"categoryid":336,"description":"CPU kernels and compiled extensions for Awkward Array","firstseen":"2025-05-09T13:42:35.023880","name":"awkward-cpp","packageid":78316,"summary":"awkward-cpp provides precompiled routines for the awkward package. It is not useful on its own, only as a dependency for awkward ."},"ebuilds":[{"ebuildid":906852,"firstseen":"2026-07-29T04:04:32.147098","license":"BSD MIT","moddate":"2026-07-29T03:04:31","packageid":78316,"repoid":1,"slot":"0","version":"55"}]}},{"id":{"name":"boto3","tracked":false},"package":{"detail":{"categoryid":336,"description":"The AWS SDK for Python","firstseen":"2015-07-30T13:37:41.212652","maintainer":"alunduil@gentoo.org","maintainername":"Alex Brandt","name":"boto3","packageid":63904},"ebuilds":[{"ebuildid":906853,"firstseen":"2026-07-29T04:04:32.147098","license":"Apache-2.0","moddate":"2026-07-29T03:04:31","packageid":63904,"repoid":1,"slot":"0","version":"1.43.58"}]}},{"id":{"name":"botocore","tracked":false},"package":{"detail":{"categoryid":336,"description":"Low-level, data-driven core of boto 3","firstseen":"2015-07-30T13:37:41.212652","maintainer":"alunduil@gentoo.org","maintainername":"Alex Brandt","name":"botocore","packageid":63905},"ebuilds":[{"ebuildid":906854,"firstseen":"2026-07-29T04:04:32.147098","license":"Apache-2.0","moddate":"2026-07-29T03:04:31","packageid":63905,"repoid":1,"slot":"0","version":"1.43.58"}]}},{"id":{"name":"cfn-lint","tracked":false},"package":{"detail":{"categoryid":336,"description":"CloudFormation Linter","firstseen":"2021-08-18T09:12:53.824376","name":"cfn-lint","packageid":73287},"ebuilds":[{"ebuildid":906855,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":73287,"repoid":1,"slot":"0","version":"1.53.3"}]}},{"id":{"name":"fastapi","tracked":false},"package":{"detail":{"categoryid":336,"description":"High performance framework, easy to learn, fast to code, ready for production","firstseen":"2026-05-31T22:41:44.592957","name":"fastapi","packageid":79072},"ebuilds":[{"ebuildid":906856,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":79072,"repoid":1,"slot":"0","version":"0.140.13"}]}},{"id":{"name":"fsspec","tracked":false},"package":{"detail":{"categoryid":336,"description":"A specification that python filesystems should adhere to","firstseen":"2020-06-14T13:37:32.584862","name":"fsspec","packageid":71225},"ebuilds":[{"ebuildid":906857,"firstseen":"2026-07-29T04:04:32.147098","license":"BSD","moddate":"2026-07-29T03:04:31","packageid":71225,"repoid":1,"slot":"0","version":"2026.7.0"}]}},{"id":{"name":"hypothesis","tracked":false},"package":{"detail":{"categoryid":336,"description":"A library for property based testing","firstseen":"2015-06-27T13:38:07.087249","maintainer":"python@gentoo.org","maintainername":"Python","name":"hypothesis","packageid":63820},"ebuilds":[{"ebuildid":906858,"firstseen":"2026-07-29T04:04:32.147098","license":"MPL-2.0 Apache-2.0-with-LLVM-exceptions MIT Unicode-3.0","moddate":"2026-07-29T03:04:31","packageid":63820,"repoid":1,"slot":"0","version":"6.163.0"}]}},{"id":{"name":"pbs-installer","tracked":false},"package":{"detail":{"categoryid":336,"description":"Installer for Python Build Standalone","firstseen":"2024-04-09T00:22:43.527095","name":"pbs-installer","packageid":77404},"ebuilds":[{"ebuildid":906859,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":77404,"repoid":1,"slot":"0","version":"2026.7.28"}]}},{"id":{"name":"pypi-attestations","tracked":false},"package":{"detail":{"categoryid":336,"description":"Convert between Sigstore Bundles and PEP-740 Attestation objects","firstseen":"2025-04-06T07:08:30.189992","name":"pypi-attestations","packageid":78263},"ebuilds":[{"ebuildid":906860,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":78263,"repoid":1,"slot":"0","version":"0.0.30"}]}},{"id":{"name":"pyzotero","tracked":false},"package":{"detail":{"categoryid":336,"description":"A Python client for the Zotero API","firstseen":"2021-05-22T13:49:21.005692","name":"pyzotero","packageid":72906},"ebuilds":[{"ebuildid":906861,"firstseen":"2026-07-29T04:04:32.147098","license":"BlueOak-1.0.0","moddate":"2026-07-29T03:04:31","packageid":72906,"repoid":1,"slot":"0","version":"1.13.3"}]}},{"id":{"name":"sigstore","tracked":false},"package":{"detail":{"categoryid":336,"description":"A tool for signing Python package distributions","firstseen":"2024-09-27T20:09:31.469687","name":"sigstore","packageid":77745},"ebuilds":[{"ebuildid":906862,"firstseen":"2026-07-29T04:04:32.147098","license":"Apache-2.0","moddate":"2026-07-29T03:04:31","packageid":77745,"repoid":1,"slot":"0","version":"4.5.0"}]}},{"id":{"name":"unicode-segmentation-rs","tracked":false},"package":{"detail":{"categoryid":336,"description":"Unicode segmentation and width for Python using Rust","firstseen":"2025-11-29T10:35:55.835248","name":"unicode-segmentation-rs","packageid":78649},"ebuilds":[{"ebuildid":906863,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions Unicode-3.0","moddate":"2026-07-29T03:04:31","packageid":78649,"repoid":1,"slot":"0","version":"0.3.1"}]}},{"id":{"name":"uv","tracked":false},"package":{"detail":{"categoryid":336,"description":"A Python package installer and resolver, written in Rust","firstseen":"2024-03-04T20:15:48.016059","name":"uv","packageid":77148},"ebuilds":[{"ebuildid":906865,"firstseen":"2026-07-29T04:04:32.147098","license":"|| ( Apache-2.0 MIT ) 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MIT-0 MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB openssl","moddate":"2026-07-29T03:04:31","packageid":77148,"repoid":1,"slot":"0","version":"0.12.0"},{"ebuildid":906864,"firstseen":"2026-07-29T04:04:32.147098","license":"|| ( Apache-2.0 MIT ) 0BSD Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD-2 BSD CC0-1.0 CDLA-Permissive-2.0 ISC MIT MIT-0 MPL-2.0 Unicode-3.0 Unicode-DFS-2016 ZLIB openssl","moddate":"2026-07-29T03:04:31","packageid":77148,"repoid":1,"slot":"0","version":"0.11.33"}]}},{"id":{"name":"uv-build","tracked":false},"package":{"detail":{"categoryid":336,"description":"PEP517 uv build backend","firstseen":"2025-04-02T08:31:03.173040","name":"uv-build","packageid":78251},"ebuilds":[{"ebuildid":906866,"firstseen":"2026-07-29T04:04:32.147098","license":"|| ( Apache-2.0 MIT )","moddate":"2026-07-29T03:04:31","packageid":78251,"repoid":1,"slot":"0","version":"0.11.33"},{"ebuildid":906884,"firstseen":"2026-07-29T14:29:58.477849","license":"|| ( Apache-2.0 MIT )","moddate":"2026-07-29T13:29:58","packageid":78251,"repoid":1,"slot":"0","version":"0.12.0"}]}},{"id":{"name":"vcs-versioning","tracked":false},"package":{"detail":{"categoryid":336,"description":"Core VCS versioning functionality from setuptools-scm","firstseen":"2026-03-20T14:30:22.372144","name":"vcs-versioning","packageid":78871},"ebuilds":[{"ebuildid":906867,"firstseen":"2026-07-29T04:04:32.147098","license":"MIT","moddate":"2026-07-29T03:04:31","packageid":78871,"repoid":1,"slot":"0","version":"2.2.3"}]}}]},{"id":{"name":"dev-util","tracked":false},"packages":[{"id":{"name":"cproto","tracked":false},"package":{"detail":{"categoryid":428,"description":"Generate C function prototypes from C source code","firstseen":"2010-05-04T00:54:45.661860","name":"cproto","packageid":51577},"ebuilds":[{"ebuildid":906871,"firstseen":"2026-07-29T10:07:45.698789","license":"public-domain","moddate":"2026-07-29T09:07:45","packageid":51577,"repoid":1,"slot":"0","version":"4.8a"}]}}]},{"id":{"name":"mail-client","tracked":false},"packages":[{"id":{"name":"thunderbird","tracked":false},"package":{"detail":{"categoryid":457,"description":"Thunderbird Mail Client","firstseen":"2010-06-13T14:35:13.949803","maintainer":"mozilla@gentoo.org","maintainername":"Gentoo Mozilla Team","name":"thunderbird","packageid":55893},"ebuilds":[{"ebuildid":906879,"firstseen":"2026-07-29T12:48:59.567907","license":"MPL-2.0 GPL-2 LGPL-2.1","moddate":"2026-07-29T11:48:59","packageid":55893,"repoid":1,"slot":"0\/stable","version":"153.0.1"}]}},{"id":{"name":"thunderbird-bin","tracked":false},"package":{"detail":{"categoryid":457,"description":"Thunderbird Mail Client","firstseen":"2010-05-19T00:31:14.093199","maintainer":"mozilla@gentoo.org","maintainername":"Gentoo Mozilla Team","name":"thunderbird-bin","packageid":55783},"ebuilds":[{"ebuildid":906880,"firstseen":"2026-07-29T12:48:59.567907","license":"MPL-2.0 GPL-2 LGPL-2.1","moddate":"2026-07-29T11:48:59","packageid":55783,"repoid":1,"slot":"0\/stable","version":"153.0.1"}]}},{"id":{"name":"thunderbird-l10n","tracked":false},"package":{"detail":{"categoryid":457,"description":"Thunderbird mail client's translation files","firstseen":"2026-04-22T11:21:02.064166","name":"thunderbird-l10n","packageid":78913},"ebuilds":[{"ebuildid":906881,"firstseen":"2026-07-29T12:48:59.567907","license":"MPL-2.0","moddate":"2026-07-29T11:48:59","packageid":78913,"repoid":1,"slot":"0","version":"153.0.1"}]}}]},{"id":{"name":"mail-filter","tracked":false},"packages":[{"id":{"name":"maildrop","tracked":false},"package":{"detail":{"categoryid":364,"description":"Mail delivery agent\/filter","firstseen":"2010-05-04T00:54:45.661860","maintainer":"net-mail@gentoo.org","maintainername":"Net-Mail","name":"maildrop","packageid":48723},"ebuilds":[{"ebuildid":906901,"firstseen":"2026-07-29T20:33:25.722291","license":"GPL-3","moddate":"2026-07-29T19:33:25","packageid":48723,"repoid":1,"slot":"0","version":"4.0.4"}]}}]},{"id":{"name":"mail-mta","tracked":false},"packages":[{"id":{"name":"exim","tracked":false},"package":{"detail":{"categoryid":329,"description":"A highly configurable, drop-in replacement for sendmail","firstseen":"2010-05-04T00:54:45.661860","maintainer":"grobian@gentoo.org","maintainername":"Net-Mail","name":"exim","packageid":55011,"summary":"Exim is a message transfer agent (MTA) developed at the University of Cambridge for use on Unix systems connected to the Internet. It is freely available under the terms of the GNU General Public Licence. In style it is similar to Smail 3, but its facilities are more general. There is a great deal of flexibility in the way mail can be routed, and there are extensive facilities for checking incoming mail. Exim can be installed in place of sendmail, although the configuration of exim is quite different to that of sendmail."},"ebuilds":[{"ebuildid":906891,"firstseen":"2026-07-29T17:31:39.768305","license":"GPL-2","moddate":"2026-07-29T16:31:39","packageid":55011,"repoid":1,"slot":"0","version":"4.99.5"}]}}]},{"id":{"name":"media-gfx","tracked":false},"packages":[{"id":{"name":"graphviz","tracked":false},"package":{"detail":{"categoryid":354,"description":"Open Source Graph Visualization Software","firstseen":"2010-05-04T00:54:45.661860","maintainer":"graphics@gentoo.org","maintainername":"Gentoo Graphics Project","name":"graphviz","packageid":53956,"summary":"graphviz is a set of graph drawing tools for Unix or MS-Windows (win32), including a web service interface (webdot). Source code and binary executables for common platforms are available. Graph drawing addresses the problem of visualizing structural information by constructing geometric representations of abstract graphs and networks. Automatic generation of graph drawings has important applications in key technologies such as database design, software engineering, VLSI and network design and visual interfaces in other domains. Situations where these tools might be particularly useful include: * you would like to restructure a program and first need to understand the relationships between its types, procedures, and source files. * you need to find the bottlenecks in an Internet backbone - not only individual links, but their relationships * you're debugging a protocol or microarchitecture represented as a finite state machine and need to figure out how a certain error state arises * you would like to browse a database schema, knowledge base, or distributed program represented pictorially * you would like to see an overview of a collection of linked documents * you would like to discover patterns and communities of interest in a database of telephone calls or e-mail messages"},"ebuilds":[{"ebuildid":906878,"firstseen":"2026-07-29T10:48:12.549080","license":"CPL-1.0","moddate":"2026-07-29T09:48:12","packageid":53956,"repoid":1,"slot":"0\/6.8.7.2.4","version":"15.1.0"}]}}]},{"id":{"name":"media-libs","tracked":false},"packages":[{"id":{"name":"libheif","tracked":false},"package":{"detail":{"categoryid":438,"description":"ISO\/IEC 23008-12:2017 HEIF file format decoder and encoder","firstseen":"2018-09-09T00:37:04.838256","name":"libheif","packageid":69400},"ebuilds":[{"ebuildid":906883,"firstseen":"2026-07-29T13:49:42.999237","license":"GPL-3 MIT","moddate":"2026-07-29T12:49:42","packageid":69400,"repoid":1,"slot":"0\/1.23","version":"1.23.1"}]}}]},{"id":{"name":"net-mail","tracked":false},"packages":[{"id":{"name":"stalwart-cli","tracked":false},"package":{"detail":{"categoryid":412,"description":"Stalwart Mail Server command line utility","firstseen":"2024-12-30T13:18:59.192988","name":"stalwart-cli","packageid":78091},"ebuilds":[{"ebuildid":906869,"firstseen":"2026-07-29T09:07:00.538088","license":"|| ( AGPL-3 ) Apache-2.0 BSD CDLA-Permissive-2.0 ISC MIT MPL-2.0 Unicode-3.0","moddate":"2026-07-29T08:07:00","packageid":78091,"repoid":1,"slot":"0","version":"1.0.12"}]}},{"id":{"name":"stalwart-mail","tracked":false},"package":{"detail":{"categoryid":412,"description":"Stalwart Mail Server","firstseen":"2024-12-30T13:18:59.192988","name":"stalwart-mail","packageid":78092},"ebuilds":[{"ebuildid":906870,"firstseen":"2026-07-29T09:07:00.538088","license":"|| ( AGPL-3 ) AGPL-3 Apache-2.0 BSD-2 BSD Boost-1.0 CC0-1.0 CDLA-Permissive-2.0 ISC LGPL-2+ MIT MPL-2.0 Unicode-3.0 ZLIB BZIP2","moddate":"2026-07-29T08:07:00","packageid":78092,"repoid":1,"slot":"0","version":"0.16.15"}]}}]},{"id":{"name":"net-vpn","tracked":false},"packages":[{"id":{"name":"vopono","tracked":false},"package":{"detail":{"categoryid":486,"description":"Launch applications via VPN tunnels using temporary network namespaces","firstseen":"2025-01-30T16:52:29.864473","name":"vopono","packageid":78146,"summary":"vopono is a tool to run applications through VPN tunnels via temporary network namespaces. This allows you to run only a handful of applications through different VPNs simultaneously, whilst keeping your main connection as normal. vopono includes built-in killswitches for both Wireguard and OpenVPN."},"ebuilds":[{"ebuildid":906887,"firstseen":"2026-07-29T14:50:07.082570","license":"GPL-3+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0","moddate":"2026-07-29T13:50:06","packageid":78146,"repoid":1,"slot":"0","version":"0.10.19"}]}}]},{"id":{"name":"net-wireless","tracked":false},"packages":[{"id":{"name":"gnuradio","tracked":false},"package":{"detail":{"categoryid":436,"description":"Toolkit that provides signal processing blocks to implement software radios","firstseen":"2012-04-18T14:36:23.049426","maintainer":"radio@gentoo.org","maintainername":"Radio","name":"gnuradio","packageid":59154},"ebuilds":[{"ebuildid":906889,"firstseen":"2026-07-29T15:10:12.931550","license":"GPL-3","moddate":"2026-07-29T14:10:12","packageid":59154,"repoid":1,"slot":"0\/3.11_pre20260615","version":"3.11_pre20260615-r1"}]}}]},{"id":{"name":"sci-libs","tracked":false},"packages":[{"id":{"name":"pyshp","tracked":false},"package":{"detail":{"categoryid":318,"description":"Pure Python read\/write support for ESRI Shapefile format","firstseen":"2014-03-04T14:37:32.723918","maintainer":"slis@gentoo.org","name":"pyshp","packageid":61980},"ebuilds":[{"ebuildid":906885,"firstseen":"2026-07-29T14:29:58.477849","license":"MIT","moddate":"2026-07-29T13:29:58","packageid":61980,"repoid":1,"slot":"0","version":"3.1.6"}]}}]},{"id":{"name":"sci-ml","tracked":false},"packages":[{"id":{"name":"ggml","tracked":false},"package":{"detail":{"categoryid":1597,"description":"Tensor library for machine learning","firstseen":"2026-07-04T13:35:12.071647","name":"ggml","packageid":79263},"ebuilds":[{"ebuildid":906886,"firstseen":"2026-07-29T14:29:58.477849","license":"MIT","moddate":"2026-07-29T13:29:58","packageid":79263,"repoid":1,"slot":"0","version":"0.17.0-r1"}]}},{"id":{"name":"huggingface_hub","tracked":false},"package":{"detail":{"categoryid":1597,"description":"a client library to interact with the Hugging Face Hub","firstseen":"2025-03-14T21:04:04.408050","name":"huggingface_hub","packageid":78204},"ebuilds":[{"ebuildid":906900,"firstseen":"2026-07-29T20:13:21.840952","license":"Apache-2.0","moddate":"2026-07-29T19:13:21","packageid":78204,"repoid":1,"slot":"0","version":"1.3.7-r1"}]}},{"id":{"name":"ollama","tracked":false},"package":{"detail":{"categoryid":1597,"description":"Get up and running with Llama 3, Mistral, Gemma, and other language models","firstseen":"2026-07-04T20:41:48.179523","name":"ollama","packageid":79264},"ebuilds":[{"ebuildid":906882,"firstseen":"2026-07-29T12:48:59.567907","license":"MIT","moddate":"2026-07-29T11:48:59","packageid":79264,"repoid":1,"slot":"0","version":"0.32.4-r1"}]}}]},{"id":{"name":"sys-apps","tracked":false},"packages":[{"id":{"name":"shadow","tracked":false},"package":{"detail":{"categoryid":343,"description":"Utilities to deal with user accounts","firstseen":"2010-05-04T00:54:45.661860","maintainer":"base-system@gentoo.org","maintainername":"Gentoo Base System","name":"shadow","packageid":55072},"ebuilds":[{"ebuildid":906899,"firstseen":"2026-07-29T19:33:12.339929","license":"BSD GPL-2","moddate":"2026-07-29T18:33:12","packageid":55072,"repoid":1,"slot":"0\/6","version":"4.20.0"}]}}]},{"id":{"name":"sys-kernel","tracked":false},"packages":[{"id":{"name":"gentoo-kernel","tracked":false},"package":{"detail":{"categoryid":363,"description":"Linux kernel built with Gentoo patches","firstseen":"2020-01-10T15:47:05.743392","name":"gentoo-kernel","packageid":70588},"ebuilds":[{"ebuildid":906902,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":70588,"repoid":1,"slot":"6.1.179","version":"6.1.179"},{"ebuildid":906904,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70588,"repoid":1,"slot":"6.6.146","version":"6.6.146"},{"ebuildid":906903,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70588,"repoid":1,"slot":"6.12.99","version":"6.12.99"}]}},{"id":{"name":"gentoo-kernel-bin","tracked":false},"package":{"detail":{"categoryid":363,"description":"Pre-built Linux kernel with Gentoo patches","firstseen":"2020-01-10T15:47:05.743392","name":"gentoo-kernel-bin","packageid":70589},"ebuilds":[{"ebuildid":906905,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":70589,"repoid":1,"slot":"6.1.179","version":"6.1.179"},{"ebuildid":906907,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70589,"repoid":1,"slot":"6.6.146","version":"6.6.146"},{"ebuildid":906906,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70589,"repoid":1,"slot":"6.12.99","version":"6.12.99"}]}},{"id":{"name":"gentoo-kernel-modprep","tracked":false},"package":{"detail":{"categoryid":363,"description":"Minimal subset of gentoo-kernel-bin for building modules, for containers","firstseen":"2026-05-31T18:59:43.514041","name":"gentoo-kernel-modprep","packageid":79067},"ebuilds":[{"ebuildid":906908,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":79067,"repoid":1,"slot":"6.1.179","version":"6.1.179"},{"ebuildid":906909,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":79067,"repoid":1,"slot":"6.12.99","version":"6.12.99"},{"ebuildid":906910,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":79067,"repoid":1,"slot":"6.6.146","version":"6.6.146"}]}},{"id":{"name":"gentoo-sources","tracked":false},"package":{"detail":{"categoryid":363,"description":"Full sources including the Gentoo patchset for the 7.1 kernel tree","firstseen":"2010-05-04T00:54:45.661860","maintainer":"kernel@gentoo.org","maintainername":"Gentoo Kernel Project","name":"gentoo-sources","packageid":42849},"ebuilds":[{"ebuildid":906898,"firstseen":"2026-07-29T18:32:22.724732","license":"GPL-2","moddate":"2026-07-29T17:32:22","packageid":42849,"repoid":1,"slot":"6.6.146","version":"6.6.146"},{"ebuildid":906896,"firstseen":"2026-07-29T18:32:22.724732","license":"GPL-2","moddate":"2026-07-29T17:32:22","packageid":42849,"repoid":1,"slot":"6.1.179","version":"6.1.179"},{"ebuildid":906897,"firstseen":"2026-07-29T18:32:22.724732","license":"GPL-2","moddate":"2026-07-29T17:32:22","packageid":42849,"repoid":1,"slot":"6.12.99","version":"6.12.99"}]}},{"id":{"name":"vanilla-kernel","tracked":false},"package":{"detail":{"categoryid":363,"description":"Linux kernel built from vanilla upstream sources","firstseen":"2019-12-11T17:05:15.687729","name":"vanilla-kernel","packageid":70451},"ebuilds":[{"ebuildid":906912,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70451,"repoid":1,"slot":"6.12.99","version":"6.12.99"},{"ebuildid":906913,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2 generic-uki? ( GPL-2+ LGPL-2.1+ || ( BSD GPL-2 ) LGPL-2.1 || ( GPL-2 BSD ) GPL-2 GPL-3 GPL-3+ LGPL-2.1 LGPL-2 || ( BSD GPL-2 ) LGPL-2.1 GPL-3 GPL-3+ BSD BSD LGPL-2.1+ || ( Apache-2.0 CC0-1.0 ) BZIP2 LGPL-2.1+ public-domain BSD BSD-2 GPL-2 || ( BSD GPL-3 HIDAPI ) || ( AFL-2.1 GPL-2 ) MIT MIT || ( MPL-2.0 GPL-2 LGPL-2.1 ) GPL-2+ LGPL-2 LGPL-2.1 BSD-2 GPL-2 GPL-3+ GPL-3+ LGPL-2.1 GPL-2+ BSD-2 BSD curl ISC LGPL-2 CC0-1.0 GPL-2 LGPL-2.1 GPL-2+ GPL-2 BSD GPL-2 BSD LGPL-2.1 GPL-2 GPL-2 LGPL-2.1 MIT GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain x86? ( intel-ucode ) GPL-2 LGPL-2.1 public-domain GPL-2 LGPL-2.1 MIT public-domain ZLIB amd64? ( intel-ucode ) MIT GPL-2+ GPL-2 GPL-3 LGPL-2.1 LGPL-2.1 GPL-2 MIT LGPL-2.1 || ( GPL-2+ LGPL-3+ ) GPL-3+ unicode GPL-2 GPL-2 GPL-2+ LGPL-2.1+ GPL-2+ LGPL-2+ LGPL-2.1+ LGPL-2.1+ OPENLDAP GPL-2 GPL-2 GPL-2 BSD BSD-2 BSD-4 LGPL-2.1+ GPL-2 GPL-2 GPL-3+ GPL-3 BSD-2 LGPL-2.1+ BSD HPND ISC inner-net rc PCRE BSD public-domain LGPL-2.1+ GPL-2+ CC0-1.0 BSD-with-attribution LGPL-2.1+ MIT CC-BY-3.0 MIT GPL-2 LGPL-2.1+ LGPL-2.1 GPL-2+ LGPL-2.1+ GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+ || ( LGPL-3+ GPL-2+ ) || ( FDL-1.2 GPL-3+ ) GPL-3+ Apache-2.0 BSD GPL-2 GPL-2 || ( GPL-3 BSD-2 ) GPL-3+ LGPL-2.1 LGPL-2.1+ LGPL-2.1 MIT BSD ISC MIT GPL-3+ GPL-2 LGPL-2.1+ MIT GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-07-29T19:53:33","packageid":70451,"repoid":1,"slot":"6.6.146","version":"6.6.146"},{"ebuildid":906911,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2","moddate":"2026-07-29T19:53:33","packageid":70451,"repoid":1,"slot":"6.1.179","version":"6.1.179"}]}},{"id":{"name":"vanilla-sources","tracked":false},"package":{"detail":{"categoryid":363,"description":"Full sources for the Linux kernel","firstseen":"2010-05-04T00:54:45.661860","maintainer":"kernel@gentoo.org","maintainername":"Gentoo kernel team","name":"vanilla-sources","packageid":42065},"ebuilds":[{"ebuildid":906892,"firstseen":"2026-07-29T17:52:00.181540","license":"GPL-2","moddate":"2026-07-29T16:51:59","packageid":42065,"repoid":1,"slot":"6.1.179","version":"6.1.179"},{"ebuildid":906894,"firstseen":"2026-07-29T17:52:00.181540","license":"GPL-2","moddate":"2026-07-29T16:51:59","packageid":42065,"repoid":1,"slot":"6.6.146","version":"6.6.146"},{"ebuildid":906893,"firstseen":"2026-07-29T17:52:00.181540","license":"GPL-2","moddate":"2026-07-29T16:51:59","packageid":42065,"repoid":1,"slot":"6.12.99","version":"6.12.99"}]}},{"id":{"name":"zen-sources","tracked":false},"package":{"detail":{"categoryid":363,"description":"The Zen Kernel Live Sources","firstseen":"2010-05-04T00:54:45.661860","maintainer":"vicegentoo@gmail.com","maintainername":"Daniel Weiss","name":"zen-sources","packageid":46000},"ebuilds":[{"ebuildid":906888,"firstseen":"2026-07-29T14:50:07.082570","license":"GPL-2","moddate":"2026-07-29T13:50:06","packageid":46000,"repoid":1,"slot":"7.1.5","version":"7.1.5"}]}}]},{"id":{"name":"virtual","tracked":false},"packages":[{"id":{"name":"dist-kernel","tracked":false},"package":{"detail":{"categoryid":396,"description":"Virtual to depend on any Distribution Kernel","firstseen":"2021-01-07T13:17:21.305486","name":"dist-kernel","packageid":72351},"ebuilds":[{"ebuildid":906914,"firstseen":"2026-07-29T20:53:34.256712","moddate":"2026-07-29T19:53:33","packageid":72351,"repoid":1,"slot":"0\/6.1.179","version":"6.1.179"},{"ebuildid":906916,"firstseen":"2026-07-29T20:53:34.256712","moddate":"2026-07-29T19:53:33","packageid":72351,"repoid":1,"slot":"0\/6.6.146","version":"6.6.146"},{"ebuildid":906915,"firstseen":"2026-07-29T20:53:34.256712","moddate":"2026-07-29T19:53:33","packageid":72351,"repoid":1,"slot":"0\/6.12.99","version":"6.12.99"}]}}]},{"id":{"name":"www-client","tracked":false},"packages":[{"id":{"name":"firefox","tracked":false},"package":{"detail":{"categoryid":341,"description":"Firefox Web Browser","firstseen":"2010-07-26T14:35:45.089045","maintainer":"mozilla@gentoo.org","maintainername":"Gentoo Mozilla Team","name":"firefox","packageid":56096},"ebuilds":[{"ebuildid":906872,"firstseen":"2026-07-29T10:07:45.698789","license":"MPL-2.0 GPL-2 LGPL-2.1","moddate":"2026-07-29T09:07:45","packageid":56096,"repoid":1,"slot":"rapid","version":"153.0.1"}]}},{"id":{"name":"firefox-bin","tracked":false},"package":{"detail":{"categoryid":341,"description":"Firefox Web Browser","firstseen":"2010-05-04T00:54:45.661860","maintainer":"mozilla@gentoo.org","maintainername":"Gentoo Mozilla Team","name":"firefox-bin","packageid":53061},"ebuilds":[{"ebuildid":906868,"firstseen":"2026-07-29T07:26:14.512411","license":"MPL-2.0 GPL-2 LGPL-2.1","moddate":"2026-07-29T06:26:14","packageid":53061,"repoid":1,"slot":"rapid","version":"153.0.1"}]}},{"id":{"name":"firefox-l10n","tracked":false},"package":{"detail":{"categoryid":341,"description":"Firefox Web Browser's translation files","firstseen":"2026-03-24T05:52:06.863346","name":"firefox-l10n","packageid":78877},"ebuilds":[{"ebuildid":906873,"firstseen":"2026-07-29T10:07:45.698789","license":"MPL-2.0","moddate":"2026-07-29T09:07:45","packageid":78877,"repoid":1,"slot":"0","version":"153.0.1"}]}}]},{"id":{"name":"xfce-base","tracked":false},"packages":[{"id":{"name":"tumbler","tracked":false},"package":{"detail":{"categoryid":340,"description":"A thumbnail service for Thunar","firstseen":"2022-10-08T15:51:08.448795","name":"tumbler","packageid":75510},"ebuilds":[{"ebuildid":906917,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2+","moddate":"2026-07-29T19:53:33","packageid":75510,"repoid":1,"slot":"0","version":"4.20.2"}]}},{"id":{"name":"xfce4-panel","tracked":false},"package":{"detail":{"categoryid":340,"description":"Panel for the Xfce desktop environment","firstseen":"2010-05-04T00:54:45.661860","maintainer":"xfce@gentoo.org","maintainername":"XFCE Team","name":"xfce4-panel","packageid":48981},"ebuilds":[{"ebuildid":906895,"firstseen":"2026-07-29T17:52:00.181540","license":"GPL-2+ LGPL-2.1+","moddate":"2026-07-29T16:51:59","packageid":48981,"repoid":1,"slot":"0","version":"4.20.8"}]}},{"id":{"name":"xfce4-power-manager","tracked":false},"package":{"detail":{"categoryid":340,"description":"Power manager for the Xfce desktop environment","firstseen":"2022-10-08T15:51:08.448795","name":"xfce4-power-manager","packageid":75511},"ebuilds":[{"ebuildid":906918,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2+","moddate":"2026-07-29T19:53:33","packageid":75511,"repoid":1,"slot":"0","version":"4.20.1"}]}},{"id":{"name":"xfce4-settings","tracked":false},"package":{"detail":{"categoryid":340,"description":"Configuration system for the Xfce desktop environment","firstseen":"2010-05-04T00:54:45.661860","maintainer":"xfce@gentoo.org","maintainername":"XFCE Team","name":"xfce4-settings","packageid":41953},"ebuilds":[{"ebuildid":906919,"firstseen":"2026-07-29T20:53:34.256712","license":"GPL-2+","moddate":"2026-07-29T19:53:33","packageid":41953,"repoid":1,"slot":"0","version":"4.20.5"}]}}]}],"timestamp":"2026-07-29"}]}