[arch-commits] Commit in perl-ipc-run/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 14:09:40 UTC 2014


    Date: Tuesday, July 1, 2014 @ 16:09:39
  Author: spupykin
Revision: 114239

archrelease: copy trunk to community-any

Added:
  perl-ipc-run/repos/community-any/PKGBUILD
    (from rev 114238, perl-ipc-run/trunk/PKGBUILD)
Deleted:
  perl-ipc-run/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++++---------------------------
 1 file changed, 31 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 14:09:30 UTC (rev 114238)
+++ PKGBUILD	2014-07-01 14:09:39 UTC (rev 114239)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
-# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-ipc-run
-pkgver=0.92
-pkgrel=1
-pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
-arch=('any')
-url="http://search.cpan.org/dist/IPC-Run"
-license=('GPL' 'PerlArtistic')
-# IPC::Run depends on IO::Pty which is provided by perl-io-tty
-depends=('perl>=5.10.0' 'perl-io-tty')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz")
-md5sums=('9d209c8d4bda50bea5f5a09e03db173e')
-
-build() {
-  cd $srcdir/IPC-Run-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name perllocal.pod -delete
-  find $pkgdir -name .packlist -delete
-}

Copied: perl-ipc-run/repos/community-any/PKGBUILD (from rev 114238, perl-ipc-run/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 14:09:39 UTC (rev 114239)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Jan-Erik Rediger <badboy at archlinux dot us>
+# Contributor: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-ipc-run
+pkgver=0.92
+pkgrel=2
+pkgdesc="IPC::Run - system() and background procs w/ piping, redirs, ptys"
+arch=('any')
+url="http://search.cpan.org/dist/IPC-Run"
+license=('GPL' 'PerlArtistic')
+# IPC::Run depends on IO::Pty which is provided by perl-io-tty
+depends=('perl>=5.10.0' 'perl-io-tty')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/T/TO/TODDR/IPC-Run-$pkgver.tar.gz")
+md5sums=('9d209c8d4bda50bea5f5a09e03db173e')
+
+build() {
+  cd $srcdir/IPC-Run-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/IPC-Run-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name perllocal.pod -delete
+  find $pkgdir -name .packlist -delete
+}




More information about the arch-commits mailing list