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

Sergej Pupykin spupykin at archlinux.org
Tue Jan 16 09:38:08 UTC 2018


    Date: Tuesday, January 16, 2018 @ 09:38:07
  Author: spupykin
Revision: 283170

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 09:37:51 UTC (rev 283169)
+++ PKGBUILD	2018-01-16 09:38:07 UTC (rev 283170)
@@ -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.73
-pkgrel=3
-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")
-sha256sums=('6d077806eb8581e5f28ffaff0bd2bb7a15114f9e745f61bd519405047765b2be')
-
-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 283169, perl-datetime-format-strptime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-16 09:38:07 UTC (rev 283170)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-strptime
+pkgver=1.75
+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'
+	 'perl-package-deprecationmanager')
+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")
+sha256sums=('4fcfb2ac4f79d7ff2855a405f39050d2ea691ee098ce54ede8af79c8d6ab3c19')
+
+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