[arch-commits] Commit in perl-module-implementation/repos/community-any (2 files)

Sergej Pupykin spupykin at archlinux.org
Tue Dec 16 08:01:45 UTC 2014


    Date: Tuesday, December 16, 2014 @ 09:01:45
  Author: spupykin
Revision: 123950

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-16 08:01:36 UTC (rev 123949)
+++ PKGBUILD	2014-12-16 08:01:45 UTC (rev 123950)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: 3ED <krzysztof1987 at gmail dot com>
-
-pkgname=perl-module-implementation
-pkgver=0.07
-pkgrel=2
-pkgdesc="Loads one of several alternate underlying implementations for a module"
-arch=('any')
-license=('PerlArtistic')
-options=('!emptydirs')
-depends=('perl-module-runtime>=0.012' 'perl-try-tiny')
-checkdepends=('perl-test-requires' 'perl-test-fatal')
-url="http://search.cpan.org/dist/Module-Implementation/"
-source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
-md5sums=('55483fce4266747e823a1004499bd70c')
-
-build() {
-  cd "${srcdir}/Module-Implementation-${pkgver}"
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-    MODULEBUILDRC=/dev/null
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${srcdir}/Module-Implementation-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/Module-Implementation-${pkgver}"
-  make install
-  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-module-implementation/repos/community-any/PKGBUILD (from rev 123949, perl-module-implementation/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-16 08:01:45 UTC (rev 123950)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: 3ED <krzysztof1987 at gmail dot com>
+
+pkgname=perl-module-implementation
+pkgver=0.09
+pkgrel=1
+pkgdesc="Loads one of several alternate underlying implementations for a module"
+arch=('any')
+license=('PerlArtistic')
+options=('!emptydirs')
+depends=('perl-module-runtime>=0.012' 'perl-try-tiny')
+checkdepends=('perl-test-requires' 'perl-test-fatal')
+url="http://search.cpan.org/dist/Module-Implementation/"
+source=(http://search.cpan.org/CPAN/authors/id/D/DR/DROLSKY/Module-Implementation-$pkgver.tar.gz)
+md5sums=('52e3fe0ca6b1eff0488d59b7aacc0667')
+
+build() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL="--skipdeps" \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
+    MODULEBUILDRC=/dev/null
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/Module-Implementation-${pkgver}"
+  make install
+  find "${pkgdir}" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list