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

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Oct 29 10:21:34 UTC 2013


    Date: Tuesday, October 29, 2013 @ 11:21:34
  Author: spupykin
Revision: 99482

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-10-29 10:21:24 UTC (rev 99481)
+++ PKGBUILD	2013-10-29 10:21:34 UTC (rev 99482)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer:
-
-pkgname=perl-file-path-tiny
-pkgver=0.5
-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')
-
-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 99481, perl-file-path-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-10-29 10:21:34 UTC (rev 99482)
@@ -0,0 +1,31 @@
+# $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"
+}




More information about the arch-commits mailing list