Date: Wednesday, August 1, 2018 @ 11:14:07 Author: foutrelis Revision: 366477
archrelease: copy trunk to community-staging-any Added: perl-test-mockmodule/repos/community-staging-any/PKGBUILD (from rev 366475, perl-test-mockmodule/trunk/PKGBUILD) Deleted: perl-test-mockmodule/repos/community-staging-any/PKGBUILD ----------+ PKGBUILD | 68 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2018-08-01 11:14:06 UTC (rev 366476) +++ PKGBUILD 2018-08-01 11:14:07 UTC (rev 366477) @@ -1,34 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> - -pkgname=perl-test-mockmodule -pkgver=0.15 -pkgrel=2 -pkgdesc="Override subroutines in a module for unit testing" -arch=('any') -license=('PerlArtistic' 'GPL') -options=('!emptydirs') -depends=('perl-super') -makedepends=('perl-module-build') -checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-test-warnings') -url='http://search.cpan.org/dist/Test-MockModule' -source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-$pkgver.tar.gz") -sha512sums=('20f64f9984010ee0b3c26532a8835156b7cc8837e436c0785a2d3b7959cb01f07584b816d754da9f9205e457fe5d4a8316d984bf215d242000704fe0c52284a7') - -build() { - cd "$srcdir/Test-MockModule-$pkgver" - perl Build.PL installdirs=vendor - perl Build -} - -check() { - cd "$srcdir/Test-MockModule-$pkgver" - perl Build test -} - -package() { - cd "$srcdir/Test-MockModule-$pkgver" - perl Build install destdir="$pkgdir" -} - -# vim:set ts=2 sw=2 et: Copied: perl-test-mockmodule/repos/community-staging-any/PKGBUILD (from rev 366475, perl-test-mockmodule/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2018-08-01 11:14:07 UTC (rev 366477) @@ -0,0 +1,34 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> + +pkgname=perl-test-mockmodule +pkgver=0.15 +pkgrel=3 +pkgdesc="Override subroutines in a module for unit testing" +arch=('any') +license=('PerlArtistic' 'GPL') +options=('!emptydirs') +depends=('perl-super') +makedepends=('perl-module-build') +checkdepends=('perl-test-pod' 'perl-test-pod-coverage' 'perl-test-warnings') +url='http://search.cpan.org/dist/Test-MockModule' +source=("http://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-$pkgver.tar.gz") +sha512sums=('20f64f9984010ee0b3c26532a8835156b7cc8837e436c0785a2d3b7959cb01f07584b816d754da9f9205e457fe5d4a8316d984bf215d242000704fe0c52284a7') + +build() { + cd "$srcdir/Test-MockModule-$pkgver" + perl Build.PL installdirs=vendor + perl Build +} + +check() { + cd "$srcdir/Test-MockModule-$pkgver" + perl Build test +} + +package() { + cd "$srcdir/Test-MockModule-$pkgver" + perl Build install destdir="$pkgdir" +} + +# vim:set ts=2 sw=2 et: