Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/dash/
Date: Mon, 31 Oct 2016 14:45:39
Message-Id: 1477924916.53bcf576563b432b3dd35b0b46c9a30c3287e30c.floppym@gentoo
1 commit: 53bcf576563b432b3dd35b0b46c9a30c3287e30c
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 31 14:41:56 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 31 14:41:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53bcf576
7
8 app-shells/dash: shorten DESCRIPTION
9
10 Package-Manager: portage-2.3.2_p1
11
12 app-shells/dash/dash-0.5.8.2.ebuild | 4 ++--
13 app-shells/dash/dash-0.5.9.1-r1.ebuild | 2 +-
14 app-shells/dash/dash-0.5.9.ebuild | 2 +-
15 app-shells/dash/metadata.xml | 4 ++++
16 4 files changed, 8 insertions(+), 4 deletions(-)
17
18 diff --git a/app-shells/dash/dash-0.5.8.2.ebuild b/app-shells/dash/dash-0.5.8.2.ebuild
19 index 8032179..a169d68 100644
20 --- a/app-shells/dash/dash-0.5.8.2.ebuild
21 +++ b/app-shells/dash/dash-0.5.8.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2015 Gentoo Foundation
24 +# Copyright 1999-2016 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -11,7 +11,7 @@ DEB_PATCH=${PV##*.}
29 DEB_PF="${PN}_${DEB_PV}-${DEB_PATCH}"
30 MY_P="${PN}-${DEB_PV}"
31
32 -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant"
33 +DESCRIPTION="Debian Almquist Shell"
34 HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/"
35 SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${PN}-${DEB_PV}.tar.gz
36 mirror://debian/pool/main/d/dash/${DEB_PF}.diff.gz"
37
38 diff --git a/app-shells/dash/dash-0.5.9.1-r1.ebuild b/app-shells/dash/dash-0.5.9.1-r1.ebuild
39 index 4942b9d..a4f7798 100644
40 --- a/app-shells/dash/dash-0.5.9.1-r1.ebuild
41 +++ b/app-shells/dash/dash-0.5.9.1-r1.ebuild
42 @@ -10,7 +10,7 @@ inherit eutils flag-o-matic toolchain-funcs versionator
43 DEB_PATCH="" #$(get_version_component_range 4)
44 #MY_P="${PN}-${MY_PV}"
45
46 -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant"
47 +DESCRIPTION="Debian Almquist Shell"
48 HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/"
49 SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${P}.tar.gz"
50 if [[ -n "${DEB_PATCH}" ]] ; then
51
52 diff --git a/app-shells/dash/dash-0.5.9.ebuild b/app-shells/dash/dash-0.5.9.ebuild
53 index c602b3b..7006ea3 100644
54 --- a/app-shells/dash/dash-0.5.9.ebuild
55 +++ b/app-shells/dash/dash-0.5.9.ebuild
56 @@ -10,7 +10,7 @@ MY_PV="$(get_version_component_range 1-3)"
57 DEB_PATCH="$(get_version_component_range 4)"
58 MY_P="${PN}-${MY_PV}"
59
60 -DESCRIPTION="DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell) and is POSIX compliant"
61 +DESCRIPTION="Debian Almquist Shell"
62 HOMEPAGE="http://gondor.apana.org.au/~herbert/dash/"
63 SRC_URI="http://gondor.apana.org.au/~herbert/dash/files/${MY_P}.tar.gz"
64 if [[ -n "${DEB_PATCH}" ]] ; then
65
66 diff --git a/app-shells/dash/metadata.xml b/app-shells/dash/metadata.xml
67 index 0a565e1..7e1b714 100644
68 --- a/app-shells/dash/metadata.xml
69 +++ b/app-shells/dash/metadata.xml
70 @@ -11,4 +11,8 @@
71 <use>
72 <flag name="dumb-echo">Disable echo -n for added fun</flag>
73 </use>
74 + <longdescription lang="en">
75 + DASH is a direct descendant of the NetBSD version of ash (the Almquist SHell)
76 + and is POSIX compliant.
77 + </longdescription>
78 </pkgmetadata>