Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/todo/files/
Date: Tue, 01 Mar 2022 13:57:08
Message-Id: 1646142924.0b69dd0d007f076fee653c9509515653ff706cf5.ionen@gentoo
1 commit: 0b69dd0d007f076fee653c9509515653ff706cf5
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Mon Feb 28 07:06:27 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 13:55:24 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b69dd0d
7
8 app-misc/todo: remove unused patch(es)
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Closes: https://github.com/gentoo/gentoo/pull/24375
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch | 15 ---------------
16 1 file changed, 15 deletions(-)
17
18 diff --git a/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch b/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch
19 deleted file mode 100644
20 index 254c454ab8ac..000000000000
21 --- a/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch
22 +++ /dev/null
23 @@ -1,15 +0,0 @@
24 -diff --git a/todo_completion b/todo_completion
25 -index 644be6e..964383e 100755
26 ---- a/todo_completion
27 -+++ b/todo_completion
28 -@@ -85,6 +85,10 @@ _todo()
29 - }
30 - complete -F _todo todo.sh
31 -
32 -+# Gentoo bug 614400
33 -+complete -F _todo todocli
34 -+complete -F _todo todotxt
35 -+
36 - # If you define an alias (e.g. "t") to todo.sh, you need to explicitly enable
37 - # completion for it, too:
38 - #complete -F _todo t