commit: 8803abdd07ab44461b153d067987e8c0e8e833b6 Author: Rafael Kitover <rkitover <AT> gmail <DOT> com> AuthorDate: Sun Jan 17 19:37:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jan 22 03:33:58 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8803abdd
dev-ml/ocaml-gettext: Update metadata.xml. Add ocamlopt flag and myself as proxy maint. Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ml/ocaml-gettext/metadata.xml | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/dev-ml/ocaml-gettext/metadata.xml b/dev-ml/ocaml-gettext/metadata.xml index 477fb23ced5..4014d3ca4a8 100644 --- a/dev-ml/ocaml-gettext/metadata.xml +++ b/dev-ml/ocaml-gettext/metadata.xml @@ -1,8 +1,21 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">gildor478/ocaml-gettext</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Rafael Kitover</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">gildor478/ocaml-gettext</remote-id> + </upstream> + <use> + <flag name="ocamlopt"> + Whether the OCaml native code compiler is used. Must be set globally and + match dev-lang/ocaml. + </flag> + </use> </pkgmetadata>
