Gentoo Archives: gentoo-commits

From: Marek Szuba <marecki@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/rxvt-unicode/
Date: Sun, 28 Nov 2021 00:42:33
Message-Id: 1638060142.3cd79f3513df7f2c148b9023138285c3bb6a008c.marecki@gentoo
1 commit: 3cd79f3513df7f2c148b9023138285c3bb6a008c
2 Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 28 00:42:01 2021 +0000
4 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 28 00:42:22 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cd79f35
7
8 x11-terms/rxvt-unicode: fix metadata indentation
9
10 Signed-off-by: Marek Szuba <marecki <AT> gentoo.org>
11
12 x11-terms/rxvt-unicode/metadata.xml | 44 ++++++++++++++++++-------------------
13 1 file changed, 22 insertions(+), 22 deletions(-)
14
15 diff --git a/x11-terms/rxvt-unicode/metadata.xml b/x11-terms/rxvt-unicode/metadata.xml
16 index fea19d5c6016..fc597b93c849 100644
17 --- a/x11-terms/rxvt-unicode/metadata.xml
18 +++ b/x11-terms/rxvt-unicode/metadata.xml
19 @@ -6,26 +6,26 @@
20 <name>Marek Szuba</name>
21 </maintainer>
22 <!-- co-maintainers welcome! -->
23 -<use>
24 -<flag name="24-bit-color">Enable 24-bit color support. Note that this feature
25 - is unofficial, may cause visual glitches due to the fact there is no
26 - termcap/terminfo definition for rxvt-unicode-24bit yet so it is necessary
27 - to use the one for 256 colours, visibly increases memory usage, and might
28 - slow urxvt down dramatically when more than six fonts are in use in a terminal
29 - instance.</flag>
30 -<flag name="256-color">Enable 256 color support</flag>
31 -<flag name="blink">Enable blinking text</flag>
32 -<flag name="fading-colors">Enable colors fading when off focus</flag>
33 -<flag name="font-styles">Enable support for bold and italic fonts</flag>
34 -<flag name="gdk-pixbuf">Enable transparency support using <pkg>x11-libs/gdk-pixbuf</pkg></flag>
35 -<flag name="iso14755">Enable ISO-14755 support</flag>
36 -<flag name="mousewheel">Enable scrolling via mouse wheel or buttons 4 and 5</flag>
37 -<flag name="perl">Enable perl script support. You can still disable this at runtime with -pe ""</flag>
38 -<flag name="unicode3">Use 21 instead of 16 bits to represent unicode characters</flag>
39 -<flag name="utmp">Enable utmp support</flag>
40 -<flag name="wtmp">Enable wtmp support</flag>
41 -</use>
42 -<upstream>
43 -<remote-id type="cpe">cpe:/a:rxvt-unicode:rxvt-unicode</remote-id>
44 -</upstream>
45 + <use>
46 + <flag name="24-bit-color">Enable 24-bit color support. Note that this feature
47 + is unofficial, may cause visual glitches due to the fact there is no
48 + termcap/terminfo definition for rxvt-unicode-24bit yet so it is necessary
49 + to use the one for 256 colours, visibly increases memory usage, and might
50 + slow urxvt down dramatically when more than six fonts are in use in a terminal
51 + instance.</flag>
52 + <flag name="256-color">Enable 256 color support</flag>
53 + <flag name="blink">Enable blinking text</flag>
54 + <flag name="fading-colors">Enable colors fading when off focus</flag>
55 + <flag name="font-styles">Enable support for bold and italic fonts</flag>
56 + <flag name="gdk-pixbuf">Enable transparency support using <pkg>x11-libs/gdk-pixbuf</pkg></flag>
57 + <flag name="iso14755">Enable ISO-14755 support</flag>
58 + <flag name="mousewheel">Enable scrolling via mouse wheel or buttons 4 and 5</flag>
59 + <flag name="perl">Enable perl script support. You can still disable this at runtime with -pe ""</flag>
60 + <flag name="unicode3">Use 21 instead of 16 bits to represent unicode characters</flag>
61 + <flag name="utmp">Enable utmp support</flag>
62 + <flag name="wtmp">Enable wtmp support</flag>
63 + </use>
64 + <upstream>
65 + <remote-id type="cpe">cpe:/a:rxvt-unicode:rxvt-unicode</remote-id>
66 + </upstream>
67 </pkgmetadata>