summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2018-04-24 13:39:01 +0300
committerMikle Kolyada <zlogene@gentoo.org>2018-04-24 13:39:24 +0300
commit9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4 (patch)
tree4eba3578b4e73b53cf93e5376710b0b67b3ff978
parentapp-crypt/libsecret: add missing dbus-python test dependency (diff)
downloadgentoo-9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4.tar.gz
gentoo-9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4.tar.bz2
gentoo-9bf810ec34ea9c1dbb901dcfb1548b8409af5ea4.zip
app-shells/fish: Fix DESCRIPTION
Package-Manager: Portage-2.3.24, Repoman-2.3.6
-rw-r--r--app-shells/fish/fish-2.6.0.ebuild4
-rw-r--r--app-shells/fish/fish-2.7.1.ebuild2
2 files changed, 3 insertions, 3 deletions
diff --git a/app-shells/fish/fish-2.6.0.ebuild b/app-shells/fish/fish-2.6.0.ebuild
index fd71035af530..2d5bbce6f54d 100644
--- a/app-shells/fish/fish-2.6.0.ebuild
+++ b/app-shells/fish/fish-2.6.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-DESCRIPTION="fish is the Friendly Interactive SHell"
+DESCRIPTION="Friendly Interactive SHell"
HOMEPAGE="http://fishshell.com/"
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${PV}/${P}.tar.gz"
diff --git a/app-shells/fish/fish-2.7.1.ebuild b/app-shells/fish/fish-2.7.1.ebuild
index 3c3119fb6510..d69c93f70246 100644
--- a/app-shells/fish/fish-2.7.1.ebuild
+++ b/app-shells/fish/fish-2.7.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
MY_PV="${PV/_beta/b}"
MY_P="${PN}-${MY_PV}"
-DESCRIPTION="fish is the Friendly Interactive SHell"
+DESCRIPTION="Friendly Interactive SHell"
HOMEPAGE="http://fishshell.com/"
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.gz"