[arch-commits] Commit in perl-pdf-api2/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sat Mar 21 19:08:45 UTC 2020


    Date: Saturday, March 21, 2020 @ 19:08:44
  Author: felixonmars
Revision: 603024

archrelease: copy trunk to community-any

Added:
  perl-pdf-api2/repos/community-any/PKGBUILD
    (from rev 603023, perl-pdf-api2/trunk/PKGBUILD)
Deleted:
  perl-pdf-api2/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   89 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 19:08:29 UTC (rev 603023)
+++ PKGBUILD	2020-03-21 19:08:44 UTC (rev 603024)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Chad Harp <chad dot harp at mac dot com>
-# Contributor: FadeMind <fademind at gmail dot com>
-# Contributor: TDY <tdy at archlinux dot info>
-# Contributor: Sven Salzwedel <sven_salzwedel at web dot de>
-# Contributor: Olaf Leidinger <leidola at newcon dot de>
-
-pkgname=perl-pdf-api2
-_perl_namespace=PDF
-_perl_module=API2
-pkgver=2.033
-pkgrel=2
-pkgdesc="Faciliates the creation and modification of PDF files"
-arch=('any')
-url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
-license=('LGPL')
-depends=('perl' 'perl-font-ttf')
-checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
-source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha256sums=('9c0866ec1a3053f73afaca5f5cdbe6925903b4ce606f4bf4ac317731a69d27a0')
-options=('!emptydirs')
-
-build() {
-  cd "${_perl_namespace}-${_perl_module}-${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 "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-pdf-api2/repos/community-any/PKGBUILD (from rev 603023, perl-pdf-api2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-21 19:08:44 UTC (rev 603024)
@@ -0,0 +1,44 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Chad Harp <chad dot harp at mac dot com>
+# Contributor: FadeMind <fademind at gmail dot com>
+# Contributor: TDY <tdy at archlinux dot info>
+# Contributor: Sven Salzwedel <sven_salzwedel at web dot de>
+# Contributor: Olaf Leidinger <leidola at newcon dot de>
+
+pkgname=perl-pdf-api2
+_perl_namespace=PDF
+_perl_module=API2
+pkgver=2.034
+pkgrel=1
+pkgdesc="Faciliates the creation and modification of PDF files"
+arch=('any')
+url="https://metacpan.org/release/${_perl_namespace}-${_perl_module}"
+license=('LGPL')
+depends=('perl' 'perl-font-ttf')
+checkdepends=('perl-test-exception' 'perl-test-memory-cycle')
+source=("https://www.cpan.org/modules/by-module/${_perl_namespace}/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha512sums=('63b566635de0edd38fd72cafb6b0a81edf9670106d7dfa43789b14864807218246b0f24d0bfdec11b7cfb00d8081e27ae964db72b8f1c9f8af9b6e2f85a0045b')
+options=('!emptydirs')
+
+build() {
+  cd "${_perl_namespace}-${_perl_module}-${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 "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_namespace}-${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}



More information about the arch-commits mailing list