[arch-commits] Commit in perl-class-autouse/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Tue Jul 1 13:48:33 UTC 2014


    Date: Tuesday, July 1, 2014 @ 15:48:32
  Author: spupykin
Revision: 114147

archrelease: copy trunk to community-any

Added:
  perl-class-autouse/repos/community-any/PKGBUILD
    (from rev 114146, perl-class-autouse/trunk/PKGBUILD)
Deleted:
  perl-class-autouse/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-01 13:48:24 UTC (rev 114146)
+++ PKGBUILD	2014-07-01 13:48:32 UTC (rev 114147)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Charles Mauch <cmauch at gmail.com>
-# Contributor: Francois Charette <firmicus at gmx.net>
-
-pkgname=perl-class-autouse
-pkgver=2.01
-pkgrel=1
-pkgdesc="Run-time load a class the first time you call a method in it. "
-arch=('any')
-url="http://search.cpan.org/dist/Class-Autouse"
-license=('GPL' 'PerlArtistic')
-depends=('perl')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Autouse-$pkgver.tar.gz) 
-md5sums=('920890629fa60ba1a3a1150ffa2365fe')
-
-build() {
-  cd  $srcdir/Class-Autouse-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-  make pure_install doc_install DESTDIR=$pkgdir
-  find $pkgdir -name '.packlist' -delete
-  find $pkgdir -name '*.pod' -delete
-}

Copied: perl-class-autouse/repos/community-any/PKGBUILD (from rev 114146, perl-class-autouse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-07-01 13:48:32 UTC (rev 114147)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Charles Mauch <cmauch at gmail.com>
+# Contributor: Francois Charette <firmicus at gmx.net>
+
+pkgname=perl-class-autouse
+pkgver=2.01
+pkgrel=2
+pkgdesc="Run-time load a class the first time you call a method in it. "
+arch=('any')
+url="http://search.cpan.org/dist/Class-Autouse"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/A/AD/ADAMK/Class-Autouse-$pkgver.tar.gz) 
+md5sums=('920890629fa60ba1a3a1150ffa2365fe')
+
+build() {
+  cd  $srcdir/Class-Autouse-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  $srcdir/Class-Autouse-$pkgver
+  make pure_install doc_install DESTDIR=$pkgdir
+  find $pkgdir -name '.packlist' -delete
+  find $pkgdir -name '*.pod' -delete
+}




More information about the arch-commits mailing list