summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2017-10-21 14:17:32 +0200
committerPatrice Clement <monsieurp@gentoo.org>2017-10-21 18:51:44 +0200
commit2f8fec58c4a3e0636e46fdf5915c6ed519aeb578 (patch)
tree1a62e3b3f6e1cbf38a941cde60febe70617e363a /app-shells
parentapp-shells/scsh: clean up old. (diff)
downloadgentoo-2f8fec58c4a3e0636e46fdf5915c6ed519aeb578.tar.gz
gentoo-2f8fec58c4a3e0636e46fdf5915c6ed519aeb578.tar.bz2
gentoo-2f8fec58c4a3e0636e46fdf5915c6ed519aeb578.zip
app-shells/scsh: fix metadata.xml file.
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/scsh/metadata.xml41
1 files changed, 18 insertions, 23 deletions
diff --git a/app-shells/scsh/metadata.xml b/app-shells/scsh/metadata.xml
index 317ccdbc4337..0d54e8853cd8 100644
--- a/app-shells/scsh/metadata.xml
+++ b/app-shells/scsh/metadata.xml
@@ -1,29 +1,24 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer type="project">
- <email>scheme@gentoo.org</email>
- <name>Gentoo Scheme Project</name>
-</maintainer>
-<longdescription>
-Scsh has two main components: a process notation for running programs
-and setting up pipelines and redirections, and a complete syscall
-library for low-level access to the operating system, i.e. to POSIX,
-the least common denominator of more or less all Unices, plus widely
-supported extensions such as symbolic links and BSD sockets.
+ <maintainer type="project">
+ <email>scheme@gentoo.org</email>
+ <name>Gentoo Scheme Project</name>
+ </maintainer>
+ <longdescription>
+ Scsh has two main components: a process notation for running programs
+ and setting up pipelines and redirections, and a complete syscall
+ library for low-level access to the operating system, i.e. to POSIX,
+ the least common denominator of more or less all Unices, plus widely
+ supported extensions such as symbolic links and BSD sockets.
-Moreover, scsh provides an awk facility for pattern-directed
-computation over streams of records, a rich facility for matching
-regular-expression patterns in strings, event-based interrupt
-handling, user-level threads, a futuristic module system, and an
-interactive environment.
+ Moreover, scsh provides an awk facility for pattern-directed
+ computation over streams of records, a rich facility for matching
+ regular-expression patterns in strings, event-based interrupt
+ handling, user-level threads, a futuristic module system, and an
+ interactive environment.
-Scsh comes with extensive documentation describing these and other
-features.
-</longdescription>
-<!--
-<use>
- <flag name='scsh'>Use a non-FHS directory layout</flag>
-</use>
--->
+ Scsh comes with extensive documentation describing these and other
+ features.
+ </longdescription>
</pkgmetadata>