summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2015-08-25 12:33:36 -0400
committerMike Frysinger <vapier@gentoo.org>2015-08-25 12:34:39 -0400
commitc30c4859b2b9ae00d0b98d6849807abbc00d718e (patch)
treef319e29b03c044c3d30dfd6af733a101603ea833 /dev-libs/libpcre
parentkde-apps/kmix: backport patch from upstream to remove unused dependency. (diff)
downloadgentoo-c30c4859b2b9ae00d0b98d6849807abbc00d718e.tar.gz
gentoo-c30c4859b2b9ae00d0b98d6849807abbc00d718e.tar.bz2
gentoo-c30c4859b2b9ae00d0b98d6849807abbc00d718e.zip
dev-libs/libpcre: rewrite metadata.xml #558720
Diffstat (limited to 'dev-libs/libpcre')
-rw-r--r--dev-libs/libpcre/metadata.xml54
1 files changed, 25 insertions, 29 deletions
diff --git a/dev-libs/libpcre/metadata.xml b/dev-libs/libpcre/metadata.xml
index 083d23b785d1..7c5ad801b1b8 100644
--- a/dev-libs/libpcre/metadata.xml
+++ b/dev-libs/libpcre/metadata.xml
@@ -1,33 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>base-system</herd>
- <use>
- <flag name="bzip2">
- Add support for pcregrep command to search within
- bzip2-compressed files, through <pkg>sys-libs/zlib</pkg>.
- </flag>
- <flag name="pcre16">
- Build 16 bit PCRE library.
- </flag>
- <flag name="pcre32">
- Build 32 bit PCRE library.
- </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, through <pkg>app-arch/gzip</pkg>.
- </flag>
- </use>
- <upstream>
- <remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
- <remote-id type="sourceforge">pcre</remote-id>
- </upstream>
+<herd>base-system</herd>
+<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>
+</use>
+<upstream>
+ <remote-id type="cpe">cpe:/a:pcre:pcre</remote-id>
+ <remote-id type="sourceforge">pcre</remote-id>
+</upstream>
</pkgmetadata>