Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-R/crayon/
Date: Tue, 04 May 2021 08:33:49
Message-Id: 1620087121.1d51ddede461fe21781f3915f71d603e1b5c344f.andrewammerlaan@gentoo
1 commit: 1d51ddede461fe21781f3915f71d603e1b5c344f
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 3 17:15:40 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Tue May 4 00:12:01 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1d51dded
7
8 dev-R/crayon: tidy metadata
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/crayon/metadata.xml | 42 +++++++++++++++---------------------------
13 1 file changed, 15 insertions(+), 27 deletions(-)
14
15 diff --git a/dev-R/crayon/metadata.xml b/dev-R/crayon/metadata.xml
16 index caab7c765..0904f5e5e 100644
17 --- a/dev-R/crayon/metadata.xml
18 +++ b/dev-R/crayon/metadata.xml
19 @@ -1,30 +1,18 @@
20 -<?xml version="1.0" encoding="UTF-8"?>
21 +<?xml version="1.0" encoding="utf-8"?>
22 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
23 <pkgmetadata>
24 - <maintainer type="person">
25 - <email>lssndrbarbieri@×××××.com</email>
26 - <name>Alessandro Barbieri</name>
27 - </maintainer>
28 - <longdescription lang="en">
29 - Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.
30 - </longdescription>
31 - <upstream>
32 - <bugs-to>
33 - https://github.com/r-lib/crayon/issues
34 - </bugs-to>
35 - <doc lang="en">
36 - https://cran.r-project.org/web//packages/crayon/crayon.pdf
37 - </doc>
38 - <maintainer>
39 - <name>
40 - Gábor Csárdi
41 - </name>
42 - <email>
43 - csardi.gabor@×××××.com
44 - </email>
45 - </maintainer>
46 - <remote-id type="github">
47 - r-lib/crayon
48 - </remote-id>
49 - </upstream>
50 + <maintainer type="person">
51 + <email>lssndrbarbieri@×××××.com</email>
52 + <name>Alessandro Barbieri</name>
53 + </maintainer>
54 + <longdescription lang="en">Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.</longdescription>
55 + <upstream>
56 + <bugs-to>https://github.com/r-lib/crayon/issues</bugs-to>
57 + <doc lang="en">https://cran.r-project.org/web//packages/crayon/crayon.pdf</doc>
58 + <maintainer>
59 + <name>G&#195;&#161;bor Cs&#195;&#161;rdi</name>
60 + <email>csardi.gabor@×××××.com</email>
61 + </maintainer>
62 + <remote-id type="github">r-lib/crayon</remote-id>
63 + </upstream>
64 </pkgmetadata>