{"bugs":[],"categories":[{"categoryid":391,"name":"app-text","summary":"The app-text category contains tools for working with human-language text files."},{"categoryid":450,"name":"dev-lang","summary":"The dev-lang category contains various programming language implementations and related tools."},{"categoryid":425,"name":"dev-perl","summary":"The dev-perl category contains libraries and utilities relevant to the Perl programming language."}],"changelog":[{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a198e862478387fe37b4d232d51a3edb558cd3e0","committime":"2025-12-19T10:01:01","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Bug: https:\/\/bugs.gentoo.org\/473598\nBug: https:\/\/bugs.gentoo.org\/720224\nSigned-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"2d25fad95cbaa525c8945d8e582c749d49524f49","committime":"2025-12-19T09:25:43","packageid":51047,"repoid":1,"summary":"*\/*: drop *-linux keywords"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"b082176271c4f0d63a97962e4b75785991196236","committime":"2025-12-17T15:16:13","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"The arch and OS that matches it are obsolete.\n\nSigned-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"0a7ffce789e36042bac35ea5e0b8b2b654e5b490","committime":"2025-12-17T15:07:23","packageid":51047,"repoid":1,"summary":"*: remove ppc-macos keyword"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"8c34e04a75676f470905e1bf9f44bd0e2a39351e","committime":"2025-12-06T15:00:46","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"59037c965f0cfbe1e776fec5b0ce357fa7450f63","committime":"2025-12-06T14:56:06","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 ppc64, #967148"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"095be907731a92c08c89e9f73b8c92eb4963a9bc","committime":"2025-12-06T14:52:55","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 ppc, #967148"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"93278b7f221b0d2a39cf3582f383048862443aee","committime":"2025-12-06T14:00:46","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"0b748a1c590a18ec3a0b7103a7c4feea6a4f7deb","committime":"2025-12-06T13:54:49","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 amd64, #967148"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"cb35f150991775aa2957c19b8abc83fa32356cdc","committime":"2025-12-06T13:54:48","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 arm, #967148"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"ef917b9176a8aa045048733e831e590459446c48","committime":"2025-12-06T13:54:47","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 x86, #967148"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"6e361cc297d411a6b15da5d9d535ea36051064b3","committime":"2025-12-06T13:54:45","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Stabilize 0.60.0-r3 arm64, #967148"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"511b70b533345e289eaf0f88914daf31ab413d1a","committime":"2025-12-04T09:15:48","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"zhixu.liu@gmail.com","authorname":"Z. Liu","body":"Text::WrapI18N has a bug that causes an infinite loop. The following\nprogram demonstrates the issue:\n\n> use Text::WrapI18N qw($columns);\n> use Text::WrapI18N qw(wrap);\n> $columns = 78;\n>\n> my $a=\"po\/pod.cfg:1: \";\n> my $b=\"              \";\n> my $c=\"No PO files found in '\/var\/tmp\/portage\/app-text\/po4a-0.74-r1\/work\/po4a-0.74'\/'po\/pod'.\";\n>\n> print wrap($a, $b, $c);\n\nThis program will hang indefinitely until OOM. However, if change $columns to\nany value greater than 78, it finishes quickly.\n\nIn po4a, $columns is set from $ENV{COLUMNS} ( see\nhttps:\/\/github.com\/mquinson\/po4a\/blob\/master\/lib\/Locale\/Po4a\/Common.pm#L68),\nso if your terminal width is <= 78, emerge will hang.\n\nThis is a very old bug that Debian found and fixed in 2008. See\n\nhttps:\/\/bugs.debian.org\/cgi-bin\/bugreport.cgi?bug=470250\n\nand upstream issue:\n\nhttps:\/\/rt.cpan.org\/Public\/Bug\/Display.html?id=42102\n\nCloses: https:\/\/bugs.gentoo.org\/959830\nSigned-off-by: Z. Liu <zhixu.liu@gmail.com>\nPart-of: https:\/\/github.com\/gentoo\/gentoo\/pull\/44680\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/44680\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"d9a3e8ab7afe3ed85e840849ea925064d836f37a","committime":"2025-11-20T02:53:06","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: fix build hang of app-text\/po4a"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"30e2fcd0b492ae2bcb6f03ac571b6d5f82f733a6","committime":"2025-09-02T17:19:36","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Result of running the command:\n grep --include=\"*.ebuild\" -r . -e 'KEYWORDS=.*[\" ]sparc' -l | xargs ekeyword ~sparc\n\nSigned-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"0ad96e879b651cc7e8214159d5841d6b633bef8a","committime":"2025-09-02T16:20:20","packageid":51047,"repoid":1,"summary":"*\/*: destable sparc"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Result of running the command:\n grep --include=\"*.ebuild\" -r . -e 'KEYWORDS=.*[\" ]hppa' -l | xargs ekeyword ~hppa\n\nSigned-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"634a005686006d01415107ef3968d1a81809a95f","committime":"2025-09-02T16:18:20","packageid":51047,"repoid":1,"summary":"*\/*: destable hppa"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"562fad09561684954963d0a91b23e0a61f2c7932","committime":"2024-09-12T18:49:01","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"arthurzam@gentoo.org","authorname":"Arthur Zamarin","body":"Change was created by running the following command::\n\n    ekeyword ^ia64 *\/*\/*.ebuild\n\nSigned-off-by: Arthur Zamarin <arthurzam@gentoo.org>","commitid":"0e727a3a16bc2abfd39386f10821d3e5ce89c45a","committime":"2024-09-07T15:44:22","packageid":51047,"repoid":1,"summary":"*\/*: unkeyword ~ia64"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"d51c9d5c19ebb657362f470b725a146d71c2d18f","committime":"2023-05-25T20:02:08","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Signed-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"6d2df6f4b71756f49d6afeb99ef76b693bd39742","committime":"2023-05-25T19:53:25","packageid":51047,"repoid":1,"summary":"*\/*: remove sparc64-solaris keyword"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Signed-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"4aebe55f8c434205f2ea3d28ffacb834a401bc1f","committime":"2023-05-25T19:49:16","packageid":51047,"repoid":1,"summary":"*\/*: remove sparc-solaris keyword"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"1e74ac9788964fd86f18d370c5401a8cec873119","committime":"2023-05-24T19:47:02","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Signed-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"82e9ddde6f17e843beed29bc1446c635f71efc50","committime":"2023-05-24T19:41:33","packageid":51047,"repoid":1,"summary":"*\/*: remove x86-solaris keyword"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"8bda82ece7583036cdbeb170d0c88bce1e643cac","committime":"2023-04-22T12:16:54","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Bug: https:\/\/bugs.gentoo.org\/904474\nSigned-off-by: Sam James <sam@gentoo.org>","commitid":"16416e2faf181e6db59f6b972de44736062c43d5","committime":"2023-04-22T12:01:40","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: keyword ~arm64-macos"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ba8e55fe133bf2ecae5977bc454437d18f587e1a","committime":"2022-04-29T08:03:20","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"xen0n@gentoo.org","authorname":"WANG Xuerui","body":"Signed-off-by: WANG Xuerui <xen0n@gentoo.org>","commitid":"e3bfb6d104db71871823933c7263f697a6db49e0","committime":"2022-04-29T07:34:51","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: keyword 0.60.0-r2 for ~loong"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"57b0ee0a06b3e2bd46beeca85ceacfb98dce9e26","committime":"2021-09-27T19:21:23","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: Portage-3.0.23, Repoman-3.0.3\nSigned-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>","commitid":"6e2828020e68216f7f04d07dfee48fcf377e140a","committime":"2021-09-27T18:31:11","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: EAPI=8 bump"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"553e6e20438354150f9607139de3f88678e72e75","committime":"2021-04-05T22:35:13","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"41292953d4c4f035bc73e976c31e6ebeb2ab33e3","committime":"2021-04-05T19:54:54","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: drop s390 to ~s390 (unstable)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"13588542e52027b2061d1945b3647395f43769d6","committime":"2021-02-08T20:54:39","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Package-Manager: Portage-3.0.13, Repoman-3.0.2\nSigned-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"b42bb008b3f27f44044a9683ba329ecec3cf4c8e","committime":"2021-02-08T18:19:22","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-Text-WrapI18N: marked ~sparc64-solaris"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"f0e1175e39861ae4d7c9b433da3eb45ad525241c","committime":"2021-01-06T22:35:08","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"grobian@gentoo.org","authorname":"Fabian Groffen","body":"Package-Manager: Portage-3.0.12, Repoman-3.0.2\nSigned-off-by: Fabian Groffen <grobian@gentoo.org>","commitid":"7f4396eea3a2df103e46aa1ed41ef09f6bd045aa","committime":"2021-01-06T21:38:43","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: drop x86-macos"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2157e04e57a9dc035e349c12b337596711976714","committime":"2020-04-21T07:36:47","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"slyfox@gentoo.org","authorname":"Sergei Trofimovich","body":"m68k and ~m68k trees are inconsistent. Let's drop keywords\ndown to ~m68k only. Profiles already accept both keywords:\n\n    ACCEPT_KEYWORDS=\"m68k ~m68k\"\n\nSigned-off-by: Sergei Trofimovich <slyfox@gentoo.org>","commitid":"0dce3dc0aa1341155a31407122e079632fcd07ca","committime":"2020-04-21T06:59:08","packageid":51047,"repoid":1,"summary":"*\/*: downgrade m68k down to ~m68k"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"7e330619608f15fd933afe697de21943b3173183","committime":"2020-04-03T20:08:45","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mattst88@gentoo.org","authorname":"Matt Turner","body":"Signed-off-by: Matt Turner <mattst88@gentoo.org>","commitid":"0b8b716331049599ea3299981e3a9ea6e258c5e0","committime":"2020-03-30T17:13:23","packageid":51047,"repoid":1,"summary":"*\/*: Drop stable ia64 keywords"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"34ba96658b4aee13a14ae5dbb455d843466a0302","committime":"2020-03-26T15:38:35","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"zlogene@gentoo.org","authorname":"Mikle Kolyada","body":"Package-Manager: Portage-2.3.89, Repoman-2.3.20\nRepoMan-Options: --ignore-arches\nSigned-off-by: Mikle Kolyada <zlogene@gentoo.org>","commitid":"2e51443573bdad1d4757bed11ed5c02f137b822e","committime":"2020-03-26T15:25:34","packageid":51047,"repoid":1,"summary":"*\/*: Discontinue Gentoo SuperH port"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"a8d907e4b2acb38467b494e36313788750592b3d","committime":"2020-02-11T17:48:59","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"Update the copyright notice on all files that were touched since\nJanuary 1st but did not have the notice updated.\n\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"6568a730a830fd8a93b28162a01787600d19d307","committime":"2020-02-11T17:05:13","packageid":51047,"repoid":1,"summary":"*\/*: Bump copyright on files touched this year"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ec1eddd5e7b3f69cadcdbf1547a742a3ce22097d","committime":"2020-01-26T00:28:29","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mattst88@gentoo.org","authorname":"Matt Turner","body":"Signed-off-by: Matt Turner <mattst88@gentoo.org>","commitid":"5671613f07850086a11a1ace34816b498e9b69b7","committime":"2020-01-26T00:18:19","packageid":51047,"repoid":1,"summary":"*\/*: Drop stable alpha keywords"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5adfa39130cf2dab0dc2dc44f986018d2b877f52","committime":"2019-10-11T16:17:33","packageid":51047,"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":"1fb4c5c19eaa2abfb21b4da1d8fb78f1424619c2","committime":"2019-10-11T15:34:33","packageid":51047,"repoid":1,"summary":"dev-perl: Remove *-fbsd KEYWORDS"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"008ac54cfae00c90a4b784e9ea9a77d2360260ff","committime":"2019-05-04T19:24:13","packageid":51047,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: Portage-2.3.66, Repoman-2.3.12\nSigned-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>","commitid":"b2a27910ec750c83f8bc0a161b6277da8f2b62f6","committime":"2019-05-04T19:03:34","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: keyword ~riscv"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"cb1b0ca40a19034b89e26cb7a595be67d792943f","committime":"2019-01-09T16:06:15","packageid":51047,"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":"df17f9ac8aaeddfd37828c3297049dff532f6988","committime":"2019-01-09T14:25:18","packageid":51047,"repoid":1,"summary":"dev-perl\/Text-WrapI18N: Keyword 0.60.0-r1 ~amd64-fbsd"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"25093d6359f778b8d1052f66ba9e26fc29ded21a","committime":"2017-02-28T20:35:29","packageid":51047,"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":51047,"repoid":1,"summary":"Drop $Id$ per council decision in bug #611234."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"945f0d2a26da4f944fd06ad6a874f69d37ce1e06","committime":"2015-08-09T09:26:46","packageid":51047,"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":51047,"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":51047,"repoid":1,"summary":"2015-06-19 16:35:30 UTC"}],"dependencies":[{"block":false,"categoryid":450,"description":"Larry Wall's Practical Extraction and Report Language","ebuildids":[725304,883479],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"perl","packageid":44582}],"depending":[{"block":false,"categoryid":391,"description":"Tools to ease the translation of documentation","ebuildids":[870986,870986],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"fatzer2@gmail.com","maintainername":"Alexander Golubev","name":"po4a","packageid":41889}],"ebuilds":[{"archs":["amd64","arm","arm64","ppc","ppc64","x86","~alpha","~arm64-macos","~hppa","~loong","~m68k","~mips","~riscv","~s390","~sparc","~x64-macos","~x64-solaris"],"ebuildid":883479,"firstseen":"2025-12-04T09:23:35.585027","license":"|| ( Artistic GPL-1+ )","moddate":"2026-03-28T18:04:18","packageid":51047,"repoid":1,"slot":"0","uses":["perl_features_debug","perl_features_ithreads","perl_features_quadmath","test"],"version":"0.60.0-r3"},{"archs":["amd64","arm","arm64","ppc","ppc64","x86","~alpha","~arm64-macos","~hppa","~loong","~m68k","~mips","~riscv","~s390","~sparc","~x64-macos","~x64-solaris"],"ebuildid":725304,"firstseen":"2021-09-27T20:30:00.353111","license":"|| ( Artistic GPL-1+ )","moddate":"2026-03-28T18:04:18","packageid":51047,"repoid":1,"slot":"0","uses":["perl_features_debug","perl_features_ithreads","perl_features_quadmath","test"],"version":"0.60.0-r2"}],"masks":[],"package":{"categoryid":425,"description":"Internationalized substitute of Text::Wrap","firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"Text-WrapI18N","packageid":51047},"rdependencies":[{"block":false,"categoryid":450,"description":"Larry Wall's Practical Extraction and Report Language","ebuildids":[725304,725304,883479,883479],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"perl","packageid":44582},{"block":false,"categoryid":425,"description":"Get number of occupied columns of a string on terminal","ebuildids":[725304,883479],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"Text-CharWidth","packageid":47493}],"repos":[{"branch":"master","lastcommit":"1f58741385367db432e79500a838ced67b2a773d","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/metacpan.org\/release\/Text-WrapI18N"],"uses":[{"description":"Enable dependencies and\/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)","isdefault":false,"use":"test"},{"description":"PERL_FEATURES setting enabling internal debug support in Perl","group":"perl_features","isdefault":false,"use":"debug"},{"description":"PERL_FEATURES setting enabling interpreter level threads, has some compatibility problems","group":"perl_features","isdefault":false,"use":"ithreads"},{"description":"PERL_FEATURES setting enabling 128bit floating point arithmetic via libquadmath","group":"perl_features","isdefault":false,"use":"quadmath"}]}