Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Wed, 29 Jun 2022 07:26:17
Message-Id: 1656487562.bfe3935344de5de3ae9fee0945b8cbd9b22c9e6d.sam@gentoo
1 commit: bfe3935344de5de3ae9fee0945b8cbd9b22c9e6d
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 29 07:15:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 29 07:26:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfe39353
7
8 app-editors/nano: update maintainers (add base-system@)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/nano/metadata.xml | 43 +++++++++++++++++++++++--------------------
13 1 file changed, 23 insertions(+), 20 deletions(-)
14
15 diff --git a/app-editors/nano/metadata.xml b/app-editors/nano/metadata.xml
16 index ae5d96a831e2..c298b35286c5 100644
17 --- a/app-editors/nano/metadata.xml
18 +++ b/app-editors/nano/metadata.xml
19 @@ -1,8 +1,11 @@
20 <?xml version="1.0" encoding="UTF-8"?>
21 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
22 <pkgmetadata>
23 -<!-- maintainer-needed -->
24 -<longdescription>
25 + <maintainer type="project">
26 + <email>base-system@g.o</email>
27 + <name>Gentoo Base System</name>
28 + </maintainer>
29 + <longdescription>
30 GNU nano - an enhanced clone of the Pico text editor.
31
32 The nano project was started because of a few "problems" with the
33 @@ -18,22 +21,22 @@ require a command line flag. Yuck.
34 nano aims to solve these problems by emulating the functionality of
35 Pico as closely as possible while addressing the problems above and
36 perhaps providing other extra functionality.
37 -</longdescription>
38 -<use>
39 - <flag name="justify">Enable justify/unjustify functions for text formatting.</flag>
40 - <flag name="debug">
41 - Enable debug messages and assert warnings. Note that these will all be sent
42 - straight to stderr rather than some logging facility.
43 - </flag>
44 - <flag name="magic">
45 - Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
46 - </flag>
47 - <flag name="minimal">
48 - Disable all fancy features, including ones that otherwise have a dedicated
49 - USE flag (such as spelling).
50 - </flag>
51 - <flag name="split-usr">
52 - Enable this if /bin and /usr/bin are separate directories
53 - </flag>
54 -</use>
55 + </longdescription>
56 + <use>
57 + <flag name="justify">Enable justify/unjustify functions for text formatting.</flag>
58 + <flag name="debug">
59 + Enable debug messages and assert warnings. Note that these will all be sent
60 + straight to stderr rather than some logging facility.
61 + </flag>
62 + <flag name="magic">
63 + Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
64 + </flag>
65 + <flag name="minimal">
66 + Disable all fancy features, including ones that otherwise have a dedicated
67 + USE flag (such as spelling).
68 + </flag>
69 + <flag name="split-usr">
70 + Enable this if /bin and /usr/bin are separate directories
71 + </flag>
72 + </use>
73 </pkgmetadata>