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

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 10:45:54 UTC 2019


    Date: Saturday, May 25, 2019 @ 10:45:54
  Author: foutrelis
Revision: 470252

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-25 10:45:50 UTC (rev 470251)
+++ PKGBUILD	2019-05-25 10:45:54 UTC (rev 470252)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-test-output
-pkgver=1.031
-pkgrel=4
-pkgdesc='Utilities to test STDOUT and STDERR messages'
-arch=('any')
-license=('GPL' 'PerlArtistic')
-depends=('perl-sub-exporter'
-  'perl-test-tester'
-  'perl-test-pod'
-  'perl-test-pod-coverage'
-  'perl-capture-tiny')
-url='http://search.cpan.org/dist/Test-Output'
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
-md5sums=('5384ea67483c98290c1e51b3b2aee84d')
-
-build() {
-  cd Test-Output-$pkgver
-  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Test-Output-$pkgver
-  make test
-}
-
-package() {
-  cd Test-Output-$pkgver
-  make install DESTDIR="$pkgdir/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: perl-test-output/repos/community-any/PKGBUILD (from rev 470251, perl-test-output/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-05-25 10:45:54 UTC (rev 470252)
@@ -0,0 +1,35 @@
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.031
+pkgrel=5
+pkgdesc='Utilities to test STDOUT and STDERR messages'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+depends=('perl-sub-exporter'
+  'perl-test-simple'
+  'perl-test-pod'
+  'perl-test-pod-coverage'
+  'perl-capture-tiny')
+url='http://search.cpan.org/dist/Test-Output'
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/B/BD/BDFOY/Test-Output-$pkgver.tar.gz")
+md5sums=('5384ea67483c98290c1e51b3b2aee84d')
+
+build() {
+  cd Test-Output-$pkgver
+  USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Test-Output-$pkgver
+  make test
+}
+
+package() {
+  cd Test-Output-$pkgver
+  make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list