summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-11-03 08:24:43 +0100
committerMartin Väth <martin@mvath.de>2016-11-03 08:25:25 +0100
commit72674a69c121f0a2652203550ea64c2a602ff21a (patch)
tree587c07ec1f109b8f0f9f98895e8c356d8a8999b2 /app-shells/dash/metadata.xml
parentnet-firewall/firewall-mv: Version bump (diff)
downloadmv-72674a69c121f0a2652203550ea64c2a602ff21a.tar.gz
mv-72674a69c121f0a2652203550ea64c2a602ff21a.tar.bz2
mv-72674a69c121f0a2652203550ea64c2a602ff21a.zip
app-shells/dash: Adapt to recent change in gentoo repository
Diffstat (limited to 'app-shells/dash/metadata.xml')
-rw-r--r--app-shells/dash/metadata.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml
index 792e7bd0..eda7dfb4 100644
--- a/app-shells/dash/metadata.xml
+++ b/app-shells/dash/metadata.xml
@@ -4,7 +4,7 @@
<maintainer type="person">
<email>martin@mvath.de</email>
<name>Martin Väth</name>
- <description>maintainer of the updates in the mv overlay</description>
+ <description>maintainer of the live version in the mv overlay</description>
</maintainer>
<maintainer type="project">
<email>base-system@gentoo.org</email>
@@ -13,11 +13,11 @@
<upstream>
<remote-id type="cpe">cpe:/a:dash:dash</remote-id>
</upstream>
- <longdescription>DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell).
-It is almost POSIX compliant; the most notable exception is the lack of
-multicharacter support. It has some optional POSIX extensions like e.g.:
-local variables, support for test -nt/-ot, echo -n</longdescription>
<use>
- <flag name="cripple">Cripple XSI compliance of echo and simultaneously remove echo -n as forced by the ebuild in the main gentoo repository, see bug 590696. This differs from all other shells and breaks expectations of historical scripts like those generated by autoconf-2.13 but can perhaps be useful to check for POSIX-embedded-minimal usage</flag>
+ <flag name="dumb-echo">Disable echo -n and character sequence interpretation for added fun</flag>
</use>
+ <longdescription lang="en">
+ DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell)
+ and is almost POSIX compliant.
+ </longdescription>
</pkgmetadata>