[arch-commits] Commit in perl-business-issn/repos/extra-any (PKGBUILD PKGBUILD)

Rémy Oudompheng remy at gemini.archlinux.org
Fri Jun 3 21:28:19 UTC 2022


    Date: Friday, June 3, 2022 @ 21:28:18
  Author: remy
Revision: 447528

archrelease: copy trunk to extra-any

Added:
  perl-business-issn/repos/extra-any/PKGBUILD
    (from rev 447527, perl-business-issn/trunk/PKGBUILD)
Deleted:
  perl-business-issn/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-03 21:28:13 UTC (rev 447527)
+++ PKGBUILD	2022-06-03 21:28:18 UTC (rev 447528)
@@ -1,38 +0,0 @@
-# Maintainer: Rémy Oudompheng <remy at archlinux.org>
-# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
-# Generator  : CPANPLUS::Dist::Arch 1.25
-
-pkgname='perl-business-issn'
-_dist=Business-ISSN
-pkgver=1.003
-pkgrel=6
-pkgdesc="Perl package to work with International Standard Serial Numbers"
-arch=('any')
-url="https://metacpan.org/release/${_dist}"
-license=('Artistic2.0')
-depends=('perl')
-checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
-sha256sums=('1272456c19937a24bc5f9a0db9dc447043591137719ee4dc955a63be544b99d1')
-
-build() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-    perl Makefile.PL
-    make
-}
-
-check() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    export PERL_MM_USE_DEFAULT=1
-    make test
-}
-
-package() {
-    cd "${srcdir}/${_dist}-${pkgver}"
-    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-}

Copied: perl-business-issn/repos/extra-any/PKGBUILD (from rev 447527, perl-business-issn/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-03 21:28:18 UTC (rev 447528)
@@ -0,0 +1,38 @@
+# Maintainer: Rémy Oudompheng <remy at archlinux.org>
+# Contributor: John D Jones III <j[nospace]n[nospace]b[nospace]e[nospace]k[nospace]1972 -_AT_- the domain name google offers a mail service at ending in dot com>
+# Generator  : CPANPLUS::Dist::Arch 1.25
+
+pkgname='perl-business-issn'
+_dist=Business-ISSN
+pkgver=1.005
+pkgrel=1
+pkgdesc="Perl package to work with International Standard Serial Numbers"
+arch=('any')
+url="https://metacpan.org/release/${_dist}"
+license=('Artistic2.0')
+depends=('perl')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/${_dist}-${pkgver}.tar.gz)
+sha256sums=('3b09b0267f0a6660fb92b6f50c4c7796ef6a263b62ad3bbeaa07189a0c7c39b3')
+
+build() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    export PERL_MM_USE_DEFAULT=1
+    make test
+}
+
+package() {
+    cd "${srcdir}/${_dist}-${pkgver}"
+    unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+    make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list