summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Kitover <rkitover@gmail.com>2020-06-12 03:24:01 +0000
committerJoonas Niilola <juippis@gentoo.org>2020-06-24 13:25:34 +0300
commitbc9bc6ae2c7b1e00027d38212e2a06f7db70d225 (patch)
tree012abf6a1ad1b313bf711f46ad9de4cbe9c4920a
parentdev-ml/ocaml-fileutils: dep 0.5.2 on ocaml<4.09 (diff)
downloadgentoo-bc9bc6ae2c7b1e00027d38212e2a06f7db70d225.tar.gz
gentoo-bc9bc6ae2c7b1e00027d38212e2a06f7db70d225.tar.bz2
gentoo-bc9bc6ae2c7b1e00027d38212e2a06f7db70d225.zip
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@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15421 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-ml/ocaml-fileutils/metadata.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/dev-ml/ocaml-fileutils/metadata.xml b/dev-ml/ocaml-fileutils/metadata.xml
index 6f49eba8f496..cae1d28b2b3b 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>rkitover@gmail.com</email>
+ <name>Rafael Kitover</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>proxy-maint@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>