[arch-commits] Commit in perl-test-memory-cycle/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Mon May 25 15:12:40 UTC 2020


    Date: Monday, May 25, 2020 @ 15:12:40
  Author: felixonmars
Revision: 634503

archrelease: copy trunk to community-any

Added:
  perl-test-memory-cycle/repos/community-any/PKGBUILD
    (from rev 634502, perl-test-memory-cycle/trunk/PKGBUILD)
Deleted:
  perl-test-memory-cycle/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:12:23 UTC (rev 634502)
+++ PKGBUILD	2020-05-25 15:12:40 UTC (rev 634503)
@@ -1,40 +0,0 @@
-# $Id$
-# 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-test-memory-cycle
-_perl_namespace=Test
-_perl_module=Memory-Cycle
-pkgver=1.06
-pkgrel=1
-pkgdesc="Verifies code hasn't left circular references"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
-license=('PerlArtistic' 'GPL')
-depends=('perl-devel-cycle' 'perl-padwalker' 'perl-cgi')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_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_namespace}-${_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_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-test-memory-cycle/repos/community-any/PKGBUILD (from rev 634502, perl-test-memory-cycle/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:12:40 UTC (rev 634503)
@@ -0,0 +1,39 @@
+# 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-test-memory-cycle
+_perl_namespace=Test
+_perl_module=Memory-Cycle
+pkgver=1.06
+pkgrel=2
+pkgdesc="Verifies code hasn't left circular references"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
+license=('PerlArtistic' 'GPL')
+depends=('perl-devel-cycle' 'perl-padwalker' 'perl-cgi')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('9d53ddfdc964cd8454cb0da4c695b6a3ae47b45839291c34cb9d8d1cfaab3202')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_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_namespace}-${_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_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}



More information about the arch-commits mailing list