[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Sunday, August 11, 2019 @ 17:29:50 Author: demize Revision: 498961 upgpkg: parallel 20190722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-08-11 17:28:33 UTC (rev 498960) +++ PKGBUILD2019-08-11 17:29:50 UTC (rev 498961) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20190422 +pkgver=20190722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -14,7 +14,7 @@ source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} 0001-Remove-citation-things.patch 0002-Remove-GNU-branding.patch) -sha1sums=('921e0469fe655ca3f583d836b7d614c8cbebfad8' +sha1sums=('d07817630a0f64e2267fb8aa7ade71ea9cf20f25' 'SKIP' '550f849763d158146931609a1ba9c480cb00fe7e' 'c412f8e040283a00c58e44b89fecfe7daa54ea2a')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Saturday, June 8, 2019 @ 10:48:31 Author: arojas Revision: 478257 https Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2019-06-08 10:47:54 UTC (rev 478256) +++ PKGBUILD2019-06-08 10:48:31 UTC (rev 478257) @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') -url='http://www.gnu.org/software/parallel/' +url='https://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}
[arch-commits] Commit in parallel/trunk (PKGBUILD remove-citation-nagging.patch)
Date: Tuesday, January 1, 2019 @ 18:27:28 Author: demize Revision: 420212 upgpkg: parallel 20181222-1 Modified: parallel/trunk/PKGBUILD parallel/trunk/remove-citation-nagging.patch ---+ PKGBUILD |6 remove-citation-nagging.patch | 392 +++- 2 files changed, 387 insertions(+), 11 deletions(-) Modified: PKGBUILD === --- PKGBUILD2019-01-01 18:05:45 UTC (rev 420211) +++ PKGBUILD2019-01-01 18:27:28 UTC (rev 420212) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20181122 +pkgver=20181222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -13,9 +13,9 @@ depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} remove-citation-nagging.patch) -sha1sums=('e5501422315f989f622b564d4b75347abe799422' +sha1sums=('0eeb7f0503dc55c862f1c12d9d394f21e52764ae' 'SKIP' - '118706e9604bbb8de4d27682bb014a0614d6489a') + 'c33163602d9aabfe8a54c58a57f478642274f111') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516') prepare() { Modified: remove-citation-nagging.patch === --- remove-citation-nagging.patch 2019-01-01 18:05:45 UTC (rev 420211) +++ remove-citation-nagging.patch 2019-01-01 18:27:28 UTC (rev 420212) @@ -1,11 +1,387 @@ a/src/parallel 2018-12-19 19:03:15.922924562 +0100 -+++ a/src/parallel 2018-12-19 19:06:12.754363549 +0100 -@@ -1455,7 +1455,7 @@ - # runs. If that is too much trouble for you, why not use one of - # the alternatives instead? - # See a list in: 'man parallel_alternatives' +--- a/src/parallel 2019-01-01 19:20:08.657296201 +0100 b/src/parallel 2019-01-01 19:24:39.786562723 +0100 +@@ -1083,8 +1083,6 @@ +"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 +@@ -1188,12 +1186,6 @@ + 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; } + +@@ -1420,59 +1412,6 @@ + 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-PartyTrademar
[arch-commits] Commit in parallel/trunk (PKGBUILD remove-citation-nagging.patch)
Date: Wednesday, December 19, 2018 @ 18:08:33 Author: demize Revision: 416769 upgpkg: parallel 20181122-1 (Also disable citation nagging) Added: parallel/trunk/remove-citation-nagging.patch Modified: parallel/trunk/PKGBUILD ---+ PKGBUILD | 20 +--- remove-citation-nagging.patch | 11 +++ 2 files changed, 24 insertions(+), 7 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-12-19 16:23:48 UTC (rev 416768) +++ PKGBUILD2018-12-19 18:08:33 UTC (rev 416769) @@ -1,9 +1,10 @@ -# Maintainer: Timothy Redaelli +# Maintainer: Johannes Löthberg +# Contributor: Timothy Redaelli # Contributor: Vianney le Clément # Contributor: Peter Simons pkgname=parallel -pkgver=20180822 +pkgver=20181122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -10,13 +11,18 @@ url='http://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl' 'procps') -source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('268930f1ef472bdd25e9325ee0c46849' - 'SKIP') -sha1sums=('2b2b5c77b75867ea7df7c8f4ae40551aee6c1cf3' - 'SKIP') +source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} +remove-citation-nagging.patch) +sha1sums=('e5501422315f989f622b564d4b75347abe799422' + 'SKIP' + '118706e9604bbb8de4d27682bb014a0614d6489a') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516') +prepare() { + cd parallel-$pkgver + patch -p1 <"$srcdir"/remove-citation-nagging.patch +} + build() { cd parallel-$pkgver ./configure --prefix=/usr Added: remove-citation-nagging.patch === --- remove-citation-nagging.patch (rev 0) +++ remove-citation-nagging.patch 2018-12-19 18:08:33 UTC (rev 416769) @@ -0,0 +1,11 @@ +--- a/src/parallel 2018-12-19 19:03:15.922924562 +0100 a/src/parallel 2018-12-19 19:06:12.754363549 +0100 +@@ -1455,7 +1455,7 @@ + # runs. If that is too much trouble for you, why not use one of + # the alternatives instead? + # See a list in: 'man parallel_alternatives' +-citation_notice(); ++#citation_notice(); + + parse_halt(); +
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, September 6, 2018 @ 19:09:20 Author: demize Revision: 377882 upgpkg: parallel 20180822-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-09-06 19:09:19 UTC (rev 377881) +++ PKGBUILD2018-09-06 19:09:20 UTC (rev 377882) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180722 +pkgver=20180822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('a9dd043304b898561edac5a09f6e7928' +md5sums=('268930f1ef472bdd25e9325ee0c46849' 'SKIP') -sha1sums=('299fb166e101e201539f4467814a351b8a0687b8' +sha1sums=('2b2b5c77b75867ea7df7c8f4ae40551aee6c1cf3' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, July 25, 2018 @ 18:27:13 Author: demize Revision: 363394 upgpkg: parallel 20180722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-07-25 16:40:11 UTC (rev 363393) +++ PKGBUILD2018-07-25 18:27:13 UTC (rev 363394) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180622 +pkgver=20180722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('5ccc0d961cc21622f43ae3cf5399e2c7' +md5sums=('a9dd043304b898561edac5a09f6e7928' 'SKIP') -sha1sums=('9243a8893ac4821dc0af9503bc94c065db73c305' +sha1sums=('299fb166e101e201539f4467814a351b8a0687b8' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, June 28, 2018 @ 22:14:55 Author: demize Revision: 347713 upgpkg: parallel 20180622-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-28 21:57:32 UTC (rev 347712) +++ PKGBUILD2018-06-28 22:14:55 UTC (rev 347713) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180522 +pkgver=20180622 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('fb8fa0fa17074d3da87408315e0e92b5' +md5sums=('5ccc0d961cc21622f43ae3cf5399e2c7' 'SKIP') -sha1sums=('e148aebb83dd5d2fa462cb04f7274a45ff93eb92' +sha1sums=('9243a8893ac4821dc0af9503bc94c065db73c305' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, June 4, 2018 @ 21:53:23 Author: demize Revision: 340461 upgpkg: parallel 20180522-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-06-04 21:52:45 UTC (rev 340460) +++ PKGBUILD2018-06-04 21:53:23 UTC (rev 340461) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180422 +pkgver=20180522 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('823a7da4394f13d32e372501a480c619' +md5sums=('fb8fa0fa17074d3da87408315e0e92b5' 'SKIP') -sha1sums=('98e884932be5aab471d8f8d66db747cbc56570e6' +sha1sums=('e148aebb83dd5d2fa462cb04f7274a45ff93eb92' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, April 23, 2018 @ 17:31:39 Author: demize Revision: 317387 upgpkg: parallel 20180422-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-04-23 17:31:26 UTC (rev 317386) +++ PKGBUILD2018-04-23 17:31:39 UTC (rev 317387) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180322 +pkgver=20180422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('111f0a56047dac931ae0fdc3cbcbd82c' +md5sums=('823a7da4394f13d32e372501a480c619' 'SKIP') -sha1sums=('81047348029c93f353bceb06046a04936cdc353c' +sha1sums=('98e884932be5aab471d8f8d66db747cbc56570e6' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Saturday, March 24, 2018 @ 13:44:51 Author: demize Revision: 311939 upgpkg: parallel 20180322-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-03-24 13:42:25 UTC (rev 311938) +++ PKGBUILD2018-03-24 13:44:51 UTC (rev 311939) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180222 +pkgver=20180322 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('33bf53bf8e3422ad05cfa7935315cd5f' +md5sums=('111f0a56047dac931ae0fdc3cbcbd82c' 'SKIP') -sha1sums=('e6e44c09c354384c73e84f14cfc9efe83e485358' +sha1sums=('81047348029c93f353bceb06046a04936cdc353c' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, March 5, 2018 @ 13:21:22 Author: demize Revision: 302684 upgpkg: parallel 20180222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-03-05 13:21:08 UTC (rev 302683) +++ PKGBUILD2018-03-05 13:21:22 UTC (rev 302684) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20180122 +pkgver=20180222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('ff082dd0d26a4ec819bf9796668111c3' +md5sums=('33bf53bf8e3422ad05cfa7935315cd5f' 'SKIP') -sha1sums=('c224c755acd49867c26fdbc4d1d25147ef869c0c' +sha1sums=('e6e44c09c354384c73e84f14cfc9efe83e485358' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Friday, February 16, 2018 @ 13:01:48 Author: demize Revision: 294992 upgpkg: parallel 20180122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2018-02-16 13:01:40 UTC (rev 294991) +++ PKGBUILD2018-02-16 13:01:48 UTC (rev 294992) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20171222 +pkgver=20180122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('ca03691d1eba5c953d03a9d155174e72' +md5sums=('ff082dd0d26a4ec819bf9796668111c3' 'SKIP') -sha1sums=('e8632264794c3408cf58502bdc187205638de7a2' +sha1sums=('c224c755acd49867c26fdbc4d1d25147ef869c0c' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Sunday, December 24, 2017 @ 14:20:46 Author: demize Revision: 275768 upgpkg: parallel 20171222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-12-24 14:18:38 UTC (rev 275767) +++ PKGBUILD2017-12-24 14:20:46 UTC (rev 275768) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20171122 +pkgver=20171222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('55bbdfe11936324ce4f8a7f8a0a292f8' +md5sums=('ca03691d1eba5c953d03a9d155174e72' 'SKIP') -sha1sums=('366367057f0a30b7b7b1613d71a64d2dc9b89a1c' +sha1sums=('e8632264794c3408cf58502bdc187205638de7a2' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, December 19, 2017 @ 18:17:19 Author: demize Revision: 274906 upgpkg: parallel 20171122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-12-19 18:17:13 UTC (rev 274905) +++ PKGBUILD2017-12-19 18:17:19 UTC (rev 274906) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20171022 +pkgver=20171122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('ea9e7e95e9bcef48aa35cf89cc5cd695' +md5sums=('55bbdfe11936324ce4f8a7f8a0a292f8' 'SKIP') -sha1sums=('6f28db329d1ffee1cb23b99731405a808e1c2585' +sha1sums=('366367057f0a30b7b7b1613d71a64d2dc9b89a1c' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, October 24, 2017 @ 21:38:21 Author: demize Revision: 264164 upgpkg: parallel 20171022-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-10-24 21:36:19 UTC (rev 264163) +++ PKGBUILD2017-10-24 21:38:21 UTC (rev 264164) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20170922 +pkgver=20171022 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('9d646676239f6e0a28e0615f2676470f' +md5sums=('ea9e7e95e9bcef48aa35cf89cc5cd695' 'SKIP') -sha1sums=('d2bb1800866ebcadd09332c334e0084ab39cb943' +sha1sums=('6f28db329d1ffee1cb23b99731405a808e1c2585' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, September 25, 2017 @ 18:20:48 Author: demize Revision: 260575 upgpkg: parallel 20170922-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-09-25 18:20:28 UTC (rev 260574) +++ PKGBUILD2017-09-25 18:20:48 UTC (rev 260575) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20170822 +pkgver=20170922 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('6475f18bb12b958d9f4a998240b81bbc' +md5sums=('9d646676239f6e0a28e0615f2676470f' 'SKIP') -sha1sums=('dd47856399cfdc97c4f6a7351c006413d4e8c024' +sha1sums=('d2bb1800866ebcadd09332c334e0084ab39cb943' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, September 7, 2017 @ 20:11:08 Author: demize Revision: 256116 upgpkg: parallel 20170822-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-09-07 18:51:05 UTC (rev 256115) +++ PKGBUILD2017-09-07 20:11:08 UTC (rev 256116) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20170322 +pkgver=20170822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,20 +12,20 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('4fe1b8d2e3974d26c77f0b514988214d' +md5sums=('6475f18bb12b958d9f4a998240b81bbc' 'SKIP') -sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19' +sha1sums=('dd47856399cfdc97c4f6a7351c006413d4e8c024' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516') build() { - cd "$pkgname-$pkgver" + cd parallel-$pkgver ./configure --prefix=/usr make } package() { - cd "$pkgname-$pkgver" + cd parallel-$pkgver make DESTDIR="$pkgdir/" install }
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, March 27, 2017 @ 11:40:04 Author: tredaelli Revision: 219311 upgpkg: parallel 20170322-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-03-27 10:25:22 UTC (rev 219310) +++ PKGBUILD2017-03-27 11:40:04 UTC (rev 219311) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20170222 +pkgver=20170322 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71' +md5sums=('4fe1b8d2e3974d26c77f0b514988214d' 'SKIP') -sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba' +sha1sums=('171395fc77b9f83cb06ba847cae7f7a8ecba4a19' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Friday, March 10, 2017 @ 16:09:12 Author: tredaelli Revision: 215605 upgpkg: parallel 20170222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-03-10 16:06:48 UTC (rev 215604) +++ PKGBUILD2017-03-10 16:09:12 UTC (rev 215605) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20170122 +pkgver=20170222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb' +md5sums=('e3e2f4eda4a9292b1cfaa5ec35545c71' 'SKIP') -sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012' +sha1sums=('2ac4d0343093dee7024f5e09b21c37286c70dfba' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, February 14, 2017 @ 15:15:27 Author: tredaelli Revision: 212373 upgpkg: parallel 20170122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-02-14 14:45:28 UTC (rev 212372) +++ PKGBUILD2017-02-14 15:15:27 UTC (rev 212373) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20161222 +pkgver=20170122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('1e5752dfd407df6e27ca1c65cf2642f8' +md5sums=('c9f0ec01463dc75dbbf292fd8be5f1eb' 'SKIP') -sha1sums=('00b110f1759fa2fcc54ad62e84b15fe013fffaca' +sha1sums=('e766bb0180b66e29d5fd9cb14ad145a2a75a0012' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, January 3, 2017 @ 12:29:45 Author: tredaelli Revision: 204782 upgpkg: parallel 20161222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2017-01-03 12:27:51 UTC (rev 204781) +++ PKGBUILD2017-01-03 12:29:45 UTC (rev 204782) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20161122 +pkgver=20161222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('934d08ed2f9973af4e195b3b52780b64' +md5sums=('1e5752dfd407df6e27ca1c65cf2642f8' 'SKIP') -sha1sums=('5416a77835f4ca893dd761b4ffd4c47ceeab088c' +sha1sums=('00b110f1759fa2fcc54ad62e84b15fe013fffaca' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, December 19, 2016 @ 11:27:45 Author: tredaelli Revision: 200296 upgpkg: parallel 20161122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-12-19 11:27:11 UTC (rev 200295) +++ PKGBUILD2016-12-19 11:27:45 UTC (rev 200296) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20161022 +pkgver=20161122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('cd6ea941985f34103cf9abc98e780a99' +md5sums=('934d08ed2f9973af4e195b3b52780b64' 'SKIP') -sha1sums=('0013eafea24e5bb637df9c81c6621ad2d68ffa49' +sha1sums=('5416a77835f4ca893dd761b4ffd4c47ceeab088c' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, November 14, 2016 @ 14:30:09 Author: tredaelli Revision: 195687 Todo List: Use gpg signatures and https sources Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD === --- PKGBUILD2016-11-14 14:29:41 UTC (rev 195686) +++ PKGBUILD2016-11-14 14:30:09 UTC (rev 195687) @@ -11,7 +11,7 @@ url='http://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl' 'procps') -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) md5sums=('cd6ea941985f34103cf9abc98e780a99' 'SKIP') sha1sums=('0013eafea24e5bb637df9c81c6621ad2d68ffa49'
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, October 25, 2016 @ 16:29:56 Author: tredaelli Revision: 193341 upgpkg: parallel 20161022-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-25 16:24:06 UTC (rev 193340) +++ PKGBUILD2016-10-25 16:29:56 UTC (rev 193341) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160922 +pkgver=20161022 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('48eaf1b74a0c4ee1fcb0cbe599d667f4' +md5sums=('cd6ea941985f34103cf9abc98e780a99' 'SKIP') -sha1sums=('54e1cd4aff2b6c8a469fb8360094e597e5cb6c6a' +sha1sums=('0013eafea24e5bb637df9c81c6621ad2d68ffa49' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Sunday, October 9, 2016 @ 10:22:36 Author: tredaelli Revision: 191682 upgpkg: parallel 20160922-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-10-09 10:20:22 UTC (rev 191681) +++ PKGBUILD2016-10-09 10:22:36 UTC (rev 191682) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160822 +pkgver=20160922 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('bf61c286c4de6d29b3adcbcbb7267385' +md5sums=('48eaf1b74a0c4ee1fcb0cbe599d667f4' 'SKIP') -sha1sums=('eacae06b0e145559d9f9d2f027be5cfac28f76bf' +sha1sums=('54e1cd4aff2b6c8a469fb8360094e597e5cb6c6a' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, August 23, 2016 @ 14:21:29 Author: tredaelli Revision: 187396 upgpkg: parallel 20160822-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-08-23 14:19:58 UTC (rev 187395) +++ PKGBUILD2016-08-23 14:21:29 UTC (rev 187396) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160722 +pkgver=20160822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('7c0462c43a93e717766dbe156cf7c24d' +md5sums=('bf61c286c4de6d29b3adcbcbb7267385' 'SKIP') -sha1sums=('3b78b61ca4f638611aa4689f50a49731beb882bb' +sha1sums=('eacae06b0e145559d9f9d2f027be5cfac28f76bf' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, July 25, 2016 @ 10:05:34 Author: tredaelli Revision: 183957 upgpkg: parallel 20160722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-07-25 09:51:41 UTC (rev 183956) +++ PKGBUILD2016-07-25 10:05:34 UTC (rev 183957) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160622 +pkgver=20160722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('2050d01356921fee8b07c531576b5541' +md5sums=('7c0462c43a93e717766dbe156cf7c24d' 'SKIP') -sha1sums=('8c2e7a7bb6afef106df5a3e6729797985d92522b' +sha1sums=('3b78b61ca4f638611aa4689f50a49731beb882bb' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, July 4, 2016 @ 12:24:29 Author: tredaelli Revision: 182185 upgpkg: parallel 20160622-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-07-04 12:03:34 UTC (rev 182184) +++ PKGBUILD2016-07-04 12:24:29 UTC (rev 182185) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160522 +pkgver=20160622 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('cbf15979ca431452ceecb8e638d5bf13' +md5sums=('2050d01356921fee8b07c531576b5541' 'SKIP') -sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b' +sha1sums=('8c2e7a7bb6afef106df5a3e6729797985d92522b' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Sunday, May 29, 2016 @ 01:39:46 Author: tredaelli Revision: 177394 upgpkg: parallel 20160522-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-05-28 21:45:42 UTC (rev 177393) +++ PKGBUILD2016-05-28 23:39:46 UTC (rev 177394) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160222 +pkgver=20160522 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('8f2c0a3c51fac6aaf11babe31fc5a5c0' +md5sums=('cbf15979ca431452ceecb8e638d5bf13' 'SKIP') -sha1sums=('8ea2e99076f198d73df8f2f2d419cf26fd6aaa5e' +sha1sums=('d0450ee0d30ff069b9376209b69b388f4ebec00b' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, March 2, 2016 @ 11:43:43 Author: tredaelli Revision: 164103 upgpkg: parallel 20160222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-03-02 10:43:37 UTC (rev 164102) +++ PKGBUILD2016-03-02 10:43:43 UTC (rev 164103) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20160122 +pkgver=20160222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('9a13d1d5266634ad8214188f00fe484a' +md5sums=('8f2c0a3c51fac6aaf11babe31fc5a5c0' 'SKIP') -sha1sums=('02cddf7237e5d5a5195d9178cd9514dcec2fbcdd' +sha1sums=('8ea2e99076f198d73df8f2f2d419cf26fd6aaa5e' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Friday, February 19, 2016 @ 16:06:11 Author: tredaelli Revision: 162587 upgpkg: parallel 20160122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2016-02-19 15:05:16 UTC (rev 162586) +++ PKGBUILD2016-02-19 15:06:11 UTC (rev 162587) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20151122 +pkgver=20160122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('2a6dc245533b87aa7ddb852c65387f1d' +md5sums=('9a13d1d5266634ad8214188f00fe484a' 'SKIP') -sha1sums=('7306b1068740671e34962bf9e6a343796c7273dd' +sha1sums=('02cddf7237e5d5a5195d9178cd9514dcec2fbcdd' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, December 21, 2015 @ 15:52:22 Author: tredaelli Revision: 153896 upgpkg: parallel 20151122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-12-21 14:49:11 UTC (rev 153895) +++ PKGBUILD2015-12-21 14:52:22 UTC (rev 153896) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20151022 +pkgver=20151122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95' +md5sums=('2a6dc245533b87aa7ddb852c65387f1d' 'SKIP') -sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455' +sha1sums=('7306b1068740671e34962bf9e6a343796c7273dd' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, November 2, 2015 @ 17:01:21 Author: tredaelli Revision: 145672 upgpkg: parallel 20151022-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-11-02 16:01:09 UTC (rev 145671) +++ PKGBUILD2015-11-02 16:01:21 UTC (rev 145672) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150922 +pkgver=20151022 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('ede051a18f66b052aa3c89c698f478fd' +md5sums=('f8b0bc39b2b7c8ab0b8b5cdee881ee95' 'SKIP') -sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4' +sha1sums=('ca3a0e1d35a561d485c8f4e99154b862b6121455' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, October 19, 2015 @ 12:23:27 Author: tredaelli Revision: 144361 upgpkg: parallel 20150922-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-10-19 10:21:32 UTC (rev 144360) +++ PKGBUILD2015-10-19 10:23:27 UTC (rev 144361) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150822 +pkgver=20150922 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('1984e556ca17dd99e64e50a82de36137' +md5sums=('ede051a18f66b052aa3c89c698f478fd' 'SKIP') -sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a' +sha1sums=('fa63e9d4e3c893cc26c69e9e9eedcdcd815db2b4' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD fix-pod-numbers.patch)
Date: Tuesday, September 8, 2015 @ 18:14:20 Author: tredaelli Revision: 139625 upgpkg: parallel 20150822-1 Modified: parallel/trunk/PKGBUILD Deleted: parallel/trunk/fix-pod-numbers.patch ---+ PKGBUILD |9 +++-- fix-pod-numbers.patch | 47 --- 2 files changed, 3 insertions(+), 53 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-09-08 16:10:07 UTC (rev 139624) +++ PKGBUILD2015-09-08 16:14:20 UTC (rev 139625) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150722 +pkgver=20150822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('549d84033dc1c1ba123313c2237215f9' +md5sums=('1984e556ca17dd99e64e50a82de36137' 'SKIP') -sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d' +sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516') @@ -27,9 +27,6 @@ package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install - - # FIXME - ln -sf parallel "$pkgdir/usr/bin/sem" } # vim:set ts=2 sw=2 et: Deleted: fix-pod-numbers.patch === --- fix-pod-numbers.patch 2015-09-08 16:10:07 UTC (rev 139624) +++ fix-pod-numbers.patch 2015-09-08 16:14:20 UTC (rev 139625) @@ -1,47 +0,0 @@ src/parallel.pod.orig -+++ src/parallel.pod -@@ -528,18 +528,18 @@ - - =over 3 - --=item 0 -+=item 0Z<> - - Do not halt if a job fails. Exit status will be the number of jobs - failed. This is the default. - --=item 1 -+=item 1Z<> - - Do not start new jobs if a job fails, but complete the running jobs - including cleanup. The exit status will be the exit status from the - last failing job. - --=item 2 -+=item 2Z<> - - Kill off all jobs immediately and exit without cleanup. The exit - status will be the exit status from the failing job. -@@ -2760,7 +2760,7 @@ - - =over 6 - --=item 0 -+=item 0Z<> - - All jobs ran without error. - -@@ -2768,11 +2768,11 @@ - - Some of the jobs failed. The exit status gives the number of failed jobs - --=item 254 -+=item 254Z<> - - More than 253 jobs failed. - --=item 255 -+=item 255Z<> - - Other error. -
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, August 4, 2015 @ 11:35:09 Author: tredaelli Revision: 137927 upgpkg: parallel 20150722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-08-04 09:34:06 UTC (rev 137926) +++ PKGBUILD2015-08-04 09:35:09 UTC (rev 137927) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150622 +pkgver=20150722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('1684b2d2a04e76fefc878bf0447e0554' +md5sums=('549d84033dc1c1ba123313c2237215f9' 'SKIP') -sha1sums=('85cbc28f7adbed7cae46979b9b8832e225b6ba73' +sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, July 15, 2015 @ 20:48:32 Author: tredaelli Revision: 136963 upgpkg: parallel 20150622-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-07-15 18:46:04 UTC (rev 136962) +++ PKGBUILD2015-07-15 18:48:32 UTC (rev 136963) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150522 +pkgver=20150622 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('baa13d9ed0caad76004e9fe9b9b78c72' +md5sums=('1684b2d2a04e76fefc878bf0447e0554' 'SKIP') -sha1sums=('2a60a866ec8d0116d277718b47a2da26eaf4e961' +sha1sums=('85cbc28f7adbed7cae46979b9b8832e225b6ba73' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, June 9, 2015 @ 14:49:50 Author: tredaelli Revision: 135093 upgpkg: parallel 20150522-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-06-09 12:19:20 UTC (rev 135092) +++ PKGBUILD2015-06-09 12:49:50 UTC (rev 135093) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150422 +pkgver=20150522 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('cf88cabf3603cb8d41232913f1954b11' +md5sums=('baa13d9ed0caad76004e9fe9b9b78c72' 'SKIP') -sha1sums=('abcc4c733a2ecbbfb4e615c2f73ce6b307a35c8b' +sha1sums=('2a60a866ec8d0116d277718b47a2da26eaf4e961' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, May 21, 2015 @ 15:12:43 Author: tredaelli Revision: 133916 upgpkg: parallel 20150422-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-05-21 13:10:51 UTC (rev 133915) +++ PKGBUILD2015-05-21 13:12:43 UTC (rev 133916) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150322 +pkgver=20150422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('94b9113a651dfdb40a7032637a5d5aaf' +md5sums=('cf88cabf3603cb8d41232913f1954b11' 'SKIP') -sha1sums=('9f880243481f268fa0985befb0112d86154cc490' +sha1sums=('abcc4c733a2ecbbfb4e615c2f73ce6b307a35c8b' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, March 30, 2015 @ 18:03:53 Author: tredaelli Revision: 130317 upgpkg: parallel 20150322-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-03-30 15:46:55 UTC (rev 130316) +++ PKGBUILD2015-03-30 16:03:53 UTC (rev 130317) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20150122 +pkgver=20150322 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('b3b30bdbfc031f6955e0eb27cb2c6d72' +md5sums=('94b9113a651dfdb40a7032637a5d5aaf' 'SKIP') -sha1sums=('95f822b42010d41be8156b773816c684d4e2fac5' +sha1sums=('9f880243481f268fa0985befb0112d86154cc490' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, January 27, 2015 @ 11:08:46 Author: tredaelli Revision: 126631 upgpkg: parallel 20150122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2015-01-27 10:06:53 UTC (rev 126630) +++ PKGBUILD2015-01-27 10:08:46 UTC (rev 126631) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20141122 +pkgver=20150122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('9fad45cfb5180d35650f6c2316e1489a' +md5sums=('b3b30bdbfc031f6955e0eb27cb2c6d72' 'SKIP') -sha1sums=('234b43a99354e2079b3dff48ab2e10a9cc9e3b42' +sha1sums=('95f822b42010d41be8156b773816c684d4e2fac5' 'SKIP') validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, January 12, 2015 @ 11:00:43 Author: tredaelli Revision: 125800 validpgpkeys integrity check Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |1 + 1 file changed, 1 insertion(+) Modified: PKGBUILD === --- PKGBUILD2015-01-12 09:58:17 UTC (rev 125799) +++ PKGBUILD2015-01-12 10:00:43 UTC (rev 125800) @@ -16,6 +16,7 @@ 'SKIP') sha1sums=('234b43a99354e2079b3dff48ab2e10a9cc9e3b42' 'SKIP') +validpgpkeys=('CDA01A4208C4F74506107E7BD1AB4516') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, December 15, 2014 @ 16:43:19 Author: tredaelli Revision: 123905 upgpkg: parallel 20141122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-12-15 09:56:01 UTC (rev 123904) +++ PKGBUILD2014-12-15 15:43:19 UTC (rev 123905) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20141022 +pkgver=20141122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('c01f53f9f6cc721a81591308f9e689c4' +md5sums=('9fad45cfb5180d35650f6c2316e1489a' 'SKIP') -sha1sums=('6aca752527a4c3798c4ec80a9d0f037969280975' +sha1sums=('234b43a99354e2079b3dff48ab2e10a9cc9e3b42' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, November 4, 2014 @ 16:46:46 Author: tredaelli Revision: 121834 upgpkg: parallel 20141022-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-11-04 15:45:09 UTC (rev 121833) +++ PKGBUILD2014-11-04 15:46:46 UTC (rev 121834) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140922 +pkgver=20141022 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('82501190145992d56abf2e391752820b' +md5sums=('c01f53f9f6cc721a81591308f9e689c4' 'SKIP') -sha1sums=('30face2362e8c15057b4914786b38a2d2e54ec9a' +sha1sums=('6aca752527a4c3798c4ec80a9d0f037969280975' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, September 30, 2014 @ 00:30:11 Author: tredaelli Revision: 119848 upgpkg: parallel 20140922-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |8 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-09-29 22:24:35 UTC (rev 119847) +++ PKGBUILD2014-09-29 22:30:11 UTC (rev 119848) @@ -4,8 +4,8 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140822 -pkgrel=2 +pkgver=20140922 +pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') url='http://www.gnu.org/software/parallel/' @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('81064272734f7576f367636eb7d6059d' +md5sums=('82501190145992d56abf2e391752820b' 'SKIP') -sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f' +sha1sums=('30face2362e8c15057b4914786b38a2d2e54ec9a' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Saturday, September 6, 2014 @ 18:01:31 Author: tredaelli Revision: 118458 upgpkg: parallel 20140822-2 Add procps as deps Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-09-06 16:01:11 UTC (rev 118457) +++ PKGBUILD2014-09-06 16:01:31 UTC (rev 118458) @@ -5,12 +5,12 @@ pkgname=parallel pkgver=20140822 -pkgrel=1 +pkgrel=2 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') url='http://www.gnu.org/software/parallel/' license=('GPL3') -depends=('perl') +depends=('perl' 'procps') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) md5sums=('81064272734f7576f367636eb7d6059d' 'SKIP')
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, August 28, 2014 @ 17:45:56 Author: tredaelli Revision: 118032 upgpkg: parallel 20140822-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-08-28 15:38:36 UTC (rev 118031) +++ PKGBUILD2014-08-28 15:45:56 UTC (rev 118032) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140722 +pkgver=20140822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('c9179f12dee5858f98b5d34147a6fe8a' +md5sums=('81064272734f7576f367636eb7d6059d' 'SKIP') -sha1sums=('3f92a1069e068cda11cab0e0c698919991e470a0' +sha1sums=('ca81369f106137380ba6a1729fb85efbf9c6e00f' 'SKIP') build() { @@ -26,6 +26,9 @@ package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install + + # FIXME + ln -sf parallel "$pkgdir/usr/bin/sem" } # vim:set ts=2 sw=2 et:
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, July 22, 2014 @ 10:34:20 Author: tredaelli Revision: 116087 upgpkg: parallel 20140722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-07-22 08:21:24 UTC (rev 116086) +++ PKGBUILD2014-07-22 08:34:20 UTC (rev 116087) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140622 +pkgver=20140722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('3d6d242566983d9bca776cc8fb5c8b80' +md5sums=('c9179f12dee5858f98b5d34147a6fe8a' 'SKIP') -sha1sums=('f4e3a59aebe6688ff0db8ee50d391a40609a1a22' +sha1sums=('3f92a1069e068cda11cab0e0c698919991e470a0' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, June 30, 2014 @ 15:57:44 Author: tredaelli Revision: 113791 upgpkg: parallel 20140622-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-06-30 13:57:31 UTC (rev 113790) +++ PKGBUILD2014-06-30 13:57:44 UTC (rev 113791) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140522 +pkgver=20140622 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('581ec94b81121bb923ce0aa47df516ae' +md5sums=('3d6d242566983d9bca776cc8fb5c8b80' 'SKIP') -sha1sums=('3dfd622b3e61d53dc296f85d5da54619c15d3a9c' +sha1sums=('f4e3a59aebe6688ff0db8ee50d391a40609a1a22' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Friday, May 23, 2014 @ 11:44:06 Author: tredaelli Revision: 111747 upgpkg: parallel 20140522-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-05-23 09:43:05 UTC (rev 111746) +++ PKGBUILD2014-05-23 09:44:06 UTC (rev 111747) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140422 +pkgver=20140522 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('be1cb2f4b15d4631a4712909cb7ba191' +md5sums=('581ec94b81121bb923ce0aa47df516ae' 'SKIP') -sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784' +sha1sums=('3dfd622b3e61d53dc296f85d5da54619c15d3a9c' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, April 23, 2014 @ 15:35:48 Author: tredaelli Revision: 110030 upgpkg: parallel 20140422-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-23 09:32:34 UTC (rev 110029) +++ PKGBUILD2014-04-23 13:35:48 UTC (rev 110030) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140322 +pkgver=20140422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('d5a35f19494e3461352199a80e247992' +md5sums=('be1cb2f4b15d4631a4712909cb7ba191' 'SKIP') -sha1sums=('125dfaa4c877565b88a310620a031c41e1930c83' +sha1sums=('e376fb15bdc2d5a404c81ddde76fe9596a1bc784' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, April 2, 2014 @ 12:25:57 Author: tredaelli Revision: 108732 upgpkg: parallel 20140322-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-04-02 10:14:29 UTC (rev 108731) +++ PKGBUILD2014-04-02 10:25:57 UTC (rev 108732) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20140122 +pkgver=20140322 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('43d79ff6af01718da107842f00edd7fa' +md5sums=('d5a35f19494e3461352199a80e247992' 'SKIP') -sha1sums=('a5c595d04463bbb6e08df71656cafda7bef3f253' +sha1sums=('125dfaa4c877565b88a310620a031c41e1930c83' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, January 22, 2014 @ 16:28:17 Author: tredaelli Revision: 104544 upgpkg: parallel 20140122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2014-01-22 15:26:47 UTC (rev 104543) +++ PKGBUILD2014-01-22 15:28:17 UTC (rev 104544) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20131222 +pkgver=20140122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('782e594b226454ef58ac4e3d4addaba4' +md5sums=('43d79ff6af01718da107842f00edd7fa' 'SKIP') -sha1sums=('92d8954a3269aaf95a4abd04ad15e11b1451f2e3' +sha1sums=('a5c595d04463bbb6e08df71656cafda7bef3f253' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, December 30, 2013 @ 17:49:48 Author: tredaelli Revision: 103229 upgpkg: parallel 20131222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-12-30 16:46:29 UTC (rev 103228) +++ PKGBUILD2013-12-30 16:49:48 UTC (rev 103229) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20131122 +pkgver=20131222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('9cec34e1d32a373a09dba692436ceedf' +md5sums=('782e594b226454ef58ac4e3d4addaba4' 'SKIP') -sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a' +sha1sums=('92d8954a3269aaf95a4abd04ad15e11b1451f2e3' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, November 27, 2013 @ 21:15:20 Author: tredaelli Revision: 101558 upgpkg: parallel 20131122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-11-27 20:13:39 UTC (rev 101557) +++ PKGBUILD2013-11-27 20:15:20 UTC (rev 101558) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20131022 +pkgver=20131122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('086c1d04145ee4e1d986191aa1d3f621' +md5sums=('9cec34e1d32a373a09dba692436ceedf' 'SKIP') -sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81' +sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, October 22, 2013 @ 12:18:47 Author: tredaelli Revision: 99017 upgpkg: parallel 20131022-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-10-22 09:49:03 UTC (rev 99016) +++ PKGBUILD2013-10-22 10:18:47 UTC (rev 99017) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130922 +pkgver=20131022 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('7b522b7c51ef2a1f5c02b58d9fa50afb' +md5sums=('086c1d04145ee4e1d986191aa1d3f621' 'SKIP') -sha1sums=('be84aae96ee8c0a6651a3b5ca232fcb35066b3f3' +sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, September 23, 2013 @ 14:30:07 Author: tredaelli Revision: 97511 upgpkg: parallel 20130922-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-23 12:28:02 UTC (rev 97510) +++ PKGBUILD2013-09-23 12:30:07 UTC (rev 97511) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130822 +pkgver=20130922 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('815cd6ff9e994ed8049e34ec507ded35' +md5sums=('7b522b7c51ef2a1f5c02b58d9fa50afb' 'SKIP') -sha1sums=('d493a8982837d49806fd05d9d474aa8e9afbddf3' +sha1sums=('be84aae96ee8c0a6651a3b5ca232fcb35066b3f3' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, September 9, 2013 @ 16:17:31 Author: tredaelli Revision: 96967 upgpkg: parallel 20130822-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD | 20 ++-- 1 file changed, 6 insertions(+), 14 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-09-09 13:06:19 UTC (rev 96966) +++ PKGBUILD2013-09-09 14:17:31 UTC (rev 96967) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130722 +pkgver=20130822 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -11,20 +11,12 @@ url='http://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl') -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} -fix-pod-numbers.patch) -md5sums=('ddb92b545af782b4d6288c65ef28847e' - 'SKIP' - '2b5e03baf585de642885062f177efc03') -sha1sums=('d794ac9c2c0a73d430b9ae2ebbbd07e4eb2fcaf0' - 'SKIP' - '0def90e91269073213a0e78b34754c95b7ddd4f2') +source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) +md5sums=('815cd6ff9e994ed8049e34ec507ded35' + 'SKIP') +sha1sums=('d493a8982837d49806fd05d9d474aa8e9afbddf3' + 'SKIP') -prepare() { - cd "$pkgname-$pkgver" - patch -p0 -i "$srcdir/fix-pod-numbers.patch" -} - build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Wednesday, July 31, 2013 @ 12:05:23 Author: tredaelli Revision: 94853 upgpkg: parallel 20130722-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-07-31 09:52:34 UTC (rev 94852) +++ PKGBUILD2013-07-31 10:05:23 UTC (rev 94853) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130622 +pkgver=20130722 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -13,10 +13,10 @@ depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} fix-pod-numbers.patch) -md5sums=('a0740b771fe2dda162e1bb09b6996f57' +md5sums=('ddb92b545af782b4d6288c65ef28847e' 'SKIP' '2b5e03baf585de642885062f177efc03') -sha1sums=('032c4b57dbf21156a6706481e3676ac3cd77efdf' +sha1sums=('d794ac9c2c0a73d430b9ae2ebbbd07e4eb2fcaf0' 'SKIP' '0def90e91269073213a0e78b34754c95b7ddd4f2')
[arch-commits] Commit in parallel/trunk (PKGBUILD fix-pod-numbers.patch)
Date: Monday, June 24, 2013 @ 12:04:37 Author: tredaelli Revision: 93096 upgpkg: parallel 20130622-1 Added: parallel/trunk/fix-pod-numbers.patch Modified: parallel/trunk/PKGBUILD ---+ PKGBUILD | 20 ++-- fix-pod-numbers.patch | 47 +++ 2 files changed, 61 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-06-24 09:56:58 UTC (rev 93095) +++ PKGBUILD2013-06-24 10:04:37 UTC (rev 93096) @@ -4,19 +4,27 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130522 +pkgver=20130622 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') url='http://www.gnu.org/software/parallel/' license=('GPL3') depends=('perl') -source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('42ab88dda406027d8d94ba2cdd84fbc3' - 'SKIP') -sha1sums=('4f154de0818c59b45e2e1f6129a9c42fc0c6d3de' - 'SKIP') +source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig} +fix-pod-numbers.patch) +md5sums=('a0740b771fe2dda162e1bb09b6996f57' + 'SKIP' + '2b5e03baf585de642885062f177efc03') +sha1sums=('032c4b57dbf21156a6706481e3676ac3cd77efdf' + 'SKIP' + '0def90e91269073213a0e78b34754c95b7ddd4f2') +prepare() { + cd "$pkgname-$pkgver" + patch -p0 -i "$srcdir/fix-pod-numbers.patch" +} + build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr Added: fix-pod-numbers.patch === --- fix-pod-numbers.patch (rev 0) +++ fix-pod-numbers.patch 2013-06-24 10:04:37 UTC (rev 93096) @@ -0,0 +1,47 @@ +--- src/parallel.pod.orig src/parallel.pod +@@ -528,18 +528,18 @@ + + =over 3 + +-=item 0 ++=item 0Z<> + + Do not halt if a job fails. Exit status will be the number of jobs + failed. This is the default. + +-=item 1 ++=item 1Z<> + + Do not start new jobs if a job fails, but complete the running jobs + including cleanup. The exit status will be the exit status from the + last failing job. + +-=item 2 ++=item 2Z<> + + Kill off all jobs immediately and exit without cleanup. The exit + status will be the exit status from the failing job. +@@ -2760,7 +2760,7 @@ + + =over 6 + +-=item 0 ++=item 0Z<> + + All jobs ran without error. + +@@ -2768,11 +2768,11 @@ + + Some of the jobs failed. The exit status gives the number of failed jobs + +-=item 254 ++=item 254Z<> + + More than 253 jobs failed. + +-=item 255 ++=item 255Z<> + + Other error. +
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Thursday, May 23, 2013 @ 12:17:29 Author: tredaelli Revision: 91509 upgpkg: parallel 20130522-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-05-23 10:16:34 UTC (rev 91508) +++ PKGBUILD2013-05-23 10:17:29 UTC (rev 91509) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130422 +pkgver=20130522 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,9 +12,9 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('37051ad79a3f304635c2dc4bbba65a63' +md5sums=('42ab88dda406027d8d94ba2cdd84fbc3' 'SKIP') -sha1sums=('77d88d5f518d3980bc98333e17314132dd02feaa' +sha1sums=('4f154de0818c59b45e2e1f6129a9c42fc0c6d3de' 'SKIP') build() {
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Monday, April 22, 2013 @ 13:32:54 Author: tredaelli Revision: 88796 upgpkg: parallel 20130422-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD | 11 +-- 1 file changed, 5 insertions(+), 6 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-04-22 10:32:02 UTC (rev 88795) +++ PKGBUILD2013-04-22 11:32:54 UTC (rev 88796) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130222 +pkgver=20130422 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,14 +12,13 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('6f369ee1715e5e9b421d4b041d00b31f' - '18d1aea776113c692552bfd3e3a5266b') -sha1sums=('2b470ce7ff3f19682511690e9f391dba8a275dd4' - 'fb8306131cdf57476a4ce2dd256a6314ac002fc8') +md5sums=('37051ad79a3f304635c2dc4bbba65a63' + 'SKIP') +sha1sums=('77d88d5f518d3980bc98333e17314132dd02feaa' + 'SKIP') build() { cd "$pkgname-$pkgver" - source /etc/profile.d/perlbin.sh ./configure --prefix=/usr make }
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, February 26, 2013 @ 12:47:59 Author: tredaelli Revision: 84937 upgpkg: parallel 20130222-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-02-26 10:20:29 UTC (rev 84936) +++ PKGBUILD2013-02-26 11:47:59 UTC (rev 84937) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20130122 +pkgver=20130222 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,10 +12,10 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('110463929d3ceac56859a0b74cf6d1d3' - '8d1f65fd7a80f38b3feec51a58519735') -sha1sums=('0f7eac7c8a574e173e322f359f4f3804c9d05203' - 'aea08f188d493265800022dd50e546d73a000d9b') +md5sums=('6f369ee1715e5e9b421d4b041d00b31f' + '18d1aea776113c692552bfd3e3a5266b') +sha1sums=('2b470ce7ff3f19682511690e9f391dba8a275dd4' + 'fb8306131cdf57476a4ce2dd256a6314ac002fc8') build() { cd "$pkgname-$pkgver"
[arch-commits] Commit in parallel/trunk (PKGBUILD)
Date: Tuesday, January 22, 2013 @ 18:06:36 Author: tredaelli Revision: 82660 upgpkg: parallel 20130122-1 Modified: parallel/trunk/PKGBUILD --+ PKGBUILD | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD === --- PKGBUILD2013-01-22 16:00:33 UTC (rev 82659) +++ PKGBUILD2013-01-22 17:06:36 UTC (rev 82660) @@ -4,7 +4,7 @@ # Contributor: Peter Simons pkgname=parallel -pkgver=20121222 +pkgver=20130122 pkgrel=1 pkgdesc='A shell tool for executing jobs in parallel' arch=('any') @@ -12,10 +12,10 @@ license=('GPL3') depends=('perl') source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig}) -md5sums=('7ad8fdf38a6e36150e76c4deb58c0e1b' - '09f4e4dc98567778cfd51394f22807d7') -sha1sums=('e9823e44b01eb99a3e8737af858f19d28c7df924' - '9f96dfd61cdce87be094323f4ee24f4aed9db275') +md5sums=('110463929d3ceac56859a0b74cf6d1d3' + '8d1f65fd7a80f38b3feec51a58519735') +sha1sums=('0f7eac7c8a574e173e322f359f4f3804c9d05203' + 'aea08f188d493265800022dd50e546d73a000d9b') build() { cd "$pkgname-$pkgver"