diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-12 09:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-11-12 16:54:36 -0500 |
commit | b0f747081af1f1b7093e618a9b71fae1ab813834 (patch) | |
tree | 54fd88b556af9194e15940582133e3c8c46f759c | |
parent | dev-libs/oniguruma: Fix building with linker LLD. (diff) | |
download | gentoo-b0f747081af1f1b7093e618a9b71fae1ab813834.tar.gz gentoo-b0f747081af1f1b7093e618a9b71fae1ab813834.tar.bz2 gentoo-b0f747081af1f1b7093e618a9b71fae1ab813834.zip |
dev-libs/oniguruma: Set maintainer Arfrever.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
-rw-r--r-- | dev-libs/oniguruma/metadata.xml | 44 |
1 files changed, 23 insertions, 21 deletions
diff --git a/dev-libs/oniguruma/metadata.xml b/dev-libs/oniguruma/metadata.xml index 2dc293268b64..597c459467b1 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>cjk@gentoo.org</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>arfrever.fta@gmail.com</email> + <name>Arfrever Frehtes Taifersar Arahesis</name> + </maintainer> + <maintainer type="project"> + <email>cjk@gentoo.org</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> |