[arch-commits] Commit in perl-exception-class/repos (2 files)

2020-06-21 Thread Felix Yan via arch-commits
Date: Sunday, June 21, 2020 @ 10:41:55
  Author: felixonmars
Revision: 649094

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: perl-exception-class/repos/community-staging-any/PKGBUILD (from rev 
649093, perl-exception-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2020-06-21 10:41:55 UTC (rev 649094)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-exception-class
+pkgver=1.44
+pkgrel=4
+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=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-$pkgver.tar.gz)
+sha256sums=('33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d')
+
+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
+}


[arch-commits] Commit in perl-exception-class/repos (2 files)

2019-05-25 Thread Evangelos Foutras via arch-commits
Date: Saturday, May 25, 2019 @ 09:21:22
  Author: foutrelis
Revision: 470117

archrelease: copy trunk to community-staging-any

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

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: perl-exception-class/repos/community-staging-any/PKGBUILD (from rev 
470116, perl-exception-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2019-05-25 09:21:22 UTC (rev 470117)
@@ -0,0 +1,40 @@
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-exception-class
+pkgver=1.44
+pkgrel=3
+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=('33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d')
+
+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
+}


[arch-commits] Commit in perl-exception-class/repos (2 files)

2018-08-01 Thread Evangelos Foutras via arch-commits
Date: Wednesday, August 1, 2018 @ 09:19:08
  Author: foutrelis
Revision: 366369

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-exception-class/repos/community-staging-any/PKGBUILD (from rev 
366368, perl-exception-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2018-08-01 09:19:08 UTC (rev 366369)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-exception-class
+pkgver=1.44
+pkgrel=2
+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=('33f3fbf8b138d3b04ea4ec0ba83fb0df6ba898806bcf4ef393d4cafc1a23ee0d')
+
+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
+}


[arch-commits] Commit in perl-exception-class/repos (2 files)

2017-08-26 Thread Evangelos Foutras
Date: Saturday, August 26, 2017 @ 13:43:15
  Author: foutrelis
Revision: 254027

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-exception-class/repos/community-staging-any/PKGBUILD (from rev 
254026, perl-exception-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-08-26 13:43:15 UTC (rev 254027)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-exception-class
+pkgver=1.42
+pkgrel=3
+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=('8bb4ee64d3770d6812bda36890ef5df418573287eb8eccbb106f04c981dea22b')
+
+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
+}


[arch-commits] Commit in perl-exception-class/repos (2 files)

2017-06-01 Thread Evangelos Foutras
Date: Thursday, June 1, 2017 @ 11:27:00
  Author: foutrelis
Revision: 232191

archrelease: copy trunk to community-staging-any

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

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

Copied: perl-exception-class/repos/community-staging-any/PKGBUILD (from rev 
232190, perl-exception-class/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-06-01 11:27:00 UTC (rev 232191)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Maxwell Pray a.k.a. Synthead 
+# Contributor: Caleb Cushing 
+
+pkgname=perl-exception-class
+pkgver=1.42
+pkgrel=2
+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=('8bb4ee64d3770d6812bda36890ef5df418573287eb8eccbb106f04c981dea22b')
+
+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
+}


[arch-commits] Commit in perl-exception-class/repos (2 files)

2014-05-25 Thread Bartłomiej Piotrowski
Date: Sunday, May 25, 2014 @ 15:28:13
  Author: bpiotrowski
Revision: 111834

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   34 ++
 1 file changed, 34 insertions(+)

Copied: perl-exception-class/repos/community-any/PKGBUILD (from rev 111833, 
perl-exception-class/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2014-05-25 13:28:13 UTC (rev 111834)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer:
+# Contributor: Maxwell Pray a.k.a. Synthead synth...@gmail.com
+# Contributor: Caleb Cushing xenoterrac...@gmail.com
+
+pkgname=perl-exception-class
+_cpanname=Exception-Class
+pkgver=1.37
+pkgrel=1
+pkgdesc=A module that allows you to declare real exception classes in Perl
+arch=('any')
+url=http://search.cpan.org/dist/$_cpanname;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.5.0' 'perl-class-data-inheritable=0.02' 
'perl-devel-stacktrace=1.20')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/$_cpanname-$pkgver.tar.gz;)
+md5sums=('9953d120112d971f1deafdba9dc15aa7')
+
+build() {
+   cd $_cpanname-$pkgver
+   perl Makefile.PL PERL_MM_USE_DEFAULT=1 INSTALLDIRS=vendor
+   make
+}
+
+check() {
+   cd $_cpanname-$pkgver
+   make test
+}
+
+packjjage() {
+   cd $_cpanname-$pkgver
+   make install
+   find $pkgdir -name .packlist -o -name perllocal.pod -delete
+}