[arch-commits] Commit in perl-exception-class/repos/community-any (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 12 14:11:44 UTC 2016


    Date: Saturday, March 12, 2016 @ 15:11:43
  Author: jlichtblau
Revision: 166390

archrelease: copy trunk to community-any

Added:
  perl-exception-class/repos/community-any/PKGBUILD
    (from rev 166389, perl-exception-class/trunk/PKGBUILD)
Deleted:
  perl-exception-class/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 14:11:25 UTC (rev 166389)
+++ PKGBUILD	2016-03-12 14:11:43 UTC (rev 166390)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Caleb Cushing <xenoterracide at gmail.com>
-
-pkgname=perl-exception-class
-pkgver=1.39
-pkgrel=1
-pkgdesc='A module that allows you to declare real exception classes in Perl'
-arch=('any')
-url="https://metacpan.org/release/Exception-Class"
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.8.1' 'perl-class-data-inheritable>=0.02' 'perl-devel-stacktrace>=2.00')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-$pkgver.tar.gz)
-sha256sums=('819c756a69a6d1e31f396eca6a508b07b0a522a035b904cd1d432353cc362083')
-
-build() {
-  cd "${srcdir}"/Exception-Class-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "${srcdir}"/Exception-Class-$pkgver
-
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-}
-
-package() {
-  cd "${srcdir}"/Exception-Class-$pkgver
-
-  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-exception-class/repos/community-any/PKGBUILD (from rev 166389, perl-exception-class/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-12 14:11:43 UTC (rev 166390)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Caleb Cushing <xenoterracide at gmail.com>
+
+pkgname=perl-exception-class
+pkgver=1.40
+pkgrel=1
+pkgdesc='A module that allows you to declare real exception classes in Perl'
+arch=('any')
+url="https://metacpan.org/release/Exception-Class"
+license=('PerlArtistic' 'GPL')
+depends=('perl>=5.8.1' 'perl-class-data-inheritable>=0.02' 'perl-devel-stacktrace>=2.00')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-$pkgver.tar.gz)
+sha256sums=('d1171f2d03a485e87eb561f34688991c17b939d2689bcda47f3f51b372669a1f')
+
+build() {
+  cd "${srcdir}"/Exception-Class-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "${srcdir}"/Exception-Class-$pkgver
+
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+}
+
+package() {
+  cd "${srcdir}"/Exception-Class-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list