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

2017-11-10 Thread Rémy Oudompheng
Date: Friday, November 10, 2017 @ 22:53:54
  Author: remy
Revision: 309414

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

Added:
  perl-autovivification/repos/extra-i686/PKGBUILD
(from rev 309413, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/extra-x86_64/PKGBUILD
(from rev 309413, perl-autovivification/trunk/PKGBUILD)
Deleted:
  perl-autovivification/repos/extra-i686/PKGBUILD
  perl-autovivification/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-11-10 22:53:47 UTC (rev 309413)
+++ extra-i686/PKGBUILD 2017-11-10 22:53:54 UTC (rev 309414)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.16
-pkgrel=6
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-autovivification/repos/extra-i686/PKGBUILD (from rev 309413, 
perl-autovivification/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-11-10 22:53:54 UTC (rev 309414)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.18
+pkgrel=1
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-11-10 22:53:47 UTC (rev 309413)
+++ extra-x86_64/PKGBUILD   2017-11-10 22:53:54 UTC (rev 309414)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.18
-pkgrel=1
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-sha256sums=('2d99975685242980d0a9904f639144c059d6ece15899efde4acb742d3253f105')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-

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

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 12:04:10
  Author: foutrelis
Revision: 303872

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

Added:
  perl-autovivification/repos/staging-i686/
  perl-autovivification/repos/staging-i686/PKGBUILD
(from rev 303871, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/staging-x86_64/
  perl-autovivification/repos/staging-x86_64/PKGBUILD
(from rev 303871, perl-autovivification/trunk/PKGBUILD)

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

Copied: perl-autovivification/repos/staging-i686/PKGBUILD (from rev 303871, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-26 12:04:10 UTC (rev 303872)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=6
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-autovivification/repos/staging-x86_64/PKGBUILD (from rev 303871, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-26 12:04:10 UTC (rev 303872)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=6
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2017-08-24 Thread Evangelos Foutras
Date: Thursday, August 24, 2017 @ 13:14:15
  Author: foutrelis
Revision: 303426

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

Added:
  perl-autovivification/repos/staging-i686/
  perl-autovivification/repos/staging-i686/PKGBUILD
(from rev 303425, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/staging-x86_64/
  perl-autovivification/repos/staging-x86_64/PKGBUILD
(from rev 303425, perl-autovivification/trunk/PKGBUILD)

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

Copied: perl-autovivification/repos/staging-i686/PKGBUILD (from rev 303425, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-08-24 13:14:15 UTC (rev 303426)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=5
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-autovivification/repos/staging-x86_64/PKGBUILD (from rev 303425, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-08-24 13:14:15 UTC (rev 303426)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=5
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2017-06-01 Thread Florian Pritz
Date: Thursday, June 1, 2017 @ 08:54:50
  Author: bluewind
Revision: 297085

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

Added:
  perl-autovivification/repos/staging-i686/
  perl-autovivification/repos/staging-i686/PKGBUILD
(from rev 297084, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/staging-x86_64/
  perl-autovivification/repos/staging-x86_64/PKGBUILD
(from rev 297084, perl-autovivification/trunk/PKGBUILD)

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

Copied: perl-autovivification/repos/staging-i686/PKGBUILD (from rev 297084, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-06-01 08:54:50 UTC (rev 297085)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=4
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-autovivification/repos/staging-x86_64/PKGBUILD (from rev 297084, 
perl-autovivification/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-06-01 08:54:50 UTC (rev 297085)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=4
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}


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

2017-02-27 Thread Jelle van der Waa
Date: Monday, February 27, 2017 @ 18:35:38
  Author: jelle
Revision: 289650

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

Added:
  perl-autovivification/repos/extra-i686/PKGBUILD
(from rev 289649, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/extra-x86_64/PKGBUILD
(from rev 289649, perl-autovivification/trunk/PKGBUILD)
Deleted:
  perl-autovivification/repos/extra-i686/PKGBUILD
  perl-autovivification/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-02-27 18:35:24 UTC (rev 289649)
+++ extra-i686/PKGBUILD 2017-02-27 18:35:38 UTC (rev 289650)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.16
-pkgrel=2
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64' 'armv7h')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-
-package() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-autovivification/repos/extra-i686/PKGBUILD (from rev 289649, 
perl-autovivification/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-02-27 18:35:38 UTC (rev 289650)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=3
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-02-27 18:35:24 UTC (rev 289649)
+++ extra-x86_64/PKGBUILD   2017-02-27 18:35:38 UTC (rev 289650)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Rémy Oudompheng 
-# Contributor: Mateusz Krasowski 
-# Contributor: Luigi ranghetti 
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-autovivification'
-_dist="autovivification"
-pkgver=0.16
-pkgrel=2
-pkgdesc="Lexically disable autovivification."
-arch=('i686' 'x86_64' 'armv7h')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.8.3')
-makedepends=()
-url='http://search.cpan.org/dist/autovivification'
-source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
-md5sums=('7e20817f6034910c1bc23351d81a0658')
-
-build() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-perl Makefile.PL
-make
-}
-
-check() {
-cd "${srcdir}/${_dist}-${pkgver}"
-unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-export PERL_MM_USE_DEFAULT=1
-make test
-}
-

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

2016-06-28 Thread Rémy Oudompheng
Date: Tuesday, June 28, 2016 @ 20:37:30
  Author: remy
Revision: 270779

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

Added:
  perl-autovivification/repos/testing-i686/
  perl-autovivification/repos/testing-i686/PKGBUILD
(from rev 270778, perl-autovivification/trunk/PKGBUILD)
  perl-autovivification/repos/testing-x86_64/
  perl-autovivification/repos/testing-x86_64/PKGBUILD
(from rev 270778, perl-autovivification/trunk/PKGBUILD)

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

Copied: perl-autovivification/repos/testing-i686/PKGBUILD (from rev 270778, 
perl-autovivification/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-06-28 20:37:30 UTC (rev 270779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}

Copied: perl-autovivification/repos/testing-x86_64/PKGBUILD (from rev 270778, 
perl-autovivification/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-06-28 20:37:30 UTC (rev 270779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Rémy Oudompheng 
+# Contributor: Mateusz Krasowski 
+# Contributor: Luigi ranghetti 
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-autovivification'
+_dist="autovivification"
+pkgver=0.16
+pkgrel=2
+pkgdesc="Lexically disable autovivification."
+arch=('i686' 'x86_64' 'armv7h')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.8.3')
+makedepends=()
+url='http://search.cpan.org/dist/autovivification'
+source=("http://www.cpan.org/authors/id/V/VP/VPIT/autovivification-$pkgver.tar.gz;)
+md5sums=('7e20817f6034910c1bc23351d81a0658')
+
+build() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+perl Makefile.PL
+make
+}
+
+check() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+export PERL_MM_USE_DEFAULT=1
+make test
+}
+
+package() {
+cd "${srcdir}/${_dist}-${pkgver}"
+unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}