[arch-commits] Commit in perl-padwalker/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 09:03:30 UTC 2019


    Date: Saturday, June 1, 2019 @ 09:03:29
  Author: foutrelis
Revision: 476315

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-padwalker/repos/community-staging-x86_64/PKGBUILD
    (from rev 476314, perl-padwalker/trunk/PKGBUILD)
Deleted:
  perl-padwalker/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   72 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 09:03:25 UTC (rev 476314)
+++ PKGBUILD	2019-06-01 09:03:29 UTC (rev 476315)
@@ -1,36 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
-
-pkgname=perl-padwalker
-_perl_module=PadWalker
-pkgver=2.3
-pkgrel=3
-pkgdesc="Play with other peoples' lexical variables"
-arch=('x86_64')
-url="https://metacpan.org/release/${_perl_module}"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://cpan.metacpan.org/authors/id/R/RO/ROBIN/${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_module}-${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 "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-}

Copied: perl-padwalker/repos/community-staging-x86_64/PKGBUILD (from rev 476314, perl-padwalker/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 09:03:29 UTC (rev 476315)
@@ -0,0 +1,36 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: John D Jones III AKA jnbek <jnbek1972 -_AT_- g m a i l -_Dot_- com>
+
+pkgname=perl-padwalker
+_perl_module=PadWalker
+pkgver=2.3
+pkgrel=4
+pkgdesc="Play with other peoples' lexical variables"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module}"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/R/RO/ROBIN/${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('2a6c44fb600861e54568e74081a8d1f121f0060076069ceab34b1ae89d6588cf')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_module}-${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 "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list