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

Felix Yan felixonmars at archlinux.org
Sat Jun 1 12:58:46 UTC 2019


    Date: Saturday, June 1, 2019 @ 12:58:46
  Author: felixonmars
Revision: 476407

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-function-parameters/repos/community-staging-x86_64/PKGBUILD
    (from rev 476406, perl-function-parameters/trunk/PKGBUILD)
Deleted:
  perl-function-parameters/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 12:58:35 UTC (rev 476406)
+++ PKGBUILD	2019-06-01 12:58:46 UTC (rev 476407)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-function-parameters
-pkgver=2.001003
-pkgrel=2
-pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
-arch=(x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.14.0')
-checkdepends=(perl-dir-self perl-test-fatal)
-url=https://metacpan.org/release/Function-Parameters
-source=("http://search.cpan.org/CPAN/authors/id/M/MA/MAUKE/Function-Parameters-$pkgver.tar.gz")
-md5sums=(da36fb4c1a50c7d43ffd77889b0d2547)
-sha512sums=(47fd5e1e4b4d62b4576cc7439ba6f2636cef96f851e668bbd2274f79f2c4ee11fd9aa2e5739bbdfdf3ed0b3c373dc1c8d63920fd390a1d56592fbdc9be90db59)
-_ddir="Function-Parameters-$pkgver"
-
-build()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd "$srcdir/$_ddir"
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd "$srcdir/$_ddir"
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-function-parameters/repos/community-staging-x86_64/PKGBUILD (from rev 476406, perl-function-parameters/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 12:58:46 UTC (rev 476407)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-function-parameters
+pkgver=2.001003
+pkgrel=3
+pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
+arch=(x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.14.0')
+checkdepends=(perl-dir-self perl-test-fatal)
+url=https://metacpan.org/release/Function-Parameters
+source=("http://search.cpan.org/CPAN/authors/id/M/MA/MAUKE/Function-Parameters-$pkgver.tar.gz")
+md5sums=(da36fb4c1a50c7d43ffd77889b0d2547)
+sha512sums=(47fd5e1e4b4d62b4576cc7439ba6f2636cef96f851e668bbd2274f79f2c4ee11fd9aa2e5739bbdfdf3ed0b3c373dc1c8d63920fd390a1d56592fbdc9be90db59)
+_ddir="Function-Parameters-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list