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 =================================================================== --- PKGBUILD 2015-09-08 16:10:07 UTC (rev 139624) +++ PKGBUILD 2015-09-08 16:14:20 UTC (rev 139625) @@ -4,7 +4,7 @@ # Contributor: Peter Simons <[email protected]> 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=('CDA01A4208C4F74506107E7BD1AB451688888888') @@ -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. -
