commit: bc9bc6ae2c7b1e00027d38212e2a06f7db70d225 Author: Rafael Kitover <rkitover <AT> gmail <DOT> com> AuthorDate: Fri Jun 12 03:24:01 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed Jun 24 10:25:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9bc6ae
dev-ml/ocaml-fileutils: xml: maint, longdesc, use Add myself as proxymaint and add longdescription and use flag ocamlopt to metadata.xml. Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Rafael Kitover <rkitover <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15421 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-ml/ocaml-fileutils/metadata.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/dev-ml/ocaml-fileutils/metadata.xml b/dev-ml/ocaml-fileutils/metadata.xml index 6f49eba8f49..cae1d28b2b3 100644 --- a/dev-ml/ocaml-fileutils/metadata.xml +++ b/dev-ml/ocaml-fileutils/metadata.xml @@ -1,5 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<!-- maintainer-needed --> + <longdescription> + POSIX-like file manipulation functions inspired by + GNU coreutils and filename manipulation functions + for OCaml. + </longdescription> + <maintainer type="person"> + <email>rkito...@gmail.com</email> + <name>Rafael Kitover</name> + </maintainer> + <maintainer type="project"> + <email>proxy-ma...@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> + <upstream> + <remote-id type="github">gildor478/ocaml-fileutils</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>