[gentoo-commits] repo/gentoo:master commit in: app-misc/todo/files/

2022-03-01 Thread Ionen Wolkens
commit: 0b69dd0d007f076fee653c9509515653ff706cf5
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Feb 28 07:06:27 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Mar  1 13:55:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b69dd0d

app-misc/todo: remove unused patch(es)

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/24375
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch | 15 ---
 1 file changed, 15 deletions(-)

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
deleted file mode 100644
index 254c454ab8ac..
--- a/app-misc/todo/files/todo-2.11.0-fix-bash-completion.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/todo_completion b/todo_completion
-index 644be6e..964383e 100755
 a/todo_completion
-+++ b/todo_completion
-@@ -85,6 +85,10 @@ _todo()
- }
- complete -F _todo todo.sh
- 
-+# Gentoo bug 614400
-+complete -F _todo todocli
-+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



[gentoo-commits] repo/gentoo:master commit in: app-misc/todo/files/

2020-09-20 Thread Conrad Kostecki
commit: 2ad6efb742d66af9334e2759ee920bcb2b4c43d3
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Sep 17 20:34:38 2020 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Sep 20 14:38:22 2020 +
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..000
--- 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