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

Sébastien Luttringer seblu at nymeria.archlinux.org
Wed Jul 10 08:40:10 UTC 2013


    Date: Wednesday, July 10, 2013 @ 10:40:10
  Author: seblu
Revision: 93785

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-10 08:40:04 UTC (rev 93784)
+++ PKGBUILD	2013-07-10 08:40:10 UTC (rev 93785)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at aur.archlinux.org>
-
-pkgname=perl-test-output
-pkgver=1.01
-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')
-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=('bea1fe88e8725a5b3f7b66e69fc83dd2')
-
-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 ft=sh et:

Copied: perl-test-output/repos/community-any/PKGBUILD (from rev 93784, perl-test-output/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-07-10 08:40:10 UTC (rev 93785)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=perl-test-output
+pkgver=1.02
+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')
+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:




More information about the arch-commits mailing list