[arch-commits] Commit in parallel/trunk (PKGBUILD fix-pod-numbers.patch)

Timothy Redaelli tredaelli at nymeria.archlinux.org
Mon Jun 24 10:04:37 UTC 2013


    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
===================================================================
--- PKGBUILD	2013-06-24 09:56:58 UTC (rev 93095)
+++ PKGBUILD	2013-06-24 10:04:37 UTC (rev 93096)
@@ -4,19 +4,27 @@
 # Contributor: Peter Simons <simons at cryp.to>
 
 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.
+ 




More information about the arch-commits mailing list