[arch-commits] Commit in perl-math-round/repos/extra-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Mar 12 11:54:39 UTC 2016


    Date: Saturday, March 12, 2016 @ 12:54:38
  Author: arojas
Revision: 261350

archrelease: copy trunk to extra-any

Added:
  perl-math-round/repos/extra-any/PKGBUILD
    (from rev 261349, perl-math-round/trunk/PKGBUILD)
Deleted:
  perl-math-round/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 11:54:12 UTC (rev 261349)
+++ PKGBUILD	2016-03-12 11:54:38 UTC (rev 261350)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-math-round
-pkgver=0.06
-pkgrel=6
-pkgdesc="Perl extension for rounding numbers"
-arch=('any')
-url="http://search.cpan.org/dist/Math-Round"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz")
-md5sums=('552cef2753b246f97a6e20d8dee66e7c')
-
-build() {
-  cd  "${srcdir}/Math-Round-${pkgver}"
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd  "${srcdir}/Math-Round-${pkgver}"
-  make test
-}
-
-package() {
-  cd  "${srcdir}/Math-Round-${pkgver}"
-  make install DESTDIR=${pkgdir}
-
-  find ${pkgdir} -name '.packlist' -delete
-  find ${pkgdir} -name '*.pod' -delete
-}

Copied: perl-math-round/repos/extra-any/PKGBUILD (from rev 261349, perl-math-round/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-12 11:54:38 UTC (rev 261350)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-math-round
+pkgver=0.07
+pkgrel=1
+pkgdesc="Perl extension for rounding numbers"
+arch=('any')
+url="http://search.cpan.org/dist/Math-Round"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=("http://www.cpan.org/authors/id/G/GR/GROMMEL/Math-Round-$pkgver.tar.gz")
+md5sums=('b74c5d2a3f891c19dafd7ce638732fd1')
+
+build() {
+  cd  "${srcdir}/Math-Round-${pkgver}"
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Math-Round-${pkgver}"
+  make test
+}
+
+package() {
+  cd  "${srcdir}/Math-Round-${pkgver}"
+  make install DESTDIR=${pkgdir}
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+}



More information about the arch-commits mailing list