[arch-commits] Commit in perl-date-calc/repos/extra-any (PKGBUILD PKGBUILD)

Felix Yan fyan at archlinux.org
Sun Mar 8 06:39:35 UTC 2015


    Date: Sunday, March 8, 2015 @ 07:39:34
  Author: fyan
Revision: 233011

archrelease: copy trunk to extra-any

Added:
  perl-date-calc/repos/extra-any/PKGBUILD
    (from rev 233010, perl-date-calc/trunk/PKGBUILD)
Deleted:
  perl-date-calc/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-08 06:39:14 UTC (rev 233010)
+++ PKGBUILD	2015-03-08 06:39:34 UTC (rev 233011)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-# Contributor: Kevin Piche <kevin at archlinux.org>
-# Contributor: K. Piche <kpiche at rogers.com>
-
-pkgname=perl-date-calc
-_realname=Date-Calc
-pkgver=6.3
-pkgrel=3
-pkgdesc="Perl module for Gregorian calendar date calculations"
-arch=(any)
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/${_realname}/"
-depends=('perl-bit-vector' 'perl>=5.10.0')
-options=(!emptydirs)
-source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
-md5sums=('9b64555b7051c1beb6b61daead2d01b3')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-date-calc/repos/extra-any/PKGBUILD (from rev 233010, perl-date-calc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-03-08 06:39:34 UTC (rev 233011)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Kevin Piche <kevin at archlinux.org>
+# Contributor: K. Piche <kpiche at rogers.com>
+
+pkgname=perl-date-calc
+_realname=Date-Calc
+pkgver=6.4
+pkgrel=1
+pkgdesc="Perl module for Gregorian calendar date calculations"
+arch=(any)
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/${_realname}/"
+depends=('perl-bit-vector' 'perl')
+options=(!emptydirs)
+source=(http://search.cpan.org/CPAN/authors/id/S/ST/STBEY/${_realname}-${pkgver}.tar.gz)
+md5sums=('69c635070d38c884682bfd4657031a8d')
+
+build() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  # install module in vendor directories.
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/${_realname}-${pkgver}"
+  make install DESTDIR=${pkgdir}
+}



More information about the arch-commits mailing list