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

Timothy Redaelli tredaelli at archlinux.org
Wed Jul 15 18:48:39 UTC 2015


    Date: Wednesday, July 15, 2015 @ 20:48:39
  Author: tredaelli
Revision: 136964

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
    (from rev 136963, parallel/trunk/PKGBUILD)
  parallel/repos/community-any/fix-pod-numbers.patch
    (from rev 136963, parallel/trunk/fix-pod-numbers.patch)
Deleted:
  parallel/repos/community-any/PKGBUILD
  parallel/repos/community-any/fix-pod-numbers.patch

-----------------------+
 PKGBUILD              |   70 +++++++++++++++++------------------
 fix-pod-numbers.patch |   94 ++++++++++++++++++++++++------------------------
 2 files changed, 82 insertions(+), 82 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-07-15 18:48:32 UTC (rev 136963)
+++ PKGBUILD	2015-07-15 18:48:39 UTC (rev 136964)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
-# Contributor: Vianney le Clément <vleclement AT gmail·com>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=parallel
-pkgver=20150422
-pkgrel=1
-pkgdesc='A shell tool for executing jobs in parallel'
-arch=('any')
-url='http://www.gnu.org/software/parallel/'
-license=('GPL3')
-depends=('perl' 'procps')
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
-md5sums=('cf88cabf3603cb8d41232913f1954b11'
-         'SKIP')
-sha1sums=('abcc4c733a2ecbbfb4e615c2f73ce6b307a35c8b'
-          'SKIP')
-validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
-
-build() {
-  cd "$pkgname-$pkgver"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-
-  # FIXME
-  ln -sf parallel "$pkgdir/usr/bin/sem"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: parallel/repos/community-any/PKGBUILD (from rev 136963, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-07-15 18:48:39 UTC (rev 136964)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Timothy Redaelli <timothy.redaelli at gmail.com>
+# Contributor: Vianney le Clément <vleclement AT gmail·com>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=parallel
+pkgver=20150622
+pkgrel=1
+pkgdesc='A shell tool for executing jobs in parallel'
+arch=('any')
+url='http://www.gnu.org/software/parallel/'
+license=('GPL3')
+depends=('perl' 'procps')
+source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.bz2{,.sig})
+md5sums=('1684b2d2a04e76fefc878bf0447e0554'
+         'SKIP')
+sha1sums=('85cbc28f7adbed7cae46979b9b8832e225b6ba73'
+          'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+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-07-15 18:48:32 UTC (rev 136963)
+++ fix-pod-numbers.patch	2015-07-15 18:48:39 UTC (rev 136964)
@@ -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 136963, parallel/trunk/fix-pod-numbers.patch)
===================================================================
--- fix-pod-numbers.patch	                        (rev 0)
+++ fix-pod-numbers.patch	2015-07-15 18:48:39 UTC (rev 136964)
@@ -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