[arch-commits] Commit in parallel/repos/community-any (6 files)

2020-05-10 Thread Johannes Löthberg via arch-commits
Date: Sunday, May 10, 2020 @ 19:35:57
  Author: demize
Revision: 626202

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 626201, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 626201, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 626201, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD

---+
 0001-Remove-citation-things.patch |  622 +---
 0002-Remove-GNU-branding.patch|  491 ++--
 PKGBUILD  |   80 ++--
 3 files changed, 588 insertions(+), 605 deletions(-)

Deleted: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2020-05-10 19:35:50 UTC (rev 626201)
+++ 0001-Remove-citation-things.patch   2020-05-10 19:35:57 UTC (rev 626202)
@@ -1,320 +0,0 @@
-From 1eae416754561ffc38da4c07104f48c06c56a30c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 245 +--
- 1 file changed, 3 insertions(+), 242 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index 8b8359c..9cd4505 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -504,7 +504,7 @@ sub pipe_shard_setup() {
- } else {
-   $script = sharder_script();
- }
--
-+
- # cat foo | sharder sep col fifo1 fifo2 fifo3 ... fifoN
- 
- if($shardbin =~ /^[a-z_][a-z_0-9]*(\s|$)/i) {
-@@ -1534,9 +1534,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
--   # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--   # 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1643,13 +1640,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--# 
https://git.savannah.gnu.org/cgit/parallel.git/tree/doc/citation-notice-faq.txt
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1884,78 +1874,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# If you want GNU Parallel to be maintained in the future, and not
--# just wither away like so many other free software tools, you
--# need to help finance the development.
--#
--# The citation notice is a simple way of doing so, as citations
--# makes it possible to me to get a job where I can maintain GNU
--# Parallel as part of the job.
--#
--# This means you can help financing development
--#
--#   WITHOUT PAYING A SINGLE CENT!
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work and 

[arch-commits] Commit in parallel/repos/community-any (6 files)

2019-08-11 Thread Johannes Löthberg via arch-commits
Date: Sunday, August 11, 2019 @ 17:29:54
  Author: demize
Revision: 498962

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 498961, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 498961, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 498961, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD

---+
 0001-Remove-citation-things.patch |  586 ++--
 0002-Remove-GNU-branding.patch|  330 ++--
 PKGBUILD  |   80 ++--
 3 files changed, 498 insertions(+), 498 deletions(-)

Deleted: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2019-08-11 17:29:50 UTC (rev 498961)
+++ 0001-Remove-citation-things.patch   2019-08-11 17:29:54 UTC (rev 498962)
@@ -1,293 +0,0 @@
-From 67ad2dff4bdc73012a8724f0fc439eeefbaaf768 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 232 +--
- 1 file changed, 1 insertion(+), 231 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index f41a17d..b7af99c 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -1206,8 +1206,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
-- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1312,12 +1310,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1544,73 +1536,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# If you want GNU Parallel to be maintained in the future, and not
--# just wither away like so many other free software tools, you
--# need to help finance the development.
--#
--# The citation notice is a simple way of doing so, as citations
--# makes it possible to me to get a job where I can maintain GNU
--# Parallel as part of the job.
--#
--# This means you can help financing development
--#
--#   WITHOUT PAYING A SINGLE CENT!
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work and which have not been tested
--# are, however, unlikely to be prioritized.
--#
--# Please note that GPL version 3 gives you the right to fork GNU
--# Parallel under a new name, but it does not give you the right to
--# distribute modified copies with the citation notice disabled in
--# a way where the software can be confused with GNU Parallel. To
--# do that you need to be the owner of the 

[arch-commits] Commit in parallel/repos/community-any (6 files)

2019-04-24 Thread Johannes Löthberg via arch-commits
Date: Wednesday, April 24, 2019 @ 18:18:23
  Author: demize
Revision: 453411

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/0001-Remove-citation-things.patch
(from rev 453410, parallel/trunk/0001-Remove-citation-things.patch)
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
(from rev 453410, parallel/trunk/0002-Remove-GNU-branding.patch)
  parallel/repos/community-any/PKGBUILD
(from rev 453410, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/0001-Remove-citation-things.patch
  parallel/repos/community-any/0002-Remove-GNU-branding.patch
  parallel/repos/community-any/PKGBUILD

---+
 0001-Remove-citation-things.patch |  570 ++--
 0002-Remove-GNU-branding.patch|  330 ++--
 PKGBUILD  |   80 ++---
 3 files changed, 498 insertions(+), 482 deletions(-)

Deleted: 0001-Remove-citation-things.patch
===
--- 0001-Remove-citation-things.patch   2019-04-24 18:18:16 UTC (rev 453410)
+++ 0001-Remove-citation-things.patch   2019-04-24 18:18:23 UTC (rev 453411)
@@ -1,277 +0,0 @@
-From e53f497bdd17ea5f6947d3b4af5d44c54b2978f5 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= 
-Date: Fri, 22 Mar 2019 19:03:41 +0100
-Subject: [PATCH 1/2] Remove citation things
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg 

- src/parallel | 218 +--
- 1 file changed, 1 insertion(+), 217 deletions(-)
-
-diff --git a/src/parallel b/src/parallel
-index 27a07c1..8e4437a 100755
 a/src/parallel
-+++ b/src/parallel
-@@ -1206,8 +1206,6 @@ sub options_hash() {
-"gnu" => \$opt::gnu,
-"link|xapply" => \$opt::link,
-"linkinputsource|xapplyinputsource=i" => \@opt::linkinputsource,
--   # Before changing this line, please read
-- # 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
-"bibtex|citation" => \$opt::citation,
-"wc|willcite|will-cite|nn|nonotice|no-notice" => \$opt::willcite,
-# Termination and retries
-@@ -1312,12 +1310,6 @@ sub parse_options(@) {
- my @argv_before = @ARGV;
- @ARGV = read_options();
- 
--# Before changing this line, please read
--# 
https://www.gnu.org/software/parallel/parallel_design.html#Citation-notice
--if(defined $opt::citation) {
--  citation(\@argv_before,\@ARGV);
--  wait_and_exit(0);
--}
- # no-* overrides *
- if($opt::nokeeporder) { $opt::keeporder = undef; }
- 
-@@ -1544,59 +1536,6 @@ sub parse_options(@) {
- if(defined $opt::eta) { $opt::progress = $opt::eta; }
- if(defined $opt::bar) { $opt::progress = $opt::bar; }
- 
--# Funding a free software project is hard. GNU Parallel is no
--# exception. On top of that it seems the less visible a project
--# is, the harder it is to get funding. And the nature of GNU
--# Parallel is that it will never be seen by "the guy with the
--# checkbook", but only by the people doing the actual work.
--#
--# This problem has been covered by others - though no solution has
--# been found:
--# https://www.slideshare.net/NadiaEghbal/consider-the-maintainer
--# https://www.numfocus.org/blog/why-is-numpy-only-now-getting-funded/
--#
--# Before implementing the citation notice it was discussed with
--# the users:
--# https://lists.gnu.org/archive/html/parallel/2013-11/msg6.html
--#
--# Having to spend 10 seconds on running 'parallel --citation' once
--# is no doubt not an ideal solution, but no one has so far come up
--# with an ideal solution - neither for funding GNU Parallel nor
--# other free software.
--#
--# If you believe you have the perfect solution, you should try it
--# out, and if it works, you should post it on the email
--# list. Ideas that will cost work and which have not been tested
--# are, however, unlikely to be prioritized.
--#
--# Please note that GPL version 3 gives you the right to fork GNU
--# Parallel under a new name, but it does not give you the right to
--# distribute modified copies with the citation notice disabled
--# under the name GNU Parallel. To do that you need to be the owner
--# of the GNU Parallel trademark. The xt:Commerce case shows this.
--#
--# Description of the xt:Commerce case in OLG Duesseldorf
--# 
http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
--# 
https://web.archive.org/web/20180715073746/http://www.inta.org/INTABulletin/Pages/GERMANYGeneralPublicLicenseDoesNotPermitUseofThird-PartyTrademarksforAdvertisingModifiedVersionsofOpen-SourceSoftware.aspx
--#
--