Skip to content

Commit

Permalink
app-shells/dash: shorten DESCRIPTION
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.2_p1
  • Loading branch information
floppym committed Oct 31, 2016
1 parent 68b674d commit 53bcf57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app-shells/dash/dash-0.5.8.2.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion app-shells/dash/dash-0.5.9.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion app-shells/dash/dash-0.5.9.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions app-shells/dash/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit 53bcf57

Please sign in to comment.