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-util/sysprof/
Date: Sun, 30 Oct 2022 15:42:29
Message-Id: 1667144477.a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331.mattst88@gentoo
1 commit: a0d04d58d1b1657ba50f3ef0ac53f7dc8cbdf331
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 21:19:55 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 15:41:17 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d04d58
7
8 dev-util/sysprof: Set remote-id
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 dev-util/sysprof/metadata.xml | 35 +++++++++++++++++++----------------
13 1 file changed, 19 insertions(+), 16 deletions(-)
14
15 diff --git a/dev-util/sysprof/metadata.xml b/dev-util/sysprof/metadata.xml
16 index e10288a28d1e..9f8236177e82 100644
17 --- a/dev-util/sysprof/metadata.xml
18 +++ b/dev-util/sysprof/metadata.xml
19 @@ -1,20 +1,23 @@
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 -<use>
28 - <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag>
29 -</use>
30 -<longdescription lang="en">
31 - Sysprof is a sampling CPU profiler for Linux that profiles the entire system,
32 - not just a single application.
33 - Sysprof handles shared libraries and applications do not need to be recompiled.
34 - In fact they don't even have to be restarted.
35 -</longdescription>
36 -<slots>
37 - <subslots>sysprof and sysprof-ui API version</subslots>
38 -</slots>
39 + <maintainer type="project">
40 + <email>gnome@g.o</email>
41 + <name>Gentoo GNOME Desktop</name>
42 + </maintainer>
43 + <use>
44 + <flag name="unwind">Use <pkg>sys-libs/libunwind</pkg> to unwind the stack</flag>
45 + </use>
46 + <longdescription lang="en">
47 + Sysprof is a sampling CPU profiler for Linux that profiles the entire
48 + system, not just a single application.
49 + Sysprof handles shared libraries and applications do not need to be
50 + recompiled. In fact they don't even have to be restarted.
51 + </longdescription>
52 + <slots>
53 + <subslots>sysprof and sysprof-ui API version</subslots>
54 + </slots>
55 + <upstream>
56 + <remote-id type="gnome-gitlab">GNOME/sysprof</remote-id>
57 + </upstream>
58 </pkgmetadata>