mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
sysprof is an optional dependency of gnome-builder and its previous maintainers are all part of that. Given that gnome-builder is maintained by gnome team, move sysprof to be maintained primarily by gnome@ as well. Remove myself by name in the process, keep tetromino for now as he's not me, and no need to remove at least an explicit CC unless he wants that. Package-Manager: Portage-2.3.19, Repoman-2.3.6
23 lines
842 B
XML
23 lines
842 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>gnome@gentoo.org</email>
|
|
<name>Gentoo GNOME Desktop</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>tetromino@gentoo.org</email>
|
|
<name>Alexandre Rostovtsev</name>
|
|
</maintainer>
|
|
<longdescription lang="en">
|
|
Sysprof is a sampling CPU profiler for Linux that profiles the entire system,
|
|
not just a single application.
|
|
Sysprof handles shared libraries and applications do not need to be recompiled.
|
|
In fact they don't even have to be restarted.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="systemd">Build the sysprofd daemon service, required to run the UI without root permissions.
|
|
Relies on <pkg>sys-apps/systemd</pkg> running as the init system.</flag>
|
|
</use>
|
|
</pkgmetadata>
|