[arch-commits] Commit in perl-test-spec/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Sat Mar 12 11:53:58 UTC 2016


    Date: Saturday, March 12, 2016 @ 12:53:57
  Author: spupykin
Revision: 166372

archrelease: copy trunk to community-any

Added:
  perl-test-spec/repos/community-any/PKGBUILD
    (from rev 166371, perl-test-spec/trunk/PKGBUILD)
Deleted:
  perl-test-spec/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-03-12 11:53:48 UTC (rev 166371)
+++ PKGBUILD	2016-03-12 11:53:57 UTC (rev 166372)
@@ -1,45 +0,0 @@
-# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-test-spec
-pkgver=0.49
-pkgrel=1
-pkgdesc='Write tests in a declarative specification style'
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl-package-stash>=0.23' 'perl-test-deep>=0.103' perl-test-trap
-         perl-tie-ixhash)
-checkdepends=('perl-module-implementation' 'perl-try-tiny')
-url="https://metacpan.org/release/Test-Spec"
-source=("http://search.cpan.org/CPAN/authors/id/P/PH/PHILIP/Test-Spec-$pkgver.tar.gz")
-md5sums=('cac8f7d113ef25369a7d25dfc9c094b6')
-
-build()
-(
-  cd Test-Spec-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check()
-(
-  cd Test-Spec-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package()
-(
-  cd Test-Spec-$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: perl-test-spec/repos/community-any/PKGBUILD (from rev 166371, perl-test-spec/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-03-12 11:53:57 UTC (rev 166372)
@@ -0,0 +1,45 @@
+# Maintainer: Justin Davis (juster) <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-test-spec
+pkgver=0.51
+pkgrel=1
+pkgdesc='Write tests in a declarative specification style'
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl-package-stash>=0.23' 'perl-test-deep>=0.103' perl-test-trap
+         perl-tie-ixhash)
+checkdepends=('perl-module-implementation' 'perl-try-tiny')
+url="https://metacpan.org/release/Test-Spec"
+source=("https://cpan.metacpan.org/authors/id/A/AN/ANDYJONES/Test-Spec-$pkgver.tar.gz")
+md5sums=('a52b44c071ec4c32e30f4c949e8b2f1a')
+
+build()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  unset PERL5LIB PERL_MM_OPT
+  /usr/bin/perl Makefile.PL
+  make
+)
+
+check()
+(
+  cd Test-Spec-$pkgver
+  export PERL_MM_USE_DEFAULT=1
+  unset PERL5LIB
+  make test
+)
+
+package()
+(
+  cd Test-Spec-$pkgver
+  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+)
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list