[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2020-03-13 Thread Felix Yan via arch-commits
Date: Friday, March 13, 2020 @ 09:21:10
  Author: felixonmars
Revision: 377480

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 377479, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-03-13 09:20:54 UTC (rev 377479)
+++ PKGBUILD2020-03-13 09:21:10 UTC (rev 377480)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.67
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('e6e9960b3453831aa11b4b530beb76da4696e6478f21d21dc41f0b666252aac7f8d37bcff7c7691b8e0561aeac00503d8a6e72a6905c685a0315bf047642d42c')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 377479, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-03-13 09:21:10 UTC (rev 377480)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.68
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('40c3ba26b1c27a8b15b919934e7fcd531f208bec73de3454e123ac1fb771831e287b8fade421be40e243498beb6dad9b6133ef07d2e5d407afbd1f3d6a30b916')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-17 Thread Felix Yan via arch-commits
Date: Thursday, October 17, 2019 @ 18:20:41
  Author: felixonmars
Revision: 365111

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 365110, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-17 18:20:30 UTC (rev 365110)
+++ PKGBUILD2019-10-17 18:20:41 UTC (rev 365111)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.66
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('abeefcd87510c83374856c958178f94ce9c6bd5710adc4b3725d8bdcfa5a6a5441876f3bc0575eeba3eec233565276c2d314b24ce0875c0dd8a3beb98e9ac5c7')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 365110, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-17 18:20:41 UTC (rev 365111)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.67
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('e6e9960b3453831aa11b4b530beb76da4696e6478f21d21dc41f0b666252aac7f8d37bcff7c7691b8e0561aeac00503d8a6e72a6905c685a0315bf047642d42c')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2019-10-07 Thread Felix Yan via arch-commits
Date: Monday, October 7, 2019 @ 20:49:02
  Author: felixonmars
Revision: 364076

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 364075, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-10-07 20:48:59 UTC (rev 364075)
+++ PKGBUILD2019-10-07 20:49:02 UTC (rev 364076)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.65
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 364075, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-10-07 20:49:02 UTC (rev 364076)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.66
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('abeefcd87510c83374856c958178f94ce9c6bd5710adc4b3725d8bdcfa5a6a5441876f3bc0575eeba3eec233565276c2d314b24ce0875c0dd8a3beb98e9ac5c7')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-19 Thread Felix Yan via arch-commits
Date: Thursday, September 19, 2019 @ 06:14:35
  Author: felixonmars
Revision: 363025

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 363024, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-19 04:03:35 UTC (rev 363024)
+++ PKGBUILD2019-09-19 06:14:35 UTC (rev 363025)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.65
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 363024, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-19 06:14:35 UTC (rev 363025)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.65
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2019-09-09 Thread Felix Yan via arch-commits
Date: Monday, September 9, 2019 @ 07:23:05
  Author: felixonmars
Revision: 362067

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 362066, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-09-09 07:22:54 UTC (rev 362066)
+++ PKGBUILD2019-09-09 07:23:05 UTC (rev 362067)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.64
-pkgrel=3
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="https://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('7ae4c87ad50b30e764a79ada8f39ea2d698cfba957294d28dc15a2f3b2497923266a00574c5e43ddd59d6ec76d911f39007851920e0f09bfe3f466d46e17d6fc')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 362066, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-09-09 07:23:05 UTC (rev 362067)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.65
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('8ce6d4192411605f7416517384a544709ec596dcf5f627e2f1e2c59a9ca2d14de65bc680ea3bbbcc2f67bb536203ca458c5e916171fc7ebe3abfbe27948c3c31')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2018-09-13 Thread Felix Yan via arch-commits
Date: Thursday, September 13, 2018 @ 11:30:30
  Author: felixonmars
Revision: 334452

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 334451, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-09-13 11:30:10 UTC (rev 334451)
+++ PKGBUILD2018-09-13 11:30:30 UTC (rev 334452)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.63
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('53876bbda170ab8184f80bb43794d348aff1b82ba650694158ddef28b27b87f5d4ac1e4cb11be2c82c939e09787478543faec116ac76f0802064da667b4ebac2')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 334451, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-09-13 11:30:30 UTC (rev 334452)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.64
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('7ae4c87ad50b30e764a79ada8f39ea2d698cfba957294d28dc15a2f3b2497923266a00574c5e43ddd59d6ec76d911f39007851920e0f09bfe3f466d46e17d6fc')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-22 Thread Felix Yan via arch-commits
Date: Wednesday, August 22, 2018 @ 16:57:45
  Author: felixonmars
Revision: 332816

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 332815, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-22 16:57:13 UTC (rev 332815)
+++ PKGBUILD2018-08-22 16:57:45 UTC (rev 332816)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.62
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('07eaca4cc3787abab091cff8ef3bb2e368d3f58d893f6a1b1587ba1c434b94dc228ebf3e15092c9b57748ed487bec602bedc035a6045705bb449a51c6891e6a6')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 332815, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-22 16:57:45 UTC (rev 332816)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.63
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('53876bbda170ab8184f80bb43794d348aff1b82ba650694158ddef28b27b87f5d4ac1e4cb11be2c82c939e09787478543faec116ac76f0802064da667b4ebac2')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2018-08-21 Thread Felix Yan via arch-commits
Date: Tuesday, August 21, 2018 @ 07:41:01
  Author: felixonmars
Revision: 332731

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 332730, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-21 07:40:37 UTC (rev 332730)
+++ PKGBUILD2018-08-21 07:41:01 UTC (rev 332731)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.60
-pkgrel=3
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-sha512sums=('5af85e1717e7026b5ebe9533b0dd57290b35099d166ee400ca648cb558a37529a3ec290fb9a44679c16cf955a2de9b75328c2fa88d3e87e51c10cac80247852f')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 332730, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-21 07:41:01 UTC (rev 332731)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.62
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('07eaca4cc3787abab091cff8ef3bb2e368d3f58d893f6a1b1587ba1c434b94dc228ebf3e15092c9b57748ed487bec602bedc035a6045705bb449a51c6891e6a6')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2017-12-21 Thread Felix Yan via arch-commits
Date: Friday, December 22, 2017 @ 05:11:54
  Author: felixonmars
Revision: 313513

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 313512, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-12-22 05:11:35 UTC (rev 313512)
+++ PKGBUILD2017-12-22 05:11:54 UTC (rev 313513)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.59
-pkgrel=5
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('b649a593391573f9382cef8c08d1d5ba')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 313512, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-12-22 05:11:54 UTC (rev 313513)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.60
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+sha512sums=('5af85e1717e7026b5ebe9533b0dd57290b35099d166ee400ca648cb558a37529a3ec290fb9a44679c16cf955a2de9b75328c2fa88d3e87e51c10cac80247852f')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-12 Thread Felix Yan
Date: Friday, August 12, 2016 @ 06:16:31
  Author: felixonmars
Revision: 273620

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 273619, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-12 06:16:18 UTC (rev 273619)
+++ PKGBUILD2016-08-12 06:16:31 UTC (rev 273620)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.58
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('cf98bf77b100125c99ab886290c6ede6')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 273619, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-12 06:16:31 UTC (rev 273620)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.59
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b649a593391573f9382cef8c08d1d5ba')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-02 Thread Felix Yan
Date: Wednesday, August 3, 2016 @ 03:28:19
  Author: felixonmars
Revision: 272935

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 272934, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-03 03:26:59 UTC (rev 272934)
+++ PKGBUILD2016-08-03 03:28:19 UTC (rev 272935)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.57
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('d4ca4b60bcd3bc8c3aa67545163d2128')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 272934, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-03 03:28:19 UTC (rev 272935)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.58
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('cf98bf77b100125c99ab886290c6ede6')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-01 Thread Felix Yan
Date: Saturday, April 2, 2016 @ 05:34:29
  Author: fyan
Revision: 263741

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 263740, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-02 03:34:15 UTC (rev 263740)
+++ PKGBUILD2016-04-02 03:34:29 UTC (rev 263741)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.56
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('cc401416dc80e3b268173fa884715822')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 263740, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-02 03:34:29 UTC (rev 263741)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.57
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('d4ca4b60bcd3bc8c3aa67545163d2128')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-17 Thread Felix Yan
Date: Friday, December 18, 2015 @ 01:44:51
  Author: fyan
Revision: 256736

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 256735, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   68 ++---
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-18 00:44:28 UTC (rev 256735)
+++ PKGBUILD2015-12-18 00:44:51 UTC (rev 256736)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.55
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-checkdepends=('perl-test-mockmodule')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('175a68451e31bc554352485568354345')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 256735, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-18 00:44:51 UTC (rev 256736)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.56
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('cc401416dc80e3b268173fa884715822')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-12-04 Thread Felix Yan
Date: Saturday, December 5, 2015 @ 04:36:29
  Author: fyan
Revision: 252365

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 252364, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-05 03:36:10 UTC (rev 252364)
+++ PKGBUILD2015-12-05 03:36:29 UTC (rev 252365)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.53
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('0e5c69c28ebe860145fb81dda4c7ba30')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 252364, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-05 03:36:29 UTC (rev 252365)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.55
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+checkdepends=('perl-test-mockmodule')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('175a68451e31bc554352485568354345')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-09-23 Thread Felix Yan
Date: Thursday, September 24, 2015 @ 04:33:29
  Author: fyan
Revision: 247201

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 247200, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-24 02:22:58 UTC (rev 247200)
+++ PKGBUILD2015-09-24 02:33:29 UTC (rev 247201)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.51
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('4f03a873ba343e70f8c7aba5dd3aa4b1')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 247200, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-24 02:33:29 UTC (rev 247201)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.53
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('0e5c69c28ebe860145fb81dda4c7ba30')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-09-22 Thread Felix Yan
Date: Tuesday, September 22, 2015 @ 11:38:33
  Author: fyan
Revision: 247067

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 247066, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-22 09:38:11 UTC (rev 247066)
+++ PKGBUILD2015-09-22 09:38:33 UTC (rev 247067)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Allan McRae 
-# Contributor: Andrew Simmons 
-
-pkgname=perl-archive-zip
-pkgver=1.50
-pkgrel=1
-pkgdesc="Provide a perl interface to ZIP archive files"
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url="http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('c68f1db2c340456845ac29e26ae2b45a')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 247066, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-22 09:38:33 UTC (rev 247067)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Allan McRae 
+# Contributor: Andrew Simmons 
+
+pkgname=perl-archive-zip
+pkgver=1.51
+pkgrel=1
+pkgdesc="Provide a perl interface to ZIP archive files"
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('4f03a873ba343e70f8c7aba5dd3aa4b1')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-08-25 Thread Felix Yan
Date: Wednesday, August 26, 2015 @ 04:36:17
  Author: fyan
Revision: 244863

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 244862, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-26 02:36:04 UTC (rev 244862)
+++ PKGBUILD2015-08-26 02:36:17 UTC (rev 244863)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.49
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 244862, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-26 02:36:17 UTC (rev 244863)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.50
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('c68f1db2c340456845ac29e26ae2b45a')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-08-02 Thread Felix Yan
Date: Sunday, August 2, 2015 @ 08:33:51
  Author: fyan
Revision: 242919

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 242918, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-02 06:32:53 UTC (rev 242918)
+++ PKGBUILD2015-08-02 06:33:51 UTC (rev 242919)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.48
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('39d3ee62aefd452b8b86094de46a9214')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 242918, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-02 06:33:51 UTC (rev 242919)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.49
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('35b81833e44d0001f0e1c86c72f2a6c8')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-18 Thread Felix Yan
Date: Friday, June 19, 2015 @ 05:24:53
  Author: fyan
Revision: 241028

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 241027, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-19 03:24:29 UTC (rev 241027)
+++ PKGBUILD2015-06-19 03:24:53 UTC (rev 241028)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.46
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('44830965095d3ab66beff48eddb1c478')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 241027, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-19 03:24:53 UTC (rev 241028)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.48
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('39d3ee62aefd452b8b86094de46a9214')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-03-25 Thread Felix Yan
Date: Wednesday, March 25, 2015 @ 10:13:10
  Author: fyan
Revision: 234675

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 234674, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-25 09:12:49 UTC (rev 234674)
+++ PKGBUILD2015-03-25 09:13:10 UTC (rev 234675)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.45
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('07805e1c2c6b2b6561ac29489a6dd7dd')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 234674, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-25 09:13:10 UTC (rev 234675)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.46
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('44830965095d3ab66beff48eddb1c478')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-28 Thread Felix Yan
Date: Thursday, January 29, 2015 @ 03:43:26
  Author: fyan
Revision: 230226

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 230225, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-29 02:43:03 UTC (rev 230225)
+++ PKGBUILD2015-01-29 02:43:26 UTC (rev 230226)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.44
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('3ee48dd20fcaa47185a0244b29d4bf4b')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 230225, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-29 02:43:26 UTC (rev 230226)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.45
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('07805e1c2c6b2b6561ac29489a6dd7dd')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-24 Thread Felix Yan
Date: Saturday, January 24, 2015 @ 12:19:16
  Author: fyan
Revision: 229931

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 229930, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-24 11:19:03 UTC (rev 229930)
+++ PKGBUILD2015-01-24 11:19:16 UTC (rev 229931)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.43
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('9ba72914dd26488953a602b902bf299d')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 229930, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-24 11:19:16 UTC (rev 229931)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.44
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('3ee48dd20fcaa47185a0244b29d4bf4b')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-15 Thread Felix Yan
Date: Friday, January 16, 2015 @ 07:05:03
  Author: fyan
Revision: 229248

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 229247, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-16 06:04:43 UTC (rev 229247)
+++ PKGBUILD2015-01-16 06:05:03 UTC (rev 229248)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.41
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('13228b3c4bfa214dc9a2757541f5e85d')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 229247, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-16 06:05:03 UTC (rev 229248)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.43
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('9ba72914dd26488953a602b902bf299d')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-10 Thread Felix Yan
Date: Saturday, January 10, 2015 @ 12:05:41
  Author: fyan
Revision: 228885

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 228884, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-10 11:05:27 UTC (rev 228884)
+++ PKGBUILD2015-01-10 11:05:41 UTC (rev 228885)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.39
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('851316e59625317a89e40418a26c676c')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 228884, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-10 11:05:41 UTC (rev 228885)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.41
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('13228b3c4bfa214dc9a2757541f5e85d')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2014-10-22 Thread Felix Yan
Date: Thursday, October 23, 2014 @ 03:22:21
  Author: fyan
Revision: 225209

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 225208, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-23 01:21:44 UTC (rev 225208)
+++ PKGBUILD2014-10-23 01:22:21 UTC (rev 225209)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.38
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('51cece4b0e0167cd187daa26fa962705')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 225208, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-23 01:22:21 UTC (rev 225209)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.39
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('851316e59625317a89e40418a26c676c')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}


[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2014-09-13 Thread Felix Yan
Date: Sunday, September 14, 2014 @ 06:44:58
  Author: fyan
Revision: 221633

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 221632, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-14 04:44:40 UTC (rev 221632)
+++ PKGBUILD2014-09-14 04:44:58 UTC (rev 221633)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.37
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('e804985def2c1f0ed640ab4ca6aa85a1')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 221632, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-14 04:44:58 UTC (rev 221633)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.38
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('51cece4b0e0167cd187daa26fa962705')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-14 Thread Eric Bélanger
Date: Saturday, February 15, 2014 @ 01:49:04
  Author: eric
Revision: 205964

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 205963, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 00:48:41 UTC (rev 205963)
+++ PKGBUILD2014-02-15 00:49:04 UTC (rev 205964)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.34
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('d117644d735f732b399ddbe88d931300')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 205963, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 00:49:04 UTC (rev 205964)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.37
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('e804985def2c1f0ed640ab4ca6aa85a1')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2013-12-08 Thread Eric Bélanger
Date: Monday, December 9, 2013 @ 00:45:21
  Author: eric
Revision: 201321

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 201320, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-08 23:44:58 UTC (rev 201320)
+++ PKGBUILD2013-12-08 23:45:21 UTC (rev 201321)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-pkgver=1.33
-pkgrel=1
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=('any')
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/Archive-Zip/;
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
-md5sums=('b732d154306efc85260c9b47cb567d10')
-
-build() {
-  cd Archive-Zip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Archive-Zip-${pkgver}
-  make test
-}
-
-
-package() {
-  cd Archive-Zip-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 201320, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-08 23:45:21 UTC (rev 201321)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.34
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('d117644d735f732b399ddbe88d931300')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:10:31
  Author: eric
Revision: 199453

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 199452, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   60 
 1 file changed, 32 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 23:09:48 UTC (rev 199452)
+++ PKGBUILD2013-11-12 23:10:31 UTC (rev 199453)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-_realname=Archive-Zip
-pkgver=1.30
-pkgrel=3
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
-md5sums=('40153666e7538b410e001aa8a810e702')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  make install DESTDIR=${pkgdir}
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 199452, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 23:10:31 UTC (rev 199453)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+pkgver=1.33
+pkgrel=1
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/Archive-Zip/;
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/P/PH/PHRED/Archive-Zip-${pkgver}.tar.gz)
+md5sums=('b732d154306efc85260c9b47cb567d10')
+
+build() {
+  cd Archive-Zip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Archive-Zip-${pkgver}
+  make test
+}
+
+
+package() {
+  cd Archive-Zip-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



[arch-commits] Commit in perl-archive-zip/repos/extra-any (PKGBUILD PKGBUILD)

2012-02-16 Thread Allan McRae
Date: Friday, February 17, 2012 @ 02:51:32
  Author: allan
Revision: 150362

archrelease: copy trunk to extra-any

Added:
  perl-archive-zip/repos/extra-any/PKGBUILD
(from rev 150361, perl-archive-zip/trunk/PKGBUILD)
Deleted:
  perl-archive-zip/repos/extra-any/PKGBUILD

--+
 PKGBUILD |   56 
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2012-02-17 07:50:52 UTC (rev 150361)
+++ PKGBUILD2012-02-17 07:51:32 UTC (rev 150362)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Allan McRae al...@archlinux.org
-# Contributor: Andrew Simmons andrew.simm...@gmail.com
-
-pkgname=perl-archive-zip
-_realname=Archive-Zip
-pkgver=1.30
-pkgrel=2
-pkgdesc=Provide a perl interface to ZIP archive files
-arch=(any)
-license=('GPL' 'PerlArtistic')
-url=http://search.cpan.org/dist/${_realname}/;
-depends=('perl=5.10.0')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
-md5sums=('40153666e7538b410e001aa8a810e702')
-
-build() {
-  cd ${srcdir}/${_realname}-${pkgver}
-  # install module in vendor directories.
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor || return 1
-  make  || return 1
-  make install DESTDIR=${pkgdir} || return 1
-
-  # remove perllocal.pod and .packlist
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-archive-zip/repos/extra-any/PKGBUILD (from rev 150361, 
perl-archive-zip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-02-17 07:51:32 UTC (rev 150362)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Allan McRae al...@archlinux.org
+# Contributor: Andrew Simmons andrew.simm...@gmail.com
+
+pkgname=perl-archive-zip
+_realname=Archive-Zip
+pkgver=1.30
+pkgrel=3
+pkgdesc=Provide a perl interface to ZIP archive files
+arch=(any)
+license=('GPL' 'PerlArtistic')
+url=http://search.cpan.org/dist/${_realname}/;
+depends=('perl=5.10.0')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/${_realname}-${pkgver}.tar.gz)
+md5sums=('40153666e7538b410e001aa8a810e702')
+
+build() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  # install module in vendor directories.
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd ${srcdir}/${_realname}-${pkgver}
+  make install DESTDIR=${pkgdir}
+}