From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 89E0B139085 for ; Fri, 13 Jan 2017 10:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E61C523410D; Fri, 13 Jan 2017 10:36:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C469123410D for ; Fri, 13 Jan 2017 10:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF25034174F for ; Fri, 13 Jan 2017 10:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4CEB224E5 for ; Fri, 13 Jan 2017 10:36:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1484303764.2ea867b6bfa846658ce115ef63a99d9121d5183c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/fish/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/fish/fish-2.4.0-r1.ebuild X-VCS-Directories: app-shells/fish/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2ea867b6bfa846658ce115ef63a99d9121d5183c X-VCS-Branch: master Date: Fri, 13 Jan 2017 10:36:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e456cb9a-ddc9-46c2-b237-da7aa69e5b35 X-Archives-Hash: f9b940f12a151e9e38def56f22fc25b8 commit: 2ea867b6bfa846658ce115ef63a99d9121d5183c Author: Lars Wendler gentoo org> AuthorDate: Fri Jan 13 10:35:50 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Fri Jan 13 10:36:04 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ea867b6 app-shells/fish: ebuild cleanup. Added an elog message about cut'n'paste issues that can be compensated by installing x11-misc/xsel. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-shells/fish/fish-2.4.0-r1.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app-shells/fish/fish-2.4.0-r1.ebuild b/app-shells/fish/fish-2.4.0-r1.ebuild index ef2dbfe..0d2402b 100644 --- a/app-shells/fish/fish-2.4.0-r1.ebuild +++ b/app-shells/fish/fish-2.4.0-r1.ebuild @@ -4,8 +4,6 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) - DESCRIPTION="fish is the Friendly Interactive SHell" HOMEPAGE="http://fishshell.com/" SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz" @@ -13,7 +11,7 @@ SRC_URI="http://fishshell.com/files/${PV}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="X" +IUSE="" RDEPEND=" >=dev-libs/libpcre2-10.21[pcre32] @@ -72,5 +70,8 @@ pkg_postinst() { elog " dev-python/backports-lzma" elog " >=dev-lang/python-3.3" elog + elog "If you have issues with cut'n'paste in X-terminals, install the" + elog "x11-misc/xsel package." + elog elog "Have fun!" }