commit: c9ea1d39ab31852a53614d37f2b75de792a028fc Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sat Oct 29 21:19:46 2022 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sat Oct 29 23:20:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ea1d39
dev-libs/libcroco: Set remote-id Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> dev-libs/libcroco/metadata.xml | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/dev-libs/libcroco/metadata.xml b/dev-libs/libcroco/metadata.xml index 03f048e38d16..8496381e3f83 100644 --- a/dev-libs/libcroco/metadata.xml +++ b/dev-libs/libcroco/metadata.xml @@ -1,19 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNOME Desktop</name> -</maintainer> -<longdescription> -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. + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> + </maintainer> + <longdescription> + 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. -provided is : -A parser module with : A SAC like api and A CSSOM like api. -A CSS2 selection engine -An XML/CSS layout/rendering engine -</longdescription> -<upstream> - <remote-id type="cpe">cpe:/a:gnome:libcroco</remote-id> -</upstream> + provided is: + A parser module with: A SAC like api and A CSSOM like api. + A CSS2 selection engine + An XML/CSS layout/rendering engine + </longdescription> + <upstream> + <remote-id type="cpe">cpe:/a:gnome:libcroco</remote-id> + <remote-id type="gnome-gitlab">Archive/libcroco</remote-id> + </upstream> </pkgmetadata>
