{"bugs":[],"categories":[{"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":"0c4d2931fdaa1b885e3bc467bbe66cff28c213f0","committime":"2025-07-27T11:07:32","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>","commitid":"334c5d6ee9cde176d695e25dda88a033d2dc23b9","committime":"2025-07-27T10:49:23","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: EAPI bump"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"2c98b0a24f7df94ab4367e207751205e30bd7833","committime":"2022-09-13T10:46:49","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"guyu2876@gmail.com","authorname":"Yu Gu","body":"Signed-off-by: Yu Gu <guyu2876@gmail.com>\nSigned-off-by: Jakov Smolić <jsmolic@gentoo.org>","commitid":"7703d676c14b7309e6f0f87c9790df11d64441aa","committime":"2022-09-12T12:20:45","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Keyword 0.390.0-r1 riscv, #869833"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"55ebf2c0425e4a4c9ebd4a8262c4020507795808","committime":"2021-10-20T23:06:24","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: Portage-3.0.28, Repoman-3.0.3\nSigned-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>","commitid":"17b009fed60d851122ceac3c28dc18ec3392705e","committime":"2021-10-20T22:45:16","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Remove old"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"920096171c66afeb297073a1da5bf5038a01f63f","committime":"2021-05-24T00:19:59","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"sam@gentoo.org","authorname":"Sam James","body":"Signed-off-by: Sam James <sam@gentoo.org>","commitid":"b012826b7183762e534f9b650f00a307da062ec1","committime":"2021-05-24T00:01:48","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Stabilize 0.390.0-r1 amd64, #791502"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"e7e71d3bda82ee99c0cf0dc88974786935d7d41b","committime":"2021-05-23T23:35:02","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"whissi@gentoo.org","authorname":"Thomas Deutschmann","body":"Package-Manager: Portage-3.0.18, Repoman-3.0.3\nSigned-off-by: Thomas Deutschmann <whissi@gentoo.org>","commitid":"f0dc9a71b0a08bdee03d47761a1f3d973026b2e5","committime":"2021-05-23T23:01:25","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: x86 stable (bug #791502)"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"ff5de98cf9a985e8cc97ffc81b984b0dfa15c878","committime":"2021-05-22T16:20:03","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: Portage-3.0.18, Repoman-3.0.2\nSigned-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>","commitid":"8f06ae3cc9ad42fe7ed58a06debe0d3e4ce7fec5","committime":"2021-05-22T16:04:36","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Minor fixes"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"5e4a4a0753954dc984a1190764f00f9712797173","committime":"2020-07-27T09:35:10","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"kentnl@gentoo.org","authorname":"Kent Fredric","body":"- EAPI7\n- Add test dep on dev-perl\/DateTime-Event-Recurrence to improve\n  test coverage\n\nPackage-Manager: Portage-2.3.103, Repoman-2.3.22\nSigned-off-by: Kent Fredric <kentnl@gentoo.org>","commitid":"5b230548248cba7a855725aa2fe51cb8e266334b","committime":"2020-07-27T09:14:43","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: -r bump for EAPI7 + new test dep"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"fef742528aacdd4ffa4e59ea0354106ca161650e","committime":"2019-12-10T23:48:11","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"mgorny@gentoo.org","authorname":"Michał Górny","body":"The result was achieved via the following pipeline:\n\n    pkgcheck scan -c RestrictTestCheck -R FormatReporter \\\n      --format '{category}\/{package}\/{package}-{version}.ebuild' |\n    xargs -n32 grep -L RESTRICT |\n    xargs -n32 sed -i -e '\/^IUSE=.*test\/aRESTRICT=\"!test? ( test )\"'\n\nThe resulting metadata was compared before and after the change.\nFew Go ebuilds had to be fixed manually due to implicit RESTRICT=strip\nadded by the eclass.  Two ebuilds have to be fixed because of multiline\nIUSE.\n\nSuggested-by: Robin H. Johnson <robbat2@gentoo.org>\nCloses: https:\/\/github.com\/gentoo\/gentoo\/pull\/13942\nSigned-off-by: Michał Górny <mgorny@gentoo.org>","commitid":"064af661d0c9a31cecdf348632bc5603333a9149","committime":"2019-12-10T22:02:54","packageid":46820,"repoid":1,"summary":"*\/*: [QA] Fix trivial cases of MissingTestRestrict"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"4f08c31ce3b9fa343bf3bc64f28cfe95bcbabeed","committime":"2018-07-29T06:04:13","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"kentnl@gentoo.org","authorname":"Kent Fredric","body":"Package-Manager: Portage-2.3.40, Repoman-2.3.9","commitid":"a24f18314380684a94c12c1a8ec4da27a4500fdd","committime":"2018-07-29T05:42:50","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Cleanup old versions 0.3{4,6}0.0"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"104d62b0d4c5b646dcc03515d77eeb32b72caa58","committime":"2018-06-07T10:24:06","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"ago@gentoo.org","authorname":"Agostino Sarubbo","body":"Package-Manager: Portage-2.3.40, Repoman-2.3.9\nRepoMan-Options: --include-arches=\"amd64\"","commitid":"8aad897b144d9d08ceb08c281bef0ef98fe24838","committime":"2018-06-07T10:09:20","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: amd64 stable wrt bug #657234"},{"authoremail":"repomirrorci@gentoo.org","authorname":"Repository mirror & CI","commitid":"dbde485bc3ff3a7796eadb2cf61785540171dc76","committime":"2018-06-06T23:44:11","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"whissi@gentoo.org","authorname":"Thomas Deutschmann","body":"Package-Manager: Portage-2.3.40, Repoman-2.3.9","commitid":"fdd0e2ed8c94be78e382a750dd3735284b2b1e24","committime":"2018-06-06T22:45:13","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: x86 stable (bug #657234)"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"25093d6359f778b8d1052f66ba9e26fc29ded21a","committime":"2017-02-28T20:35:29","packageid":46820,"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":46820,"repoid":1,"summary":"Drop $Id$ per council decision in bug #611234."},{"authoremail":"malfatti@neuro.ufrn.br","authorname":"T. Malfatti","commitid":"8457ba6f9fd6f0dbafcca1fb375788eeea02aae1","committime":"2017-01-26T18:44:34","packageid":46820,"repoid":1,"summary":"media-libs\/portaudio: Version bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"92575b56ecfdde491c35652146853bf58a5035bd","committime":"2016-11-16T02:43:16","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"kentnl@gentoo.org","authorname":"Kent Fredric","body":"Upstream:\n- max and min are now aliases to end and start respectively\n\nPackage-Manager: portage-2.3.2","commitid":"a3171a6fe8b00e4db5c560fcc256a3cf2d4b2e27","committime":"2016-11-16T01:16:25","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Bump to 0.390.0"},{"authoremail":"idella4@gentoo.org","authorname":"Ian Delaney","body":"Pull request: https:\/\/github.com\/gentoo\/gentoo\/pull\/593","commitid":"6518f1b4c77bd26bc8577496bc564828049abe13","committime":"2016-01-02T05:50:53","packageid":46820,"repoid":1,"summary":"Merge remote-tracking branch 'remotes\/CraigInches\/Bugzilla'"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"afa8c1b4da9bc5a10e1d1d9a5ab0f28a57fbe514","committime":"2016-01-01T18:01:50","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"dilfridge@gentoo.org","authorname":"Andreas K. Hüttel","body":"Package-Manager: portage-2.2.26","commitid":"60142a91955be9caf3ed3e217dfbd5a3b80f3a0d","committime":"2016-01-01T17:49:11","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Version bump"},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"649e0fe0ef82e8c2fb04c8f12e27a8cbe0a58bfb","committime":"2015-10-03T13:41:41","packageid":46820,"repoid":1,"summary":"Merge updates from master"},{"authoremail":"monsieurp@gentoo.org","authorname":"Patrice Clement","body":"Package-Manager: portage-2.2.18\nSigned-off-by: Patrice Clement <monsieurp@gentoo.org>","commitid":"1b84a8095873ed76ff10290023b484d793d28a85","committime":"2015-10-03T09:46:34","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Clean up old."},{"authoremail":"monsieurp@gentoo.org","authorname":"Patrice Clement","body":"Package-Manager: portage-2.2.18\nSigned-off-by: Patrice Clement <monsieurp@gentoo.org>","commitid":"123fdc752c3f99e6a6a3876caf31969ec133541f","committime":"2015-10-03T09:46:09","packageid":46820,"repoid":1,"summary":"dev-perl\/DateTime-Set: Stable for amd64+x86."},{"authoremail":"repo-qa-checks@gentoo.org","authorname":"Repository QA checks","commitid":"945f0d2a26da4f944fd06ad6a874f69d37ce1e06","committime":"2015-08-09T09:26:46","packageid":46820,"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":46820,"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":46820,"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":[871460],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"perl","packageid":44582}],"depending":[{"block":false,"categoryid":425,"description":"DateTime::Set extension for create basic recurrence sets","ebuildids":[727397],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"DateTime-Event-Recurrence","packageid":44916},{"block":false,"categoryid":425,"description":"Parse and format iCal datetime and duration strings","ebuildids":[871455],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"DateTime-Format-ICal","packageid":53698}],"ebuilds":[{"archs":["amd64","x86","~riscv"],"ebuildid":871460,"firstseen":"2025-07-27T12:09:06.256392","license":"|| ( Artistic GPL-1+ )","moddate":"2026-03-28T18:04:18","packageid":46820,"repoid":1,"slot":"0","uses":["perl_features_debug","perl_features_ithreads","perl_features_quadmath","test"],"version":"0.390.0-r2"}],"masks":[],"package":{"categoryid":425,"description":"Datetime sets and set math","firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"DateTime-Set","packageid":46820},"rdependencies":[{"block":false,"categoryid":425,"description":"Sets of intervals","ebuildids":[871460],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"Set-Infinite","packageid":42451},{"block":false,"categoryid":450,"description":"Larry Wall's Practical Extraction and Report Language","ebuildids":[871460,871460],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"perl","packageid":44582},{"block":false,"categoryid":425,"description":"Flexible system for validation of method\/function call parameters","ebuildids":[871460],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"Params-Validate","packageid":46849},{"block":false,"categoryid":425,"description":"Date and time object","ebuildids":[871460],"firstseen":"2010-05-04T00:54:45.661860","maintainer":"perl@gentoo.org","maintainername":"Gentoo Perl Project","name":"DateTime","packageid":47822}],"repos":[{"branch":"master","lastcommit":"f87ce2b74421571078063820dc1065e7089c9fa7","name":"gentoo","path":"\/usr\/portage","repoid":1,"upstream":"origin"}],"tracked":false,"urls":["https:\/\/metacpan.org\/release\/DateTime-Set"],"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"}]}