Gentoo Archives: gentoo-commits

From: Michael Orlitzky <mjo@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libucl/
Date: Sat, 06 May 2017 15:21:29
Message-Id: 1494084011.b071e217316205e7e189e6f903b59dc594c66080.mjo@gentoo
1 commit: b071e217316205e7e189e6f903b59dc594c66080
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 6 15:19:51 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Sat May 6 15:20:11 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b071e217
7
8 dev-libs/libucl: update flag description for USE=utils.
9
10 The "utils" USE flag enables two utilities currently: chargen and
11 objdump. I've mentioned them explicitly in metadata.xml, and left
12 a comment about a new utility in a future (unpackaged) version.
13
14 Gentoo-Bug: 600762
15
16 Package-Manager: Portage-2.3.3, Repoman-2.3.1
17
18 dev-libs/libucl/metadata.xml | 16 ++++++++++------
19 1 file changed, 10 insertions(+), 6 deletions(-)
20
21 diff --git a/dev-libs/libucl/metadata.xml b/dev-libs/libucl/metadata.xml
22 index f564bfde4e3..6d4d014359b 100644
23 --- a/dev-libs/libucl/metadata.xml
24 +++ b/dev-libs/libucl/metadata.xml
25 @@ -2,16 +2,20 @@
26 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 <pkgmetadata>
28 <!-- maintainer-needed -->
29 - <longdescription>UCL is heavily infused by nginx configuration as the example
30 - of a convenient configuration system. However, UCL is fully compatible with
31 - JSON format and is able to parse json files. It can also emit UCL objects
32 - into different formats such as "nginx like", json, yaml and
33 - compact json</longdescription>
34 + <longdescription>
35 + UCL is heavily infused by nginx configuration as the example of a
36 + convenient configuration system. However, UCL is fully compatible
37 + with JSON format and is able to parse json files. It can also emit
38 + UCL objects into different formats such as "nginx like", json,
39 + yaml and compact json
40 + </longdescription>
41 <use>
42 <flag name="regex">Enable regex checking for schema</flag>
43 <flag name="signatures">Enable signatures check</flag>
44 <flag name="urlfetch">Enable URLs fetch</flag>
45 - <flag name="utils">Builds and installs utils</flag>
46 +
47 + <!-- in v0.8.0, also the ucl-tool utility -->
48 + <flag name="utils">Install the chargen and objdump utilities</flag>
49 </use>
50 <upstream>
51 <remote-id type="github">vstakhov/libucl</remote-id>