gpo.zugaina.org

Search Portage & Overlays:

dev-ml/otoml

TOML parsing, manipulation, and pretty-printing library

Screenshots

  • otoml-1.0.5
    ~amd64
    +ocamlopt test

    View      Download      Browse     License: MIT   
    Overlay: stuff
  • otoml-1.0.5
    ~amd64
    +ocamlopt test

    View      Download      Browse     License: MIT   
    Overlay: guru

ChangeLog

commit 99f0cc0dfcb07b7c0d7257f1b01ccd2929d48a0e
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Sat May 30 02:05:29 2026 +0200

*/*: add <maintainer> block to packages missing one

Six metadata.xml files had no <maintainer> element. Three carried the
::gentoo <!-- maintainer-needed --> sentinel inherited from the original
fork (libbinio, bats-assert, bats-support); three had nothing at all
(otoml, pyfftw, unittest-or-fail). The maintainer-needed sentinel
declares an orphan in ::gentoo, but in a personal niche overlay the
overlay maintainer is the de facto package maintainer, so the comment
contradicts reality.

Surfaced by an overlay-landscape audit on 2026-05-30 (98.9% maintainer
coverage; these 6 were the gap). Uniformizing on the actual maintainer
block.

commit 946b3d5e6f85aa6d17632eb69d8c14152e056548
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Wed Apr 29 23:16:52 2026 +0200

*/*: normalize metadata.xml DTD URL and indent

Repo-wide sweep: 144 metadata.xml files updated to use the
https://www.gentoo.org/dtd/metadata.dtd DTD URL (was http://) and
2-space indentation (was tabs). Maintainer blocks left untouched —
the 2026-04-22 normalization sweep added <name> alongside <email>
where the maintainer was Ivan, but third-party maintainer entries
(lebedev.vasya@gmail.com, megagreener@gmail.com, brothermechanic@gmail.com,
etc.) keep their email-only blocks since we can't safely guess the
corresponding <name>.

pkgcheck stays silent on all metadata-* and maintainer-* checks.

commit a462f2996d0c742aed2fbec364043fcca28becbd
Author: Ivan S. Titov <iohann.s.titov@gmail.com>
Date: Mon Apr 20 09:18:32 2026 +0200

dev-ml/otoml: new package, copied from ::guru