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 C5D751382C5 for ; Mon, 12 Mar 2018 17:49:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F142EE0969; Mon, 12 Mar 2018 17:49:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CFE14E0969 for ; Mon, 12 Mar 2018 17:49:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E35F7335C31 for ; Mon, 12 Mar 2018 17:49:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 757EF238 for ; Mon, 12 Mar 2018 17:49:07 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1520876942.963bad27f235c5290a4de065f43793b131e54131.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/bash-completion/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/bash-completion/bash-completion-2.7-r3.ebuild app-shells/bash-completion/bash-completion-9999.ebuild X-VCS-Directories: app-shells/bash-completion/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 963bad27f235c5290a4de065f43793b131e54131 X-VCS-Branch: master Date: Mon, 12 Mar 2018 17:49:07 +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: a4b92e3f-64e0-4eaa-946a-b29fd9fbea1c X-Archives-Hash: 3b7e2576f0812a2e8ab5a035f2f112fc commit: 963bad27f235c5290a4de065f43793b131e54131 Author: Michał Górny gentoo org> AuthorDate: Mon Mar 12 17:44:00 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Mar 12 17:49:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=963bad27 app-shells/bash-completion: Strip tests for removed vi completions app-shells/bash-completion/bash-completion-2.7-r3.ebuild | 1 + app-shells/bash-completion/bash-completion-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/app-shells/bash-completion/bash-completion-2.7-r3.ebuild b/app-shells/bash-completion/bash-completion-2.7-r3.ebuild index 8b94a7a3122..b7746efc139 100644 --- a/app-shells/bash-completion/bash-completion-2.7-r3.ebuild +++ b/app-shells/bash-completion/bash-completion-2.7-r3.ebuild @@ -64,6 +64,7 @@ src_prepare() { # https://bugs.gentoo.org/649986 sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \ bash_completion || die + rm test/completion/vi.exp || die } src_test() { diff --git a/app-shells/bash-completion/bash-completion-9999.ebuild b/app-shells/bash-completion/bash-completion-9999.ebuild index cec5bc36226..79657c0d217 100644 --- a/app-shells/bash-completion/bash-completion-9999.ebuild +++ b/app-shells/bash-completion/bash-completion-9999.ebuild @@ -65,6 +65,7 @@ src_prepare() { # https://bugs.gentoo.org/649986 sed -i -e 's/vi vim gvim rvim view rview rgvim rgview gview//' \ bash_completion || die + rm test/completion/vi.exp || die eautoreconf }