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

Sébastien Luttringer seblu at nymeria.archlinux.org
Fri Jan 3 19:13:12 UTC 2014


    Date: Friday, January 3, 2014 @ 20:13:11
  Author: seblu
Revision: 103347

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-01-03 19:12:47 UTC (rev 103346)
+++ PKGBUILD	2014-01-03 19:13:11 UTC (rev 103347)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=perl-test-output
-pkgver=1.02
-pkgrel=2
-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=('d80890160737cdf4c3241d48428d33ab')
-
-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 103346, perl-test-output/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-01-03 19:13:11 UTC (rev 103347)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.03
+pkgrel=1
+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=('903485edb382f5a18a5029978d1febf6')
+
+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