summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-07-15 20:38:12 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-07-18 23:41:04 +0200
commit57269f10c1fe43b755d475d446165abeb24fa970 (patch)
tree680067fe96a1a85c73a49f1a8ba1d06c95b73926 /sys-process/parallel
parentsys-fs/btrfs-progs: remove unused patch(es) (diff)
downloadgentoo-57269f10c1fe43b755d475d446165abeb24fa970.tar.gz
gentoo-57269f10c1fe43b755d475d446165abeb24fa970.tar.bz2
gentoo-57269f10c1fe43b755d475d446165abeb24fa970.zip
sys-process/parallel: remove unused patch
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/26429 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process/parallel')
-rw-r--r--sys-process/parallel/files/parallel-20220622-makefile-completions.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/sys-process/parallel/files/parallel-20220622-makefile-completions.patch b/sys-process/parallel/files/parallel-20220622-makefile-completions.patch
deleted file mode 100644
index 24b479a33a2a..000000000000
--- a/sys-process/parallel/files/parallel-20220622-makefile-completions.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-https://lists.gnu.org/archive/html/parallel/2022-06/msg00010.html
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -170,12 +170,12 @@ pack_unpack_and_test_build:
- zshcompletiondir=${datarootdir}/zsh/site-functions
- zshcompletion=${zshcompletiondir}/_parallel
- install-data-hook:
-- mkdir -p ${datarootdir}/bash-completion/completions
-- mkdir -p ${zshcompletiondir}
-- parallel --shell-completion bash > ${datarootdir}/bash-completion/completions/parallel
-- echo '#compdef parallel' > ${zshcompletion}
-- echo '(( $$+functions[_comp_parallel] )) ||' >> ${zshcompletion}
-- echo ' eval "$$(parallel --shell-completion auto)" &&' >> ${zshcompletion}
-- echo ' _comp_parallel' >> ${zshcompletion}
-+ mkdir -p $(DESTDIR)${datarootdir}/bash-completion/completions
-+ mkdir -p $(DESTDIR)${zshcompletiondir}
-+ parallel --shell-completion bash > $(DESTDIR)${datarootdir}/bash-completion/completions/parallel
-+ echo '#compdef parallel' > $(DESTDIR)${zshcompletion}
-+ echo '(( $$+functions[_comp_parallel] )) ||' >> $(DESTDIR)${zshcompletion}
-+ echo ' eval "$$(parallel --shell-completion auto)" &&' >> $(DESTDIR)${zshcompletion}
-+ echo ' _comp_parallel' >> $(DESTDIR)${zshcompletion}
-
- EXTRA_DIST = CITATION CITATION.cff CREDITS LICENSES/CC-BY-SA-4.0.txt LICENSES/GFDL-1.3-or-later.txt LICENSES/GPL-3.0-or-later.txt