[arch-commits] Commit in perl-module-build-tiny/repos/community-any (2 files)

2014-10-13 Thread Felix Yan
Date: Monday, October 13, 2014 @ 09:18:39
  Author: fyan
Revision: 120589

archrelease: copy trunk to community-any

Added:
  perl-module-build-tiny/repos/community-any/PKGBUILD
(from rev 120588, perl-module-build-tiny/trunk/PKGBUILD)
Deleted:
  perl-module-build-tiny/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-10-13 07:18:12 UTC (rev 120588)
+++ PKGBUILD2014-10-13 07:18:39 UTC (rev 120589)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: xRemaLx anton.komo...@gmail.com
-
-pkgname=perl-module-build-tiny
-_pkgname=Module-Build-Tiny
-pkgver=0.038
-pkgrel=1
-pkgdesc=A tiny replacement for Module::Build
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
-makedepends=('perl-test-harness')
-url=http://search.cpan.org/dist/Module-Build-Tiny;
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('55b180bf2f43a8b6008e069b0463091e40ff71c7bac089e49aeb350897744cef4da22beebf4d511a6c98ae9cda61d8197a54201bffd64dfc02307f2690dc486d')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/${_pkgname}-${pkgver}
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
-./Build install
-  )
-  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:

Copied: perl-module-build-tiny/repos/community-any/PKGBUILD (from rev 120588, 
perl-module-build-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-10-13 07:18:39 UTC (rev 120589)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: xRemaLx anton.komo...@gmail.com
+
+pkgname=perl-module-build-tiny
+_pkgname=Module-Build-Tiny
+pkgver=0.039
+pkgrel=1
+pkgdesc=A tiny replacement for Module::Build
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
+makedepends=('perl-test-harness')
+url=http://search.cpan.org/dist/Module-Build-Tiny;
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('26ca6fe4c1792b26bb2b4711035847f4215ea7c37234fbe24fc07432682fd9d3b6016dbdb2ecb455a7b13f6bea13994826c7f84f21075f0a6e575fa74672903a')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_AUTOINSTALL=--skipdeps   \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
+./Build install
+  )
+  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 perl-module-build-tiny/repos/community-any (2 files)

2014-09-13 Thread Felix Yan
Date: Sunday, September 14, 2014 @ 07:18:42
  Author: fyan
Revision: 118945

archrelease: copy trunk to community-any

Added:
  perl-module-build-tiny/repos/community-any/PKGBUILD
(from rev 118944, perl-module-build-tiny/trunk/PKGBUILD)
Deleted:
  perl-module-build-tiny/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-09-14 05:18:23 UTC (rev 118944)
+++ PKGBUILD2014-09-14 05:18:42 UTC (rev 118945)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: xRemaLx anton.komo...@gmail.com
-
-pkgname=perl-module-build-tiny
-_pkgname=Module-Build-Tiny
-pkgver=0.037
-pkgrel=1
-pkgdesc=A tiny replacement for Module::Build
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
-makedepends=('perl-test-harness')
-url=http://search.cpan.org/dist/Module-Build-Tiny;
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('8cabff83ad84f2d5ba8444ae9f4928ce82d1a375baf524d1eab9e00fef10b7e3f5c72dd0a76ccae85c2b165048037fa9714d94d4a3ad88e66193449a7e8285c9')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/${_pkgname}-${pkgver}
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
-./Build install
-  )
-  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:

Copied: perl-module-build-tiny/repos/community-any/PKGBUILD (from rev 118944, 
perl-module-build-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-09-14 05:18:42 UTC (rev 118945)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: xRemaLx anton.komo...@gmail.com
+
+pkgname=perl-module-build-tiny
+_pkgname=Module-Build-Tiny
+pkgver=0.038
+pkgrel=1
+pkgdesc=A tiny replacement for Module::Build
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
+makedepends=('perl-test-harness')
+url=http://search.cpan.org/dist/Module-Build-Tiny;
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('55b180bf2f43a8b6008e069b0463091e40ff71c7bac089e49aeb350897744cef4da22beebf4d511a6c98ae9cda61d8197a54201bffd64dfc02307f2690dc486d')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_AUTOINSTALL=--skipdeps   \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
+./Build install
+  )
+  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 perl-module-build-tiny/repos/community-any (2 files)

2014-07-31 Thread Felix Yan
Date: Friday, August 1, 2014 @ 07:47:45
  Author: fyan
Revision: 116672

archrelease: copy trunk to community-any

Added:
  perl-module-build-tiny/repos/community-any/PKGBUILD
(from rev 116671, perl-module-build-tiny/trunk/PKGBUILD)
Deleted:
  perl-module-build-tiny/repos/community-any/PKGBUILD

--+
 PKGBUILD |  106 ++---
 1 file changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2014-08-01 05:47:31 UTC (rev 116671)
+++ PKGBUILD2014-08-01 05:47:45 UTC (rev 116672)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: xRemaLx anton.komo...@gmail.com
-
-pkgname=perl-module-build-tiny
-_pkgname=Module-Build-Tiny
-pkgver=0.036
-pkgrel=2
-pkgdesc=A tiny replacement for Module::Build
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
-makedepends=('perl-test-harness')
-url=http://search.cpan.org/dist/Module-Build-Tiny;
-source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
-sha512sums=('7f0d01354eaa08611b6b207ef362fbebd941838c1191c652c014f3ac2fe0eee32c64f8eb6711ca557f4f021f6fab8f64e155adf7bf183952021e6af3da1533dc')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
-  MODULEBUILDRC=/dev/null
-
-cd ${srcdir}/${_pkgname}-${pkgver}
-/usr/bin/perl Build.PL
-./Build
-  )
-}
-
-check() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
-./Build test
-  )
-}
-
-package() {
-  cd ${srcdir}/${_pkgname}-${pkgver}
-  ( export PERL_AUTOINSTALL=--skipdeps   \
-  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
-  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
-./Build install
-  )
-  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:

Copied: perl-module-build-tiny/repos/community-any/PKGBUILD (from rev 116671, 
perl-module-build-tiny/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-08-01 05:47:45 UTC (rev 116672)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: xRemaLx anton.komo...@gmail.com
+
+pkgname=perl-module-build-tiny
+_pkgname=Module-Build-Tiny
+pkgver=0.037
+pkgrel=1
+pkgdesc=A tiny replacement for Module::Build
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl' 'perl-extutils-config' 'perl-extutils-helpers' 
'perl-extutils-installpaths')
+makedepends=('perl-test-harness')
+url=http://search.cpan.org/dist/Module-Build-Tiny;
+source=(http://search.cpan.org/CPAN/authors/id/L/LE/LEONT/${_pkgname}-${pkgver}.tar.gz;)
+sha512sums=('8cabff83ad84f2d5ba8444ae9f4928ce82d1a375baf524d1eab9e00fef10b7e3f5c72dd0a76ccae85c2b165048037fa9714d94d4a3ad88e66193449a7e8285c9')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB= \
+  PERL_AUTOINSTALL=--skipdeps\
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir' \
+  MODULEBUILDRC=/dev/null
+
+cd ${srcdir}/${_pkgname}-${pkgver}
+/usr/bin/perl Build.PL
+./Build
+  )
+}
+
+check() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=
+./Build test
+  )
+}
+
+package() {
+  cd ${srcdir}/${_pkgname}-${pkgver}
+  ( export PERL_AUTOINSTALL=--skipdeps   \
+  PERL_MM_OPT=INSTALLDIRS=vendor DESTDIR='$pkgdir' \
+  PERL_MB_OPT=--installdirs vendor --destdir '$pkgdir'
+./Build install
+  )
+  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: