[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/files/

2022-09-24 Thread Sam James
commit: bcb6957ed4b6125db7dda93637cedca570843b4e
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sat Sep 24 09:59:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 25 01:19:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcb6957e

sys-process/parallel: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Portage 3.0.37 / pkgdev 0.2.2 / pkgcheck 0.10.15
Closes: https://github.com/gentoo/gentoo/pull/27428
Signed-off-by: Sam James  gentoo.org>

 ...rallel-20220622-makefile-completions-deux.patch | 83 --
 1 file changed, 83 deletions(-)

diff --git 
a/sys-process/parallel/files/parallel-20220622-makefile-completions-deux.patch 
b/sys-process/parallel/files/parallel-20220622-makefile-completions-deux.patch
deleted file mode 100644
index c15a0dad28b1..
--- 
a/sys-process/parallel/files/parallel-20220622-makefile-completions-deux.patch
+++ /dev/null
@@ -1,83 +0,0 @@
-https://git.savannah.gnu.org/cgit/parallel.git/commit/?id=2ae4b179ac6caf887af37b1e86ec6cbd8c5706f8
-https://bugs.gentoo.org/856079
-https://bugs.gentoo.org/856076
-
-From 2ae4b179ac6caf887af37b1e86ec6cbd8c5706f8 Mon Sep 17 00:00:00 2001
-From: Ole Tange 
-Date: Sat, 2 Jul 2022 01:54:21 +0800
-Subject: Packaged for old RedHats and SuSEs.
-
 a/Makefile.am
-+++ b/Makefile.am
-@@ -167,12 +167,20 @@ pack_unpack_and_test_build:
-   cd parallel-$(MMDD) && \
-   ./configure && make -j && sudo make -j install
- 
--zshcompletiondir=${datarootdir}/zsh/site-functions
-+# This ought to be correct, but fails on Centos
-+# bashcompletiondir=$(DESTDIR)${datarootdir}/bash-completion/completions
-+# zshcompletiondir=$(DESTDIR)${datarootdir}/zsh/site-functions
-+bashcompletiondir=$(DESTDIR)${prefix}/share/bash-completion/completions
-+zshcompletiondir=$(DESTDIR)${prefix}/share/zsh/site-functions
-+bashcompletion=${bashcompletiondir}/parallel
- zshcompletion=${zshcompletiondir}/_parallel
- install-data-hook:
--  mkdir -p ${datarootdir}/bash-completion/completions
--  mkdir -p ${zshcompletiondir}
--  parallel --shell-completion bash > 
${datarootdir}/bash-completion/completions/parallel
-+  mkdir -p ${zshcompletiondir} ${bashcompletiondir}
-+  src/parallel --shell-completion bash > ${bashcompletion}
-+# Make zsh eval the --shell-completion code dynamically so if
-+# a newer version of GNU Parallel is installed by a normal
-+# user, this newer version will generate the
-+# --shell-completion code.
-   echo '#compdef parallel' > ${zshcompletion}
-   echo '(( $$+functions[_comp_parallel] )) ||' >> ${zshcompletion}
-   echo '  eval "$$(parallel --shell-completion auto)" &&' >> 
${zshcompletion}
 a/Makefile.in
-+++ b/Makefile.in
-@@ -281,7 +281,13 @@ top_build_prefix = @top_build_prefix@
- top_builddir = @top_builddir@
- top_srcdir = @top_srcdir@
- SUBDIRS = src
--zshcompletiondir = ${datarootdir}/zsh/site-functions
-+
-+# This ought to be correct, but fails on Centos
-+# bashcompletiondir=$(DESTDIR)${datarootdir}/bash-completion/completions
-+# zshcompletiondir=$(DESTDIR)${datarootdir}/zsh/site-functions
-+bashcompletiondir = $(DESTDIR)${prefix}/share/bash-completion/completions
-+zshcompletiondir = $(DESTDIR)${prefix}/share/zsh/site-functions
-+bashcompletion = ${bashcompletiondir}/parallel
- zshcompletion = ${zshcompletiondir}/_parallel
- 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
- all: config.h
-@@ -929,9 +935,12 @@ pack_unpack_and_test_build:
-   cd parallel-$(MMDD) && \
-   ./configure && make -j && sudo make -j install
- install-data-hook:
--  mkdir -p ${datarootdir}/bash-completion/completions
--  mkdir -p ${zshcompletiondir}
--  parallel --shell-completion bash > 
${datarootdir}/bash-completion/completions/parallel
-+  mkdir -p ${zshcompletiondir} ${bashcompletiondir}
-+  src/parallel --shell-completion bash > ${bashcompletion}
-+# Make zsh eval the --shell-completion code dynamically so if
-+# a newer version of GNU Parallel is installed by a normal
-+# user, this newer version will generate the
-+# --shell-completion code.
-   echo '#compdef parallel' > ${zshcompletion}
-   echo '(( $$+functions[_comp_parallel] )) ||' >> ${zshcompletion}
-   echo '  eval "$$(parallel --shell-completion auto)" &&' >> 
${zshcompletion}
 a/src/parallel.pod
-+++ b/src/parallel.pod
-@@ -5654,7 +5654,10 @@ the currently running jobs are finished before exiting.
- =item $PARALLEL_HOME
- 
- Dir where GNU B stores config files, semaphores, and caches
--information between invocations. Default: $HOME/.parallel.
-+information between invocations. If set to a non-existent dir, the dir
-+will be created.
-+
-+Default: $HOME/.parallel.
- 
- 
- =item $PARALLEL_ARGHOSTGROUPS



[gentoo-commits] repo/gentoo:master commit in: sys-process/parallel/files/

2022-07-18 Thread Conrad Kostecki
commit: 57269f10c1fe43b755d475d446165abeb24fa970
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Fri Jul 15 18:38:12 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Jul 18 21:41:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57269f10

sys-process/parallel: remove unused patch

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/26429
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../parallel-20220622-makefile-completions.patch   | 23 --
 1 file changed, 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..
--- 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