[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2018-05-20 Thread Florian Pritz via arch-commits
Date: Sunday, May 20, 2018 @ 21:31:56
  Author: bluewind
Revision: 325656

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 325655, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 -
 1 file changed, 46 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-20 21:31:51 UTC (rev 325655)
+++ PKGBUILD2018-05-20 21:31:56 UTC (rev 325656)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7043
-pkgrel=2
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('99253b7016f267abf0b4d0d528c45c3a81f36c9a')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 325655, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-20 21:31:56 UTC (rev 325656)
@@ -0,0 +1,46 @@
+# Maintainer: Florian Pritz 
+
+pkgname=cpanminus
+pkgver=1.7044
+pkgrel=1
+pkgdesc='get, unpack, build and install modules from CPAN'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.8.1')
+provides=("perl-app-cpanminus=$pkgver")
+url=https://metacpan.org/release/App-cpanminus
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+md5sums=(6e76f94dced6d4672686a30d16f8e890)
+sha512sums=(85e88de8fbefabdfd84fe8aeaa8294d58d63e27276cd6d8b8dfc5dc4cd6c30c12f5859f30e4930842d6d06af50c88d71358dee49c93821234c811aa39de822d7)
+_ddir="App-cpanminus-$pkgver"
+
+build()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd "$srcdir/$_ddir"
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd "$srcdir/$_ddir"
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2017-07-13 Thread Sergej Pupykin
Date: Thursday, July 13, 2017 @ 08:46:01
  Author: spupykin
Revision: 244905

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 244904, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-13 08:45:47 UTC (rev 244904)
+++ PKGBUILD2017-07-13 08:46:01 UTC (rev 244905)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7040
-pkgrel=2
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
-sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
-sha1sums=('c32035ae5356c3f07a64ad38f4880ac7aed97f67')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 244904, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-13 08:46:01 UTC (rev 244905)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7043
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('99253b7016f267abf0b4d0d528c45c3a81f36c9a')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2016-04-14 Thread Sergej Pupykin
Date: Thursday, April 14, 2016 @ 12:56:12
  Author: spupykin
Revision: 170968

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 170967, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-04-14 10:55:59 UTC (rev 170967)
+++ PKGBUILD2016-04-14 10:56:12 UTC (rev 170968)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7039
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
-sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 170967, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-04-14 10:56:12 UTC (rev 170968)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7040
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
+sha1sums=('c32035ae5356c3f07a64ad38f4880ac7aed97f67')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2015-09-02 Thread Sergej Pupykin
Date: Wednesday, September 2, 2015 @ 11:56:31
  Author: spupykin
Revision: 139100

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 139099, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-02 09:56:23 UTC (rev 139099)
+++ PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7027
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url="https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 139099, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-02 09:56:31 UTC (rev 139100)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7039
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url="https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+sha1sums=('9d69be03524eb54719fed8e93e106adda8ab3b9a')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2015-03-24 Thread Sergej Pupykin
Date: Tuesday, March 24, 2015 @ 12:13:35
  Author: spupykin
Revision: 129841

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 129840, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-03-24 11:13:27 UTC (rev 129840)
+++ PKGBUILD2015-03-24 11:13:35 UTC (rev 129841)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7004
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 129840, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-03-24 11:13:35 UTC (rev 129841)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7027
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+sha1sums=('81b91a48f77b2f7ab5c59a72c82487f696eb91a9')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2014-05-19 Thread Sergej Pupykin
Date: Monday, May 19, 2014 @ 22:11:24
  Author: spupykin
Revision: 111537

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 111536, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-05-19 20:11:14 UTC (rev 111536)
+++ PKGBUILD2014-05-19 20:11:24 UTC (rev 111537)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7001
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 111536, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-05-19 20:11:24 UTC (rev 111537)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7004
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+sha1sums=('1bbcb48d7d542eb4df8109067c9843f47f86ca5a')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-09-22 Thread Eric Bélanger
Date: Monday, September 23, 2013 @ 02:34:22
  Author: eric
Revision: 97503

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 97502, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-23 00:33:46 UTC (rev 97502)
+++ PKGBUILD2013-09-23 00:34:22 UTC (rev 97503)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.7000
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('7e630cbf40b80cc604cec7a2beb453d9326df497')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 97502, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-23 00:34:22 UTC (rev 97503)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7001
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('cb14e078ae9addb6c8d9fb1e13ef4c032ce12d4d')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-09-06 Thread Eric Bélanger
Date: Friday, September 6, 2013 @ 09:31:23
  Author: eric
Revision: 96834

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 96833, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-06 07:30:35 UTC (rev 96833)
+++ PKGBUILD2013-09-06 07:31:23 UTC (rev 96834)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6941
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-sha1sums=('9d7cd3ed4758ca2b282be6020b9394ff3549d794')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 96833, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-06 07:31:23 UTC (rev 96834)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.7000
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('7e630cbf40b80cc604cec7a2beb453d9326df497')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-08-21 Thread Eric Bélanger
Date: Wednesday, August 21, 2013 @ 23:58:14
  Author: eric
Revision: 96220

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 96219, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-21 21:57:33 UTC (rev 96219)
+++ PKGBUILD2013-08-21 21:58:14 UTC (rev 96220)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6940
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('beae192aed24ebcdc4e01b2cfca1da06')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 96219, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-21 21:58:14 UTC (rev 96220)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.6941
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+sha1sums=('9d7cd3ed4758ca2b282be6020b9394ff3549d794')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-08-13 Thread Eric Bélanger
Date: Tuesday, August 13, 2013 @ 21:52:57
  Author: eric
Revision: 95548

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 95547, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-13 19:52:25 UTC (rev 95547)
+++ PKGBUILD2013-08-13 19:52:57 UTC (rev 95548)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6939
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('42b161ea3a5d8277e437926c2a3b8f4c')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 95547, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-13 19:52:57 UTC (rev 95548)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.6940
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+md5sums=('beae192aed24ebcdc4e01b2cfca1da06')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-08-06 Thread Eric Bélanger
Date: Wednesday, August 7, 2013 @ 03:19:05
  Author: eric
Revision: 95225

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 95224, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-07 01:18:36 UTC (rev 95224)
+++ PKGBUILD2013-08-07 01:19:05 UTC (rev 95225)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: 
-
-pkgname=cpanminus
-pkgver=1.6936
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN'
-arch=('any')
-url=https://metacpan.org/release/App-cpanminus;
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-options=('!emptydirs')
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('cc3495f1797eb762c480c560419f6a1f')
-
-build() {
-  cd App-cpanminus-$pkgver
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd App-cpanminus-$pkgver
-  make test
-}
-
-package() {
-  cd App-cpanminus-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 95224, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-07 01:19:05 UTC (rev 95225)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.6939
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+md5sums=('42b161ea3a5d8277e437926c2a3b8f4c')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-08-05 Thread Eric Bélanger
Date: Tuesday, August 6, 2013 @ 00:16:38
  Author: eric
Revision: 95122

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 95121, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   74 -
 1 file changed, 30 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-08-05 22:16:18 UTC (rev 95121)
+++ PKGBUILD2013-08-05 22:16:38 UTC (rev 95122)
@@ -1,44 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=cpanminus
-pkgver=1.6008
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-provides=(perl-app-cpanminus=$pkgver)
-url=https://metacpan.org/release/App-cpanminus;
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('5c0e9008300490529aadff772a45f152')
-
-build()
-(
-  cd App-cpanminus-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd App-cpanminus-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd App-cpanminus-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 95121, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-08-05 22:16:38 UTC (rev 95122)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: 
+
+pkgname=cpanminus
+pkgver=1.6936
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN'
+arch=('any')
+url=https://metacpan.org/release/App-cpanminus;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+md5sums=('cc3495f1797eb762c480c560419f6a1f')
+
+build() {
+  cd App-cpanminus-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd App-cpanminus-$pkgver
+  make test
+}
+
+package() {
+  cd App-cpanminus-$pkgver
+  make DESTDIR=$pkgdir install
+}



[arch-commits] Commit in cpanminus/repos/community-any (PKGBUILD PKGBUILD)

2013-03-20 Thread Eric Bélanger
Date: Wednesday, March 20, 2013 @ 23:41:14
  Author: eric
Revision: 86649

archrelease: copy trunk to community-any

Added:
  cpanminus/repos/community-any/PKGBUILD
(from rev 86648, cpanminus/trunk/PKGBUILD)
Deleted:
  cpanminus/repos/community-any/PKGBUILD

--+
 PKGBUILD |   89 ++---
 1 file changed, 44 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-03-20 22:40:55 UTC (rev 86648)
+++ PKGBUILD2013-03-20 22:41:14 UTC (rev 86649)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=cpanminus
-pkgver=1.5017
-pkgrel=1
-pkgdesc='Get, unpack, build and install modules from CPAN.'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-provides=(perl-app-cpanminus=$pkgver)
-url=https://metacpan.org/release/App-cpanminus;
-source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
-md5sums=('9c35a5290d65f3132b11c8ec04c4b44b')
-_dir=$srcdir/App-cpanminus-$pkgver
-
-build()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd $_dir
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd $_dir
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: cpanminus/repos/community-any/PKGBUILD (from rev 86648, 
cpanminus/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-03-20 22:41:14 UTC (rev 86649)
@@ -0,0 +1,44 @@
+# Maintainer: Justin Davis (juster) jrc...@gmail.com
+# $Id$
+
+pkgname=cpanminus
+pkgver=1.6008
+pkgrel=1
+pkgdesc='Get, unpack, build and install modules from CPAN.'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl)
+provides=(perl-app-cpanminus=$pkgver)
+url=https://metacpan.org/release/App-cpanminus;
+source=(http://search.cpan.org/CPAN/authors/id/M/MI/MIYAGAWA/App-cpanminus-$pkgver.tar.gz;)
+md5sums=('5c0e9008300490529aadff772a45f152')
+
+build()
+(
+  cd App-cpanminus-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd App-cpanminus-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd App-cpanminus-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et: