Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcroco/
Date: Sat, 29 Oct 2022 23:21:18
Message-Id: 1667085610.c9ea1d39ab31852a53614d37f2b75de792a028fc.mattst88@gentoo
1 commit: c9ea1d39ab31852a53614d37f2b75de792a028fc
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:46 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 23:20:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ea1d39
7
8 dev-libs/libcroco: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-libs/libcroco/metadata.xml | 31 +++++++++++++++++--------------
13 1 file changed, 17 insertions(+), 14 deletions(-)
14
15 diff --git a/dev-libs/libcroco/metadata.xml b/dev-libs/libcroco/metadata.xml
16 index 03f048e38d16..8496381e3f83 100644
17 --- a/dev-libs/libcroco/metadata.xml
18 +++ b/dev-libs/libcroco/metadata.xml
19 @@ -1,19 +1,22 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<maintainer type="project">
24 - <email>gnome@g.o</email>
25 - <name>Gentoo GNOME Desktop</name>
26 -</maintainer>
27 -<longdescription>
28 -The Libcroco project is an effort to build a generic Cascading Style Sheet (CSS) parsing and manipulation toolkit that can be used by GNOME applications in need of CSS support.
29 + <maintainer type="project">
30 + <email>gnome@g.o</email>
31 + <name>Gentoo GNOME Desktop</name>
32 + </maintainer>
33 + <longdescription>
34 + The Libcroco project is an effort to build a generic Cascading Style Sheet
35 + (CSS) parsing and manipulation toolkit that can be used by GNOME
36 + applications in need of CSS support.
37
38 -provided is :
39 -A parser module with : A SAC like api and A CSSOM like api.
40 -A CSS2 selection engine
41 -An XML/CSS layout/rendering engine
42 -</longdescription>
43 -<upstream>
44 - <remote-id type="cpe">cpe:/a:gnome:libcroco</remote-id>
45 -</upstream>
46 + provided is:
47 + A parser module with: A SAC like api and A CSSOM like api.
48 + A CSS2 selection engine
49 + An XML/CSS layout/rendering engine
50 + </longdescription>
51 + <upstream>
52 + <remote-id type="cpe">cpe:/a:gnome:libcroco</remote-id>
53 + <remote-id type="gnome-gitlab">Archive/libcroco</remote-id>
54 + </upstream>
55 </pkgmetadata>