Date: Thursday, August 15, 2013 @ 11:48:30
  Author: spupykin
Revision: 95652

archrelease: copy trunk to community-any

Added:
  perl-module-runtime/repos/community-any/PKGBUILD
    (from rev 95651, 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    2013-08-15 09:48:16 UTC (rev 95651)
+++ PKGBUILD    2013-08-15 09:48:30 UTC (rev 95652)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-
-pkgname=perl-module-runtime
-pkgver=0.013
-pkgrel=1
-pkgdesc="runtime module handling"
-arch=('any')
-url="http://search.cpan.org/dist/Module-Runtime/";
-license=('perl')
-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 95651, 
perl-module-runtime/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-08-15 09:48:30 UTC (rev 95652)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+
+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
+}

Reply via email to