[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2020-01-29 Thread Felix Yan via arch-commits
Date: Wednesday, January 29, 2020 @ 11:25:50
  Author: felixonmars
Revision: 374240

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 374239, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 11:25:39 UTC (rev 374239)
+++ PKGBUILD2020-01-29 11:25:50 UTC (rev 374240)
@@ -1,32 +0,0 @@
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4229
-pkgrel=3
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="https://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 374239, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 11:25:50 UTC (rev 374240)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4231
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="https://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('ee1dc18a7df3fe67e7f954d5e1e071aa0a6f5bce6783b768bceb01f071e64ac8be63f410c932c7c16764e5d4f52fc664ce11a12f26f6afc75a26f79883efad70')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2019-04-16 Thread Felix Yan via arch-commits
Date: Tuesday, April 16, 2019 @ 13:39:05
  Author: felixonmars
Revision: 350808

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 350807, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-04-16 13:38:48 UTC (rev 350807)
+++ PKGBUILD2019-04-16 13:39:05 UTC (rev 350808)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4224
-pkgrel=7
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 350807, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-04-16 13:39:05 UTC (rev 350808)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4229
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('51e0d73cecf450062121c3223b1a4c6f8a8c260fc2345d1c1a5e13ddcbd2b7bc2578411ac254420e27720b9e00a8efc9a9daa3159e9cba5338a188734b35c738')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2017-05-30 Thread Felix Yan
Date: Wednesday, May 31, 2017 @ 05:57:30
  Author: felixonmars
Revision: 296874

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 296873, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-05-31 05:57:10 UTC (rev 296873)
+++ PKGBUILD2017-05-31 05:57:30 UTC (rev 296874)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4222
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 296873, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-05-31 05:57:30 UTC (rev 296874)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4224
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('c08e84c542a882aa16a682a81cbb7a4860774a3f6a0ec2e720ba9e9bcea76dab331999fee86bf8b92edc08560d7cef4a7c2dfa4e626ab9b22da965e715af531f')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2017-03-30 Thread Felix Yan
Date: Friday, March 31, 2017 @ 02:37:17
  Author: felixonmars
Revision: 291933

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 291932, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-31 02:36:49 UTC (rev 291932)
+++ PKGBUILD2017-03-31 02:37:17 UTC (rev 291933)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4220
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 291932, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-31 02:37:17 UTC (rev 291933)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4222
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('348c8495df5e665a7dc61c37c9c612ec20f7dbeb6d6692e40c57e44cd5f2a4c0ba538ed24f8d88d8a83fe85b3039dd874d9f6681d31b985429b27123def374c6')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2016-08-17 Thread Felix Yan
Date: Wednesday, August 17, 2016 @ 13:54:23
  Author: felixonmars
Revision: 273869

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 273868, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-08-17 13:53:52 UTC (rev 273868)
+++ PKGBUILD2016-08-17 13:54:23 UTC (rev 273869)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4218
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 273868, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-08-17 13:54:23 UTC (rev 273869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4220
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('20f69663bc922db7c57fc2c153cd117d46f11fa89ea5045dc11e66b861a9d93c12ec0b1dc65dcdadf581608d99ad2197fed2edee06be2228f72d5e0c5775efa0')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2016-04-25 Thread Felix Yan
Date: Monday, April 25, 2016 @ 16:24:58
  Author: fyan
Revision: 266148

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 266147, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-25 14:24:33 UTC (rev 266147)
+++ PKGBUILD2016-04-25 14:24:58 UTC (rev 266148)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4216
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 266147, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-25 14:24:58 UTC (rev 266148)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4218
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('d752226dbc89b1ae65d3dea4f4356cd355288ab73eebc34bd09efa3d4ad5f78d284a705525d8bbc8785babf6cdc93495254a8cc7c67cbd943f88ffaab301')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-20 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 15:58:32
  Author: fyan
Revision: 258446

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 258445, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-20 14:58:11 UTC (rev 258445)
+++ PKGBUILD2016-01-20 14:58:32 UTC (rev 258446)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jan Alexander Steffens (heftig) 
-# Contributor: Alan Young 
-
-pkgname=perl-module-build
-pkgver=0.4214
-pkgrel=1
-pkgdesc="Build, test, and install Perl modules"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl>=5.8.0' 'perl-cpan-meta>=2.142060' 'perl-inc-latest')
-checkdepends=('perl-par-dist' 'perl-archive-zip')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir="$pkgdir"
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 258445, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-20 14:58:32 UTC (rev 258446)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jan Alexander Steffens (heftig) 
+# Contributor: Alan Young 
+
+pkgname=perl-module-build
+pkgver=0.4216
+pkgrel=1
+pkgdesc="Build, test, and install Perl modules"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl' 'perl-cpan-meta' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('46b5d03e6bea1ee33a1202a38d68231daf49931b25b792b41fa39ab3b3c1321d8a47819a2714bf90a981e6686fc566aa5a6067edf61d78fe8166c7e4f83eeaa9')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir="$pkgdir"
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2015-06-12 Thread Felix Yan
Date: Friday, June 12, 2015 @ 18:04:27
  Author: fyan
Revision: 240628

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 240627, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-12 16:04:13 UTC (rev 240627)
+++ PKGBUILD2015-06-12 16:04:27 UTC (rev 240628)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4212
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('5677decbb11194f5657e7436abb24afd9697021e924cd33db92da04be4a467d99fd9d587e62ccd865ef4f2120f7dad5e5ee38a7ae14f65d73e080f1bf6bc6147')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 240627, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-12 16:04:27 UTC (rev 240628)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4214
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.8.0' 'perl-cpan-meta=2.142060' 'perl-inc-latest')
+checkdepends=('perl-par-dist' 'perl-archive-zip')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('33bc4adfd21cfa3ff3489fd4ed2a6dfd9b4bd9bcdb7839a76088876fcf5bc9b435c2d246e9eee60a6ae3ac6c6d06a377d8dc0440ec725a4985a8dd1746c445b2')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2015-05-17 Thread Felix Yan
Date: Sunday, May 17, 2015 @ 10:46:26
  Author: fyan
Revision: 239483

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 239482, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-17 08:46:11 UTC (rev 239482)
+++ PKGBUILD2015-05-17 08:46:26 UTC (rev 239483)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4211
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('ac148c6063c5cd8d6ec33d43d4afec6a4947cd51c545deaa9382d6ae07cbc12ae1f12cb17353ee554aee618efe2404b237a111398aadc591b38c056dc81b83e8')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 239482, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-17 08:46:26 UTC (rev 239483)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4212
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('5677decbb11194f5657e7436abb24afd9697021e924cd33db92da04be4a467d99fd9d587e62ccd865ef4f2120f7dad5e5ee38a7ae14f65d73e080f1bf6bc6147')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2015-01-19 Thread Felix Yan
Date: Tuesday, January 20, 2015 @ 06:15:47
  Author: fyan
Revision: 229603

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 229602, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-01-20 05:15:16 UTC (rev 229602)
+++ PKGBUILD2015-01-20 05:15:47 UTC (rev 229603)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor: Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4210
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 229602, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-01-20 05:15:47 UTC (rev 229603)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4211
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('ac148c6063c5cd8d6ec33d43d4afec6a4947cd51c545deaa9382d6ae07cbc12ae1f12cb17353ee554aee618efe2404b237a111398aadc591b38c056dc81b83e8')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2014-12-02 Thread Felix Yan
Date: Wednesday, December 3, 2014 @ 07:01:53
  Author: fyan
Revision: 227273

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 227272, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-12-03 06:01:35 UTC (rev 227272)
+++ PKGBUILD2014-12-03 06:01:53 UTC (rev 227273)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4208
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('296e2ee8d7f7c6b4b178cda6919ba3c9')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 227272, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-12-03 06:01:53 UTC (rev 227273)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor: Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4210
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl=5.8.0' 'perl-cpan-meta=2.142060')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+sha512sums=('96db00eeca86139c358f379c89ba5bafca7a59fd2dd0e110cb0468c4e11476550ff3a6315617e21cff1b8d51ac26d91c268d0cb40fd89df103a1e2111fa0bcfa')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}


[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2014-08-18 Thread Felix Yan
Date: Tuesday, August 19, 2014 @ 02:38:38
  Author: fyan
Revision: 220218

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 220217, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-19 00:37:31 UTC (rev 220217)
+++ PKGBUILD2014-08-19 00:38:38 UTC (rev 220218)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4207
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('2f946fd5fc279e72fb07d6c1dd7bedee')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 220217, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-19 00:38:38 UTC (rev 220218)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4208
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('296e2ee8d7f7c6b4b178cda6919ba3c9')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2014-08-16 Thread Felix Yan
Date: Sunday, August 17, 2014 @ 05:33:06
  Author: fyan
Revision: 220129

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 220128, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-17 03:32:45 UTC (rev 220128)
+++ PKGBUILD2014-08-17 03:33:06 UTC (rev 220129)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4206
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('55710a04c5639f2a165a000f78081d02')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 220128, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-17 03:33:06 UTC (rev 220129)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4207
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('2f946fd5fc279e72fb07d6c1dd7bedee')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2014-07-13 Thread Felix Yan
Date: Monday, July 14, 2014 @ 04:20:22
  Author: fyan
Revision: 216871

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 216870, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-07-14 02:20:04 UTC (rev 216870)
+++ PKGBUILD2014-07-14 02:20:22 UTC (rev 216871)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4205
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('bfc8504e845131625308bd4389c69fbe')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 216870, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-07-14 02:20:22 UTC (rev 216871)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4206
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('55710a04c5639f2a165a000f78081d02')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2014-02-14 Thread Eric Bélanger
Date: Saturday, February 15, 2014 @ 02:15:55
  Author: eric
Revision: 205970

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 205969, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-02-15 01:15:39 UTC (rev 205969)
+++ PKGBUILD2014-02-15 01:15:55 UTC (rev 205970)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4203
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('48f43f533c46c75d7e209c9dd3024b56')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 205969, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-02-15 01:15:55 UTC (rev 205970)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4205
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('bfc8504e845131625308bd4389c69fbe')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

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

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 201324, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-12-08 23:56:51 UTC (rev 201324)
+++ PKGBUILD2013-12-08 23:57:08 UTC (rev 201325)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4200
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('7cf08de8397568225a8f12c5f877fcb8')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 201324, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-12-08 23:57:08 UTC (rev 201325)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4203
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('48f43f533c46c75d7e209c9dd3024b56')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2013-11-12 Thread Eric Bélanger
Date: Wednesday, November 13, 2013 @ 00:30:47
  Author: eric
Revision: 199457

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 199456, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-11-12 23:29:57 UTC (rev 199456)
+++ PKGBUILD2013-11-12 23:30:47 UTC (rev 199457)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4007
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('d589909669f3c3e8ace554f00eb815a1')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 199456, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-11-12 23:30:47 UTC (rev 199457)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4200
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('7cf08de8397568225a8f12c5f877fcb8')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2013-08-05 Thread Eric Bélanger
Date: Tuesday, August 6, 2013 @ 03:43:53
  Author: eric
Revision: 192115

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 192114, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-06 01:43:33 UTC (rev 192114)
+++ PKGBUILD2013-08-06 01:43:53 UTC (rev 192115)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4005
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-url=http://search.cpan.org/dist/Module-Build;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('5f5c1609779773d28a61b2691b17f313')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 192114, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-06 01:43:53 UTC (rev 192115)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4007
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('d589909669f3c3e8ace554f00eb815a1')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2013-05-12 Thread Eric Bélanger
Date: Monday, May 13, 2013 @ 01:28:43
  Author: eric
Revision: 185285

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 185284, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-05-12 23:28:06 UTC (rev 185284)
+++ PKGBUILD2013-05-12 23:28:43 UTC (rev 185285)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.4003
-pkgrel=1
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/Module-Build'
-depends=('perl=5.6.1')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
-md5sums=('ed5fe7e023af43b0722639b13ece8d2d')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 185284, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-05-12 23:28:43 UTC (rev 185285)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4005
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+url=http://search.cpan.org/dist/Module-Build;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('5f5c1609779773d28a61b2691b17f313')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}



[arch-commits] Commit in perl-module-build/repos/extra-any (PKGBUILD PKGBUILD)

2012-09-07 Thread Eric Bélanger
Date: Friday, September 7, 2012 @ 21:51:46
  Author: eric
Revision: 166452

archrelease: copy trunk to extra-any

Added:
  perl-module-build/repos/extra-any/PKGBUILD
(from rev 166451, perl-module-build/trunk/PKGBUILD)
Deleted:
  perl-module-build/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2012-09-08 01:51:23 UTC (rev 166451)
+++ PKGBUILD2012-09-08 01:51:46 UTC (rev 166452)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
-# Contributor : Alan Young harley...@gmail.com
-
-pkgname=perl-module-build
-pkgver=0.40
-pkgrel=3
-pkgdesc=Build, test, and install Perl modules
-arch=('any')
-license=('PerlArtistic' 'GPL')
-url='http://search.cpan.org/dist/Module-Build'
-depends=('perl=5.6.1')
-options=('!emptydirs')
-source=('http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-0.40.tar.gz')
-md5sums=('7ef4a7d968cbcd2ab7286b834f885142')
-
-build() {
-  cd Module-Build-$pkgver
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd Module-Build-$pkgver
-  perl Build test
-}
-
-package() {
-  cd Module-Build-$pkgver
-  perl Build install destdir=$pkgdir
-  #find $pkgdir -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 166451, 
perl-module-build/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2012-09-08 01:51:46 UTC (rev 166452)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) jan.steff...@gmail.com
+# Contributor : Alan Young harley...@gmail.com
+
+pkgname=perl-module-build
+pkgver=0.4003
+pkgrel=1
+pkgdesc=Build, test, and install Perl modules
+arch=('any')
+license=('PerlArtistic' 'GPL')
+url='http://search.cpan.org/dist/Module-Build'
+depends=('perl=5.6.1')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz)
+md5sums=('ed5fe7e023af43b0722639b13ece8d2d')
+
+build() {
+  cd Module-Build-$pkgver
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd Module-Build-$pkgver
+  perl Build test
+}
+
+package() {
+  cd Module-Build-$pkgver
+  perl Build install destdir=$pkgdir
+}