summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-29 07:15:55 +0000
committerSam James <sam@gentoo.org>2022-06-29 07:26:02 +0000
commitbfe3935344de5de3ae9fee0945b8cbd9b22c9e6d (patch)
treef8d2c7f56017803d342f1d7858ec83794bb91011 /app-editors/nano
parentdev-libs/libksba: update maintainers (add base-system@) (diff)
downloadgentoo-bfe3935344de5de3ae9fee0945b8cbd9b22c9e6d.tar.gz
gentoo-bfe3935344de5de3ae9fee0945b8cbd9b22c9e6d.tar.bz2
gentoo-bfe3935344de5de3ae9fee0945b8cbd9b22c9e6d.zip
app-editors/nano: update maintainers (add base-system@)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/nano')
-rw-r--r--app-editors/nano/metadata.xml43
1 files changed, 23 insertions, 20 deletions
diff --git a/app-editors/nano/metadata.xml b/app-editors/nano/metadata.xml
index ae5d96a831e2..c298b35286c5 100644
--- a/app-editors/nano/metadata.xml
+++ b/app-editors/nano/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<longdescription>
+ <maintainer type="project">
+ <email>base-system@gentoo.org</email>
+ <name>Gentoo Base System</name>
+ </maintainer>
+ <longdescription>
GNU nano - an enhanced clone of the Pico text editor.
The nano project was started because of a few "problems" with the
@@ -18,22 +21,22 @@ require a command line flag. Yuck.
nano aims to solve these problems by emulating the functionality of
Pico as closely as possible while addressing the problems above and
perhaps providing other extra functionality.
-</longdescription>
-<use>
- <flag name="justify">Enable justify/unjustify functions for text formatting.</flag>
- <flag name="debug">
- Enable debug messages and assert warnings. Note that these will all be sent
- straight to stderr rather than some logging facility.
- </flag>
- <flag name="magic">
- Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
- </flag>
- <flag name="minimal">
- Disable all fancy features, including ones that otherwise have a dedicated
- USE flag (such as spelling).
- </flag>
- <flag name="split-usr">
- Enable this if /bin and /usr/bin are separate directories
- </flag>
-</use>
+ </longdescription>
+ <use>
+ <flag name="justify">Enable justify/unjustify functions for text formatting.</flag>
+ <flag name="debug">
+ Enable debug messages and assert warnings. Note that these will all be sent
+ straight to stderr rather than some logging facility.
+ </flag>
+ <flag name="magic">
+ Add magic file support (sys-apps/file) to automatically detect appropriate syntax highlighting
+ </flag>
+ <flag name="minimal">
+ Disable all fancy features, including ones that otherwise have a dedicated
+ USE flag (such as spelling).
+ </flag>
+ <flag name="split-usr">
+ Enable this if /bin and /usr/bin are separate directories
+ </flag>
+ </use>
</pkgmetadata>