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/psr-log/
Date: Tue, 14 Nov 2017 14:47:08
Message-Id: 1510670519.3e90354e34d349b2e3553d1f78bafa39d11ff4dd.mjo@gentoo
1 commit: 3e90354e34d349b2e3553d1f78bafa39d11ff4dd
2 Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
3 AuthorDate: Tue Nov 14 13:19:04 2017 +0000
4 Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
5 CommitDate: Tue Nov 14 14:41:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e90354e
7
8 dev-php/psr-log: fix inconsistent use of whitespace in metadata.xml.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 dev-php/psr-log/metadata.xml | 7 ++++---
13 1 file changed, 4 insertions(+), 3 deletions(-)
14
15 diff --git a/dev-php/psr-log/metadata.xml b/dev-php/psr-log/metadata.xml
16 index ca6e5a92983..fe0e94c1cd9 100644
17 --- a/dev-php/psr-log/metadata.xml
18 +++ b/dev-php/psr-log/metadata.xml
19 @@ -13,9 +13,10 @@
20 <email>php-bugs@g.o</email>
21 </maintainer>
22 <longdescription>
23 - PSR-3 logger, provide a common interface for logging libraries.
24 - The main goal is to allow libraries to receive a Psr\Log\LoggerInterface object
25 - and write logs to it in a simple and universal way.
26 + PSR-3 logger, provide a common interface for logging libraries.
27 + The main goal is to allow libraries to receive a
28 + Psr\Log\LoggerInterface object and write logs to it in a simple
29 + and universal way.
30 </longdescription>
31 <upstream>
32 <remote-id type="github">php-fig/log</remote-id>