[arch-commits] Commit in perl-function-parameters/repos (4 files)

Florian Pritz bluewind at archlinux.org
Mon Jun 5 15:13:51 UTC 2017


    Date: Monday, June 5, 2017 @ 15:13:50
  Author: bluewind
Revision: 234243

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   92 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   46 ----------------------
 community-x86_64/PKGBUILD |   46 ----------------------
 3 files changed, 92 insertions(+), 92 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-05 15:13:45 UTC (rev 234242)
+++ community-i686/PKGBUILD	2017-06-05 15:13:50 UTC (rev 234243)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-function-parameters
-pkgver=2.000007
-pkgrel=1
-pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
-arch=(i686 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=(4821f970b428c199802b38049565ff24)
-sha512sums=(3776e5324f1c78a6d96d86a6c223e29ad6298db105338a7e2de513101eddede19732031a5c7b46e3ccb0935275334ca6ea5779d5acb5501a5de7edb9692aa4dc)
-_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"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-function-parameters/repos/community-i686/PKGBUILD (from rev 234242, perl-function-parameters/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-05 15:13:50 UTC (rev 234243)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-function-parameters
+pkgver=2.000007
+pkgrel=2
+pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
+arch=(i686 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=(4821f970b428c199802b38049565ff24)
+sha512sums=(3776e5324f1c78a6d96d86a6c223e29ad6298db105338a7e2de513101eddede19732031a5c7b46e3ccb0935275334ca6ea5779d5acb5501a5de7edb9692aa4dc)
+_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"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-05 15:13:45 UTC (rev 234242)
+++ community-x86_64/PKGBUILD	2017-06-05 15:13:50 UTC (rev 234243)
@@ -1,46 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-function-parameters
-pkgver=2.000007
-pkgrel=1
-pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
-arch=(i686 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=(4821f970b428c199802b38049565ff24)
-sha512sums=(3776e5324f1c78a6d96d86a6c223e29ad6298db105338a7e2de513101eddede19732031a5c7b46e3ccb0935275334ca6ea5779d5acb5501a5de7edb9692aa4dc)
-_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"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-function-parameters/repos/community-x86_64/PKGBUILD (from rev 234242, perl-function-parameters/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-05 15:13:50 UTC (rev 234243)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-function-parameters
+pkgver=2.000007
+pkgrel=2
+pkgdesc='define functions and methods with parameter lists ("subroutine signatures")'
+arch=(i686 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=(4821f970b428c199802b38049565ff24)
+sha512sums=(3776e5324f1c78a6d96d86a6c223e29ad6298db105338a7e2de513101eddede19732031a5c7b46e3ccb0935275334ca6ea5779d5acb5501a5de7edb9692aa4dc)
+_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"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# 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