[arch-commits] Commit in perl-datetime/repos (4 files)

2017-08-26 Thread Felix Yan
Date: Saturday, August 26, 2017 @ 18:36:15
  Author: felixonmars
Revision: 254292

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 254291, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 254291, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 254291, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-26 18:36:15 UTC (rev 254292)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=4
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 254291, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-26 18:36:15 UTC (rev 254292)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=4
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-datetime/repos (4 files)

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 13:42:49
  Author: foutrelis
Revision: 253262

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 253261, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 253261, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 253261, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-08-24 13:42:49 UTC (rev 253262)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=3
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 253261, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-08-24 13:42:49 UTC (rev 253262)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=3
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-datetime/repos (4 files)

2017-06-02 Thread Felix Yan
Date: Friday, June 2, 2017 @ 07:11:04
  Author: felixonmars
Revision: 232921

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 232920, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 232920, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   40 
 community-staging-x86_64/PKGBUILD |   40 
 2 files changed, 80 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 232920, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-06-02 07:11:04 UTC (rev 232921)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 232920, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-06-02 07:11:04 UTC (rev 232921)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-datetime/repos (4 files)

2017-01-16 Thread Sergej Pupykin
Date: Monday, January 16, 2017 @ 22:32:32
  Author: spupykin
Revision: 207638

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 207637, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 207637, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   40 --
 community-x86_64/PKGBUILD |   40 --
 3 files changed, 80 insertions(+), 80 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-16 22:32:15 UTC (rev 207637)
+++ community-i686/PKGBUILD 2017-01-16 22:32:32 UTC (rev 207638)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
-'perl-params-validationcompiler')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 207637, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-16 22:32:32 UTC (rev 207638)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.42
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+sha256sums=('efa4badf07365d1b03ee5527fc79baaf7d8b449bf7baad13599f04177232416e')
+
+build() {
+  cd  "$srcdir"/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  "$srcdir"/DateTime-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-16 22:32:15 UTC (rev 207637)
+++ community-x86_64/PKGBUILD   2017-01-16 22:32:32 UTC (rev 207638)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio' 

[arch-commits] Commit in perl-datetime/repos (4 files)

2016-10-11 Thread Sergej Pupykin
Date: Tuesday, October 11, 2016 @ 14:45:22
  Author: spupykin
Revision: 191946

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 191945, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 191945, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   80 
 community-i686/PKGBUILD   |   39 -
 community-x86_64/PKGBUILD |   39 -
 3 files changed, 80 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-11 14:45:07 UTC (rev 191945)
+++ community-i686/PKGBUILD 2016-10-11 14:45:22 UTC (rev 191946)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 191945, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-11 14:45:22 UTC (rev 191946)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.39
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio' 'perl-eval-closure'
+'perl-params-validationcompiler')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-11 14:45:07 UTC (rev 191945)
+++ community-x86_64/PKGBUILD   2016-10-11 14:45:22 UTC (rev 191946)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round'
-'perl-namespace-autoclean' 'perl-specio')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")

[arch-commits] Commit in perl-datetime/repos (4 files)

2016-10-11 Thread Sergej Pupykin
Date: Tuesday, October 11, 2016 @ 14:29:31
  Author: spupykin
Revision: 191941

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 191940, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 191940, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   38 -
 community-x86_64/PKGBUILD |   38 -
 3 files changed, 78 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-11 14:29:14 UTC (rev 191940)
+++ community-i686/PKGBUILD 2016-10-11 14:29:31 UTC (rev 191941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
-  make
-}
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 191940, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-11 14:29:31 UTC (rev 191941)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.39
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round'
+'perl-namespace-autoclean' 'perl-specio')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-11 14:29:14 UTC (rev 191940)
+++ community-x86_64/PKGBUILD   2016-10-11 14:29:31 UTC (rev 191941)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  cd  

[arch-commits] Commit in perl-datetime/repos (4 files)

2016-10-10 Thread Sergej Pupykin
Date: Monday, October 10, 2016 @ 11:48:47
  Author: spupykin
Revision: 191863

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 191862, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 191862, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   76 
 community-i686/PKGBUILD   |   45 --
 community-x86_64/PKGBUILD |   38 --
 3 files changed, 76 insertions(+), 83 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-10 11:34:21 UTC (rev 191862)
+++ community-i686/PKGBUILD 2016-10-10 11:48:47 UTC (rev 191863)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.25
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 191862, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-10 11:48:47 UTC (rev 191863)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.39
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor 
+  make
+}
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-10-10 11:34:21 UTC (rev 191862)
+++ community-x86_64/PKGBUILD   2016-10-10 11:48:47 UTC (rev 191863)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.39
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('4594f4e303fe3e7d80132bfc8a0a6009')
-
-build() {
-  

[arch-commits] Commit in perl-datetime/repos (4 files)

2016-05-10 Thread Felix Yan
Date: Wednesday, May 11, 2016 @ 07:22:47
  Author: fyan
Revision: 174765

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 174764, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 174764, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-staging-i686/PKGBUILD
  perl-datetime/repos/community-staging-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-staging-i686/PKGBUILD   |   45 --
 community-staging-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2016-05-11 05:20:00 UTC (rev 174764)
+++ community-staging-i686/PKGBUILD 2016-05-11 05:22:47 UTC (rev 174765)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.25
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 174764, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-11 05:22:47 UTC (rev 174765)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.25
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-staging-x86_64/PKGBUILD
===
--- community-staging-x86_64/PKGBUILD   2016-05-11 05:20:00 UTC (rev 174764)
+++ community-staging-x86_64/PKGBUILD   2016-05-11 05:22:47 UTC (rev 174765)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.25
-pkgrel=2
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C

[arch-commits] Commit in perl-datetime/repos (4 files)

2016-05-10 Thread Sergej Pupykin
Date: Tuesday, May 10, 2016 @ 19:56:52
  Author: spupykin
Revision: 174599

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 174598, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 174598, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 174598, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-10 17:56:52 UTC (rev 174599)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.25
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 174598, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-10 17:56:52 UTC (rev 174599)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.25
+pkgrel=2
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-datetime/repos (4 files)

2016-03-12 Thread Sergej Pupykin
Date: Saturday, March 12, 2016 @ 12:06:21
  Author: spupykin
Revision: 166238

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 166237, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 166237, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   45 --
 community-x86_64/PKGBUILD |   45 --
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-12 11:06:06 UTC (rev 166237)
+++ community-i686/PKGBUILD 2016-03-12 11:06:21 UTC (rev 166238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.19
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('1de579ddfd1b091ba01b8c16ae71a551')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir="$pkgdir/"
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 166237, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-12 11:06:21 UTC (rev 166238)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: François Charette 
+
+pkgname=perl-datetime
+pkgver=1.25
+pkgrel=1
+pkgdesc="A complete, easy to use date and time object"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
+'perl-params-validate>=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=("perl-datetime=`printf %.4f $pkgver`")
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('3343f67ebefb3f082a0067dfaee3b3c8')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir="$pkgdir/"
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-12 11:06:06 UTC (rev 166237)
+++ community-x86_64/PKGBUILD   2016-03-12 11:06:21 UTC (rev 166238)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: François Charette 
-
-pkgname=perl-datetime
-pkgver=1.19
-pkgrel=1
-pkgdesc="A complete, easy to use date and time object"
-arch=('i686' 'x86_64')
-url="http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone>=0.59' 'perl-datetime-locale>=0.41'
-'perl-params-validate>=0.76' 'perl-math-round')
-makedepends=('perl-module-build')
-LC_NUMERIC=C
-provides=("perl-datetime=`printf %.4f $pkgver`")
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)

[arch-commits] Commit in perl-datetime/repos (4 files)

2015-06-02 Thread Sergej Pupykin
Date: Tuesday, June 2, 2015 @ 20:01:24
  Author: spupykin
Revision: 134617

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 134615, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 134616, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 134615, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-06-02 18:01:24 UTC (rev 134617)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.19
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('1de579ddfd1b091ba01b8c16ae71a551')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 134616, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-06-02 18:01:24 UTC (rev 134617)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.19
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+makedepends=('perl-module-build')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('1de579ddfd1b091ba01b8c16ae71a551')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find $pkgdir/usr/lib/perl5/ -name *.so) ]]; then
+   _perlver_min=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]);')
+   _perlver_max=$(perl -e '$v = $^V-{version}; print 
$v-[0]...($v-[1]+1);')
+   depends+=(perl=$_perlver_min perl$_perlver_max)
+fi
+# template end;
+}


[arch-commits] Commit in perl-datetime/repos (4 files)

2015-04-05 Thread Sergej Pupykin
Date: Monday, April 6, 2015 @ 00:33:19
  Author: spupykin
Revision: 130744

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 130743, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 130743, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-05 22:33:06 UTC (rev 130743)
+++ community-i686/PKGBUILD 2015-04-05 22:33:19 UTC (rev 130744)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.12
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('a51fa8d7121cb4910a549b897c7753d7')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 130743, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-05 22:33:19 UTC (rev 130744)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.18
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('58160bea9744a7bc9d7737f7dad9fa72')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-04-05 22:33:06 UTC (rev 130743)
+++ community-x86_64/PKGBUILD   2015-04-05 22:33:19 UTC (rev 130744)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.12
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('a51fa8d7121cb4910a549b897c7753d7')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 130743, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-04-05 22:33:19 UTC (rev 130744)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-06-04 Thread Florian Pritz
Date: Wednesday, June 4, 2014 @ 22:57:45
  Author: bluewind
Revision: 112683

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 112682, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 112682, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-04 20:57:40 UTC (rev 112682)
+++ community-i686/PKGBUILD 2014-06-04 20:57:45 UTC (rev 112683)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.10
-pkgrel=2
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2dccc83565dfffef50611acaa50f0426')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 112682, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-04 20:57:45 UTC (rev 112683)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.10
+pkgrel=3
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2dccc83565dfffef50611acaa50f0426')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-06-04 20:57:40 UTC (rev 112682)
+++ community-x86_64/PKGBUILD   2014-06-04 20:57:45 UTC (rev 112683)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.10
-pkgrel=2
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2dccc83565dfffef50611acaa50f0426')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 112682, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-06-04 20:57:45 UTC (rev 112683)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-05-29 Thread Sergej Pupykin
Date: Thursday, May 29, 2014 @ 14:27:47
  Author: spupykin
Revision: 112107

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 112106, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 112106, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 112106, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2014-05-29 12:27:47 UTC (rev 112107)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.10
+pkgrel=2
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2dccc83565dfffef50611acaa50f0426')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 112106, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2014-05-29 12:27:47 UTC (rev 112107)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.10
+pkgrel=2
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2dccc83565dfffef50611acaa50f0426')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-datetime/repos (4 files)

2014-05-15 Thread Sergej Pupykin
Date: Thursday, May 15, 2014 @ 16:14:48
  Author: spupykin
Revision: 83

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 82, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 82, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-15 14:14:35 UTC (rev 82)
+++ community-i686/PKGBUILD 2014-05-15 14:14:48 UTC (rev 83)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.09
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('5bd3b4145ea08df1af71f2e8979ca178')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 82, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-15 14:14:48 UTC (rev 83)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.10
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2dccc83565dfffef50611acaa50f0426')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-15 14:14:35 UTC (rev 82)
+++ community-x86_64/PKGBUILD   2014-05-15 14:14:48 UTC (rev 83)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.09
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('5bd3b4145ea08df1af71f2e8979ca178')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 82, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-15 14:14:48 UTC (rev 83)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-05-05 Thread Sergej Pupykin
Date: Monday, May 5, 2014 @ 11:15:39
  Author: spupykin
Revision: 110688

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 110687, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 110687, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-05 09:15:26 UTC (rev 110687)
+++ community-i686/PKGBUILD 2014-05-05 09:15:39 UTC (rev 110688)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.08
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('e928c3cdf31b7e39b2f7865f4037ce8b')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 110687, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-05 09:15:39 UTC (rev 110688)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.09
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('5bd3b4145ea08df1af71f2e8979ca178')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-05-05 09:15:26 UTC (rev 110687)
+++ community-x86_64/PKGBUILD   2014-05-05 09:15:39 UTC (rev 110688)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.08
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('e928c3cdf31b7e39b2f7865f4037ce8b')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 110687, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-05-05 09:15:39 UTC (rev 110688)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-03-12 Thread Sergej Pupykin
Date: Wednesday, March 12, 2014 @ 11:56:22
  Author: spupykin
Revision: 107078

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 107077, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 107077, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-03-12 10:56:08 UTC (rev 107077)
+++ community-i686/PKGBUILD 2014-03-12 10:56:22 UTC (rev 107078)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.07
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2b1745e4f7c0777c02545033588f6394')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 107077, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-03-12 10:56:22 UTC (rev 107078)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.08
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('e928c3cdf31b7e39b2f7865f4037ce8b')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-03-12 10:56:08 UTC (rev 107077)
+++ community-x86_64/PKGBUILD   2014-03-12 10:56:22 UTC (rev 107078)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.07
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2b1745e4f7c0777c02545033588f6394')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 107077, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-03-12 10:56:22 UTC (rev 107078)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-02-15 Thread Sergej Pupykin
Date: Saturday, February 15, 2014 @ 21:31:20
  Author: spupykin
Revision: 105763

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 105762, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 105762, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-15 20:31:07 UTC (rev 105762)
+++ community-i686/PKGBUILD 2014-02-15 20:31:20 UTC (rev 105763)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.06
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 105762, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-15 20:31:20 UTC (rev 105763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.07
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2b1745e4f7c0777c02545033588f6394')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-15 20:31:07 UTC (rev 105762)
+++ community-x86_64/PKGBUILD   2014-02-15 20:31:20 UTC (rev 105763)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.06
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 105762, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-15 20:31:20 UTC (rev 105763)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+

[arch-commits] Commit in perl-datetime/repos (4 files)

2014-02-05 Thread Sergej Pupykin
Date: Wednesday, February 5, 2014 @ 11:17:13
  Author: spupykin
Revision: 105331

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 105330, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 105330, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-05 10:16:57 UTC (rev 105330)
+++ community-i686/PKGBUILD 2014-02-05 10:17:13 UTC (rev 105331)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.03
-pkgrel=2
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('ea0fc830410b9ce3baeef3525bc0acdd')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 105330, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-05 10:17:13 UTC (rev 105331)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.06
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('2d05c0cfa17b4011abb18d75a3e09453')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-02-05 10:16:57 UTC (rev 105330)
+++ community-x86_64/PKGBUILD   2014-02-05 10:17:13 UTC (rev 105331)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=1.03
-pkgrel=2
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('ea0fc830410b9ce3baeef3525bc0acdd')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 105330, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-02-05 10:17:13 UTC (rev 105331)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+

[arch-commits] Commit in perl-datetime/repos (4 files)

2013-05-20 Thread Sergej Pupykin
Date: Monday, May 20, 2013 @ 12:47:27
  Author: spupykin
Revision: 91172

archrelease: copy trunk to community-staging-i686, community-staging-x86_64

Added:
  perl-datetime/repos/community-staging-i686/
  perl-datetime/repos/community-staging-i686/PKGBUILD
(from rev 91171, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-staging-x86_64/
  perl-datetime/repos/community-staging-x86_64/PKGBUILD
(from rev 91171, perl-datetime/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   37 
 community-staging-x86_64/PKGBUILD |   37 
 2 files changed, 74 insertions(+)

Copied: perl-datetime/repos/community-staging-i686/PKGBUILD (from rev 91171, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-20 10:47:27 UTC (rev 91172)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.03
+pkgrel=2
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('ea0fc830410b9ce3baeef3525bc0acdd')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Copied: perl-datetime/repos/community-staging-x86_64/PKGBUILD (from rev 91171, 
perl-datetime/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2013-05-20 10:47:27 UTC (rev 91172)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.03
+pkgrel=2
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('ea0fc830410b9ce3baeef3525bc0acdd')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}



[arch-commits] Commit in perl-datetime/repos (4 files)

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 14:43:00
  Author: spupykin
Revision: 90635

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 90634, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 90634, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   74 
 community-i686/PKGBUILD   |   37 --
 community-x86_64/PKGBUILD |   37 --
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-13 12:42:39 UTC (rev 90634)
+++ community-i686/PKGBUILD 2013-05-13 12:43:00 UTC (rev 90635)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=0.78
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('9d71a13933e3afc55c2c54202d40ae13')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 90634, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 12:43:00 UTC (rev 90635)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.03
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('ea0fc830410b9ce3baeef3525bc0acdd')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-05-13 12:42:39 UTC (rev 90634)
+++ community-x86_64/PKGBUILD   2013-05-13 12:43:00 UTC (rev 90635)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=0.78
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('9d71a13933e3afc55c2c54202d40ae13')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 90634, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-05-13 12:43:00 UTC (rev 90635)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=1.03

[arch-commits] Commit in perl-datetime/repos (4 files)

2013-03-05 Thread Sergej Pupykin
Date: Tuesday, March 5, 2013 @ 10:22:28
  Author: spupykin
Revision: 85696

archrelease: copy trunk to community-i686, community-x86_64

Added:
  perl-datetime/repos/community-i686/PKGBUILD
(from rev 85695, perl-datetime/trunk/PKGBUILD)
  perl-datetime/repos/community-x86_64/PKGBUILD
(from rev 85695, perl-datetime/trunk/PKGBUILD)
Deleted:
  perl-datetime/repos/community-i686/PKGBUILD
  perl-datetime/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |   74 ++--
 community-x86_64/PKGBUILD |   74 ++--
 2 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-03-05 09:22:09 UTC (rev 85695)
+++ community-i686/PKGBUILD 2013-03-05 09:22:28 UTC (rev 85696)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=0.77
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('1c35bb64f0a261cd3ab4cc161726290a')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-i686/PKGBUILD (from rev 85695, 
perl-datetime/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-03-05 09:22:28 UTC (rev 85696)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=0.78
+pkgrel=1
+pkgdesc=A complete, easy to use date and time object
+arch=('i686' 'x86_64')
+url=http://search.cpan.org/dist/DateTime;
+license=('GPL' 'PerlArtistic')
+depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
+'perl-params-validate=0.76' 'perl-math-round')
+LC_NUMERIC=C
+provides=(perl-datetime=`printf %.4f $pkgver`)
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
+md5sums=('9d71a13933e3afc55c2c54202d40ae13')
+
+build() {
+  cd  $srcdir/DateTime-$pkgver
+  perl Build.PL installdirs=vendor destdir=$pkgdir/
+  ./Build
+}
+
+check() {
+  cd  $srcdir/DateTime-$pkgver
+#  ./Build test
+  true
+}
+
+package() {
+  cd  $srcdir/DateTime-$pkgver
+  ./Build install
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-03-05 09:22:09 UTC (rev 85695)
+++ community-x86_64/PKGBUILD   2013-03-05 09:22:28 UTC (rev 85696)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: François Charette firmicus ατ gmx δοτ net
-
-pkgname=perl-datetime
-pkgver=0.77
-pkgrel=1
-pkgdesc=A complete, easy to use date and time object
-arch=('i686' 'x86_64')
-url=http://search.cpan.org/dist/DateTime;
-license=('GPL' 'PerlArtistic')
-depends=('perl-datetime-timezone=0.59' 'perl-datetime-locale=0.41'
-'perl-params-validate=0.76' 'perl-math-round')
-LC_NUMERIC=C
-provides=(perl-datetime=`printf %.4f $pkgver`)
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-$pkgver.tar.gz)
-md5sums=('1c35bb64f0a261cd3ab4cc161726290a')
-
-build() {
-  cd  $srcdir/DateTime-$pkgver
-  perl Build.PL installdirs=vendor destdir=$pkgdir/
-  ./Build
-}
-
-check() {
-  cd  $srcdir/DateTime-$pkgver
-#  ./Build test
-  true
-}
-
-package() {
-  cd  $srcdir/DateTime-$pkgver
-  ./Build install
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-datetime/repos/community-x86_64/PKGBUILD (from rev 85695, 
perl-datetime/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-03-05 09:22:28 UTC (rev 85696)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: François Charette firmicus ατ gmx δοτ net
+
+pkgname=perl-datetime
+pkgver=0.78
+pkgrel=1
+pkgdesc=A complete,