[arch-commits] Commit in parallel/repos/community-any (3 files)
Timothy Redaelli
tredaelli at archlinux.org
Tue Sep 8 16:14:28 UTC 2015
Date: Tuesday, September 8, 2015 @ 18:14:28
Author: tredaelli
Revision: 139626
archrelease: copy trunk to community-any
Added:
parallel/repos/community-any/PKGBUILD
(from rev 139625, parallel/trunk/PKGBUILD)
Deleted:
parallel/repos/community-any/PKGBUILD
parallel/repos/community-any/fix-pod-numbers.patch
-----------------------+
PKGBUILD | 67 ++++++++++++++++++++++--------------------------
fix-pod-numbers.patch | 47 ---------------------------------
2 files changed, 32 insertions(+), 82 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-09-08 16:14:20 UTC (rev 139625)
+++ PKGBUILD 2015-09-08 16:14:28 UTC (rev 139626)
@@ -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=20150722
-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=('549d84033dc1c1ba123313c2237215f9'
- 'SKIP')
-sha1sums=('20ca87b22cf085b8a51497737d3a4b3e665b7d0d'
- '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 139625, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-09-08 16:14:28 UTC (rev 139626)
@@ -0,0 +1,32 @@
+# $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=20150822
+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=('1984e556ca17dd99e64e50a82de36137'
+ 'SKIP')
+sha1sums=('befa48aac03fbac3f45b3500f2a072d1568eda6a'
+ 'SKIP')
+validpgpkeys=('CDA01A4208C4F74506107E7BD1AB451688888888')
+
+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 2015-09-08 16:14:20 UTC (rev 139625)
+++ fix-pod-numbers.patch 2015-09-08 16:14:28 UTC (rev 139626)
@@ -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.
-
More information about the arch-commits
mailing list