Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/
Date: Tue, 24 Apr 2018 10:39:32
Message-Id: 1524566364.9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4.zlogene@gentoo
1 commit: 9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 24 10:39:01 2018 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 24 10:39:24 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bf810ec
7
8 app-shells/fish: Fix DESCRIPTION
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-shells/fish/fish-2.6.0.ebuild | 4 ++--
13 app-shells/fish/fish-2.7.1.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/app-shells/fish/fish-2.6.0.ebuild b/app-shells/fish/fish-2.6.0.ebuild
17 index fd71035af53..2d5bbce6f54 100644
18 --- a/app-shells/fish/fish-2.6.0.ebuild
19 +++ b/app-shells/fish/fish-2.6.0.ebuild
20 @@ -1,9 +1,9 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26
27 -DESCRIPTION="fish is the Friendly Interactive SHell"
28 +DESCRIPTION="Friendly Interactive SHell"
29 HOMEPAGE="http://fishshell.com/"
30 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${PV}/${P}.tar.gz"
31
32
33 diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild
34 index 3c3119fb651..d69c93f7024 100644
35 --- a/app-shells/fish/fish-2.7.1.ebuild
36 +++ b/app-shells/fish/fish-2.7.1.ebuild
37 @@ -6,7 +6,7 @@ EAPI=6
38 MY_PV="${PV/_beta/b}"
39 MY_P="${PN}-${MY_PV}"
40
41 -DESCRIPTION="fish is the Friendly Interactive SHell"
42 +DESCRIPTION="Friendly Interactive SHell"
43 HOMEPAGE="http://fishshell.com/"
44 SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"