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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sun May 5 14:49:39 UTC 2013


    Date: Sunday, May 5, 2013 @ 16:49:39
  Author: spupykin
Revision: 89913

archrelease: copy trunk to community-any

Added:
  perl-inline/repos/community-any/PKGBUILD
    (from rev 89912, perl-inline/trunk/PKGBUILD)
Deleted:
  perl-inline/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-05 14:49:27 UTC (rev 89912)
+++ PKGBUILD	2013-05-05 14:49:39 UTC (rev 89913)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-inline
-pkgver=0.52
-pkgrel=1
-pkgdesc="Write Perl subroutines in other languages"
-arch=('any')
-url="http://search.cpan.org/dist/Inline"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-$pkgver.tar.gz)
-md5sums=('21fa6dd9df87d6d637bc35675439cb19')
-
-build() {
-  cd  $srcdir/Inline-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/Inline-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-inline/repos/community-any/PKGBUILD (from rev 89912, perl-inline/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-05 14:49:39 UTC (rev 89913)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-inline
+pkgver=0.53
+pkgrel=1
+pkgdesc="Write Perl subroutines in other languages"
+arch=('any')
+url="http://search.cpan.org/dist/Inline"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-parse-recdescent>=1.8')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SI/SISYPHUS/Inline-$pkgver.tar.gz)
+md5sums=('7d0133546d2243e5dfcb1b5a75f9011e')
+
+build() {
+  cd  $srcdir/Inline-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Inline-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list