[arch-commits] Commit in perl-math-random-isaac/repos/community-any (2 files)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon May 27 11:18:23 UTC 2013


    Date: Monday, May 27, 2013 @ 13:18:23
  Author: spupykin
Revision: 91773

archrelease: copy trunk to community-any

Added:
  perl-math-random-isaac/repos/community-any/PKGBUILD
    (from rev 91772, perl-math-random-isaac/trunk/PKGBUILD)
Deleted:
  perl-math-random-isaac/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-27 11:18:11 UTC (rev 91772)
+++ PKGBUILD	2013-05-27 11:18:23 UTC (rev 91773)
@@ -1,33 +0,0 @@
-pkgname=perl-math-random-isaac
-pkgver=1.004
-pkgrel=1
-pkgdesc='Some basic numeric stats on vectors'
-arch=('any')
-url='http://search.cpan.org/dist/Math-Random-ISAAC/'
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-makedepends=('perl-test-nowarnings')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz")
-md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
-
-build() {
-  cd "$srcdir/Math-Random-ISAAC-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "$srcdir/Math-Random-ISAAC-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Math-Random-ISAAC-$pkgver"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-math-random-isaac/repos/community-any/PKGBUILD (from rev 91772, perl-math-random-isaac/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-27 11:18:23 UTC (rev 91773)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-math-random-isaac
+pkgver=1.004
+pkgrel=2
+pkgdesc='Perl interface to the ISAAC PRNG algorithm'
+arch=('any')
+url='http://search.cpan.org/dist/Math-Random-ISAAC/'
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+makedepends=('perl-test-nowarnings')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/J/JA/JAWNSY/Math-Random-ISAAC-$pkgver.tar.gz")
+md5sums=('46110b9a7bb96fe641bdfaf35bdafec5')
+
+build() {
+  cd "$srcdir/Math-Random-ISAAC-$pkgver"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "$srcdir/Math-Random-ISAAC-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Math-Random-ISAAC-$pkgver"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}




More information about the arch-commits mailing list