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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:28:11 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:28:10
  Author: foutrelis
Revision: 1214328

archrelease: copy trunk to community-staging-any

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

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-29 11:28:07 UTC (rev 1214327)
+++ PKGBUILD	2022-05-29 11:28:10 UTC (rev 1214328)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-test-mockmodule
-pkgver=0.177.0
-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='https://search.cpan.org/dist/Test-MockModule'
-source=("https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v$pkgver.tar.gz")
-sha512sums=('d28523202ba4dbf040e26a3cb0795297c2c4fc65598e7717a51ed8678bce308eec7eb3b5d5d35d71418b21c2c81833679cf1624e0e07c6b1e26e8f7605eb98b3')
-
-build() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build.PL installdirs=vendor
-  perl Build
-}
-
-check() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build test
-}
-
-package() {
-  cd "$srcdir/Test-MockModule-v$pkgver"
-  perl Build install destdir="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-test-mockmodule/repos/community-staging-any/PKGBUILD (from rev 1214327, perl-test-mockmodule/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-29 11:28:10 UTC (rev 1214328)
@@ -0,0 +1,33 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-test-mockmodule
+pkgver=0.177.0
+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='https://search.cpan.org/dist/Test-MockModule'
+source=("https://search.cpan.org/CPAN/authors/id/G/GF/GFRANKS/Test-MockModule-v$pkgver.tar.gz")
+sha512sums=('d28523202ba4dbf040e26a3cb0795297c2c4fc65598e7717a51ed8678bce308eec7eb3b5d5d35d71418b21c2c81833679cf1624e0e07c6b1e26e8f7605eb98b3')
+
+build() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build.PL installdirs=vendor
+  perl Build
+}
+
+check() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build test
+}
+
+package() {
+  cd "$srcdir/Test-MockModule-v$pkgver"
+  perl Build install destdir="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list