commit: 71c180195fb9460f251c62ec7fde663857ef2d97 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jul 24 08:24:43 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jul 24 08:28:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71c18019
sys-apps/razercfg: fix metadata.xml style Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-apps/razercfg/metadata.xml | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/sys-apps/razercfg/metadata.xml b/sys-apps/razercfg/metadata.xml index 5eb400d0a04..e10f5181e6f 100644 --- a/sys-apps/razercfg/metadata.xml +++ b/sys-apps/razercfg/metadata.xml @@ -1,22 +1,26 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<longdescription> -The next generation Razer device configuration tool bringing the Razer gaming -experience to the free OpenSource world. -The tool architecture is based on "razerd", which is a background daemon doing -all of the lowlevel privileged hardware accesses. The user interface tools are -"razercfg", a commandline tool; and "qrazercfg", a Qt based graphical device -configuration tool. -</longdescription> -<maintainer type="person"> - <email>[email protected]</email> - <name>Alexey Korepanov</name> -</maintainer> -<use> - <flag name="pm-utils">Installs the pm-utils hooks for suspend/resume and - requires <pkg>sys-power/pm-utils</pkg></flag> - <flag name="gui">Installs GUI configuration utility and status bar applet. - Requires <pkg>dev-python/PyQt5</pkg></flag> -</use> + <maintainer type="person"> + <email>[email protected]</email> + <name>Alexey Korepanov</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</email> + <name>Proxy Maintainers</name> + </maintainer> + <use> + <flag name="pm-utils">Installs the pm-utils hooks for suspend/resume and + requires <pkg>sys-power/pm-utils</pkg></flag> + <flag name="gui">Installs GUI configuration utility and status bar applet. + Requires <pkg>dev-python/PyQt5</pkg></flag> + </use> + <longdescription> + The next generation Razer device configuration tool bringing the Razer gaming + experience to the free OpenSource world. + The tool architecture is based on "razerd", which is a background daemon doing + all of the lowlevel privileged hardware accesses. The user interface tools are + "razercfg", a commandline tool; and "qrazercfg", a Qt based graphical device + configuration tool. + </longdescription> </pkgmetadata>
