Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xautolock/
Date: Fri, 26 Aug 2022 10:47:01
Message-Id: 1661510794.5b23d7a32d93e86a2e9f30e45758f7fa0af8a053.sam@gentoo
1 commit: 5b23d7a32d93e86a2e9f30e45758f7fa0af8a053
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Thu Aug 25 21:41:37 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 26 10:46:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b23d7a3
7
8 x11-misc/xautolock: use <pkg> tags in metadata.xml
9
10 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 x11-misc/xautolock/metadata.xml | 12 ++++++------
14 1 file changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/x11-misc/xautolock/metadata.xml b/x11-misc/xautolock/metadata.xml
17 index 292ccd9dcf3f..d6616b3af88b 100644
18 --- a/x11-misc/xautolock/metadata.xml
19 +++ b/x11-misc/xautolock/metadata.xml
20 @@ -8,11 +8,11 @@
21 If no user activity is detected after a set timeout, xautolock runs a program
22 for you. If you want that program (with optional arguments) to be a screen
23 locker, then one of these packages might fit your purpose:
24 - x11-misc/alock
25 - x11-misc/i3lock
26 - x11-misc/slim
27 - x11-misc/slock
28 - x11-misc/xlockmore
29 - x11-misc/xtrlock
30 + <pkg>x11-misc/alock</pkg>
31 + <pkg>x11-misc/i3lock</pkg>
32 + <pkg>x11-misc/slim</pkg>
33 + <pkg>x11-misc/slock</pkg>
34 + <pkg>x11-misc/xlockmore</pkg>
35 + <pkg>x11-misc/xtrlock</pkg>
36 </longdescription>
37 </pkgmetadata>