summaryrefslogtreecommitdiff
path: root/app-shells/scsh/metadata.xml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-21 21:00:58 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-21 21:00:58 +0100
commit8b2628ad8526c806375e7b157889e4274b70248b (patch)
treeccba8cd56af7e086131454d6062d5d31115791df /app-shells/scsh/metadata.xml
parentb620fb1b0929ff9657a2588aaa42b85e3021c102 (diff)
gentoo resync : 21.10.2017
Diffstat (limited to 'app-shells/scsh/metadata.xml')
-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>