[arch-commits] Commit in perl-file-path-tiny/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Mar 12 11:10:37 UTC 2016


    Date: Saturday, March 12, 2016 @ 12:10:36
  Author: spupykin
Revision: 166274

archrelease: copy trunk to community-any

Added:
  perl-file-path-tiny/repos/community-any/PKGBUILD
    (from rev 166273, perl-file-path-tiny/trunk/PKGBUILD)
Deleted:
  perl-file-path-tiny/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   63 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 11:10:26 UTC (rev 166273)
+++ PKGBUILD	2016-03-12 11:10:36 UTC (rev 166274)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-file-path-tiny
-pkgver=0.7
-pkgrel=1
-pkgdesc='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
-arch=('any')
-url="https://metacpan.org/release/File-Path-Tiny"
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
-sha1sums=('cc39f65c3c84f476f8ae8549d7c59b01dfbf1179')
-sha1sums=('97346515a634e66dca59ec029026559fc502231b')
-
-build() {
-  cd File-Path-Tiny-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd File-Path-Tiny-$pkgver
-  make test
-}
-
-package() {
-  cd File-Path-Tiny-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: perl-file-path-tiny/repos/community-any/PKGBUILD (from rev 166273, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-12 11:10:36 UTC (rev 166274)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer:
+
+pkgname=perl-file-path-tiny
+pkgver=0.8
+pkgrel=1
+pkgdesc='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
+arch=('any')
+url="https://metacpan.org/release/File-Path-Tiny"
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/D/DM/DMUEY/File-Path-Tiny-$pkgver.tar.gz")
+sha1sums=('cc39f65c3c84f476f8ae8549d7c59b01dfbf1179')
+sha1sums=('97346515a634e66dca59ec029026559fc502231b')
+sha1sums=('402237692f2eabc2630ea434d479ffd66c710d2e')
+
+build() {
+  cd File-Path-Tiny-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-Path-Tiny-$pkgver
+  make test
+}
+
+package() {
+  cd File-Path-Tiny-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list