Date: Monday, May 1, 2017 @ 12:20:14
  Author: demize
Revision: 226396

archrelease: copy trunk to community-any

Added:
  perl-test-without-module/repos/community-any/PKGBUILD
    (from rev 226395, perl-test-without-module/trunk/PKGBUILD)
Deleted:
  perl-test-without-module/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2017-05-01 12:19:47 UTC (rev 226395)
+++ PKGBUILD    2017-05-01 12:20:14 UTC (rev 226396)
@@ -1,43 +0,0 @@
-# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
-# Contributor: Piotr Rogoża <piotr dot r dot public at gmail dot com>
-
-pkgname=perl-test-without-module
-pkgver=0.18
-pkgrel=3
-
-pkgdesc='Test::Without::Module - Test fallback behaviour in absence of modules'
-url="http://search.cpan.org/dist/Test-Without-Module/";
-arch=('any')
-license=('GPL' 'PerlArtistic')
-
-depends=('perl')
-makedepends=('perl')
-checkdepends=('perl-file-slurp')
-
-source=("http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-$pkgver.tar.gz";)
-
-sha256sums=('e2c3360b171d7db518ac39a0e1dcb285c784ea393c11708914a0655d66138c7f')
-
-options=(!emptydirs)
-
-build() {
-       cd Test-Without-Module-"$pkgver"
-
-       # Setting these env variables overwrites any command-line-options we 
don't want...
-       export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
-              PERL_MM_OPT="" PERL_MB_OPT="" MODULEBUILDRC=/dev/null
-
-       perl Makefile.PL INSTALLDIRS=vendor
-       make
-}
-
-check() {
-       cd Test-Without-Module-"$pkgver"
-       make test
-}
-
-package() {
-       cd Test-Without-Module-"$pkgver"
-       make install DESTDIR="$pkgdir"
-       find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-test-without-module/repos/community-any/PKGBUILD (from rev 226395, 
perl-test-without-module/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2017-05-01 12:20:14 UTC (rev 226396)
@@ -0,0 +1,43 @@
+# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
+# Contributor: Piotr Rogoża <piotr dot r dot public at gmail dot com>
+
+pkgname=perl-test-without-module
+pkgver=0.20
+pkgrel=1
+
+pkgdesc='Test::Without::Module - Test fallback behaviour in absence of modules'
+url="http://search.cpan.org/dist/Test-Without-Module/";
+arch=('any')
+license=('GPL' 'PerlArtistic')
+
+depends=('perl')
+makedepends=('perl')
+checkdepends=('perl-file-slurp')
+
+source=("http://search.cpan.org/CPAN/authors/id/C/CO/CORION/Test-Without-Module-$pkgver.tar.gz";)
+
+sha256sums=('8e9aeb7c32a6c6d0b8a93114db2a8c072721273a9d9a2dd4f9ca86cfd28aa524')
+
+options=(!emptydirs)
+
+build() {
+       cd Test-Without-Module-"$pkgver"
+
+       # Setting these env variables overwrites any command-line-options we 
don't want...
+       export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps \
+              PERL_MM_OPT="" PERL_MB_OPT="" MODULEBUILDRC=/dev/null
+
+       perl Makefile.PL INSTALLDIRS=vendor
+       make
+}
+
+check() {
+       cd Test-Without-Module-"$pkgver"
+       make test
+}
+
+package() {
+       cd Test-Without-Module-"$pkgver"
+       make install DESTDIR="$pkgdir"
+       find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}

Reply via email to