commit: b0f747081af1f1b7093e618a9b71fae1ab813834 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org> AuthorDate: Thu Nov 12 09:00:00 2020 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Thu Nov 12 21:54:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f74708
dev-libs/oniguruma: Set maintainer Arfrever. Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org> Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> dev-libs/oniguruma/metadata.xml | 44 +++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/dev-libs/oniguruma/metadata.xml b/dev-libs/oniguruma/metadata.xml index 2dc293268b6..597c459467b 100644 --- a/dev-libs/oniguruma/metadata.xml +++ b/dev-libs/oniguruma/metadata.xml @@ -1,25 +1,27 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Cjk</name> - </maintainer> - <longdescription> - Oniguruma is a regular expression library. The characteristics of - this library is that different character encoding for every regular - expression object can be specified. (Supported character encodings: - ASCII, UTF-8, EUC-JP, Shift_JIS) - </longdescription> - <slots> - <subslots>Reflect ABI of libonig.so.</subslots> - </slots> - <use> - <flag name="crnl-as-line-terminator"> - enable CR+NL as line terminator - </flag> - </use> - <upstream> - <remote-id type="github">kkos/oniguruma</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Arfrever Frehtes Taifersar Arahesis</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Cjk</name> + </maintainer> + <longdescription> + Oniguruma is a regular expression library. The characteristics of + this library is that different character encoding for every regular + expression object can be specified. (Supported character encodings: + ASCII, UTF-8, EUC-JP, Shift_JIS) + </longdescription> + <slots> + <subslots>libonig.so soname version number</subslots> + </slots> + <use> + <flag name="crnl-as-line-terminator">Enable CR+NL as line terminator</flag> + </use> + <upstream> + <remote-id type="github">kkos/oniguruma</remote-id> + </upstream> </pkgmetadata>
