diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-10-31 10:41:56 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-10-31 10:41:56 -0400 |
commit | 53bcf576563b432b3dd35b0b46c9a30c3287e30c (patch) | |
tree | afe064d5005a056602c81b88f05a3490fa44e62d /app-shells/dash | |
parent | app-shells/dash: make dumb-echo patch optional (diff) | |
download | gentoo-53bcf576563b432b3dd35b0b46c9a30c3287e30c.tar.gz gentoo-53bcf576563b432b3dd35b0b46c9a30c3287e30c.tar.bz2 gentoo-53bcf576563b432b3dd35b0b46c9a30c3287e30c.zip |
app-shells/dash: shorten DESCRIPTION
Package-Manager: portage-2.3.2_p1
Diffstat (limited to 'app-shells/dash')
-rw-r--r-- | app-shells/dash/dash-0.5.8.2.ebuild | 4 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.9.1-r1.ebuild | 2 | ||||
-rw-r--r-- | app-shells/dash/dash-0.5.9.ebuild | 2 | ||||
-rw-r--r-- | app-shells/dash/metadata.xml | 4 |
4 files changed, 8 insertions, 4 deletions
diff --git a/app-shells/dash/dash-0.5.8.2.ebuild b/app-shells/dash/dash-0.5.8.2.ebuild index 803217949502..a169d68b2e9a 100644 --- a/app-shells/dash/dash-0.5.8.2.ebuild +++ b/app-shells/dash/dash-0.5.8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -11,7 +11,7 @@ DEB_PATCH=${PV##*.} DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}" MY_P="${PN}-${DEB_PV}" -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant" +DESCRIPTION="Debian Almquist Shell" HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz" diff --git a/app-shells/dash/dash-0.5.9.1-r1.ebuild b/app-shells/dash/dash-0.5.9.1-r1.ebuild index 4942b9dca726..a4f77983dc2f 100644 --- a/app-shells/dash/dash-0.5.9.1-r1.ebuild +++ b/app-shells/dash/dash-0.5.9.1-r1.ebuild @@ -10,7 +10,7 @@ inherit eutils flag-o-matic toolchain-funcs versionator DEB_PATCH="" #$(get_version_component_range 4) #MY_P="${PN}-${MY_PV}" -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant" +DESCRIPTION="Debian Almquist Shell" HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz" if [[ -n "${DEB_PATCH}" ]] ; then diff --git a/app-shells/dash/dash-0.5.9.ebuild b/app-shells/dash/dash-0.5.9.ebuild index c602b3bd0201..7006ea34a70c 100644 --- a/app-shells/dash/dash-0.5.9.ebuild +++ b/app-shells/dash/dash-0.5.9.ebuild @@ -10,7 +10,7 @@ MY_PV="$(get_version_component_range 1-3)" DEB_PATCH="$(get_version_component_range 4)" MY_P="${PN}-${MY_PV}" -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant" +DESCRIPTION="Debian Almquist Shell" HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/" SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${MY_P}.tar.gz" if [[ -n "${DEB_PATCH}" ]] ; then diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml index 0a565e1c2ab5..7e1b714eb2f6 100644 --- a/app-shells/dash/metadata.xml +++ b/app-shells/dash/metadata.xml @@ -11,4 +11,8 @@ <use> <flag name="dumb-echo">Disable echo -n for added fun</flag> </use> + <longdescription lang="en"> + DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) + and is POSIX compliant. + </longdescription> </pkgmetadata> |