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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Mar 21 11:19:38 UTC 2013


    Date: Thursday, March 21, 2013 @ 12:19:38
  Author: spupykin
Revision: 86712

archrelease: copy trunk to community-any

Added:
  perl-tie-ixhash/repos/community-any/PKGBUILD
    (from rev 86711, perl-tie-ixhash/trunk/PKGBUILD)
Deleted:
  perl-tie-ixhash/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++++-------------------------
 1 file changed, 29 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-21 11:19:26 UTC (rev 86711)
+++ PKGBUILD	2013-03-21 11:19:38 UTC (rev 86712)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-tie-ixhash
-pkgver=1.22
-pkgrel=2
-pkgdesc="Indexed hash (ordered array/hash composite)"
-arch=('any')
-url="http://search.cpan.org/dist/Tie-IxHash"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
-md5sums=('aae2e62df7e016fd3e8fdaaea71b0b41')
-
-build() {
-  cd  $srcdir/Tie-IxHash-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-tie-ixhash/repos/community-any/PKGBUILD (from rev 86711, perl-tie-ixhash/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-21 11:19:38 UTC (rev 86712)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-tie-ixhash
+pkgver=1.23
+pkgrel=1
+pkgdesc="Indexed hash (ordered array/hash composite)"
+arch=('any')
+url="http://search.cpan.org/dist/Tie-IxHash"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/Tie-IxHash-$pkgver.tar.gz)
+md5sums=('8393f2ced231533c3e714abad582f291')
+
+build() {
+  cd  $srcdir/Tie-IxHash-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Tie-IxHash-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list