commit: 869501fe03dfb4602de444fec96e6854f4b24ee4 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> AuthorDate: Fri Nov 22 09:12:12 2019 +0000 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org> CommitDate: Fri Nov 22 09:13:14 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=869501fe
dev-libs/libpcre2: metadata cleanup Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org> dev-libs/libpcre2/metadata.xml | 48 +++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 26 deletions(-) diff --git a/dev-libs/libpcre2/metadata.xml b/dev-libs/libpcre2/metadata.xml index e043c376190..1e5257985a6 100644 --- a/dev-libs/libpcre2/metadata.xml +++ b/dev-libs/libpcre2/metadata.xml @@ -1,36 +1,32 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Lars Wendler</name> - </maintainer> <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Base System</name> + <email>[email protected]</email> + <name>Gentoo Base System</name> </maintainer> <use> - <flag name="bzip2"> - Add support for pcregrep command to search within - bzip2-compressed files (via <pkg>app-arch/bzip2</pkg>). - </flag> - <flag name="pcre16">Build PCRE library for 16 bit characters (e.g. UTF-16).</flag> - <flag name="pcre32">Build PCRE library for 32 bit characters (e.g. UTF-32).</flag> - <flag name="readline"> - Add support for command line editing to pcretest, through - <pkg>sys-libs/readline</pkg>. - </flag> - <flag name="recursion-limit"> - Limit match recursion to 8192; if disabled, the default limit is - used, which is the same as the match limit. - </flag> - <flag name="zlib"> - Add support for pcregrep command to search within - gzip-compressed files (via <pkg>sys-libs/zlib</pkg>). - </flag> + <flag name="bzip2"> + Add support for pcregrep command to search within + bzip2-compressed files (via <pkg>app-arch/bzip2</pkg>). + </flag> + <flag name="pcre16">Build PCRE library for 16 bit characters (e.g. UTF-16).</flag> + <flag name="pcre32">Build PCRE library for 32 bit characters (e.g. UTF-32).</flag> + <flag name="readline"> + Add support for command line editing to pcretest, through + <pkg>sys-libs/readline</pkg>. + </flag> + <flag name="recursion-limit"> + Limit match recursion to 8192; if disabled, the default limit is + used, which is the same as the match limit. + </flag> + <flag name="zlib"> + Add support for pcregrep command to search within + gzip-compressed files (via <pkg>sys-libs/zlib</pkg>). + </flag> </use> <upstream> - <remote-id type="cpe">cpe:/a:pcre:pcre</remote-id> - <remote-id type="sourceforge">pcre</remote-id> + <remote-id type="cpe">cpe:/a:pcre:pcre</remote-id> + <remote-id type="sourceforge">pcre</remote-id> </upstream> </pkgmetadata>
