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 <[email protected]>
+# Contributor: Mateusz Krasowski <[email protected]>
+# Contributor: Luigi ranghetti <[email protected]>
+# 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 <[email protected]>
+# Contributor: Mateusz Krasowski <[email protected]>
+# Contributor: Luigi ranghetti <[email protected]>
+# 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"
+}

Reply via email to