[arch-commits] Commit in perl-sub-install/repos/community-any (PKGBUILD PKGBUILD)

2014-11-12 Thread Eric BĂ©langer
Date: Thursday, November 13, 2014 @ 00:51:21
  Author: eric
Revision: 122478

archrelease: copy trunk to community-any

Added:
  perl-sub-install/repos/community-any/PKGBUILD
(from rev 122477, perl-sub-install/trunk/PKGBUILD)
Deleted:
  perl-sub-install/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2014-11-12 23:49:51 UTC (rev 122477)
+++ PKGBUILD2014-11-12 23:51:21 UTC (rev 122478)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin Davis (juster) jrc...@gmail.com
-
-pkgname=perl-sub-install
-pkgver=0.927
-pkgrel=1
-pkgdesc=Install subroutines into packages easily
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url=https://metacpan.org/release/Sub-Install;
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
-md5sums=('3f3b70f651b5bc41c6ccc372b2fa3430')
-
-build() (
-  cd $srcdir/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd $srcdir/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd $srcdir/Sub-Install-$pkgver
-
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir/
-)

Copied: perl-sub-install/repos/community-any/PKGBUILD (from rev 122477, 
perl-sub-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2014-11-12 23:51:21 UTC (rev 122478)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-sub-install
+pkgver=0.928
+pkgrel=1
+pkgdesc=Install subroutines into packages easily
+arch=('any')
+url=https://metacpan.org/release/Sub-Install;
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+sha1sums=('868c6cb4c0232d9ac3f865f232359f82012be8d6')
+
+build() {
+  cd Sub-Install-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Sub-Install-$pkgver
+  make test
+}
+
+package() {
+  cd Sub-Install-$pkgver
+  make DESTDIR=$pkgdir install
+}


[arch-commits] Commit in perl-sub-install/repos/community-any (PKGBUILD PKGBUILD)

2013-10-29 Thread Jonathan Steel
Date: Tuesday, October 29, 2013 @ 21:41:35
  Author: jsteel
Revision: 99562

archrelease: copy trunk to community-any

Added:
  perl-sub-install/repos/community-any/PKGBUILD
(from rev 99561, perl-sub-install/trunk/PKGBUILD)
Deleted:
  perl-sub-install/repos/community-any/PKGBUILD

--+
 PKGBUILD |   78 +
 1 file changed, 38 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-10-29 20:41:22 UTC (rev 99561)
+++ PKGBUILD2013-10-29 20:41:35 UTC (rev 99562)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Jonathan Steel jst...@aur.archlinux.org
-# Contributor: Justin Davis (juster) jrc...@gmail.com
-
-pkgname=perl-sub-install
-pkgver=0.926
-pkgrel=2
-pkgdesc=Install subroutines into packages easily
-arch=('any')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url=https://metacpan.org/release/Sub-Install;
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
-md5sums=('89a7f82dd840bc2401f281b5f24732b9')
-
-build() (
-  cd $srcdir/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd $srcdir/Sub-Install-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd $srcdir/Sub-Install-$pkgver
-
-  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
-
-  find $pkgdir -name .packlist -o -name perllocal.pod -delete
-)

Copied: perl-sub-install/repos/community-any/PKGBUILD (from rev 99561, 
perl-sub-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-10-29 20:41:35 UTC (rev 99562)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-sub-install
+pkgver=0.927
+pkgrel=1
+pkgdesc=Install subroutines into packages easily
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url=https://metacpan.org/release/Sub-Install;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+md5sums=('3f3b70f651b5bc41c6ccc372b2fa3430')
+
+build() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/Sub-Install-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir/
+)



[arch-commits] Commit in perl-sub-install/repos/community-any (PKGBUILD PKGBUILD)

2013-09-29 Thread Jonathan Steel
Date: Monday, September 30, 2013 @ 00:09:14
  Author: jsteel
Revision: 97806

archrelease: copy trunk to community-any

Added:
  perl-sub-install/repos/community-any/PKGBUILD
(from rev 97805, perl-sub-install/trunk/PKGBUILD)
Deleted:
  perl-sub-install/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 -
 1 file changed, 40 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2013-09-29 22:08:58 UTC (rev 97805)
+++ PKGBUILD2013-09-29 22:09:14 UTC (rev 97806)
@@ -1,46 +0,0 @@
-# Maintainer: Justin Davis (juster) jrc...@gmail.com
-# $Id$
-
-pkgname=perl-sub-install
-pkgver=0.926
-pkgrel=1
-pkgdesc='install subroutines into packages easily'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl)
-url=https://metacpan.org/release/Sub-Install
-source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz;)
-md5sums=(89a7f82dd840bc2401f281b5f24732b9)
-sha512sums=(c536e1ace79ce8c6bd4a6e580cc2e181671b54f07cef231a84094c854779aee556de4b2ff0a95f0e6a8aca87f77a6e19d148071a48fe5c6e9c0ca15314f0c9cc)
-_dir=$srcdir/Sub-Install-$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
-  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-sub-install/repos/community-any/PKGBUILD (from rev 97805, 
perl-sub-install/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2013-09-29 22:09:14 UTC (rev 97806)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Jonathan Steel jst...@aur.archlinux.org
+# Contributor: Justin Davis (juster) jrc...@gmail.com
+
+pkgname=perl-sub-install
+pkgver=0.926
+pkgrel=2
+pkgdesc=Install subroutines into packages easily
+arch=('any')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url=https://metacpan.org/release/Sub-Install;
+source=(http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Sub-Install-$pkgver.tar.gz)
+md5sums=('89a7f82dd840bc2401f281b5f24732b9')
+
+build() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check() (
+  cd $srcdir/Sub-Install-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+
+  unset PERL5LIB
+  make test
+)
+
+package() (
+  cd $srcdir/Sub-Install-$pkgver
+
+  make install INSTALLDIRS=vendor DESTDIR=$pkgdir
+
+  find $pkgdir -name .packlist -o -name perllocal.pod -delete
+)