[arch-commits] Commit in perl-module-runtime/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at nymeria.archlinux.org
Mon Feb 10 11:18:35 UTC 2014


    Date: Monday, February 10, 2014 @ 12:18:34
  Author: spupykin
Revision: 105559

archrelease: copy trunk to community-any

Added:
  perl-module-runtime/repos/community-any/PKGBUILD
    (from rev 105558, perl-module-runtime/trunk/PKGBUILD)
Deleted:
  perl-module-runtime/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-10 11:18:26 UTC (rev 105558)
+++ PKGBUILD	2014-02-10 11:18:34 UTC (rev 105559)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-
-pkgname=perl-module-runtime
-pkgver=0.013
-pkgrel=2
-pkgdesc="runtime module handling"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Runtime/"
-license=('GPL' 'PerlArtistic')
-depends=('perl-params-classify')
-options=(!emptydirs)
-source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
-md5sums=('62b88b1f5f0e975a5d7c80cd46167b97')
-
-build() {
-  cd $srcdir/Module-Runtime-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd $srcdir/Module-Runtime-$pkgver
-  make install DESTDIR="${pkgdir}"
-  find ${pkgdir} -name perllocal.pod -delete
-  find ${pkgdir} -name .packlist -delete
-}

Copied: perl-module-runtime/repos/community-any/PKGBUILD (from rev 105558, perl-module-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-10 11:18:34 UTC (rev 105559)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-module-runtime
+pkgver=0.014
+pkgrel=1
+pkgdesc="runtime module handling"
+arch=('any')
+url="http://search.cpan.org/dist/Module-Runtime/"
+license=('GPL' 'PerlArtistic')
+depends=('perl-params-classify')
+options=(!emptydirs)
+source=("http://search.cpan.org/CPAN/authors/id/Z/ZE/ZEFRAM/Module-Runtime-$pkgver.tar.gz")
+md5sums=('a6597bc25536a30476f0d75b64d35734')
+
+build() {
+  cd $srcdir/Module-Runtime-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd $srcdir/Module-Runtime-$pkgver
+  make install DESTDIR="${pkgdir}"
+  find ${pkgdir} -name perllocal.pod -delete
+  find ${pkgdir} -name .packlist -delete
+}




More information about the arch-commits mailing list