summaryrefslogtreecommitdiff
blob: 792e7bd07a08ea482dc2735e279f86e9234e43c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person">
		<email>martin@mvath.de</email>
		<name>Martin Väth</name>
		<description>maintainer of the updates in the mv overlay</description>
	</maintainer>
	<maintainer type="project">
		<email>base-system@gentoo.org</email>
		<name>Gentoo Base System</name>
	</maintainer>
	<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>
	</use>
</pkgmetadata>