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-php/json-schema/
Date: Tue, 14 Nov 2017 14:47:12
Message-Id: 1510670518.5acbadfaaae7e3e572d754634f498261ae17e001.mjo@gentoo
1 commit: 5acbadfaaae7e3e572d754634f498261ae17e001
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:17:35 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:41:58 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5acbadfa
7
8 dev-php/json-schema: fix inconsistent use of whitespace in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/json-schema/metadata.xml | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-php/json-schema/metadata.xml b/dev-php/json-schema/metadata.xml
16 index 43b623ea547..dff9620c750 100644
17 --- a/dev-php/json-schema/metadata.xml
18 +++ b/dev-php/json-schema/metadata.xml
19 @@ -13,7 +13,8 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - A PHP Implementation for validating JSON Structures against a given Schema.
24 + A PHP library for validating JSON structures against a given
25 + schema.
26 </longdescription>
27 <upstream>
28 <remote-id type="github">justinrainbow/json-schema</remote-id>