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 1E43E138359 for ; Sun, 20 Sep 2020 14:41:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4A60AE091B; Sun, 20 Sep 2020 14:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 2F518E091D for ; Sun, 20 Sep 2020 14:41:25 +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 C7D17340D2D for ; Sun, 20 Sep 2020 14:41:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7957B379 for ; Sun, 20 Sep 2020 14:41:19 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1600612702.2ad6efb742d66af9334e2759ee920bcb2b4c43d3.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/todo/files/todo-2.10-fix-bash-completion.patch X-VCS-Directories: app-misc/todo/files/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 2ad6efb742d66af9334e2759ee920bcb2b4c43d3 X-VCS-Branch: master Date: Sun, 20 Sep 2020 14:41:19 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c32bedf1-4c78-48d4-9062-cad18d2ac73a X-Archives-Hash: 9fc27e9481d2c0775155857eed2bea9c commit: 2ad6efb742d66af9334e2759ee920bcb2b4c43d3 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Sep 17 20:34:38 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sun Sep 20 14:38:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad6efb7 app-misc/todo: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/17578 Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> app-misc/todo/files/todo-2.10-fix-bash-completion.patch | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/app-misc/todo/files/todo-2.10-fix-bash-completion.patch b/app-misc/todo/files/todo-2.10-fix-bash-completion.patch deleted file mode 100644 index 7e6de2f1056..00000000000 --- a/app-misc/todo/files/todo-2.10-fix-bash-completion.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- ./todo_completion 2017-04-08 15:18:23.102736966 +0200 -+++ ./todo_completion 2017-04-08 15:18:56.839725605 +0200 -@@ -85,6 +85,9 @@ - } - complete -F _todo todo.sh - -+# Gentoo bug 614400 -+complete -F _todo todotxt -+ - # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable - # completion for it, too: - #complete -F _todo t