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

Felix Yan felixonmars at archlinux.org
Fri Oct 6 08:33:03 UTC 2017


    Date: Friday, October 6, 2017 @ 08:33:03
  Author: felixonmars
Revision: 261871

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-06 08:32:42 UTC (rev 261870)
+++ PKGBUILD	2017-10-06 08:33:03 UTC (rev 261871)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-mockmodule
-pkgver=0.12
-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')
-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=('be257682d2515b835442e604a69d16b394c67d4bf25f2547cd7408bde5ca1981d3ca1e40e2a458307f33ffff85c937ac946fe46968cdef170ce27b30b3668323')
-
-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-any/PKGBUILD (from rev 261870, perl-test-mockmodule/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-10-06 08:33:03 UTC (rev 261871)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-mockmodule
+pkgver=0.13
+pkgrel=1
+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')
+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=('17c2aa7b67fcae2a333788db74fc94da9a680ad83786705e70417cb78df0cfa32e6fcca44962dcc9d7c2ee27c45d8f142ce03b62691da4940ccc405a0bb26472')
+
+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:



More information about the arch-commits mailing list