[arch-commits] Commit in perl-datetime-format-builder/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 13:50:41 UTC 2019


    Date: Saturday, June 1, 2019 @ 13:50:41
  Author: foutrelis
Revision: 476420

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-datetime-format-builder/repos/community-staging-x86_64/PKGBUILD
    (from rev 476419, perl-datetime-format-builder/trunk/PKGBUILD)
Deleted:
  perl-datetime-format-builder/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 13:50:36 UTC (rev 476419)
+++ PKGBUILD	2019-06-01 13:50:41 UTC (rev 476420)
@@ -1,29 +0,0 @@
-# Contributor: Caleb Cushing <xenoterracide at gmail.com>
-
-pkgname=perl-datetime-format-builder
-pkgver=0.8100
-pkgrel=5
-pkgdesc="Create DateTime parser classes and objects"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-provides=('perl-datetime-format-builder=0.80')
-depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72')
-url='https://search.cpan.org/dist/DateTime-Format-Builder'
-source=('https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz')
-md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
-
-build() {
-  export PERL_MM_USE_DEFAULT=1
-  
-  cd "${srcdir}/DateTime-Format-Builder-0.80"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd "${srcdir}/DateTime-Format-Builder-0.80"
-  make DESTDIR="$pkgdir" install
-
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-datetime-format-builder/repos/community-staging-x86_64/PKGBUILD (from rev 476419, perl-datetime-format-builder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 13:50:41 UTC (rev 476420)
@@ -0,0 +1,29 @@
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-datetime-format-builder
+pkgver=0.8100
+pkgrel=6
+pkgdesc="Create DateTime parser classes and objects"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+provides=('perl-datetime-format-builder=0.80')
+depends=('perl' 'perl-class-factory-util>=1.6' 'perl-datetime>=0.12' 'perl-datetime-format-strptime>=1.04' 'perl-params-validate>=0.72')
+url='https://search.cpan.org/dist/DateTime-Format-Builder'
+source=('https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/DateTime-Format-Builder-0.80.tar.gz')
+md5sums=('f6c5d5a17b5b7478ff555a2d3cce5136')
+
+build() {
+  export PERL_MM_USE_DEFAULT=1
+  
+  cd "${srcdir}/DateTime-Format-Builder-0.80"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd "${srcdir}/DateTime-Format-Builder-0.80"
+  make DESTDIR="$pkgdir" install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list