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

Sergej Pupykin spupykin at archlinux.org
Wed May 3 18:01:15 UTC 2017


    Date: Wednesday, May 3, 2017 @ 18:01:14
  Author: spupykin
Revision: 226698

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-05-03 18:01:01 UTC (rev 226697)
+++ PKGBUILD	2017-05-03 18:01:14 UTC (rev 226698)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-datetime-format-w3cdtf
-pkgver=0.06
-pkgrel=2
-pkgdesc="Parse and format W3CDTF datetime strings"
-arch=('any')
-url="http://search.cpan.org/dist/DateTime-Format-W3CDTF"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.10.0' 'perl-datetime')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-$pkgver.tar.gz)
-md5sums=('7eb2a90b78e7e2232eddbd6dd6758a23')
-
-build() {
-  cd  $srcdir/DateTime-Format-W3CDTF-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  $srcdir/DateTime-Format-W3CDTF-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime-format-w3cdtf/repos/community-any/PKGBUILD (from rev 226697, perl-datetime-format-w3cdtf/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-05-03 18:01:14 UTC (rev 226698)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-datetime-format-w3cdtf
+pkgver=0.07
+pkgrel=1
+pkgdesc="Parse and format W3CDTF datetime strings"
+arch=('any')
+url="http://search.cpan.org/dist/DateTime-Format-W3CDTF"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.10.0' 'perl-datetime')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/G/GW/GWILLIAMS/DateTime-Format-W3CDTF-$pkgver.tar.gz)
+sha256sums=('69a02b661bbf1daa14a4813cb6786eaa66dbdf2743f0b3f458e30234c3a26268')
+
+build() {
+  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/DateTime-Format-W3CDTF-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list