[arch-commits] Commit in perl-io-all/repos/community-any (PKGBUILD PKGBUILD)

Eric Bélanger eric at nymeria.archlinux.org
Wed Mar 20 17:21:59 UTC 2013


    Date: Wednesday, March 20, 2013 @ 18:21:59
  Author: eric
Revision: 86616

archrelease: copy trunk to community-any

Added:
  perl-io-all/repos/community-any/PKGBUILD
    (from rev 86615, perl-io-all/trunk/PKGBUILD)
Deleted:
  perl-io-all/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   92 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-20 17:21:40 UTC (rev 86615)
+++ PKGBUILD	2013-03-20 17:21:59 UTC (rev 86616)
@@ -1,46 +0,0 @@
-# Packager: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.46
-pkgrel=1
-pkgdesc="IO::All of it to Graham and Damian!"
-arch=(any)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl>=5.6.1' 'perl-io-string>=1.08')
-url="https://metacpan.org/release/IO-All"
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-${pkgver}.tar.gz")
-sha1sums=('1292fd897178f79f4a40555bffc89eb645d3f02a')
-_distdir="${srcdir}/IO-All-${pkgver}"
-
-build()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='$pkgdir'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '$pkgdir'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "$_distdir"
-    /usr/bin/perl Makefile.PL
-    make
-)
-
-check()
-(
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "$_distdir"
-    make test
-)
-
-package() {
-    cd "$_distdir"
-    make DESTDIR="$pkgdir" install
-}
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-io-all/repos/community-any/PKGBUILD (from rev 86615, perl-io-all/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-03-20 17:21:59 UTC (rev 86616)
@@ -0,0 +1,46 @@
+# Packager: Justin Davis <jrcd83 at gmail.com>
+# $Id$
+
+pkgname=perl-io-all
+pkgver=0.46
+pkgrel=1
+pkgdesc="IO::All of it to Graham and Damian!"
+arch=(any)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl>=5.6.1' 'perl-io-string>=1.08')
+url="https://metacpan.org/release/IO-All"
+source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-${pkgver}.tar.gz")
+sha1sums=('1292fd897178f79f4a40555bffc89eb645d3f02a')
+_distdir="${srcdir}/IO-All-${pkgver}"
+
+build()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"     \
+      PERL_MB_OPT="--installdirs vendor" \
+      MODULEBUILDRC=/dev/null
+
+    cd "$_distdir"
+    /usr/bin/perl Makefile.PL
+    make
+)
+
+check()
+(
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "$_distdir"
+    make test
+)
+
+package() {
+    cd "$_distdir"
+    make DESTDIR="$pkgdir" install
+}
+
+# Local Variables:
+# mode: shell-script
+# sh-basic-offset: 2
+# End:
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list