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

Sergej Pupykin spupykin at nymeria.archlinux.org
Sat Feb 15 20:34:43 UTC 2014


    Date: Saturday, February 15, 2014 @ 21:34:43
  Author: spupykin
Revision: 105799

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++++------------------------
 1 file changed, 28 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-15 20:34:35 UTC (rev 105798)
+++ PKGBUILD	2014-02-15 20:34:43 UTC (rev 105799)
@@ -1,24 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-test-base
-pkgver=0.60
-pkgrel=1
-pkgdesc="A Data Driven Testing Framework"
-arch=('any')
-url="http://search.cpan.org/dist/Test-Base"
-license=('GPL' 'PerlArtistic')
-depends=('perl-spiffy>=0.30')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
-md5sums=('7d839807da66d69db32fc4b22994f9e4')
-
-build() {
-  cd  $srcdir/Test-Base-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-base/repos/community-any/PKGBUILD (from rev 105798, perl-test-base/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-15 20:34:43 UTC (rev 105799)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-test-base
+pkgver=0.62
+pkgrel=1
+pkgdesc="A Data Driven Testing Framework"
+arch=('any')
+url="http://search.cpan.org/dist/Test-Base"
+license=('GPL' 'PerlArtistic')
+depends=('perl-spiffy>=0.30')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/I/IN/INGY/Test-Base-$pkgver.tar.gz)
+md5sums=('c5b06043b2441d9787533575d6f5e798')
+
+build() {
+  cd  $srcdir/Test-Base-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Test-Base-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list