Date: Wednesday, November 27, 2013 @ 21:15:40 Author: tredaelli Revision: 101559
archrelease: copy trunk to community-any Added: parallel/repos/community-any/PKGBUILD (from rev 101558, parallel/trunk/PKGBUILD) parallel/repos/community-any/fix-pod-numbers.patch (from rev 101558, parallel/trunk/fix-pod-numbers.patch) Deleted: parallel/repos/community-any/PKGBUILD parallel/repos/community-any/fix-pod-numbers.patch -----------------------+ PKGBUILD | 62 +++++++++++++++---------------- fix-pod-numbers.patch | 94 ++++++++++++++++++++++++------------------------ 2 files changed, 78 insertions(+), 78 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-11-27 20:15:20 UTC (rev 101558) +++ PKGBUILD 2013-11-27 20:15:40 UTC (rev 101559) @@ -1,31 +0,0 @@ -# $Id$ -# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com> -# Contributor: Vianney le Clément <vleclement AT gmail·com> -# Contributor: Peter Simons <sim...@cryp.to> - -pkgname=parallel -pkgver=20131022 -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=('086c1d04145ee4e1d986191aa1d3f621' - 'SKIP') -sha1sums=('b1b65f3d063a09518f5b98fcc1829fcd89eb6f81' - 'SKIP') - -build() { - cd "$pkgname-$pkgver" - ./configure --prefix=/usr - make -} - -package() { - cd "$pkgname-$pkgver" - make DESTDIR="$pkgdir/" install -} - -# vim:set ts=2 sw=2 et: Copied: parallel/repos/community-any/PKGBUILD (from rev 101558, parallel/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-11-27 20:15:40 UTC (rev 101559) @@ -0,0 +1,31 @@ +# $Id$ +# Maintainer: Timothy Redaelli <timothy.redae...@gmail.com> +# Contributor: Vianney le Clément <vleclement AT gmail·com> +# Contributor: Peter Simons <sim...@cryp.to> + +pkgname=parallel +pkgver=20131122 +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=('9cec34e1d32a373a09dba692436ceedf' + 'SKIP') +sha1sums=('a5ed91fa4b7a9743c8800e15ad5a8711d6de6c7a' + 'SKIP') + +build() { + cd "$pkgname-$pkgver" + ./configure --prefix=/usr + make +} + +package() { + cd "$pkgname-$pkgver" + make DESTDIR="$pkgdir/" install +} + +# vim:set ts=2 sw=2 et: Deleted: fix-pod-numbers.patch =================================================================== --- fix-pod-numbers.patch 2013-11-27 20:15:20 UTC (rev 101558) +++ fix-pod-numbers.patch 2013-11-27 20:15:40 UTC (rev 101559) @@ -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. - Copied: parallel/repos/community-any/fix-pod-numbers.patch (from rev 101558, parallel/trunk/fix-pod-numbers.patch) =================================================================== --- fix-pod-numbers.patch (rev 0) +++ fix-pod-numbers.patch 2013-11-27 20:15:40 UTC (rev 101559) @@ -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. +