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

tredaelli at nymeria.archlinux.org tredaelli at nymeria.archlinux.org
Tue Jan 22 17:07:00 UTC 2013


    Date: Tuesday, January 22, 2013 @ 18:07:00
  Author: tredaelli
Revision: 82661

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-01-22 17:06:36 UTC (rev 82660)
+++ PKGBUILD	2013-01-22 17:07:00 UTC (rev 82661)
@@ -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=20121222
-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=('7ad8fdf38a6e36150e76c4deb58c0e1b'
-         '09f4e4dc98567778cfd51394f22807d7')
-sha1sums=('e9823e44b01eb99a3e8737af858f19d28c7df924'
-          '9f96dfd61cdce87be094323f4ee24f4aed9db275')
-
-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 82660, parallel/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-01-22 17:07:00 UTC (rev 82661)
@@ -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=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:




More information about the arch-commits mailing list