summaryrefslogtreecommitdiff
path: root/dev-libs/oniguruma/metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/oniguruma/metadata.xml')
-rw-r--r--dev-libs/oniguruma/metadata.xml44
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>