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

Felix Yan felixonmars at archlinux.org
Sat Apr 21 06:23:10 UTC 2018


    Date: Saturday, April 21, 2018 @ 06:23:09
  Author: felixonmars
Revision: 317246

archrelease: copy trunk to community-any

Added:
  perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD
    (from rev 317245, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
Deleted:
  perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-21 06:22:46 UTC (rev 317245)
+++ PKGBUILD	2018-04-21 06:23:09 UTC (rev 317246)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-file-copy-recursive-reduced
-pkgver=0.005
-pkgrel=1
-pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-makedepends=('perl-capture-tiny' 'perl-path-tiny')
-url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
-source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz")
-sha512sums=('b71f424365396848e0fdb618c76a23259543ad935c6c499a75d13c5026368446676d03f276b78e36217d7bca54bdb647edb00479b5493513395c0da4d9a53bc2')
-
-build() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-file-copy-recursive-reduced/repos/community-any/PKGBUILD (from rev 317245, perl-file-copy-recursive-reduced/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-21 06:23:09 UTC (rev 317246)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-copy-recursive-reduced
+pkgver=0.006
+pkgrel=1
+pkgdesc="Recursive copying of files and directories within Perl 5 toolchain"
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+makedepends=('perl-capture-tiny' 'perl-path-tiny')
+url='http://search.cpan.org/dist/File-Copy-Recursive-Reduced'
+source=("http://search.cpan.org/CPAN/authors/id/J/JK/JKEENAN/File-Copy-Recursive-Reduced-$pkgver.tar.gz")
+sha512sums=('7cf888b8c004d9430c87c1cceba25e997cb12974a79c3f4d803b11779abef81f5b686caac4c46a70caadb2eee12a71cb1fb87abfc7d5fec43dc37bbd2ef07694')
+
+build() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/File-Copy-Recursive-Reduced-$pkgver"
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list