[arch-commits] Commit in perl-set-intspan/repos/community-testing-any (2 files)

Fabio Castelli muflone at archlinux.org
Sun Apr 1 23:28:19 UTC 2018


    Date: Sunday, April 1, 2018 @ 23:28:18
  Author: muflone
Revision: 313776

archrelease: copy trunk to community-testing-any

Added:
  perl-set-intspan/repos/community-testing-any/PKGBUILD
    (from rev 313775, perl-set-intspan/trunk/PKGBUILD)
Deleted:
  perl-set-intspan/repos/community-testing-any/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-01 23:27:42 UTC (rev 313775)
+++ PKGBUILD	2018-04-01 23:28:18 UTC (rev 313776)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Jason St. John <jstjohn .. purdue . edu>
-# Contributor: yugrotavele <yugrotavele at archlinux dot us>
-
-pkgname=perl-set-intspan
-_perl_namespace=Set
-_perl_module=IntSpan
-pkgver=1.19
-pkgrel=6
-pkgdesc="Manages sets of integers, newsrc style"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
-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-set-intspan/repos/community-testing-any/PKGBUILD (from rev 313775, perl-set-intspan/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-01 23:28:18 UTC (rev 313776)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Jason St. John <jstjohn .. purdue . edu>
+# Contributor: yugrotavele <yugrotavele at archlinux dot us>
+
+pkgname=perl-set-intspan
+_perl_namespace=Set
+_perl_module=IntSpan
+pkgver=1.19
+pkgrel=7
+pkgdesc="Manages sets of integers, newsrc style"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('11b7549b13ec5d87cc695dd4c777cd02983dd5fe9866012877fb530f48b3dfd0')
+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