[arch-commits] Commit in perl-file-copy-recursive/repos/testing-any (2 files)

Felix Yan felixonmars at archlinux.org
Sun Apr 22 08:17:40 UTC 2018


    Date: Sunday, April 22, 2018 @ 08:17:40
  Author: felixonmars
Revision: 322780

archrelease: copy trunk to testing-any

Added:
  perl-file-copy-recursive/repos/testing-any/PKGBUILD
    (from rev 322779, perl-file-copy-recursive/trunk/PKGBUILD)
Deleted:
  perl-file-copy-recursive/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-22 08:17:17 UTC (rev 322779)
+++ PKGBUILD	2018-04-22 08:17:40 UTC (rev 322780)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at gmail.com>
-
-pkgname=perl-file-copy-recursive
-pkgver=0.41
-pkgrel=1
-pkgdesc="Perl extension for recursively copying files and directories"
-arch=('any')
-url="https://metacpan.org/release/File-Copy-Recursive"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-exception' 'perl-test-file'
-              'perl-test-warn' 'perl-file-find-rule')
-options=('!emptydirs')
-source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
-sha512sums=('8950b1810d86cde5533778efccd2b8ec2be4c9764a49e03bbd0a0d927984cda74f9972226c73f6967ccbacf42791358643c3b20d3129fd322497d6b8f195c3ea')
-
-build() {
-  cd File-Copy-Recursive-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check () {
-  cd File-Copy-Recursive-$pkgver
-  make test
-}
-
-package () {
-  cd File-Copy-Recursive-$pkgver
-  make DESTDIR="${pkgdir}" install
-}
-

Copied: perl-file-copy-recursive/repos/testing-any/PKGBUILD (from rev 322779, perl-file-copy-recursive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-22 08:17:40 UTC (rev 322780)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+
+pkgname=perl-file-copy-recursive
+pkgver=0.43
+pkgrel=1
+pkgdesc="Perl extension for recursively copying files and directories"
+arch=('any')
+url="https://metacpan.org/release/File-Copy-Recursive"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+checkdepends=('perl-path-tiny' 'perl-test-deep' 'perl-test-fatal' 'perl-test-file'
+              'perl-test-warnings')
+options=('!emptydirs')
+source=("http://cpan.metacpan.org/authors/id/D/DM/DMUEY/File-Copy-Recursive-${pkgver}.tar.gz")
+sha512sums=('c70f596cc03bd70542adfac177dd937940b4fd4a97260d256b8316c123810781d2d631e98d266534387dbbeea70aa6862f7a3b9298e15763d07cf3dea3d20544')
+
+build() {
+  cd File-Copy-Recursive-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check () {
+  cd File-Copy-Recursive-$pkgver
+  make test
+}
+
+package () {
+  cd File-Copy-Recursive-$pkgver
+  make DESTDIR="${pkgdir}" install
+}
+



More information about the arch-commits mailing list