[arch-commits] Commit in perl-error/repos/extra-any (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Oct 28 20:43:25 UTC 2018
Date: Sunday, October 28, 2018 @ 20:43:24
Author: felixonmars
Revision: 337491
archrelease: copy trunk to extra-any
Added:
perl-error/repos/extra-any/PKGBUILD
(from rev 337490, perl-error/trunk/PKGBUILD)
Deleted:
perl-error/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 63 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 31 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-10-28 20:43:07 UTC (rev 337490)
+++ PKGBUILD 2018-10-28 20:43:24 UTC (rev 337491)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-error
-pkgver=0.17026
-pkgrel=2
-pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
-url="http://search.cpan.org/dist/Error/"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
-sha512sums=('58d43a133fb74d94d726ae923cdfb7df8e1faf156247bb07cb7308218e21a627485f031d029b3ee3179d92e756dca7f1e6dd1e2f4378f420c72b171aefe2f410')
-
-build() {
- cd Error-${pkgver}
- perl Makefile.PL INSTALLDIRS=vendor
- make
-}
-
-check() {
- cd Error-${pkgver}
- make test
-}
-
-package() {
- cd Error-${pkgver}
- make DESTDIR="${pkgdir}" install
-}
-
Copied: perl-error/repos/extra-any/PKGBUILD (from rev 337490, perl-error/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-10-28 20:43:24 UTC (rev 337491)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-error
+pkgver=0.17027
+pkgrel=1
+pkgdesc="Perl/CPAN Error module - Error/exception handling in an OO-ish way"
+url="http://search.cpan.org/dist/Error/"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/Error-${pkgver}.tar.gz)
+sha512sums=('f7a649254bd2a5228a0baaa7bb286872dcbcf373134446176ff63a5ec0159e7472e0ea930aaff78f7f7961f797ae0a8e5c8725bdc06d2bab177ce469a4ede4b9')
+
+build() {
+ cd Error-${pkgver}
+ perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd Error-${pkgver}
+ make test
+}
+
+package() {
+ cd Error-${pkgver}
+ make DESTDIR="${pkgdir}" install
+}
+
More information about the arch-commits
mailing list