{"bugs":[],"categories":[{"categoryid":1527,"name":"app-alternatives","summary":"The app-alternatives category contains packages providing symlinks linking different available implementations for various executables."},{"categoryid":352,"name":"games-arcade","summary":"The games-arcade category contains arcade games."},{"categoryid":390,"name":"games-emulation","summary":"The games-emulation category contains game platform emulators."},{"categoryid":384,"name":"games-fps","summary":"The games-fps category contains first person shooter games."},{"categoryid":399,"name":"games-server","summary":"The games-server category contains game servers."},{"categoryid":416,"name":"sci-chemistry","summary":"The sci-chemistry category contains software that can be used in chemistral scientific environments."},{"categoryid":381,"name":"sys-libs","summary":"The sys-libs category contains various system-level libraries."},{"categoryid":396,"name":"virtual","summary":"The virtual category contains packages which satisfy virtual dependencies."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7185e5ed23ae24ac7deee02df110655901c3b5d9","committime":"2026-01-17T14:15:50","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"parona@protonmail.com","authorname":"Alfred Wingate","body":"Bug: https:\/\/bugs.gentoo.org\/944234\nBug: https:\/\/bugs.gentoo.org\/940229\nSigned-off-by: Alfred Wingate <parona@protonmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/45408\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/45408\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"105fbc76f5dc6eba9ca69e8c6365a961e6a7a9ee","committime":"2026-01-16T21:57:17","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: workaround gcc-15 issues"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e09be1650bf1ab608446c80c6ac2835c083e91fe","committime":"2025-11-04T10:20:41","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Done via:\n\n```\ngit grep -l 'virtual\/zlib\"' | xargs sed -i -e 's@virtual\/zlib\"@virtual\/zlib:=\"@'\n```\n\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"3f9689daa18058fa4adc944100fa1f95bfbaa5b4","committime":"2025-11-04T10:07:52","packageid":50230,"repoid":1,"summary":"*\/*: Use := on virtual\/zlib deps, part 6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5a1adb610b1d91ab6683cbe671e266f424224c16","committime":"2025-11-04T08:35:48","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Update done using:\n\n```\ngit grep -l sys-libs\/zlib sys-* | xargs sed -i -e s@sys-libs\/zlib@virtual\/zlib@g\ngit grep -l virtual\/zlib-ng sys-* | xargs sed -i -e s@virtual\/zlib-ng@sys-libs\/zlib-ng@g\ngit diff --name-only | xargs copybump\ngit diff --name-only | xargs grep -l PYTHON_COMPAT | xargs gpy-impl -@dead\npkgcheck scan --commits -c SourcingCheck,VisibilityCheck --exit error\n```\n\nPlus reverts in sys-libs\/minizip-ng and sys-libs\/zlib-ng.\n\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"5153a387781b62d544aa62bb51740b90a7c2c436","committime":"2025-11-04T08:20:05","packageid":50230,"repoid":1,"summary":"sys-*\/ Update for virtual\/zlib"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"40f989879d084b5dfd8d187a02a545b17632ec39","committime":"2025-04-02T02:05:16","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"fc74a256e99a0afd366c53883a985cab90cc9c41","committime":"2025-04-02T01:54:28","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: update SRC_URI (FTP->HTTPS)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d5bf4073225d467259e87bf2ee93afe8b6adf0ff","committime":"2024-09-25T03:33:47","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"eschwartz@gentoo.org","authorname":"Eli Schwartz","body":"This is ancient brittle code -- an ancient, unmaintained version of GCC.\nIt exists solely to provide access to an ancient, unmaintained version\nof libstdc++.so for ancient, unmaintained binaries that cannot be\nrebuilt.\n\nIt doesn't need to be fast, or have cool CFLAGS. People shouldn't even\nbe using it at all. The people who do use it care about compatibility\nmore than anything else, so successfully compiling it should be taken as\nthe gift that it is.\n\nWith that in mind, we basically strip all flags. We preserve some\nexisting logic to handle -march= values known to exist in this old gcc,\nand we continue to support -O levels, but we go no further. It's\nentirely impractical to support arbitrary flags, since every gcc release\nadds more flags that old versions don't support and then this fails\nbecause GCC 3's internal xgcc build cannot handle them.\n\nWe also take this opportunity to add a workaround for modern C. New\nversions of GCC barf on some of the code here because it is not legal\nC99, but again, the point of this package is to provide legacy\ncompatibility for ancient binaries, so... we assume if it ever worked\nbefore, it still works. :) Thus, suppress the errors. In order to\nsuppress the errors, we make a wrapper script around the external\ncompiler (not the xgcc one) so that we can apply flags that only affect\nmodern compilers, and aren't parsed by xgcc which would choke on them\ndue to those flags being too new.\n\nCloses: https:\/\/bugs.gentoo.org\/879775\nCloses: https:\/\/bugs.gentoo.org\/919184\nCloses: https:\/\/bugs.gentoo.org\/832016\nCloses: https:\/\/bugs.gentoo.org\/923112\nSigned-off-by: Eli Schwartz <eschwartz@gentoo.org>","commitid":"ac3c099a82ddf6c98eab39db95c31e7d7db5e7df","committime":"2024-09-24T02:58:46","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: disable custom user flags entirely"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"cc7ff4207fbccc7c7d8f8ad3df8ea8ac69e3d0ea","committime":"2024-01-08T12:39:46","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"All of these will be using app-alternatives\/yacc anyway as they're not unsetting\n\nYACC or LEX, so make the dep reflect reality.\n\n(Included both YACC and LEX out of conservatism.)\n\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"f4ad9dd5fd25c929fb02634bac406126f45425f6","committime":"2024-01-08T12:09:39","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: sys-devel\/bison -> app-alternatives\/yacc"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0e91912ba22d837a5c015177fab793bce997300b","committime":"2022-04-17T18:53:49","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"d454d175153ef74e59707dc1efcf546b90773853","committime":"2022-04-17T18:24:23","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: drop 3.3.6-r3"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"3743e6b30156835be776818637bc349c1aaefce7","committime":"2021-10-01T07:21:16","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"slyfox@ has retired and I've archived the distfiles\nin my devspace.\n\nPackage-Manager: Portage-3.0.26, Repoman-3.0.3\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"0b10549d295977838f68726e95cf43c30e7bae3f","committime":"2021-10-01T07:13:32","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: update SRC_URI"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"22cb70d5e3bcfdce2edb6efa394178c3439435d6","committime":"2021-07-24T10:07:03","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Package-Manager: Portage-3.0.20, Repoman-3.0.3\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"57b8b219ded860cbb2a9857fd172878442f609ba","committime":"2021-07-24T09:56:25","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: bump up to EAPI=8"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"0784e027c4f2684a5bdbdf939aa55a2b557b3edf","committime":"2021-07-24T09:36:16","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Reported-by: Agostino Sarubbo\nCloses: https:\/\/bugs.gentoo.org\/724726\nCloses: https:\/\/bugs.gentoo.org\/792987\nPackage-Manager: Portage-3.0.20, Repoman-3.0.3\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"41fa2e689f53efe62986696bf4324aca16bc874a","committime":"2021-07-24T09:21:45","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: use user's AR and NM"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9f7a549a965af7098f1eecb37e7b01adf8787517","committime":"2021-05-29T19:35:01","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3\nSigned-off-by: Sam James <sam@gentoo.org>\nSigned-off-by: David Seifert <soap@gentoo.org>","commitid":"072701a499b6195a51955f8357248d566f1e25b2","committime":"2021-05-29T19:01:25","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: add missing zlib dependency"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"3bcbaf16f81bc52272460d1dfa3a25975652dda3","committime":"2021-04-21T19:20:07","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"b19ceb02c8b9f56ddb931fb35231807036453e4b","committime":"2021-04-16T14:04:08","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: eutils->epatch"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5adfa39130cf2dab0dc2dc44f986018d2b877f52","committime":"2019-10-11T16:17:33","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Signed-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"422d34d938a569af9fec37e0291691524f3df67b","committime":"2019-10-11T15:38:08","packageid":50230,"repoid":1,"summary":"sys-libs: Remove *-fbsd KEYWORDS"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"9eb77dec163332354ee18be615a451416ac55498","committime":"2019-09-28T13:45:56","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Package-Manager: Portage-2.3.76, Repoman-2.3.17\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"cee306f864690142e7c447a5d5f1e7efedaf8567","committime":"2019-09-28T13:07:30","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: drop most keywords"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Package-Manager: Portage-2.3.76, Repoman-2.3.17\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"67bc0d1d03b1fd7be475343c632cbeeab430486f","committime":"2019-09-28T13:06:38","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: drop old"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"bff8da0d8693ac1512a55d8f9fdf8abc24702660","committime":"2019-02-17T10:43:46","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"34c50704fdf4a2e830a3c1570a1faaa0a245cc53","committime":"2019-02-17T10:23:48","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"gcc-3.3 does not support -fstack-check* flags.\n\nReported-by: Toralf Förster\nCloses: https:\/\/bugs.gentoo.org\/610064\nPackage-Manager: Portage-2.3.60, Repoman-2.3.12\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"ef75d16985c942c1856bcbdaf1c15d222fe1c1ee","committime":"2019-02-17T10:23:33","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: filter out unsupported -fstack-check, bug #610064"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Package-Manager: Portage-2.3.60, Repoman-2.3.12\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"c493332f845a954ff0174577678a2dbff19f7bea","committime":"2019-02-17T09:55:28","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: bump up to EAPI=6"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"54db4b226005a40c06ea096e87a75028aa687d12","committime":"2018-10-02T21:44:03","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"Reported-by: jms\nCloses: https:\/\/bugs.gentoo.org\/665768\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>\nPackage-Manager: Portage-2.3.50, Repoman-2.3.11","commitid":"83d4a0d2f242693aeac13f8333b8e9f6033ed972","committime":"2018-10-02T21:28:22","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: bump 1.10 patchset"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"a6774aa7a6da128bc4754c0fe2c14d67febc667d","committime":"2018-05-01T18:46:06","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Closes: https:\/\/github.com\/gentoo\/gentoo\/pull\/8199","commitid":"4a409a1ecd75d064e8b471f6131bb1feb83c37a8","committime":"2018-04-29T11:52:02","packageid":50230,"repoid":1,"summary":"*\/*: Specify EAPI=0 explicitly, to ease greps"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"f18e162d1e5802472d85983d6074f588695ac086","committime":"2018-01-01T20:52:03","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"We need to patch conditionally since the patch breaks the build with\nglibc-2.25.\n\nCloses: https:\/\/bugs.gentoo.org\/637608\nPackage-Manager: Portage-2.3.19, Repoman-2.3.6","commitid":"58ab932cf383aefaab66263f659429889152d569","committime":"2018-01-01T20:44:53","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: Fix build with glibc-2.26, bug 637608"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"9504cbc4752f1f0328c395482b50bffc5f80ba8b","committime":"2017-09-02T08:23:53","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"soap@gentoo.org","authorname":"David Seifert","body":"Package-Manager: Portage-2.3.8, Repoman-2.3.3","commitid":"01e9edb299858c6d9f57f1f332d5b41b6f4833ba","committime":"2017-09-02T07:54:11","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: Filter '-fdiagnostics-color' from CFLAGS"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"348a9336c008837a14f89562f31b4beaa1aa6cad","committime":"2017-08-06T10:16:41","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: Portage-2.3.6, Repoman-2.3.3","commitid":"011cc2eeddbf56159e64e92787a0e8337ecf4e0a","committime":"2017-08-06T10:04:42","packageid":50230,"repoid":1,"summary":"sys-libs\/libstdc++-v3: Remove old"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"25093d6359f778b8d1052f66ba9e26fc29ded21a","committime":"2017-02-28T20:35:29","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>","commitid":"61b861acd7b49083dab687e133f30f3331cb7480","committime":"2017-02-28T19:47:27","packageid":50230,"repoid":1,"summary":"Drop $Id$ per council decision in bug #611234."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"807d7c8ef7ce9a17a831c4b042b497afa97d470d","committime":"2015-08-24T14:06:35","packageid":50230,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"jlec@gentoo.org","authorname":"Justin Lecher","body":"Signed-off-by: Justin Lecher <jlec@gentoo.org>","commitid":"37bbeedfc9da875ab8972d54d2328d808a700c10","committime":"2015-08-24T13:37:21","packageid":50230,"repoid":1,"summary":"Use https for most gnu.org URLs"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"945f0d2a26da4f944fd06ad6a874f69d37ce1e06","committime":"2015-08-09T09:26:46","packageid":50230,"repoid":1,"summary":"2015-08-09 09:26:21 UTC"},{"authoremail":"robbat2@gentoo.org","authorname":"Robin H. Johnson","body":"This commit represents a new era for Gentoo:\nStoring the gentoo-x86 tree in Git, as converted from CVS.\n\nThis commit is the start of the NEW history.\nAny historical data is intended to be grafted onto this point.\n\nCreation process:\n1. Take final CVS checkout snapshot\n2. Remove ALL ChangeLog* files\n3. Transform all Manifests to thin\n4. Remove empty Manifests\n5. Convert all stale $Header$\/$Id$ CVS keywords to non-expanded Git $Id$\n5.1. Do not touch files with -kb\/-ko keyword flags.\n\nSigned-off-by: Robin H. Johnson <robbat2@gentoo.org>\nX-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests\nX-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project\nX-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration\nX-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn\nX-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts\nX-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration\nX-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging\nX-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed","commitid":"56bd759df1d0c750a065b8c845e93d5dfa6b549d","committime":"2015-08-08T20:49:04","packageid":50230,"repoid":1,"summary":"proj\/gentoo: Initial commit"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"a637bd65b7fef8e2be4e7fc6e9097479372e0e2e","committime":"2015-06-19T16:38:33","packageid":50230,"repoid":1,"summary":"2015-06-19 16:35:30 UTC"}],"dependencies":[{"block":false,"categoryid":1527,"description":"yacc symlinks","ebuildids":[719463,887535],"firstseen":"2022-12-02T21:32:39.350218","name":"yacc","packageid":75635},{"block":false,"categoryid":396,"description":"Virtual for libz.so providers","ebuildids":[719463,887535],"firstseen":"2025-11-04T07:31:41.418357","name":"zlib","packageid":78605}],"depending":[{"block":false,"categoryid":384,"description":"Demo for the critically-acclaimed first-person shooter","ebuildids":[722413],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"ut2004-demo","packageid":41935},{"block":false,"categoryid":399,"description":"dedicated server for GTA3 multiplayer","ebuildids":[678116],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"mtavc","packageid":44106},{"block":false,"categoryid":352,"description":"Arkanoid with Gnomes","ebuildids":[722418,722418],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"jardinains","packageid":46888,"summary":"Jardinains 2!, the sequel to Jardinains 1! (surprisingly enough) is a fairly straightforward game. You have a paddle. You have a ball. You have a whole bunch of bricks. Inside these bricks live ‘nains. ‘Nains are cute little critters who pop out of their bricks every now and then to have some fun and give you a headache."},{"block":false,"categoryid":390,"description":"An x86 binary-only emulator for Sony ZN-1, ZN-2, and Namco System 11 arcades","ebuildids":[622223,622223],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"zinc","packageid":47850},{"block":false,"categoryid":352,"description":"Save Princess Mariana through one-on-one battles with demonic barbarians","ebuildids":[722403,722403],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"barbarian-bin","packageid":48368},{"block":false,"categoryid":416,"description":"Analysis of NMR spectra and Computer Aided Resonance Assignment","ebuildids":[678119],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"sci-chemistry@gentoo.org","maintainername":"Gentoo Chemistry Project","name":"cara-bin","packageid":50090},{"block":false,"categoryid":384,"description":"Editor's Choice Edition plus Mega Pack for the well-known first-person shooter","ebuildids":[858644],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"ut2004","packageid":50570},{"block":false,"categoryid":384,"description":"Demo for the sequel to the 1999 multi-player first-person shooter","ebuildids":[708588],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"games@gentoo.org","maintainername":"Gentoo Games Project","name":"ut2003-demo","packageid":53934,"summary":"Unreal Tounament 2003 is a first-person 3-D shooter and sequel to the 1999 Game of the Year, Unreal Tournament. The game was ported to Linux by Ryan \"icculus\" Gordon under contract from Epic Games and the Linux installer was released in the retail box. This game is a playable demo of the full commercial version."},{"block":false,"categoryid":399,"description":"Unreal Tournament 2004 Linux Dedicated Server","ebuildids":[858645],"firstseen":"2019-12-27T01:01:49.976995","name":"ut2004-ded","packageid":70535,"summary":"Unreal Tounament 2004 is a first-person 3-D shooter and sequel to the 2003 Game of the Year, Unreal Tournament 2003. The game was ported to Linux by Ryan \"icculus\" Gordon under contract from Epic Games and the Linux installer was released in the retail box. This is the dedicated server portion of the game and does not require the retail discs to use."}],"ebuilds":[{"archs":["~amd64","~x86"],"ebuildid":887535,"firstseen":"2026-01-17T14:29:37.282308","license":"GPL-2 LGPL-2.1","moddate":"2026-03-30T13:49:45","packageid":50230,"repoid":1,"slot":"5","uses":["multilib","nls"],"version":"3.3.6-r5"},{"archs":["~amd64","~x86"],"ebuildid":719463,"firstseen":"2021-07-24T11:19:40.352764","license":"GPL-2 LGPL-2.1","moddate":"2026-03-30T13:49:45","packageid":50230,"repoid":1,"slot":"5","uses":["multilib","nls"],"version":"3.3.6-r4"}],"masks":[],"package":{"categoryid":381,"description":"Compatibility package for binaries linked against a pre gcc 3.4 libstdc++","firstseen":"2010-05-04T00:54:45.661860","maintainer":"toolchain@gentoo.org","maintainername":"Gentoo Toolchain Project","name":"libstdc++-v3","packageid":50230},"rdependencies":[{"block":false,"categoryid":396,"description":"Virtual for libz.so providers","ebuildids":[719463,887535],"firstseen":"2025-11-04T07:31:41.418357","name":"zlib","packageid":78605}],"repos":[{"branch":"master","lastcommit":"52197549fd3431fa256b8edbafdcd3702dd0e134","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/gcc.gnu.org\/libstdc++\/"],"uses":[{"description":"On 64bit systems, if you want to be able to compile 32bit and 64bit binaries","isdefault":false,"use":"multilib"},{"description":"Add Native Language Support (using gettext - GNU locale utilities)","isdefault":false,"use":"nls"}]}