[arch-commits] Commit in perl-exception-class/repos/community-any (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at gemini.archlinux.org
Sat Aug 28 13:08:31 UTC 2021
Date: Saturday, August 28, 2021 @ 13:08:31
Author: jlichtblau
Revision: 1007701
archrelease: copy trunk to community-any
Added:
perl-exception-class/repos/community-any/PKGBUILD
(from rev 1007700, perl-exception-class/trunk/PKGBUILD)
Deleted:
perl-exception-class/repos/community-any/PKGBUILD
----------+
PKGBUILD | 80 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 40 insertions(+), 40 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-08-28 13:08:26 UTC (rev 1007700)
+++ PKGBUILD 2021-08-28 13:08:31 UTC (rev 1007701)
@@ -1,40 +0,0 @@
-# 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.44
-pkgrel=5
-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
-}
Copied: perl-exception-class/repos/community-any/PKGBUILD (from rev 1007700, perl-exception-class/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-08-28 13:08:31 UTC (rev 1007701)
@@ -0,0 +1,40 @@
+# 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.45
+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=(https://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Exception-Class-$pkgver.tar.gz)
+sha256sums=('5482a77ef027ca1f9f39e1f48c558356e954936fc8fbbdee6c811c512701b249')
+
+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