[arch-commits] Commit in perl-cpanplus-dist-arch/repos/community-any (2 files)

Florian Pritz bluewind at archlinux.org
Wed Oct 7 16:38:37 UTC 2015


    Date: Wednesday, October 7, 2015 @ 18:38:37
  Author: bluewind
Revision: 143305

archrelease: copy trunk to community-any

Added:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD
    (from rev 143304, perl-cpanplus-dist-arch/trunk/PKGBUILD)
Deleted:
  perl-cpanplus-dist-arch/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-10-07 16:38:27 UTC (rev 143304)
+++ PKGBUILD	2015-10-07 16:38:37 UTC (rev 143305)
@@ -1,45 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-cpanplus-dist-arch
-pkgver=1.30
-pkgrel=1
-pkgdesc='CPANPLUS backend for building ArchLinux pacman packages'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-cpanplus)
-url=https://metacpan.org/release/CPANPLUS-Dist-Arch
-source=("http://search.cpan.org/CPAN/authors/id/J/JU/JUSTER/CPANPLUS-Dist-Arch-$pkgver.tar.gz")
-md5sums=(9335f2404c80692c7ffc859e5d648658)
-sha512sums=(1210fc64f1cb228edd94220f8116f7e8294146bc763b6e18ea5271f1bc18eb48169026b94ee0fa39ff6d8bd66e034882bd7d3a3ea1c34861f1ab434df11a70ff)
-_ddir="CPANPLUS-Dist-Arch-$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-cpanplus-dist-arch/repos/community-any/PKGBUILD (from rev 143304, perl-cpanplus-dist-arch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-10-07 16:38:37 UTC (rev 143305)
@@ -0,0 +1,45 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-cpanplus-dist-arch
+pkgver=1.32
+pkgrel=1
+pkgdesc='CPANPLUS backend for building ArchLinux pacman packages'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-cpanplus)
+url=https://metacpan.org/release/CPANPLUS-Dist-Arch
+source=("http://search.cpan.org/CPAN/authors/id/J/JN/JNBEK/CPANPLUS-Dist-Arch-$pkgver.tar.gz")
+md5sums=(673be0f0651e975faf4aa59536361d60)
+sha512sums=(92aa6214c56b73c5ce48998a9cc86d619ac3e8c01c1cd3445a99fc9dbc4740923f0cc7708f7270dbc1e930cc783366f98833a8ae58a62f225b614d626c79665d)
+_ddir="CPANPLUS-Dist-Arch-$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