Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-R/vctrs/
Date: Tue, 04 May 2021 00:14:23
Message-Id: 1620087122.1b86dccbe332af6b2e877976a73bd9c5eeb5104e.Alessandro-Barbieri@gentoo
1 commit: 1b86dccbe332af6b2e877976a73bd9c5eeb5104e
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Mon May 3 17:24:28 2021 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Tue May 4 00:12:02 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1b86dccb
7
8 dev-R/vctrs: tidy metadata
9
10 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
11
12 dev-R/vctrs/metadata.xml | 46 ++++++++++++++++------------------------------
13 1 file changed, 16 insertions(+), 30 deletions(-)
14
15 diff --git a/dev-R/vctrs/metadata.xml b/dev-R/vctrs/metadata.xml
16 index eaeb354ab..229f926b2 100644
17 --- a/dev-R/vctrs/metadata.xml
18 +++ b/dev-R/vctrs/metadata.xml
19 @@ -1,33 +1,19 @@
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 - Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.
30 - </longdescription>
31 - <upstream>
32 - <bugs-to>
33 - https://github.com/r-lib/vctrs/issues
34 - </bugs-to>
35 - <doc lang="en">
36 - https://cran.r-project.org/web//packages/vctrs/vctrs.pdf
37 - </doc>
38 - <changelog>
39 - https://cran.r-project.org/web//packages/vctrs/news/news.html
40 - </changelog>
41 - <maintainer>
42 - <name>
43 - Hadley Wickham
44 - </name>
45 - <email>
46 - hadley@×××××××.com
47 - </email>
48 - </maintainer>
49 - <remote-id type="github">
50 - r-lib/vctrs
51 - </remote-id>
52 - </upstream>
53 + <maintainer type="person">
54 + <email>lssndrbarbieri@×××××.com</email>
55 + <name>Alessandro Barbieri</name>
56 + </maintainer>
57 + <longdescription lang="en">Defines new notions of prototype and size that are used to provide tools for consistent and well-founded type-coercion and size-recycling, and are in turn connected to ideas of type- and size-stability useful for analysing function interfaces.</longdescription>
58 + <upstream>
59 + <bugs-to>https://github.com/r-lib/vctrs/issues</bugs-to>
60 + <doc lang="en">https://cran.r-project.org/web//packages/vctrs/vctrs.pdf</doc>
61 + <changelog>https://cran.r-project.org/web//packages/vctrs/news/news.html</changelog>
62 + <maintainer>
63 + <name>Hadley Wickham</name>
64 + <email>hadley@×××××××.com</email>
65 + </maintainer>
66 + <remote-id type="github">r-lib/vctrs</remote-id>
67 + </upstream>
68 </pkgmetadata>