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

Timothy Redaelli tredaelli at nymeria.archlinux.org
Tue Feb 26 11:48:23 UTC 2013


    Date: Tuesday, February 26, 2013 @ 12:48:23
  Author: tredaelli
Revision: 84938

archrelease: copy trunk to community-any

Added:
  parallel/repos/community-any/PKGBUILD
    (from rev 84937, parallel/trunk/PKGBUILD)
Deleted:
  parallel/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-26 11:47:59 UTC (rev 84937)
+++ PKGBUILD	2013-02-26 11:48:23 UTC (rev 84938)
@@ -1,32 +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=20130122
-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=('110463929d3ceac56859a0b74cf6d1d3'
-         '8d1f65fd7a80f38b3feec51a58519735')
-sha1sums=('0f7eac7c8a574e173e322f359f4f3804c9d05203'
-          'aea08f188d493265800022dd50e546d73a000d9b')
-
-build() {
-  cd "$pkgname-$pkgver"
-  source /etc/profile.d/perlbin.sh
-  ./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 84937, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-26 11:48:23 UTC (rev 84938)
@@ -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=20130222
+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=('6f369ee1715e5e9b421d4b041d00b31f'
+         '18d1aea776113c692552bfd3e3a5266b')
+sha1sums=('2b470ce7ff3f19682511690e9f391dba8a275dd4'
+          'fb8306131cdf57476a4ce2dd256a6314ac002fc8')
+
+build() {
+  cd "$pkgname-$pkgver"
+  source /etc/profile.d/perlbin.sh
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list