From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 1DB67139897 for ; Tue, 25 Aug 2015 16:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0793EE053C; Tue, 25 Aug 2015 16:34:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 93C37E053C for ; Tue, 25 Aug 2015 16:34:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6FD3C34096D for ; Tue, 25 Aug 2015 16:34:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06264162 for ; Tue, 25 Aug 2015 16:34:45 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1440520479.c30c4859b2b9ae00d0b98d6849807abbc00d718e.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpcre/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpcre/metadata.xml X-VCS-Directories: dev-libs/libpcre/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: c30c4859b2b9ae00d0b98d6849807abbc00d718e X-VCS-Branch: master Date: Tue, 25 Aug 2015 16:34:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f7575e6-c9fc-4f92-90d0-73c192246704 X-Archives-Hash: ef95dd1d6a61c541b2ea4bbe77589374 commit: c30c4859b2b9ae00d0b98d6849807abbc00d718e Author: Mike Frysinger gentoo org> AuthorDate: Tue Aug 25 16:33:36 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Tue Aug 25 16:34:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30c4859 dev-libs/libpcre: rewrite metadata.xml #558720 dev-libs/libpcre/metadata.xml | 54 ++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 29 deletions(-) diff --git a/dev-libs/libpcre/metadata.xml b/dev-libs/libpcre/metadata.xml index 083d23b..7c5ad80 100644 --- a/dev-libs/libpcre/metadata.xml +++ b/dev-libs/libpcre/metadata.xml @@ -1,33 +1,29 @@ - base-system - - - Add support for pcregrep command to search within - bzip2-compressed files, through sys-libs/zlib. - - - Build 16 bit PCRE library. - - - Build 32 bit PCRE library. - - - Add support for command line editing to pcretest, through - sys-libs/readline. - - - Limit match recursion to 8192; if disabled, the default limit is - used, which is the same as the match limit. - - - Add support for pcregrep command to search within - gzip-compressed files, through app-arch/gzip. - - - - cpe:/a:pcre:pcre - pcre - +base-system + + + Add support for pcregrep command to search within + bzip2-compressed files (via app-arch/bzip2). + + Build PCRE library for 16 bit characters (e.g. UTF-16). + Build PCRE library for 32 bit characters (e.g. UTF-32). + + Add support for command line editing to pcretest, through + sys-libs/readline. + + + Limit match recursion to 8192; if disabled, the default limit is + used, which is the same as the match limit. + + + Add support for pcregrep command to search within + gzip-compressed files (via sys-libs/zlib). + + + + cpe:/a:pcre:pcre + pcre +