[arch-commits] Commit in perl-extutils-installpaths/repos/community-any (2 files)

Felix Yan felixonmars at archlinux.org
Fri May 11 02:03:30 UTC 2018


    Date: Friday, May 11, 2018 @ 02:03:28
  Author: felixonmars
Revision: 320488

archrelease: copy trunk to community-any

Added:
  perl-extutils-installpaths/repos/community-any/PKGBUILD
    (from rev 320487, perl-extutils-installpaths/trunk/PKGBUILD)
Deleted:
  perl-extutils-installpaths/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-11 02:02:55 UTC (rev 320487)
+++ PKGBUILD	2018-05-11 02:03:28 UTC (rev 320488)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: xRemaLx <anton.komolov at gmail.com>
-
-pkgname=perl-extutils-installpaths
-_pkgname=ExtUtils-InstallPaths
-pkgver=0.011
-pkgrel=3
-pkgdesc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url="http://search.cpan.org/dist/ExtUtils-InstallPaths/"
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config')
-source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz")
-sha512sums=('c31bfce1ba1094f1408409d9a50406d7eb974ce43195e968fae51493a7fd3c7112d41af561435233b14d2396df297604ec0c264bab910566c046f9f7b5b3beb7')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "${srcdir}/${_pkgname}-${pkgver}"
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd "${srcdir}/${_pkgname}-${pkgver}"
-  make install
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-extutils-installpaths/repos/community-any/PKGBUILD (from rev 320487, perl-extutils-installpaths/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-11 02:03:28 UTC (rev 320488)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xRemaLx <anton.komolov at gmail.com>
+
+pkgname=perl-extutils-installpaths
+_pkgname=ExtUtils-InstallPaths
+pkgver=0.012
+pkgrel=1
+pkgdesc="ExtUtils::InstallPaths - Build.PL install path logic made easy"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url="http://search.cpan.org/dist/ExtUtils-InstallPaths/"
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config')
+source=("http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz")
+sha512sums=('92a4e9ebb387d330ae67b0716b96b27165d08503d2915d8301b3a6aa185f962940e761d21fd400033e6a814e276918e0662da3740ca2852a53cf0fe54f3d7660')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+      MODULEBUILDRC=/dev/null
+
+    cd "${srcdir}/${_pkgname}-${pkgver}"
+    /usr/bin/perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd "${srcdir}/${_pkgname}-${pkgver}"
+  make install
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list