[arch-commits] Commit in perl-test-warnings/repos (2 files)

Felix Yan felixonmars at archlinux.org
Thu Jun 1 09:45:49 UTC 2017


    Date: Thursday, June 1, 2017 @ 09:45:48
  Author: felixonmars
Revision: 232116

archrelease: copy trunk to community-staging-any

Added:
  perl-test-warnings/repos/community-staging-any/
  perl-test-warnings/repos/community-staging-any/PKGBUILD
    (from rev 232115, perl-test-warnings/trunk/PKGBUILD)

----------+
 PKGBUILD |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

Copied: perl-test-warnings/repos/community-staging-any/PKGBUILD (from rev 232115, perl-test-warnings/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 09:45:48 UTC (rev 232116)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Contributor: John D Jones III <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+# Generator  : CPANPLUS::Dist::Arch 1.28
+
+pkgname='perl-test-warnings'
+pkgver=0.026
+pkgrel=2
+pkgdesc="Test for warnings and the lack of them"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=()
+url='http://search.mcpan.org/dist/Test-Warnings'
+source=("http://search.mcpan.org/CPAN/authors/id/E/ET/ETHER/Test-Warnings-$pkgver.tar.gz")
+md5sums=('1a379f7eac4c89155d98e652459593a7')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+      PERL_USE_UNSAFE_INC=1 \
+      MODULEBUILDRC=/dev/null
+
+    cd "$srcdir/Test-Warnings-$pkgver"
+    /usr/bin/perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "$srcdir/Test-Warnings-$pkgver"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "$srcdir/Test-Warnings-$pkgver"
+  make install
+
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list