From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-878693-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 8CBC0138206 for <garchives@archives.gentoo.org>; Wed, 27 Apr 2016 15:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EE621C0D4; Wed, 27 Apr 2016 15:26:14 +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 E94DD21C0D4 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2016 15:26:13 +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 C15DA340B1D for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2016 15:26:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 33E03968 for <gentoo-commits@lists.gentoo.org>; Wed, 27 Apr 2016 15:26:11 +0000 (UTC) From: "Ian Delaney" <idella4@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ian Delaney" <idella4@gentoo.org> Message-ID: <1461770760.1f6942f87b1a1517b1f65936e399ac3a8ba38f3b.idella4@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/mpv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-video/mpv/mpv-0.17.0-r2.ebuild media-video/mpv/mpv-9999.ebuild X-VCS-Directories: media-video/mpv/ X-VCS-Committer: idella4 X-VCS-Committer-Name: Ian Delaney X-VCS-Revision: 1f6942f87b1a1517b1f65936e399ac3a8ba38f3b X-VCS-Branch: master Date: Wed, 27 Apr 2016 15:26:11 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cc740b60-f15a-492f-a551-23ebe47b0cf5 X-Archives-Hash: 2b94989c180407c2fda4da420240cb81 commit: 1f6942f87b1a1517b1f65936e399ac3a8ba38f3b Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com> AuthorDate: Wed Apr 27 11:57:35 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Wed Apr 27 15:26:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6942f8 media-video/mpv: elog re bash completion Polynomial-C made a request via #gentoo-proxy-maint IRC channel to notify zsh users about mpv-bash-completion too. After some discussion this change seems reasonable. This effectively reverts 8e81330. Package-Manager: portage-2.2.28 Signed-off-by: Ian Delaney <idella4 <AT> gentoo.org> media-video/mpv/mpv-0.17.0-r2.ebuild | 5 ++--- media-video/mpv/mpv-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/media-video/mpv/mpv-0.17.0-r2.ebuild b/media-video/mpv/mpv-0.17.0-r2.ebuild index 495b748..6d56557 100644 --- a/media-video/mpv/mpv-0.17.0-r2.ebuild +++ b/media-video/mpv/mpv-0.17.0-r2.ebuild @@ -281,9 +281,8 @@ pkg_postinst() { fdo-mime_desktop_database_update gnome2_icon_cache_update - # bash-completion prior to 2.3-r1 installs (mostly broken) mpv completion. - if use cli && ! use zsh-completion && \ - ! has_version '<app-shells/bash-completion-2.3-r1' && \ + # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion. + if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \ ! has_version 'app-shells/mpv-bash-completion'; then elog "If you want to have command-line completion via bash-completion," elog "please install app-shells/mpv-bash-completion." diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 5cfce9c..ff0cecd 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -267,9 +267,8 @@ pkg_postinst() { fdo-mime_desktop_database_update gnome2_icon_cache_update - # bash-completion prior to 2.3-r1 installs (mostly broken) mpv completion. - if use cli && ! use zsh-completion && \ - ! has_version '<app-shells/bash-completion-2.3-r1' && \ + # bash-completion < 2.3-r1 already installs (mostly broken) mpv completion. + if use cli && ! has_version '<app-shells/bash-completion-2.3-r1' && \ ! has_version 'app-shells/mpv-bash-completion'; then elog "If you want to have command-line completion via bash-completion," elog "please install app-shells/mpv-bash-completion."