{"syncs":[{"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":902114,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":72927,"repoid":1,"slot":"0","version":"1.45.29"}]}}]},{"id":{"name":"app-crypt","tracked":false},"packages":[{"id":{"name":"eid-mw","tracked":false},"package":{"detail":{"categoryid":312,"description":"Electronic Identity Card middleware supplied by the Belgian Federal Government","firstseen":"2012-04-08T14:36:58.547099","maintainer":"vincent.hardy.be@gmail.com","maintainername":"Proxy Maintainers","name":"eid-mw","packageid":59110,"summary":"eid-mw is Belgian Electronic Identity Card (eID) middleware supplied by the Belgian Federal Government. With your eID, you can: - identify yourself when necessary. All you have to do is insert the card in the reader. All your details then appear automatically on the PC screen. - authenticate yourself. This is a way of checking that you are who you say you are. That can be handy on the internet or to enable your children to chat in safety. - place a legally binding electronic signature on electronic documents. These three functions form the basis of the countless applications for your eID. Go to https:\/\/my.belgium.be and check out what can you do with it? and discover all the things you can use the eID for."},"ebuilds":[{"ebuildid":902143,"firstseen":"2026-06-13T11:08:16.895979","license":"LGPL-3","moddate":"2026-06-13T10:08:16","packageid":59110,"repoid":1,"slot":"0","version":"5.1.31"}]}}]},{"id":{"name":"app-emulation","tracked":false},"packages":[{"id":{"name":"wine-vanilla","tracked":false},"package":{"detail":{"categoryid":321,"description":"Free implementation of Windows(tm) on Unix, without external patchsets","firstseen":"2017-04-10T19:43:52.242287","name":"wine-vanilla","packageid":66755,"summary":"Wine is an Open Source implementation of the Windows API on top of X and Unix. Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, and Solaris. This variant of the Wine packaging does not include external patchsets"},"ebuilds":[{"ebuildid":902113,"firstseen":"2026-06-13T02:05:42.868468","license":"LGPL-2.1+ BSD BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff public-domain","moddate":"2026-06-13T01:05:42","packageid":66755,"repoid":1,"slot":"11.11","version":"11.11"}]}}]},{"id":{"name":"app-i18n","tracked":false},"packages":[{"id":{"name":"ibus-skk","tracked":false},"package":{"detail":{"categoryid":404,"description":"Japanese SKK engine for IBus","firstseen":"2010-05-04T00:54:45.661860","maintainer":"cjk@gentoo.org","maintainername":"Cjk","name":"ibus-skk","packageid":49541},"ebuilds":[{"ebuildid":902126,"firstseen":"2026-06-13T07:27:14.040353","license":"GPL-2+","moddate":"2026-06-13T06:27:13","packageid":49541,"repoid":1,"slot":"0","version":"1.4.4"}]}},{"id":{"name":"man-pages-ja","tracked":false},"package":{"detail":{"categoryid":404,"description":"Collection of manual pages translated into Japanese","firstseen":"2010-05-04T00:54:45.661860","maintainer":"cjk@gentoo.org","maintainername":"Cjk","name":"man-pages-ja","packageid":52602,"summary":"Japanese translation of portage\/gentoolkit man pages are contributed by Gentoo Linux User Group Japan and maintained by that mailing list (gentoojp-docs@ml.gentoo.gr.jp). All questions and comments should be posted to that list with regard to man pages translation for portage\/gentoolkit."},"ebuilds":[{"ebuildid":902115,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0 GPL-2+ GPL-2 GPL-3+ LGPL-2 LGPL-2+ 0BSD BSD BSD-2 MIT ISC HPND FDL-1.1+ LDP-1 LDP-1a man-pages Texinfo-manual","moddate":"2026-06-13T05:46:56","packageid":52602,"repoid":1,"slot":"0","version":"20260515"}]}}]},{"id":{"name":"dev-cpp","tracked":false},"packages":[{"id":{"name":"gtkmm","tracked":false},"package":{"detail":{"categoryid":429,"description":"C++ interface for GTK+","firstseen":"2010-05-04T00:54:45.661860","maintainer":"gnome@gentoo.org","maintainername":"Gentoo GNOME Desktop","name":"gtkmm","packageid":45808},"ebuilds":[{"ebuildid":902151,"firstseen":"2026-06-13T18:52:03.585415","license":"LGPL-2.1+","moddate":"2026-06-14T03:31:22","packageid":45808,"repoid":1,"slot":"3.0","version":"3.24.11"}]}}]},{"id":{"name":"dev-db","tracked":false},"packages":[{"id":{"name":"m17n-db","tracked":false},"package":{"detail":{"categoryid":452,"description":"Database for the m17n library","firstseen":"2010-05-04T00:54:45.661860","maintainer":"cjk@gentoo.org","maintainername":"Cjk","name":"m17n-db","packageid":49284},"ebuilds":[{"ebuildid":902125,"firstseen":"2026-06-13T07:07:10.928971","license":"LGPL-2.1+","moddate":"2026-06-13T06:07:10","packageid":49284,"repoid":1,"slot":"0","version":"1.8.12"}]}}]},{"id":{"name":"dev-java","tracked":false},"packages":[{"id":{"name":"asm","tracked":false},"package":{"detail":{"categoryid":406,"description":"Bytecode manipulation framework for Java","firstseen":"2010-05-04T00:54:45.661860","maintainer":"java@gentoo.org","maintainername":"Java","name":"asm","packageid":53675,"summary":"ASM is a Java bytecode manipulation framework. It can be used to dynamically generate stub classes or other proxy classes, directly in binary form, or to dynamically modify classes at load time, i.e., just before they are loaded into the Java Virtual Machine. ASM offers similar functionalities as BCEL or SERP, but is much more smaller (25KB instead of 350KB for BCEL and 150KB for SERP) and faster than these tools (the overhead of a load time class transformation is of the order of 60% with ASM, 700% or more with BCEL, and 1100% or more with SERP). Indeed ASM was designed to be used in a dynamic way* and was therefore designed and implemented to be as small and as fast as possible."},"ebuilds":[{"ebuildid":902129,"firstseen":"2026-06-13T10:07:49.875910","license":"BSD","moddate":"2026-06-13T09:07:49","packageid":53675,"repoid":1,"slot":"0","version":"9.10.1"}]}},{"id":{"name":"byte-buddy","tracked":false},"package":{"detail":{"categoryid":406,"description":"Offers convenience for attaching an agent to the local or a remote VM","firstseen":"2022-04-10T17:03:31.817430","name":"byte-buddy","packageid":74800,"summary":"This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space."},"ebuilds":[{"ebuildid":902130,"firstseen":"2026-06-13T10:07:49.875910","license":"Apache-2.0","moddate":"2026-06-13T09:07:49","packageid":74800,"repoid":1,"slot":"0","version":"1.18.10"}]}},{"id":{"name":"janino","tracked":false},"package":{"detail":{"categoryid":406,"description":"An embedded compiler for run-time compilation purposes","firstseen":"2026-06-13T10:07:49.875910","name":"janino","packageid":79138,"summary":"The \"JANINO\" implementation of the \"commons-compiler\" API: Super-small, super-fast, independent from the JDK's \"tools.jar\"."},"ebuilds":[{"ebuildid":902131,"firstseen":"2026-06-13T10:07:49.875910","license":"BSD","moddate":"2026-06-13T09:07:49","packageid":79138,"repoid":1,"slot":"0","version":"3.1.12"}]}}]},{"id":{"name":"dev-lang","tracked":false},"packages":[{"id":{"name":"python","tracked":false},"package":{"detail":{"categoryid":450,"description":"An interpreted, interactive, object-oriented programming language","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"python","packageid":43095},"ebuilds":[{"ebuildid":902150,"firstseen":"2026-06-13T16:50:44.149235","license":"PSF-2","moddate":"2026-06-13T15:50:43","packageid":43095,"repoid":1,"slot":"3.13t","version":"0.3.13.14"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"aioresponses","tracked":false},"package":{"detail":{"categoryid":336,"description":"Helper to mock\/fake web requests in Python's aiohttp package","firstseen":"2021-08-15T03:50:09.577142","name":"aioresponses","packageid":73281},"ebuilds":[{"ebuildid":902116,"firstseen":"2026-06-13T06:46:58.100599","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":73281,"repoid":1,"slot":"0","version":"0.7.8-r1"},{"ebuildid":902117,"firstseen":"2026-06-13T06:46:58.100599","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":73281,"repoid":1,"slot":"0","version":"0.7.8-r2"}]}},{"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":902118,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":63904,"repoid":1,"slot":"0","version":"1.43.29"}]}},{"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":902119,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":63905,"repoid":1,"slot":"0","version":"1.43.29"}]}},{"id":{"name":"cryptography","tracked":false},"package":{"detail":{"categoryid":336,"description":"Library providing cryptographic recipes and primitives","firstseen":"2014-03-01T14:39:29.303715","maintainer":"python@gentoo.org","maintainername":"Python","name":"cryptography","packageid":61965},"ebuilds":[{"ebuildid":902120,"firstseen":"2026-06-13T06:46:58.100599","license":"|| ( Apache-2.0 BSD ) PSF-2 Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD MIT Unicode-3.0","moddate":"2026-06-14T03:53:21","packageid":61965,"repoid":1,"slot":"0","version":"49.0.0"}]}},{"id":{"name":"google-auth","tracked":false},"package":{"detail":{"categoryid":336,"description":"Google Authentication Library","firstseen":"2017-05-04T04:44:17.665018","name":"google-auth","packageid":66804},"ebuilds":[{"ebuildid":902121,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":66804,"repoid":1,"slot":"0","version":"2.54.0"}]}},{"id":{"name":"pyopenssl","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python interface to the OpenSSL library","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"pyopenssl","packageid":54067},"ebuilds":[{"ebuildid":902122,"firstseen":"2026-06-13T06:46:58.100599","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":54067,"repoid":1,"slot":"0","version":"26.3.0"}]}},{"id":{"name":"pytest-describe","tracked":false},"package":{"detail":{"categoryid":336,"description":"Describe-style plugin for pytest","firstseen":"2018-08-04T20:57:45.404308","name":"pytest-describe","packageid":69313},"ebuilds":[{"ebuildid":902123,"firstseen":"2026-06-13T06:46:58.100599","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":69313,"repoid":1,"slot":"0","version":"3.2.0"}]}},{"id":{"name":"stripe","tracked":false},"package":{"detail":{"categoryid":336,"description":"Stripe Python bindings","firstseen":"2017-05-10T22:50:39.470271","name":"stripe","packageid":66841},"ebuilds":[{"ebuildid":902124,"firstseen":"2026-06-13T06:46:58.100599","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":66841,"repoid":1,"slot":"0","version":"15.2.1"}]}}]},{"id":{"name":"games-arcade","tracked":false},"packages":[{"id":{"name":"rocksndiamonds","tracked":false},"package":{"detail":{"categoryid":352,"description":"A Boulderdash clone","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"rocksndiamonds","packageid":44966},"ebuilds":[{"ebuildid":902144,"firstseen":"2026-06-13T12:28:36.063293","license":"GPL-2","moddate":"2026-06-13T11:28:35","packageid":44966,"repoid":1,"slot":"0","version":"4.4.2.1"}]}},{"id":{"name":"savagewheels","tracked":false},"package":{"detail":{"categoryid":352,"description":"2D car crashing game similar to the old classic Destruction Derby","firstseen":"2016-05-04T13:40:24.767988","maintainer":"nvinson234@gmail.com","maintainername":"Nicholas Vinson","name":"savagewheels","packageid":65404},"ebuilds":[{"ebuildid":902148,"firstseen":"2026-06-13T13:08:45.312180","license":"MIT","moddate":"2026-06-13T12:08:44","packageid":65404,"repoid":1,"slot":"0","version":"1.6.1-r3"}]}}]},{"id":{"name":"games-strategy","tracked":false},"packages":[{"id":{"name":"warzone2100","tracked":false},"package":{"detail":{"categoryid":375,"description":"3D real-time strategy game","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"warzone2100","packageid":50303,"summary":"Warzone 2100 offers campaign, multi-player, and single-player skirmish modes. An extensive tech tree with over 400 different technologies, combined with the unit design system, allows for a wide variety of possible units and tactics."},"ebuilds":[{"ebuildid":902149,"firstseen":"2026-06-13T14:29:03.128759","license":"GPL-2+ CC-BY-SA-3.0 public-domain vulkan? ( GPL-3 )","moddate":"2026-06-13T13:29:02","packageid":50303,"repoid":1,"slot":"0","version":"4.7.0"}]}}]},{"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":902128,"firstseen":"2026-06-13T09:47:43.997291","license":"GPL-2+ branding? ( CC-BY-SA-4.0 )","moddate":"2026-06-14T03:31:28","packageid":54874,"repoid":1,"slot":"0","version":"49.2-r1"}]}},{"id":{"name":"gnome-session-openrc","tracked":false},"package":{"detail":{"categoryid":411,"description":"Gnome session leader for OpenRC","firstseen":"2026-04-30T21:48:05.681017","name":"gnome-session-openrc","packageid":78924},"ebuilds":[{"ebuildid":902137,"firstseen":"2026-06-13T10:28:00.173876","license":"GPL-2+","moddate":"2026-06-14T03:31:28","packageid":78924,"repoid":1,"slot":"0","version":"49.2"}]}}]},{"id":{"name":"media-fonts","tracked":false},"packages":[{"id":{"name":"terminus-font","tracked":false},"package":{"detail":{"categoryid":415,"description":"A clean fixed font for the console and X11","firstseen":"2010-05-04T00:54:45.661860","maintainer":"fonts@gentoo.org","maintainername":"Fonts","name":"terminus-font","packageid":44140},"ebuilds":[{"ebuildid":902154,"firstseen":"2026-06-13T20:13:34.528676","license":"OFL-1.1 GPL-2","moddate":"2026-06-14T03:31:30","packageid":44140,"repoid":1,"slot":"0","version":"4.49.1-r3"}]}}]},{"id":{"name":"media-gfx","tracked":false},"packages":[{"id":{"name":"shotwell","tracked":false},"package":{"detail":{"categoryid":354,"description":"Open source photo manager for GNOME","firstseen":"2010-05-04T00:54:45.661860","maintainer":"hwoarang@gentoo.org","maintainername":"Markos Chandras","name":"shotwell","packageid":49469,"summary":"Shotwell is a digital photo manager designed for the GNOME desktop environment. It allows you to import photos from disk or camera, organize them by keywords and events, view them in full-window or fullscreen mode, and share them with others via social networking and more."},"ebuilds":[{"ebuildid":902152,"firstseen":"2026-06-13T18:52:03.585415","license":"LGPL-2.1","moddate":"2026-06-14T03:31:30","packageid":49469,"repoid":1,"slot":"0","version":"0.32.17"}]}}]},{"id":{"name":"media-libs","tracked":false},"packages":[{"id":{"name":"libgphoto2","tracked":false},"package":{"detail":{"categoryid":438,"description":"Library that implements support for numerous digital cameras","firstseen":"2010-05-04T00:54:45.661860","maintainer":"gnome@gentoo.org","maintainername":"Gentoo GNOME Desktop","name":"libgphoto2","packageid":53220},"ebuilds":[{"ebuildid":902153,"firstseen":"2026-06-13T18:52:03.585415","license":"GPL-2","moddate":"2026-06-13T22:49:32","packageid":53220,"repoid":1,"slot":"0\/6","version":"2.5.34-r1"}]}},{"id":{"name":"sdl-mixer","tracked":false},"package":{"detail":{"categoryid":438,"description":"Simple Direct Media Layer Mixer Library","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"sdl-mixer","packageid":52459},"ebuilds":[{"ebuildid":902145,"firstseen":"2026-06-13T12:28:36.063293","license":"ZLIB","moddate":"2026-06-13T11:28:35","packageid":52459,"repoid":1,"slot":"0","version":"1.2.12_p20260511"}]}},{"id":{"name":"sdl2-mixer","tracked":false},"package":{"detail":{"categoryid":438,"description":"Simple Direct Media Layer Mixer Library","firstseen":"2013-08-29T13:37:00.395665","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"sdl2-mixer","packageid":61311},"ebuilds":[{"ebuildid":902146,"firstseen":"2026-06-13T12:28:36.063293","license":"ZLIB","moddate":"2026-06-13T11:28:35","packageid":61311,"repoid":1,"slot":"0","version":"2.8.2"}]}},{"id":{"name":"sdl3-mixer","tracked":false},"package":{"detail":{"categoryid":438,"description":"Simple Direct Media Layer Mixer Library","firstseen":"2025-04-10T08:37:37.972360","name":"sdl3-mixer","packageid":78278,"summary":"A simple multi-channel audio mixer that supports 8 channels of 16 bit stereo audio, plus a single channel of music. It can load FLAC, MP3, Ogg, VOC, and WAV format audio. It can also load MIDI, MOD, and Opus audio, depending on build options. It is a part of the SDL project, and is used by many games and applications."},"ebuilds":[{"ebuildid":902147,"firstseen":"2026-06-13T12:28:36.063293","license":"ZLIB","moddate":"2026-06-13T11:28:35","packageid":78278,"repoid":1,"slot":"0","version":"3.2.4"}]}}]},{"id":{"name":"media-video","tracked":false},"packages":[{"id":{"name":"untrunc","tracked":false},"package":{"detail":{"categoryid":342,"description":"Restore truncated mp4\/mov files","firstseen":"2025-07-25T13:51:03.459891","name":"untrunc","packageid":78440},"ebuilds":[{"ebuildid":902132,"firstseen":"2026-06-13T10:07:49.875910","license":"GPL-2","moddate":"2026-06-13T09:07:49","packageid":78440,"repoid":1,"slot":"0","version":"0_pre20260605"}]}}]},{"id":{"name":"net-libs","tracked":false},"packages":[{"id":{"name":"nodejs","tracked":false},"package":{"detail":{"categoryid":320,"description":"A JavaScript runtime built on Chrome's V8 JavaScript engine","firstseen":"2010-12-13T14:40:25.357413","maintainer":"bugs@bergstroem.nu","maintainername":"Johan Bergstroem","name":"nodejs","packageid":56612},"ebuilds":[{"ebuildid":902138,"firstseen":"2026-06-13T10:28:00.173876","license":"Apache-1.1 Apache-2.0 BlueOak-1.0.0 BSD BSD-2 MIT npm? ( Artistic-2 )","moddate":"2026-06-14T03:31:34","packageid":56612,"repoid":1,"slot":"0\/24","version":"24.16.0-r1"},{"ebuildid":902139,"firstseen":"2026-06-13T10:28:00.173876","license":"Apache-1.1 Apache-2.0 BlueOak-1.0.0 BSD BSD-2 MIT npm? ( Artistic-2 )","moddate":"2026-06-14T03:31:34","packageid":56612,"repoid":1,"slot":"0\/26","version":"26.3.0"}]}}]},{"id":{"name":"net-wireless","tracked":false},"packages":[{"id":{"name":"kismet","tracked":false},"package":{"detail":{"categoryid":436,"description":"IEEE 802.11 wireless LAN sniffer","firstseen":"2010-05-04T00:54:45.661860","maintainer":"zerochaos@gentoo.org","maintainername":"Rick Farina","name":"kismet","packageid":48106},"ebuilds":[{"ebuildid":902155,"firstseen":"2026-06-13T23:29:28.334985","license":"GPL-2","moddate":"2026-06-14T03:31:36","packageid":48106,"repoid":1,"slot":"0\/2025.09.1","version":"2025.09.1-r1"}]}},{"id":{"name":"urh","tracked":false},"package":{"detail":{"categoryid":436,"description":"Universal Radio Hacker: investigate wireless protocols like a boss","firstseen":"2017-03-01T14:45:31.487579","name":"urh","packageid":66585},"ebuilds":[{"ebuildid":902133,"firstseen":"2026-06-13T10:07:49.875910","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":66585,"repoid":1,"slot":"0","version":"2.10.0-r2"}]}}]},{"id":{"name":"sci-chemistry","tracked":false},"packages":[{"id":{"name":"molmol","tracked":false},"package":{"detail":{"categoryid":416,"description":"Publication-quality molecular visualization package","firstseen":"2010-05-04T00:54:45.661860","maintainer":"sci-chemistry@gentoo.org","maintainername":"Gentoo Chemistry Project","name":"molmol","packageid":50319},"ebuilds":[{"ebuildid":902134,"firstseen":"2026-06-13T10:07:49.875910","license":"molmol","moddate":"2026-06-13T09:07:49","packageid":50319,"repoid":1,"slot":"0","version":"2k_p2-r11"}]}}]},{"id":{"name":"sci-geosciences","tracked":false},"packages":[{"id":{"name":"gpxsee","tracked":false},"package":{"detail":{"categoryid":455,"description":"Viewer and analyzer that supports gpx, tcx, kml, fit, igc and nmea files","firstseen":"2018-02-14T18:33:18.297499","name":"gpxsee","packageid":68703},"ebuilds":[{"ebuildid":902127,"firstseen":"2026-06-13T09:07:34.979584","license":"GPL-3","moddate":"2026-06-13T08:07:34","packageid":68703,"repoid":1,"slot":"0","version":"16.8"}]}}]},{"id":{"name":"sci-visualization","tracked":false},"packages":[{"id":{"name":"grace","tracked":false},"package":{"detail":{"categoryid":431,"description":"Motif based XY-plotting tool","firstseen":"2010-05-04T00:54:45.661860","maintainer":"sci@gentoo.org","maintainername":"Gentoo Science Project","name":"grace","packageid":44900,"summary":"Grace is a point-and-click tool that allows the user to draw X-Y plots. This is the program formerly known as Xmgr. A few of its features are: user defined scaling, tick marks, labels, symbols, line styles, colors. Polynomial regression, splines, running averages, DFT\/FFT, cross\/auto-correlation. Batch mode for unattended plotting. Hardcopy support for PostScript, FrameMaker and several image formats."},"ebuilds":[{"ebuildid":902135,"firstseen":"2026-06-13T10:07:49.875910","license":"GPL-2 LGPL-2","moddate":"2026-06-13T09:07:49","packageid":44900,"repoid":1,"slot":"0","version":"5.1.25_p18-r1"}]}}]},{"id":{"name":"sys-apps","tracked":false},"packages":[{"id":{"name":"s6-linux-utils","tracked":false},"package":{"detail":{"categoryid":343,"description":"Set of tiny linux utilities","firstseen":"2016-02-05T14:49:45.880183","maintainer":"aranea@aixah.de","maintainername":"Luis Ressel","name":"s6-linux-utils","packageid":64943},"ebuilds":[{"ebuildid":902140,"firstseen":"2026-06-13T10:28:00.173876","license":"ISC","moddate":"2026-06-13T09:27:59","packageid":64943,"repoid":1,"slot":"0","version":"2.6.4.1"}]}}]},{"id":{"name":"sys-auth","tracked":false},"packages":[{"id":{"name":"libnss-nis","tracked":false},"package":{"detail":{"categoryid":447,"description":"NSS module to provide NIS support","firstseen":"2017-11-17T23:54:03.844984","name":"libnss-nis","packageid":68462},"ebuilds":[{"ebuildid":902141,"firstseen":"2026-06-13T10:28:00.173876","license":"LGPL-2.1+ BSD ISC","moddate":"2026-06-13T09:27:59","packageid":68462,"repoid":1,"slot":"0","version":"3.4"}]}}]},{"id":{"name":"sys-cluster","tracked":false},"packages":[{"id":{"name":"k9scli","tracked":false},"package":{"detail":{"categoryid":361,"description":"terminal based UI to manage kubernetes clusters","firstseen":"2020-06-25T21:12:03.473359","name":"k9scli","packageid":71249},"ebuilds":[{"ebuildid":902142,"firstseen":"2026-06-13T10:48:10.617854","license":"Apache-2.0 Apache-2.0 BSD BSD-2 CC0-1.0 GPL-2 ISC MIT MPL-2.0 Unicode-DFS-2016 Unlicense","moddate":"2026-06-13T09:48:10","packageid":71249,"repoid":1,"slot":"0","version":"0.51.0"}]}}]},{"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":902111,"firstseen":"2026-06-13T00:22:56.725294","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-06-14T03:31:38","packageid":54038,"repoid":1,"slot":"14","version":"14.3.1_p20260611"},{"ebuildid":902112,"firstseen":"2026-06-13T00:22:56.725294","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-06-14T03:31:38","packageid":54038,"repoid":1,"slot":"15","version":"15.3.1_p20260612"},{"ebuildid":902110,"firstseen":"2026-06-13T00:22:56.725294","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-06-14T03:31:38","packageid":54038,"repoid":1,"slot":"13","version":"13.4.1_p20260610"}]}}]},{"id":{"name":"x11-libs","tracked":false},"packages":[{"id":{"name":"xbae","tracked":false},"package":{"detail":{"categoryid":330,"description":"Motif-based widget to display a grid of cells as a spreadsheet","firstseen":"2010-05-04T00:54:45.661860","maintainer":"sci@gentoo.org","maintainername":"Gentoo Science Project","name":"xbae","packageid":48003,"summary":"XbaeMatrix is a free Motif(R) table widget (also compatible with the free LessTif) which presents an editable array of string data to the user in a scrollable table similar to a spreadsheet. The rows and columns of the Matrix may optionally be labelled. A number of \"fixed\" and \"trailing fixed\" rows or columns may be specified. The XbaeCaption widget is a simple Motif manager widget that associates a label with a child. In addition the XbaeInput widget is being distributed, a text input field that provides generic customised data entry and formatting for strings."},"ebuilds":[{"ebuildid":902136,"firstseen":"2026-06-13T10:07:49.875910","license":"BSD","moddate":"2026-06-13T09:07:49","packageid":48003,"repoid":1,"slot":"0","version":"4.60.4-r3"}]}}]}],"timestamp":"2026-06-13"},{"categories":[{"id":{"name":"app-benchmarks","tracked":false},"packages":[{"id":{"name":"stress-ng","tracked":false},"package":{"detail":{"categoryid":448,"description":"Stress test for a computer system with various selectable ways","firstseen":"2016-02-04T14:39:59.272265","maintainer":"brendan@horan.hk","maintainername":"Brendan Horan","name":"stress-ng","packageid":64942,"summary":"Stress-ng will stress test a computer system in various selectable ways. It was designed to exercise various physical subsystems of a computer as well as the various operating system kernel interfaces. It features 200 stress tests, 70 CPU specific stress tests, that exercise floating point, integer, bit manipulation and control flow and over 20 virtual memory stress tests."},"ebuilds":[{"ebuildid":902176,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-2+","moddate":"2026-06-14T14:33:29","packageid":64942,"repoid":1,"slot":"0","version":"0.21.03"}]}}]},{"id":{"name":"app-doc","tracked":false},"packages":[{"id":{"name":"pms","tracked":false},"package":{"detail":{"categoryid":397,"description":"Gentoo Package Manager Specification (draft)","firstseen":"2010-05-04T00:54:45.661860","maintainer":"pms-bugs@gentoo.org","maintainername":"Package Manager Specification","name":"pms","packageid":50889},"ebuilds":[{"ebuildid":902226,"firstseen":"2026-06-14T22:08:56.665915","license":"CC-BY-SA-4.0","moddate":"2026-06-14T21:08:56","packageid":50889,"repoid":1,"slot":"0","version":"9_p20260614"}]}},{"id":{"name":"pms-bin","tracked":false},"package":{"detail":{"categoryid":397,"description":"Gentoo Package Manager Specification","firstseen":"2019-11-30T11:13:50.782450","name":"pms-bin","packageid":70401},"ebuilds":[{"ebuildid":902227,"firstseen":"2026-06-14T22:08:56.665915","license":"CC-BY-SA-4.0","moddate":"2026-06-14T21:08:56","packageid":70401,"repoid":1,"slot":"0","version":"9_p20260614"}]}}]},{"id":{"name":"app-editors","tracked":false},"packages":[{"id":{"name":"neovim","tracked":false},"package":{"detail":{"categoryid":395,"description":"Vim-fork focused on extensibility and agility","firstseen":"2015-02-26T14:37:27.634822","maintainer":"vim@gentoo.org","maintainername":"Gentoo Vim Project","name":"neovim","packageid":63136},"ebuilds":[{"ebuildid":902207,"firstseen":"2026-06-14T17:34:00.245136","license":"Apache-2.0 vim","moddate":"2026-06-14T16:33:59","packageid":63136,"repoid":1,"slot":"0","version":"0.12.3"}]}}]},{"id":{"name":"app-emulation","tracked":false},"packages":[{"id":{"name":"86Box","tracked":false},"package":{"detail":{"categoryid":321,"description":"Emulator of x86-based machines based on PCem","firstseen":"2022-02-14T00:40:52.331118","name":"86Box","packageid":74436,"summary":"86Box is a low level x86 emulator that runs older operating systems and software designed for IBM PC systems and compatibles from 1981 through fairly recent system designs based on the PCI bus."},"ebuilds":[{"ebuildid":902177,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-2+","moddate":"2026-06-14T14:33:29","packageid":74436,"repoid":1,"slot":"0","version":"6.0"}]}},{"id":{"name":"faudio","tracked":false},"package":{"detail":{"categoryid":321,"description":"Accuracy-focused XAudio reimplementation for open platforms","firstseen":"2019-03-16T20:02:17.383581","name":"faudio","packageid":69719,"summary":"FAudio is an XAudio reimplementation that focuses solely on developing fully accurate DirectX Audio runtime libraries for the FNA project, including XAudio2, X3DAudio, XAPO, and XACT3."},"ebuilds":[{"ebuildid":902178,"firstseen":"2026-06-14T15:33:31.273222","license":"ZLIB","moddate":"2026-06-14T14:33:29","packageid":69719,"repoid":1,"slot":"0","version":"26.06"}]}},{"id":{"name":"wine-staging","tracked":false},"package":{"detail":{"categoryid":321,"description":"Free implementation of Windows(tm) on Unix, with Wine-Staging patchset","firstseen":"2017-04-10T19:43:52.242287","name":"wine-staging","packageid":66751,"summary":"Wine is an Open Source implementation of the Windows API on top of X and Unix. Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native Windows DLLs if they are available. Wine provides both a development toolkit for porting Windows source code to Unix as well as a program loader, allowing many unmodified Windows programs to run on x86-based Unixes, including Linux, FreeBSD, and Solaris. This variant of the Wine packaging includes the Wine-Staging patchset."},"ebuilds":[{"ebuildid":902171,"firstseen":"2026-06-14T05:33:33.813151","license":"LGPL-2.1+ BSD BSD-2 IJG MIT OPENLDAP ZLIB gsm libpng2 libtiff public-domain","moddate":"2026-06-14T04:33:33","packageid":66751,"repoid":1,"slot":"11.11","version":"11.11"}]}}]},{"id":{"name":"app-i18n","tracked":false},"packages":[{"id":{"name":"man-pages-l10n","tracked":false},"package":{"detail":{"categoryid":404,"description":"A somewhat comprehensive collection of man page translations","firstseen":"2020-03-20T13:29:22.058262","name":"man-pages-l10n","packageid":70942},"ebuilds":[{"ebuildid":902170,"firstseen":"2026-06-14T04:53:22.473485","license":"GPL-3+","moddate":"2026-06-14T03:53:21","packageid":70942,"repoid":1,"slot":"0","version":"4.30.2"}]}}]},{"id":{"name":"dev-db","tracked":false},"packages":[{"id":{"name":"mysqltuner","tracked":false},"package":{"detail":{"categoryid":452,"description":"Makes recommendations for increased performance and stability for MySQL","firstseen":"2010-05-04T00:54:45.661860","name":"mysqltuner","packageid":43062,"summary":"MySQLTuner is a script written in Perl that will assist you with your MySQL configuration and make recommendations for increased performance and stability."},"ebuilds":[{"ebuildid":902179,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-3+","moddate":"2026-06-14T14:33:29","packageid":43062,"repoid":1,"slot":"0","version":"2.8.44"}]}}]},{"id":{"name":"dev-libs","tracked":false},"packages":[{"id":{"name":"intel-compute-runtime","tracked":false},"package":{"detail":{"categoryid":393,"description":"Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL Driver","firstseen":"2021-10-03T15:46:19.961478","name":"intel-compute-runtime","packageid":73382,"summary":"The Intel Graphics Compute Runtime for for oneAPI Level Zero and OpenCL Driver, informally known as NEO, is an open source project providing compute API support (Level Zero, OpenCL) for Intel graphics hardware architectures (HD Graphics, Xe). For OpenCL, NEO supports Intel Core processors with Gen8 graphics devices (Broadwell architecture) and newer, as well as Intel Atom processors with Gen9 graphics devices (Apollo Lake, Gemini Lake). Level Zero support is more limited and as of April 2020 still in early stages, please consult upstream release notices for details."},"ebuilds":[{"ebuildid":902220,"firstseen":"2026-06-14T20:28:34.193004","license":"MIT","moddate":"2026-06-14T19:28:33","packageid":73382,"repoid":1,"slot":"0\/1.6.38646","version":"26.22.38646.4"}]}},{"id":{"name":"intel-metrics-discovery","tracked":false},"package":{"detail":{"categoryid":393,"description":"A user mode library that provides access to GPU performance data","firstseen":"2023-04-10T20:00:12.167971","name":"intel-metrics-discovery","packageid":76020,"summary":"This software is a user mode library that provides access to GPU performance data. The library has OS abstraction layer that allows for interoperability in different environments."},"ebuilds":[{"ebuildid":902180,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":76020,"repoid":1,"slot":"0\/1.16.188","version":"1.16.188"}]}},{"id":{"name":"intel-metrics-library","tracked":false},"package":{"detail":{"categoryid":393,"description":"User mode driver helper library that provides access to GPU performance counters","firstseen":"2022-03-28T01:06:20.024131","name":"intel-metrics-library","packageid":74602,"summary":"This software is a user mode driver helper library that provides access to GPU performance counters. Supported Platforms are: * Intel Processors with Gen9 graphics devices * Intel Processors with Gen11 graphics devices * Intel Processors with Gen12 graphics devices"},"ebuilds":[{"ebuildid":902181,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":74602,"repoid":1,"slot":"0\/1.0.231","version":"1.0.231"}]}},{"id":{"name":"level-zero","tracked":false},"package":{"detail":{"categoryid":393,"description":"oneAPI Level Zero headers, loader and validation layer","firstseen":"2020-04-23T12:48:59.142089","name":"level-zero","packageid":71040},"ebuilds":[{"ebuildid":902182,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":71040,"repoid":1,"slot":"0\/1.30.0","version":"1.30.0"}]}},{"id":{"name":"metee","tracked":false},"package":{"detail":{"categoryid":393,"description":"Cross-platform access library for Intel CSME HECI interface","firstseen":"2021-08-22T14:21:41.276012","name":"metee","packageid":73296},"ebuilds":[{"ebuildid":902211,"firstseen":"2026-06-14T19:28:15.923893","license":"Apache-2.0","moddate":"2026-06-14T18:28:12","packageid":73296,"repoid":1,"slot":"0\/6.2.4","version":"6.2.4"}]}},{"id":{"name":"nss","tracked":false},"package":{"detail":{"categoryid":393,"description":"Mozilla's Network Security Services library that implements PKI support","firstseen":"2010-05-04T00:54:45.661860","maintainer":"mozilla@gentoo.org","maintainername":"Gentoo Mozilla Team","name":"nss","packageid":53590},"ebuilds":[{"ebuildid":902174,"firstseen":"2026-06-14T09:34:26.333475","license":"|| ( MPL-2.0 GPL-2 LGPL-2.1 )","moddate":"2026-06-14T08:34:25","packageid":53590,"repoid":1,"slot":"0","version":"3.125"}]}},{"id":{"name":"opencl-clang","tracked":false},"package":{"detail":{"categoryid":393,"description":"OpenCL-oriented thin wrapper library around clang","firstseen":"2019-05-01T17:17:05.353053","name":"opencl-clang","packageid":69819},"ebuilds":[{"ebuildid":902189,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"22","version":"22.1.1"},{"ebuildid":902183,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"16","version":"16.0.12"},{"ebuildid":902184,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"17","version":"17.0.7"},{"ebuildid":902185,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"18","version":"18.1.6"},{"ebuildid":902186,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"19","version":"19.1.4"},{"ebuildid":902187,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"20","version":"20.1.4"},{"ebuildid":902188,"firstseen":"2026-06-14T15:33:31.273222","license":"UoI-NCSA","moddate":"2026-06-14T14:33:29","packageid":69819,"repoid":1,"slot":"21","version":"21.1.4"}]}}]},{"id":{"name":"dev-lua","tracked":false},"packages":[{"id":{"name":"LuaBitOp","tracked":false},"package":{"detail":{"categoryid":465,"description":"Bit Operations Library for the Lua Programming Language","firstseen":"2011-04-06T14:37:33.895724","maintainer":"williamh@gentoo.org","maintainername":"William Hubbs","name":"LuaBitOp","packageid":57201},"ebuilds":[{"ebuildid":902190,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":57201,"repoid":1,"slot":"0","version":"1.0.3"}]}},{"id":{"name":"luadbi","tracked":false},"package":{"detail":{"categoryid":465,"description":"A database interface library for Lua","firstseen":"2011-04-09T14:40:30.642377","maintainer":"mrueg@gentoo.org","maintainername":"Manuel Rüger","name":"luadbi","packageid":57211},"ebuilds":[{"ebuildid":902191,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":57211,"repoid":1,"slot":"0","version":"0.7.5"}]}},{"id":{"name":"luajson","tracked":false},"package":{"detail":{"categoryid":465,"description":"JSON Parser\/Constructor for Lua","firstseen":"2013-05-22T13:41:32.732963","name":"luajson","packageid":60771},"ebuilds":[{"ebuildid":902192,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":60771,"repoid":1,"slot":"0","version":"1.3.5"}]}}]},{"id":{"name":"dev-perl","tracked":false},"packages":[{"id":{"name":"IP-Country-DB_File","tracked":false},"package":{"detail":{"categoryid":425,"description":"Build an IP address to country code database","firstseen":"2022-12-25T00:51:47.066723","name":"IP-Country-DB_File","packageid":75715},"ebuilds":[{"ebuildid":902206,"firstseen":"2026-06-14T15:53:38.951567","license":"|| ( Artistic GPL-1+ )","moddate":"2026-06-14T14:53:38","packageid":75715,"repoid":1,"slot":"0","version":"4.0.0"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"elementpath","tracked":false},"package":{"detail":{"categoryid":336,"description":"XPath 1.0\/2.0 parsers and selectors for ElementTree and lxml","firstseen":"2019-11-21T17:56:03.825678","name":"elementpath","packageid":70381},"ebuilds":[{"ebuildid":902161,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":70381,"repoid":1,"slot":"0","version":"5.1.2"}]}},{"id":{"name":"filelock","tracked":false},"package":{"detail":{"categoryid":336,"description":"A platform independent file lock for Python","firstseen":"2018-11-18T21:35:15.424162","name":"filelock","packageid":69544},"ebuilds":[{"ebuildid":902162,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":69544,"repoid":1,"slot":"0","version":"3.29.4"}]}},{"id":{"name":"peewee","tracked":false},"package":{"detail":{"categoryid":336,"description":"Small Python ORM","firstseen":"2013-08-17T13:36:52.848172","maintainer":"python@gentoo.org","maintainername":"Python","name":"peewee","packageid":61123},"ebuilds":[{"ebuildid":902163,"firstseen":"2026-06-14T04:10:36.160473","license":"BSD","moddate":"2026-06-14T03:53:21","packageid":61123,"repoid":1,"slot":"0","version":"4.0.8"}]}},{"id":{"name":"pygit2","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python bindings for libgit2","firstseen":"2011-08-19T14:35:31.907021","maintainer":"python@gentoo.org","maintainername":"Python","name":"pygit2","packageid":57801},"ebuilds":[{"ebuildid":902164,"firstseen":"2026-06-14T04:10:36.160473","license":"GPL-2-with-linking-exception","moddate":"2026-06-14T03:53:21","packageid":57801,"repoid":1,"slot":"0","version":"1.19.3"}]}},{"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":902165,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD ISC MIT MPL-2.0 Unicode-3.0 ZLIB","moddate":"2026-06-14T03:53:21","packageid":75090,"repoid":1,"slot":"0","version":"2.24.1"}]}},{"id":{"name":"pyrate-limiter","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python Rate-Limiter using Leaky-Bucket Algorimth Family","firstseen":"2023-01-28T10:25:19.080986","name":"pyrate-limiter","packageid":75796},"ebuilds":[{"ebuildid":902166,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":75796,"repoid":1,"slot":"0","version":"4.3.1"}]}},{"id":{"name":"pytest","tracked":false},"package":{"detail":{"categoryid":336,"description":"Simple powerful testing with Python","firstseen":"2010-12-13T14:40:25.357413","maintainer":"python@gentoo.org","maintainername":"Python","name":"pytest","packageid":56614},"ebuilds":[{"ebuildid":902159,"firstseen":"2026-06-14T03:50:30.166536","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":56614,"repoid":1,"slot":"0","version":"9.1.0"}]}},{"id":{"name":"pytest-order","tracked":false},"package":{"detail":{"categoryid":336,"description":"pytest plugin to run your tests in a specific order","firstseen":"2023-04-05T20:32:15.073400","name":"pytest-order","packageid":75999},"ebuilds":[{"ebuildid":902167,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":75999,"repoid":1,"slot":"0","version":"1.5.0"}]}},{"id":{"name":"signxml","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python XML Signature and XAdES library","firstseen":"2026-02-11T03:52:18.017430","name":"signxml","packageid":78819},"ebuilds":[{"ebuildid":902168,"firstseen":"2026-06-14T04:10:36.160473","license":"Apache-2.0","moddate":"2026-06-14T03:53:21","packageid":78819,"repoid":1,"slot":"0","version":"4.5.1"}]}},{"id":{"name":"sphinx-panels","tracked":false},"package":{"detail":{"categoryid":336,"description":"A sphinx extension for creating panels in a grid layout","firstseen":"2020-09-15T09:39:46.380783","name":"sphinx-panels","packageid":71999},"ebuilds":[{"ebuildid":902194,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":71999,"repoid":1,"slot":"0","version":"0.6.0-r2"}]}},{"id":{"name":"sybil","tracked":false},"package":{"detail":{"categoryid":336,"description":"Automated testing for the examples in your documentation","firstseen":"2019-05-08T15:22:50.234847","name":"sybil","packageid":69836},"ebuilds":[{"ebuildid":902169,"firstseen":"2026-06-14T04:10:36.160473","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":69836,"repoid":1,"slot":"0","version":"10.1.0"}]}},{"id":{"name":"virtualenv","tracked":false},"package":{"detail":{"categoryid":336,"description":"Virtual Python Environment builder","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"virtualenv","packageid":41946},"ebuilds":[{"ebuildid":902160,"firstseen":"2026-06-14T03:50:30.166536","license":"MIT","moddate":"2026-06-14T03:53:21","packageid":41946,"repoid":1,"slot":"0","version":"21.5.0"}]}}]},{"id":{"name":"dev-util","tracked":false},"packages":[{"id":{"name":"claude-code","tracked":false},"package":{"detail":{"categoryid":428,"description":"Claude Code - an agentic coding tool by Anthropic","firstseen":"2025-06-02T01:39:28.623239","name":"claude-code","packageid":78358,"summary":"Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands."},"ebuilds":[{"ebuildid":902224,"firstseen":"2026-06-14T21:28:48.564209","license":"all-rights-reserved","moddate":"2026-06-14T20:28:47","packageid":78358,"repoid":1,"slot":"0","version":"2.1.177"}]}},{"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":902173,"firstseen":"2026-06-14T05:53:38.347695","license":"public-domain","moddate":"2026-06-14T04:53:37","packageid":51577,"repoid":1,"slot":"0","version":"4.8"}]}},{"id":{"name":"intel-graphics-compiler","tracked":false},"package":{"detail":{"categoryid":428,"description":"LLVM-based OpenCL compiler for OpenCL targetting Intel Gen graphics hardware","firstseen":"2019-05-01T17:17:05.353053","name":"intel-graphics-compiler","packageid":69820},"ebuilds":[{"ebuildid":902221,"firstseen":"2026-06-14T20:28:34.193004","license":"MIT","moddate":"2026-06-14T19:28:33","packageid":69820,"repoid":1,"slot":"0\/2.37.1","version":"2.37.1"}]}},{"id":{"name":"intel-graphics-system-controller","tracked":false},"package":{"detail":{"categoryid":428,"description":"Intel graphics system controller firmware update library","firstseen":"2021-08-22T14:21:41.276012","name":"intel-graphics-system-controller","packageid":73297},"ebuilds":[{"ebuildid":902212,"firstseen":"2026-06-14T19:28:15.923893","license":"Apache-2.0","moddate":"2026-06-14T18:28:12","packageid":73297,"repoid":1,"slot":"0\/1.3.0","version":"1.3.0"}]}}]},{"id":{"name":"games-server","tracked":false},"packages":[{"id":{"name":"bedrock-server","tracked":false},"package":{"detail":{"categoryid":399,"description":"The official bedrock (non-java) based server for the sandbox video game","firstseen":"2019-12-09T22:28:54.288883","name":"bedrock-server","packageid":70447,"summary":"Minecraft is a sandbox video game created and designed by Swedish game designer Markus \"Notch\" Persson, and later fully developed and published by Mojang. This is the headless server for all versions of Minecraft based on the bedrock engine and is not compatible with the java version."},"ebuilds":[{"ebuildid":902195,"firstseen":"2026-06-14T15:33:31.273222","license":"Mojang","moddate":"2026-06-14T14:33:29","packageid":70447,"repoid":1,"slot":"0","version":"1.26.23.1"}]}}]},{"id":{"name":"games-simulation","tracked":false},"packages":[{"id":{"name":"openrct2","tracked":false},"package":{"detail":{"categoryid":458,"description":"An open source re-implementation of Chris Sawyer's RollerCoaster Tycoon 2","firstseen":"2017-07-26T08:51:25.282897","name":"openrct2","packageid":67910,"summary":"OpenRCT2 is an open-source re-implementation of RollerCoaster Tycoon 2 (RCT2), expanding the game with new features, fixing bugs and raising game limits. The gameplay revolves around building and maintaining an amusement park containing attractions, shops and facilities. The player must try to make a profit and maintain a good park reputation whilst keeping the guests happy. OpenRCT2 allows for both scenario and sandbox play. Scenarios require the player to complete a certain objective in a set time limit whilst sandbox allows the player to build a more flexible park with optionally no restrictions or finance."},"ebuilds":[{"ebuildid":902196,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-3","moddate":"2026-06-14T14:33:29","packageid":67910,"repoid":1,"slot":"0","version":"0.5.2"}]}}]},{"id":{"name":"media-gfx","tracked":false},"packages":[{"id":{"name":"ansilove","tracked":false},"package":{"detail":{"categoryid":354,"description":"ANSI and ASCII art to PNG converter (using libansilove)","firstseen":"2021-11-26T11:06:02.798364","name":"ansilove","packageid":73635,"summary":"AnsiLove is an ANSI and ASCII art to PNG converter, allowing to convert ANSI and artscene-related file formats into PNG images, supporting ANSI (.ANS), PCBoard (.PCB), Binary (.BIN), Artworx (.ADF), iCE Draw (.IDF), Tundra (.TND) and XBin (.XB) formats. It creates size optimized 4-bit PNG files and supports SAUCE (Standard Architecture for Universal Comment Extensions), 80x25 and 80x50 PC fonts (including all the 14 MS-DOS charsets), Amiga fonts, and iCE colors. This is a complete rewrite of AnsiLove\/PHP in the C programming language."},"ebuilds":[{"ebuildid":902156,"firstseen":"2026-06-14T01:50:02.807933","license":"BSD-2","moddate":"2026-06-14T00:50:02","packageid":73635,"repoid":1,"slot":"0","version":"4.2.2"}]}},{"id":{"name":"asymptote","tracked":false},"package":{"detail":{"categoryid":354,"description":"A vector graphics language that provides a framework for technical drawing","firstseen":"2020-01-20T11:12:40.793806","name":"asymptote","packageid":70725,"summary":"Asymptote is a powerful descriptive vector graphics language that provides a natural coordinate-based framework for technical drawing. Labels and equations are typeset with LaTeX, for high-quality PostScript output. A major advantage of Asymptote over other graphics packages is that it is a programming language, as opposed to just a graphics program."},"ebuilds":[{"ebuildid":902175,"firstseen":"2026-06-14T11:15:03.718973","license":"GPL-3","moddate":"2026-06-14T10:15:03","packageid":70725,"repoid":1,"slot":"0","version":"3.12"}]}},{"id":{"name":"hydrus","tracked":false},"package":{"detail":{"categoryid":354,"description":"A booru-like media organizer for the desktop","firstseen":"2021-05-31T15:36:19.667672","name":"hydrus","packageid":72930,"summary":"The hydrus network client is an application written for those who have large image\/swf\/webm collections. It browses with tags instead of folders, a little like a booru on your desktop. Advanced users can share tags and files anonymously through custom servers that any user may run"},"ebuilds":[{"ebuildid":902213,"firstseen":"2026-06-14T19:48:23.561707","license":"WTFPL-2 CC-BY-2.5","moddate":"2026-06-14T18:48:21","packageid":72930,"repoid":1,"slot":"0","version":"637"}]}}]},{"id":{"name":"media-sound","tracked":false},"packages":[{"id":{"name":"alacenc","tracked":false},"package":{"detail":{"categoryid":373,"description":"Encodes audio into the Apple Lossless Audio Codec (ALAC) format","firstseen":"2024-02-28T07:24:15.596103","name":"alacenc","packageid":77139},"ebuilds":[{"ebuildid":902208,"firstseen":"2026-06-14T17:34:00.245136","license":"MIT","moddate":"2026-06-14T16:33:59","packageid":77139,"repoid":1,"slot":"0","version":"0.4.2"}]}},{"id":{"name":"cava","tracked":false},"package":{"detail":{"categoryid":373,"description":"Console-based Audio Visualizer for Alsa","firstseen":"2022-04-17T12:27:27.796678","name":"cava","packageid":74835},"ebuilds":[{"ebuildid":902172,"firstseen":"2026-06-14T05:33:33.813151","license":"MIT Unlicense","moddate":"2026-06-14T04:33:33","packageid":74835,"repoid":1,"slot":"0","version":"1.0.0"}]}}]},{"id":{"name":"net-analyzer","tracked":false},"packages":[{"id":{"name":"rrdtool","tracked":false},"package":{"detail":{"categoryid":334,"description":"A data logging and graphing system for time series data","firstseen":"2010-05-04T00:54:45.661860","maintainer":"netmon@gentoo.org","maintainername":"Gentoo network monitoring and analysis project","name":"rrdtool","packageid":49327},"ebuilds":[{"ebuildid":902197,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-2","moddate":"2026-06-14T14:33:29","packageid":49327,"repoid":1,"slot":"0\/8.3.0","version":"1.10.3"}]}}]},{"id":{"name":"net-dns","tracked":false},"packages":[{"id":{"name":"knot","tracked":false},"package":{"detail":{"categoryid":402,"description":"High-performance authoritative-only DNS server","firstseen":"2011-12-29T14:37:55.058271","maintainer":"ondrej@sury.org","maintainername":"Ondřej Surý","name":"knot","packageid":58621},"ebuilds":[{"ebuildid":902209,"firstseen":"2026-06-14T17:34:00.245136","license":"GPL-2+","moddate":"2026-06-14T16:33:59","packageid":58621,"repoid":1,"slot":"0\/16.10.5","version":"3.5.5"}]}},{"id":{"name":"redis-knot","tracked":false},"package":{"detail":{"categoryid":402,"description":"Redis module for Knot DNS","firstseen":"2025-09-20T10:39:25.663115","name":"redis-knot","packageid":78529},"ebuilds":[{"ebuildid":902210,"firstseen":"2026-06-14T17:34:00.245136","license":"LGPL-2.1+","moddate":"2026-06-14T16:33:59","packageid":78529,"repoid":1,"slot":"0","version":"3.5.5"}]}}]},{"id":{"name":"net-im","tracked":false},"packages":[{"id":{"name":"prosody","tracked":false},"package":{"detail":{"categoryid":414,"description":"Prosody is a modern XMPP communication server","firstseen":"2010-05-27T14:35:49.561660","maintainer":"rafaelmartins@gentoo.org","name":"prosody","packageid":55823,"summary":"Prosody is a modern XMPP communication server. It aims to be easy to set up and configure, and efficient with system resources. Additionally, for developers it aims to be easy to extend and give a flexible system on which to rapidly develop added functionality, or prototype new protocols."},"ebuilds":[{"ebuildid":902198,"firstseen":"2026-06-14T15:33:31.273222","license":"MIT","moddate":"2026-06-14T14:33:29","packageid":55823,"repoid":1,"slot":"0","version":"13.0.6"}]}}]},{"id":{"name":"net-misc","tracked":false},"packages":[{"id":{"name":"gallery-dl","tracked":false},"package":{"detail":{"categoryid":451,"description":"Download image galleries and collections from several image hosting sites","firstseen":"2020-11-11T08:13:34.995902","name":"gallery-dl","packageid":72181,"summary":"gallery-dl is a command-line program to download image-galleries and -collections from several image hosting sites. It is a cross-platform tool with many configuration options and powerful filenaming capabilities."},"ebuilds":[{"ebuildid":902157,"firstseen":"2026-06-14T01:50:02.807933","license":"GPL-2","moddate":"2026-06-14T03:53:21","packageid":72181,"repoid":1,"slot":"0","version":"1.32.3"}]}},{"id":{"name":"ipmiview","tracked":false},"package":{"detail":{"categoryid":451,"description":"A GUI application that allows to manage multiple target systems through BMC","firstseen":"2018-07-09T20:02:59.202363","name":"ipmiview","packageid":69257,"summary":"IPMIView is a GUI-based software application that allows administrators to manage multiple target systems through BMC. IPMIView supports Supermicros BMCs that adheres to either IPMI v1.5 or v2.0. IPMIView monitors and reports on the status of a SuperBlade system, including the blade server, power supply, gigabit switch, InfiniBand and CMM modules. IPMIView also supports remote KVM and Virtual Media."},"ebuilds":[{"ebuildid":902199,"firstseen":"2026-06-14T15:33:31.273222","license":"supermicro","moddate":"2026-06-14T14:33:29","packageid":69257,"repoid":1,"slot":"0","version":"2.24.0.251224"}]}}]},{"id":{"name":"net-vpn","tracked":false},"packages":[{"id":{"name":"networkmanager-strongswan","tracked":false},"package":{"detail":{"categoryid":486,"description":"NetworkManager StrongSwan plugin","firstseen":"2019-02-26T01:44:24.399352","name":"networkmanager-strongswan","packageid":69680},"ebuilds":[{"ebuildid":902200,"firstseen":"2026-06-14T15:33:31.273222","license":"GPL-2+","moddate":"2026-06-14T14:33:29","packageid":69680,"repoid":1,"slot":"0","version":"1.6.5"}]}}]},{"id":{"name":"net-wireless","tracked":false},"packages":[{"id":{"name":"unifi","tracked":false},"package":{"detail":{"categoryid":436,"description":"A Management Controller for Ubiquiti Networks UniFi APs","firstseen":"2018-06-26T00:31:09.749846","name":"unifi","packageid":69231,"summary":"UniFi is a management controller software for Ubiquiti UniFi APs. Its purpose is to configure and monitor all those APs. Also all kind of statistics are collected, which can be accessed through UniFi. There is also an internal RADIUS server, which can be used for WPA2-Enterprise."},"ebuilds":[{"ebuildid":902201,"firstseen":"2026-06-14T15:33:31.273222","license":"Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 LGPL-3 MIT ubiquiti","moddate":"2026-06-14T14:33:29","packageid":69231,"repoid":1,"slot":"0\/10.4","version":"10.4.57"}]}}]},{"id":{"name":"sci-mathematics","tracked":false},"packages":[{"id":{"name":"easycrypt","tracked":false},"package":{"detail":{"categoryid":317,"description":"Computer-Aided Cryptographic Proofs","firstseen":"2021-12-12T02:08:52.137547","name":"easycrypt","packageid":73746,"summary":"EasyCrypt is a toolset for reasoning about relational properties of probabilistic computations with adversarial code. Its main application is the construction and verification of game-based cryptographic proofs."},"ebuilds":[{"ebuildid":902158,"firstseen":"2026-06-14T01:50:02.807933","license":"MIT","moddate":"2026-06-14T00:50:02","packageid":73746,"repoid":1,"slot":"0\/2026.06","version":"2026.06"}]}}]},{"id":{"name":"sys-apps","tracked":false},"packages":[{"id":{"name":"ipmicfg","tracked":false},"package":{"detail":{"categoryid":343,"description":"An in-band utility for configuring Supermicro IPMI devices","firstseen":"2018-03-25T08:44:48.624341","name":"ipmicfg","packageid":69024},"ebuilds":[{"ebuildid":902202,"firstseen":"2026-06-14T15:33:31.273222","license":"supermicro","moddate":"2026-06-14T14:33:29","packageid":69024,"repoid":1,"slot":"0","version":"1.37.0.250723"}]}},{"id":{"name":"smcipmitool","tracked":false},"package":{"detail":{"categoryid":343,"description":"An out-of-band utility for interfacing with SuperBlade and IPMI devices via CLI","firstseen":"2018-03-29T15:47:30.839783","name":"smcipmitool","packageid":69045},"ebuilds":[{"ebuildid":902203,"firstseen":"2026-06-14T15:33:31.273222","license":"supermicro","moddate":"2026-06-14T14:33:29","packageid":69045,"repoid":1,"slot":"0","version":"2.30.0.250915"}]}},{"id":{"name":"superdiag","tracked":false},"package":{"detail":{"categoryid":343,"description":"Provides the capability to determine the health of Supermicro servers components","firstseen":"2018-10-01T07:57:04.563390","name":"superdiag","packageid":69431,"summary":"The Super Diagnostics provides offline the capability to determine the health of Supermicro server's components, including CPU, memory and I\/O. Features: Designed for Supermicro Sytems, offline diagnostics, command line interface (CLI), local and remote diagnostics, automatically collects information on detected devices, test results reported in output files and flexible test coverage."},"ebuilds":[{"ebuildid":902204,"firstseen":"2026-06-14T15:33:31.273222","license":"supermicro","moddate":"2026-06-14T20:08:42","packageid":69431,"repoid":1,"slot":"0","version":"1.11.0.20251106"}]}},{"id":{"name":"tas","tracked":false},"package":{"detail":{"categoryid":343,"description":"Supermicro Thin-Agent Service for monitoring through the BMC\/IPMI","firstseen":"2018-09-27T06:58:39.307236","name":"tas","packageid":69424,"summary":"TAS provides server usage information at the OS level, that users could monitor on a system through the BMC\/IPMI. For HW Platforms, where there is not RAID controller in configuration, it is recommended to install TAS. Provides Asset and Health Information: Hardware Information: CPU, Memory, NIC, and HDD Health Usage Monitoring: CPU workload, Memory Size, NIC State, and Disk Partition Supports RAID and HDD SMART Failure Information: Broadcom 3108 RAID Controller and Intel PCH\/RSTe RAID Chipset Generates State Event Log: Disk Failure and NIC State Change"},"ebuilds":[{"ebuildid":902205,"firstseen":"2026-06-14T15:33:31.273222","license":"BSD supermicro","moddate":"2026-06-14T14:33:29","packageid":69424,"repoid":1,"slot":"0","version":"1.11.0.260514"}]}}]},{"id":{"name":"sys-kernel","tracked":false},"packages":[{"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":902214,"firstseen":"2026-06-14T19:48:23.561707","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-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( 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 LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-06-14T18:48:21","packageid":70589,"repoid":1,"slot":"6.12.93","version":"6.12.93-r1"},{"ebuildid":902215,"firstseen":"2026-06-14T19:48:23.561707","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-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( 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 LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-06-14T18:48:21","packageid":70589,"repoid":1,"slot":"6.18.35","version":"6.18.35-r1"},{"ebuildid":902216,"firstseen":"2026-06-14T19:48:23.561707","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-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 ) linux-fw-redistributable BSD-2 BSD BSD-4 ISC MIT || ( 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 LGPL-2.1 CC0-1.0 MIT ISC GPL-2 )","moddate":"2026-06-14T18:48:21","packageid":70589,"repoid":1,"slot":"7.0.12","version":"7.0.12-r1"}]}},{"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":902222,"firstseen":"2026-06-14T20:48:38.697512","license":"GPL-2","moddate":"2026-06-14T19:48:37","packageid":42065,"repoid":1,"slot":"7.1.0","version":"7.1.0"}]}}]},{"id":{"name":"sys-power","tracked":false},"packages":[{"id":{"name":"tlp","tracked":false},"package":{"detail":{"categoryid":409,"description":"Optimize laptop battery life","firstseen":"2022-10-13T01:01:03.464752","name":"tlp","packageid":75524,"summary":"TLP is a command line utility for Linux to optimize laptop battery life. Primarily by tweaking kernel settings that affect power consumption."},"ebuilds":[{"ebuildid":902223,"firstseen":"2026-06-14T21:08:43.510486","license":"GPL-2","moddate":"2026-06-14T20:08:42","packageid":75524,"repoid":1,"slot":"0","version":"1.9.1-r1"},{"ebuildid":902225,"firstseen":"2026-06-14T21:28:48.564209","license":"GPL-2","moddate":"2026-06-14T20:28:47","packageid":75524,"repoid":1,"slot":"0","version":"1.10.1"}]}}]},{"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":902219,"firstseen":"2026-06-14T19:48:23.561707","moddate":"2026-06-14T18:48:21","packageid":72351,"repoid":1,"slot":"0\/7.0.12-r1","version":"7.0.12-r1"},{"ebuildid":902217,"firstseen":"2026-06-14T19:48:23.561707","moddate":"2026-06-14T18:48:21","packageid":72351,"repoid":1,"slot":"0\/6.12.93-r1","version":"6.12.93-r1"},{"ebuildid":902218,"firstseen":"2026-06-14T19:48:23.561707","moddate":"2026-06-14T18:48:21","packageid":72351,"repoid":1,"slot":"0\/6.18.35-r1","version":"6.18.35-r1"}]}}]}],"timestamp":"2026-06-14"},{"categories":[{"id":{"name":"app-misc","tracked":false},"packages":[{"id":{"name":"koleo-cli","tracked":false},"package":{"detail":{"categoryid":422,"description":"A simple CLI for koleo.pl railway planner","firstseen":"2025-01-20T05:56:00.998396","name":"koleo-cli","packageid":78124},"ebuilds":[{"ebuildid":902238,"firstseen":"2026-06-15T06:11:04.274373","license":"GPL-3","moddate":"2026-06-15T05:11:03","packageid":78124,"repoid":1,"slot":"0","version":"0.2.137.34"}]}}]},{"id":{"name":"app-portage","tracked":false},"packages":[{"id":{"name":"pycargoebuild","tracked":false},"package":{"detail":{"categoryid":432,"description":"A generator for Rust\/Cargo ebuilds written in Python","firstseen":"2022-11-12T19:18:08.077062","name":"pycargoebuild","packageid":75604},"ebuilds":[{"ebuildid":902259,"firstseen":"2026-06-15T16:34:40.189233","license":"GPL-2+","moddate":"2026-06-15T15:34:38","packageid":75604,"repoid":1,"slot":"0","version":"0.15.3"}]}}]},{"id":{"name":"dev-cpp","tracked":false},"packages":[{"id":{"name":"simpleini","tracked":false},"package":{"detail":{"categoryid":429,"description":"C++ library providing a simple API to read and write INI-style files","firstseen":"2022-07-26T00:35:03.312523","name":"simpleini","packageid":75236},"ebuilds":[{"ebuildid":902256,"firstseen":"2026-06-15T13:33:02.082053","license":"MIT","moddate":"2026-06-15T14:54:22","packageid":75236,"repoid":1,"slot":"0","version":"4.26"}]}}]},{"id":{"name":"dev-libs","tracked":false},"packages":[{"id":{"name":"jsoncpp","tracked":false},"package":{"detail":{"categoryid":393,"description":"C++ JSON reader and writer","firstseen":"2012-12-30T14:36:07.449682","maintainer":"phajdan.jr@gentoo.org","maintainername":"Pawel Hajdan jr","name":"jsoncpp","packageid":60175},"ebuilds":[{"ebuildid":902239,"firstseen":"2026-06-15T06:11:04.274373","license":"|| ( public-domain MIT )","moddate":"2026-06-15T05:11:03","packageid":60175,"repoid":1,"slot":"0\/27","version":"1.9.8_rc1"}]}}]},{"id":{"name":"dev-python","tracked":false},"packages":[{"id":{"name":"backports-zstd","tracked":false},"package":{"detail":{"categoryid":336,"description":"Backport of PEP-784: adding Zstandard to the standard library","firstseen":"2025-10-21T08:39:52.313796","name":"backports-zstd","packageid":78585},"ebuilds":[{"ebuildid":902240,"firstseen":"2026-06-15T06:11:04.274373","license":"PSF-2","moddate":"2026-06-15T05:11:03","packageid":78585,"repoid":1,"slot":"0","version":"1.6.0"}]}},{"id":{"name":"denonavr","tracked":false},"package":{"detail":{"categoryid":336,"description":"Automation Library for Denon AVR receivers","firstseen":"2017-09-22T14:01:42.787408","name":"denonavr","packageid":68040},"ebuilds":[{"ebuildid":902241,"firstseen":"2026-06-15T06:11:04.274373","license":"MIT","moddate":"2026-06-15T05:11:03","packageid":68040,"repoid":1,"slot":"0","version":"1.3.3"}]}},{"id":{"name":"pylint","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python code static checker","firstseen":"2010-05-04T00:54:45.661860","maintainer":"python@gentoo.org","maintainername":"Python","name":"pylint","packageid":49528,"summary":"Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). Pylint can be seen as another PyChecker since nearly all tests you can do with PyChecker can also be done with Pylint. However, Pylint offers some more features, like checking length of lines of code, checking if variable names are well-formed according to your coding standard, or checking if declared interfaces are truly implemented, and much more. Additionally, it is possible to write plugins to add your own checks."},"ebuilds":[{"ebuildid":902242,"firstseen":"2026-06-15T06:11:04.274373","license":"GPL-2","moddate":"2026-06-15T05:11:03","packageid":49528,"repoid":1,"slot":"0","version":"4.0.6"}]}},{"id":{"name":"pyotp","tracked":false},"package":{"detail":{"categoryid":336,"description":"PyOTP is a Python library for generating and verifying one-time passwords","firstseen":"2018-06-06T17:16:54.295564","name":"pyotp","packageid":69158},"ebuilds":[{"ebuildid":902243,"firstseen":"2026-06-15T06:11:04.274373","license":"MIT","moddate":"2026-06-15T05:11:03","packageid":69158,"repoid":1,"slot":"0","version":"2.10.0"}]}},{"id":{"name":"pyrate-limiter","tracked":false},"package":{"detail":{"categoryid":336,"description":"Python Rate-Limiter using Leaky-Bucket Algorimth Family","firstseen":"2023-01-28T10:25:19.080986","name":"pyrate-limiter","packageid":75796},"ebuilds":[{"ebuildid":902244,"firstseen":"2026-06-15T06:11:04.274373","license":"MIT","moddate":"2026-06-15T05:31:08","packageid":75796,"repoid":1,"slot":"0","version":"4.4.0"}]}},{"id":{"name":"tavern","tracked":false},"package":{"detail":{"categoryid":336,"description":"A tool, library, and Pytest plugin for testing RESTful APIs","firstseen":"2022-10-12T22:00:23.206568","name":"tavern","packageid":75522,"summary":"A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax."},"ebuilds":[{"ebuildid":902245,"firstseen":"2026-06-15T06:11:04.274373","license":"MIT","moddate":"2026-06-15T05:11:03","packageid":75522,"repoid":1,"slot":"0","version":"3.6.1"}]}},{"id":{"name":"ujson","tracked":false},"package":{"detail":{"categoryid":336,"description":"Ultra fast JSON encoder and decoder for Python","firstseen":"2013-02-24T14:36:48.551653","maintainer":"swegener@gentoo.org","maintainername":"Sven Wegener","name":"ujson","packageid":60400},"ebuilds":[{"ebuildid":902246,"firstseen":"2026-06-15T06:11:04.274373","license":"BSD","moddate":"2026-06-15T05:11:03","packageid":60400,"repoid":1,"slot":"0","version":"5.13.0"}]}}]},{"id":{"name":"dev-util","tracked":false},"packages":[{"id":{"name":"hermes","tracked":false},"package":{"detail":{"categoryid":428,"description":"Lua based testing manager","firstseen":"2020-12-08T22:51:39.908179","name":"hermes","packageid":72260},"ebuilds":[{"ebuildid":902260,"firstseen":"2026-06-15T16:54:45.242508","license":"MIT","moddate":"2026-06-15T15:54:44","packageid":72260,"repoid":1,"slot":"0","version":"3.1"}]}}]},{"id":{"name":"games-emulation","tracked":false},"packages":[{"id":{"name":"mednafen","tracked":false},"package":{"detail":{"categoryid":390,"description":"Argument-driven multi-system emulator utilizing OpenGL and SDL","firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"mednafen","packageid":53749},"ebuilds":[{"ebuildid":902257,"firstseen":"2026-06-15T13:33:02.082053","license":"GPL-2","moddate":"2026-06-15T12:33:00","packageid":53749,"repoid":1,"slot":"0","version":"1.32.1-r1"}]}}]},{"id":{"name":"media-gfx","tracked":false},"packages":[{"id":{"name":"pngtools","tracked":false},"package":{"detail":{"categoryid":354,"description":"A series of tools for the PNG image format","firstseen":"2010-05-04T00:54:45.661860","maintainer":"robbat2@gentoo.org","maintainername":"Gentoo Graphics Project","name":"pngtools","packageid":55264},"ebuilds":[{"ebuildid":902247,"firstseen":"2026-06-15T06:31:08.537110","license":"GPL-2","moddate":"2026-06-15T05:31:08","packageid":55264,"repoid":1,"slot":"0","version":"1.3"}]}}]},{"id":{"name":"media-sound","tracked":false},"packages":[{"id":{"name":"musescore","tracked":false},"package":{"detail":{"categoryid":373,"description":"WYSIWYG Music Score Typesetter","firstseen":"2010-05-04T00:54:45.661860","maintainer":"sound@gentoo.org","maintainername":"Gentoo Sound project","name":"musescore","packageid":46690},"ebuilds":[{"ebuildid":902233,"firstseen":"2026-06-15T03:50:33.873945","license":"GPL-2","moddate":"2026-06-15T02:50:33","packageid":46690,"repoid":1,"slot":"0","version":"4.7.3"}]}}]},{"id":{"name":"media-video","tracked":false},"packages":[{"id":{"name":"ffmpeg-chromium","tracked":false},"package":{"detail":{"categoryid":342,"description":"FFmpeg built specifically for codec support in Chromium-based browsers","firstseen":"2021-10-07T23:48:19.754266","name":"ffmpeg-chromium","packageid":73389},"ebuilds":[{"ebuildid":902228,"firstseen":"2026-06-15T00:49:33.565830","license":"!gpl? ( LGPL-2.1 ) gpl? ( GPL-2 )","moddate":"2026-06-14T23:49:33","packageid":73389,"repoid":1,"slot":"151","version":"151"}]}}]},{"id":{"name":"net-irc","tracked":false},"packages":[{"id":{"name":"inspircd","tracked":false},"package":{"detail":{"categoryid":376,"description":"Inspire IRCd - The Stable, High-Performance Modular IRCd","firstseen":"2010-05-04T00:54:45.661860","maintainer":"awilfox.gentoo@foxkit.us","maintainername":"Andrew Wilcox","name":"inspircd","packageid":52975,"summary":"InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, BSD, Windows and Mac OS X systems which was created from scratch to be stable, modern and lightweight."},"ebuilds":[{"ebuildid":902234,"firstseen":"2026-06-15T03:50:33.873945","license":"GPL-2","moddate":"2026-06-15T02:50:33","packageid":52975,"repoid":1,"slot":"0","version":"4.11.0"}]}}]},{"id":{"name":"net-vpn","tracked":false},"packages":[{"id":{"name":"cloudflared","tracked":false},"package":{"detail":{"categoryid":486,"description":"A command-line client and tunneling daemon for Cloudflare Tunnel","firstseen":"2025-08-24T10:16:56.808610","name":"cloudflared","packageid":78499},"ebuilds":[{"ebuildid":902255,"firstseen":"2026-06-15T13:12:55.165160","license":"Apache-2.0","moddate":"2026-06-15T12:12:54","packageid":78499,"repoid":1,"slot":"0","version":"2026.6.0"}]}},{"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":902248,"firstseen":"2026-06-15T08:31:46.943251","license":"GPL-3+ Apache-2.0 BSD Boost-1.0 CC0-1.0 ISC MIT MPL-2.0 Unicode-3.0","moddate":"2026-06-15T07:31:45","packageid":78146,"repoid":1,"slot":"0","version":"0.10.18"}]}}]},{"id":{"name":"sys-cluster","tracked":false},"packages":[{"id":{"name":"lmod","tracked":false},"package":{"detail":{"categoryid":361,"description":"Environment Module System based on Lua","firstseen":"2021-02-14T08:57:32.009099","name":"lmod","packageid":72473,"summary":"Lmod is a lua based program to manage the user environment under Unix systems, specifically designed to easily handle the MODULEPATH Hierarchical problem. Environment Modules provide a convenient way to dynamically change the users' environment through modulefiles. This includes easily adding or removing directories to the PATH, LD_LIBRARY_PATH and other environment variables."},"ebuilds":[{"ebuildid":902261,"firstseen":"2026-06-15T16:54:45.242508","license":"MIT","moddate":"2026-06-15T15:54:44","packageid":72473,"repoid":1,"slot":"0","version":"9.2.3"}]}}]},{"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":902231,"firstseen":"2026-06-15T01:09:38.367002","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-06-15T00:09:37","packageid":54038,"repoid":1,"slot":"16","version":"16.1.1_p20260613"},{"ebuildid":902232,"firstseen":"2026-06-15T01:09:38.367002","license":"GPL-3+ LGPL-3+ || ( GPL-3+ libgcc libstdc++ gcc-runtime-library-exception-3.1 ) FDL-1.3+","moddate":"2026-06-15T00:09:37","packageid":54038,"repoid":1,"slot":"17","version":"17.0.0_p20260614"}]}}]},{"id":{"name":"sys-fs","tracked":false},"packages":[{"id":{"name":"zfs","tracked":false},"package":{"detail":{"categoryid":394,"description":"Linux kernel module and userland utilities for ZFS","firstseen":"2012-01-28T14:36:12.667844","maintainer":"ryao@gentoo.org","maintainername":"Richard Yao","name":"zfs","packageid":58767,"summary":"OpenZFS is an advanced file system and volume manager which was originally developed for Solaris and is now maintained by the OpenZFS community It includes the functionality of both traditional file systems and volume manager. It has many advanced features including: * Protection against data corruption. Integrity checking for both data and metadata. * Continuous integrity verification and automatic “self-healing” repair * Data redundancy with mirroring, RAID-Z1\/2\/3 [and DRAID] * Support for high storage capacities — up to 256 trillion yobibytes (2^128 bytes) * Space-saving with transparent compression using LZ4, GZIP or ZSTD * Hardware-accelerated native encryption * Efficient storage with snapshots and copy-on-write clones * Efficient local or remote replication — send only changed blocks with ZFS send and receive The OpenZFS project brings together developers from the Linux, FreeBSD, illumos, MacOS, and Windows platforms. OpenZFS is supported by a wide range of companies."},"ebuilds":[{"ebuildid":902250,"firstseen":"2026-06-15T08:51:50.707434","license":"BSD-2 CDDL MIT","moddate":"2026-06-15T07:51:50","packageid":58767,"repoid":1,"slot":"0\/6","version":"2.3.8"},{"ebuildid":902249,"firstseen":"2026-06-15T08:51:50.707434","license":"BSD-2 CDDL MIT","moddate":"2026-06-15T07:51:50","packageid":58767,"repoid":1,"slot":"0\/5","version":"2.2.10"},{"ebuildid":902251,"firstseen":"2026-06-15T08:51:50.707434","license":"BSD-2 CDDL MIT modules? ( debug? ( GPL-2+ ) )","moddate":"2026-06-15T07:51:50","packageid":58767,"repoid":1,"slot":"0\/7","version":"2.4.3"}]}},{"id":{"name":"zfs-kmod","tracked":false},"package":{"detail":{"categoryid":394,"description":"Linux ZFS kernel module for sys-fs\/zfs","firstseen":"2012-08-22T14:38:02.126042","maintainer":"ryao@gentoo.org","maintainername":"Richard Yao","name":"zfs-kmod","packageid":59739},"ebuilds":[{"ebuildid":902253,"firstseen":"2026-06-15T08:51:50.707434","license":"CDDL MIT debug? ( GPL-2+ )","moddate":"2026-06-15T07:51:50","packageid":59739,"repoid":1,"slot":"0\/2.3.8","version":"2.3.8"},{"ebuildid":902252,"firstseen":"2026-06-15T08:51:50.707434","license":"CDDL MIT debug? ( GPL-2+ )","moddate":"2026-06-15T07:51:50","packageid":59739,"repoid":1,"slot":"0\/2.2.10","version":"2.2.10"}]}}]},{"id":{"name":"www-client","tracked":false},"packages":[{"id":{"name":"chromium","tracked":false},"package":{"detail":{"categoryid":341,"description":"Open-source version of Google Chrome web browser","firstseen":"2010-05-04T00:54:45.661860","maintainer":"chromium@gentoo.org","maintainername":"Chromium in Gentoo Project","name":"chromium","packageid":44927},"ebuilds":[{"ebuildid":902229,"firstseen":"2026-06-15T00:49:33.565830","license":"Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Base64 Boost-1.0 CC-BY-3.0 CC-BY-4.0 Clear-BSD FFT2D FTL IJG ISC LGPL-2 LGPL-2.1 MIT MPL-1.1 MPL-2.0 Ms-PL PSF-2 SGI-B-2.0 SSLeay SunSoft Unicode-3.0 Unicode-DFS-2015 Unlicense UoI-NCSA ZLIB libtiff openssl rar? ( unRAR )","moddate":"2026-06-14T23:49:33","packageid":44927,"repoid":1,"slot":"beta","version":"150.0.7871.13"},{"ebuildid":902230,"firstseen":"2026-06-15T00:49:33.565830","license":"Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Base64 Boost-1.0 CC-BY-3.0 CC-BY-4.0 Clear-BSD FFT2D FTL IJG ISC LGPL-2 LGPL-2.1 MIT MPL-1.1 MPL-2.0 Ms-PL PSF-2 SGI-B-2.0 SSLeay SunSoft Unicode-3.0 Unicode-DFS-2015 Unlicense UoI-NCSA ZLIB libtiff openssl rar? ( unRAR )","moddate":"2026-06-14T23:49:33","packageid":44927,"repoid":1,"slot":"unstable","version":"151.0.7872.0"}]}},{"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":902258,"firstseen":"2026-06-15T15:34:12.186653","license":"MPL-2.0 GPL-2 LGPL-2.1","moddate":"2026-06-15T14:34:11","packageid":53061,"repoid":1,"slot":"rapid","version":"152.0"}]}}]},{"id":{"name":"x11-terms","tracked":false},"packages":[{"id":{"name":"kitty","tracked":false},"package":{"detail":{"categoryid":349,"description":"Fast, feature-rich, GPU-based terminal","firstseen":"2018-02-05T12:34:55.607447","name":"kitty","packageid":68677},"ebuilds":[{"ebuildid":902235,"firstseen":"2026-06-15T05:30:55.339624","license":"GPL-3 ZLIB Apache-2.0 BSD BSD-2 MIT","moddate":"2026-06-15T04:30:54","packageid":68677,"repoid":1,"slot":"0","version":"0.47.4"}]}},{"id":{"name":"kitty-shell-integration","tracked":false},"package":{"detail":{"categoryid":349,"description":"Shell integration scripts for kitty, a GPU-based terminal emulator","firstseen":"2022-01-04T08:21:27.736099","name":"kitty-shell-integration","packageid":73969},"ebuilds":[{"ebuildid":902236,"firstseen":"2026-06-15T05:30:55.339624","license":"GPL-3","moddate":"2026-06-15T04:30:54","packageid":73969,"repoid":1,"slot":"0","version":"0.47.4"}]}},{"id":{"name":"kitty-terminfo","tracked":false},"package":{"detail":{"categoryid":349,"description":"Terminfo for kitty, a GPU-based terminal emulator","firstseen":"2020-03-20T15:29:50.551993","name":"kitty-terminfo","packageid":70943},"ebuilds":[{"ebuildid":902237,"firstseen":"2026-06-15T05:30:55.339624","license":"GPL-3","moddate":"2026-06-15T04:30:54","packageid":70943,"repoid":1,"slot":"0","version":"0.47.4"}]}},{"id":{"name":"wezterm","tracked":false},"package":{"detail":{"categoryid":349,"description":"A GPU-accelerated cross-platform terminal emulator and multiplexer","firstseen":"2022-11-25T09:05:40.646289","name":"wezterm","packageid":75623},"ebuilds":[{"ebuildid":902254,"firstseen":"2026-06-15T08:51:50.707434","license":"MIT OFL-1.1 Apache-2.0 BSD-2 BSD CC0-1.0 ISC LGPL-2.1 MIT MPL-2.0 UoI-NCSA Unicode-3.0 Unicode-DFS-2016 WTFPL-2 ZLIB","moddate":"2026-06-15T07:51:50","packageid":75623,"repoid":1,"slot":"0","version":"20260610.150805"}]}}]}],"timestamp":"2026-06-15"}]}