[arch-commits] Commit in perl-datetime-format-strptime/repos/community-any (2 files)

Sergej Pupykin spupykin at archlinux.org
Tue Dec 16 12:43:39 UTC 2014


    Date: Tuesday, December 16, 2014 @ 13:43:39
  Author: spupykin
Revision: 123966

archrelease: copy trunk to community-any

Added:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD
    (from rev 123965, perl-datetime-format-strptime/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-strptime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-16 12:43:30 UTC (rev 123965)
+++ PKGBUILD	2014-12-16 12:43:39 UTC (rev 123966)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Caleb Cushing <xenoterracide at gmail.com>
-
-pkgname=perl-datetime-format-strptime
-pkgver=1.55
-pkgrel=1
-pkgdesc="Parse and Format DateTimes using Strptime"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl-datetime>=0.72' 'perl-datetime-locale>=0.45'
-	 'perl-datetime-timezone>=0.79' 'perl-params-validate>=0.64')
-url="http://search.cpan.org/dist/DateTime-Format-Strptime"
-source=("http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz")
-md5sums=('8613390f37ac9d80db67bc69e62818a7')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1
-  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
-  make DESTDIR="$pkgdir" install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-datetime-format-strptime/repos/community-any/PKGBUILD (from rev 123965, perl-datetime-format-strptime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-16 12:43:39 UTC (rev 123966)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-strptime
+pkgver=1.56
+pkgrel=1
+pkgdesc="Parse and Format DateTimes using Strptime"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl-datetime>=0.72' 'perl-datetime-locale>=0.45'
+	 'perl-datetime-timezone>=0.79' 'perl-params-validate>=0.64')
+url="http://search.cpan.org/dist/DateTime-Format-Strptime"
+source=("http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Strptime-${pkgver}.tar.gz")
+md5sums=('c8c1ca4e56160179e5c67b1d622320e9')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1
+  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/DateTime-Format-Strptime-${pkgver}"
+  make DESTDIR="$pkgdir" install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list