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

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Aug 15 09:48:44 UTC 2013


    Date: Thursday, August 15, 2013 @ 11:48:44
  Author: spupykin
Revision: 95654

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-15 09:48:33 UTC (rev 95653)
+++ PKGBUILD	2013-08-15 09:48:44 UTC (rev 95654)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-
-pkgname=perl-test-exception
-pkgver=0.32
-pkgrel=1
-pkgdesc="Perl/CPAN Module Test::Exception : Functions for testing exceptionbased code"
-arch=("any")
-url="http://search.cpan.org/~adie/"
-license=("GPL" "Artistic")
-depends=("perl-sub-uplevel")
-source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$pkgver.tar.gz")
-md5sums=('50e985a335842540b69ea886eeed8a7f')
-
-build() {
-  cd $srcdir/Test-Exception-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Test-Exception-$pkgver
-  make install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-test-exception/repos/community-any/PKGBUILD (from rev 95653, perl-test-exception/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-08-15 09:48:44 UTC (rev 95654)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+
+pkgname=perl-test-exception
+pkgver=0.32
+pkgrel=2
+pkgdesc="Perl/CPAN Module Test::Exception : Functions for testing exceptionbased code"
+arch=("any")
+url="http://search.cpan.org/~adie/"
+license=("GPL" "PerlArtistic")
+depends=("perl-sub-uplevel")
+source=("http://search.cpan.org/CPAN/authors/id/A/AD/ADIE/Test-Exception-$pkgver.tar.gz")
+md5sums=('50e985a335842540b69ea886eeed8a7f')
+
+build() {
+  cd $srcdir/Test-Exception-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Test-Exception-$pkgver
+  make install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list