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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 29 07:57:16 UTC 2018


    Date: Monday, October 29, 2018 @ 07:57:15
  Author: spupykin
Revision: 399381

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   85 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 42 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 07:57:03 UTC (rev 399380)
+++ PKGBUILD	2018-10-29 07:57:15 UTC (rev 399381)
@@ -1,43 +0,0 @@
-# Packager: Justin Davis <jrcd83 at gmail.com>
-# $Id$
-
-pkgname=perl-io-all
-pkgver=0.86
-pkgrel=4
-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="http://search.cpan.org/dist/IO-All/"
-source=("http://search.cpan.org/CPAN/authors/id/I/IN/INGY/IO-All-$pkgver.tar.gz")
-md5sums=('b257d3f742867825d018e74f5a5d549b')
-
-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 "${srcdir}/IO-All-${pkgver}"
-  perl Makefile.PL
-  make
-}
-
-check() {
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-  cd "${srcdir}/IO-All-${pkgver}"
-  make test
-}
-
-package() {
-  cd "${srcdir}/IO-All-${pkgver}"
-  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 399380, perl-io-all/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 07:57:15 UTC (rev 399381)
@@ -0,0 +1,42 @@
+# Packager: Justin Davis <jrcd83 at gmail.com>
+
+pkgname=perl-io-all
+pkgver=0.87
+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="http://search.cpan.org/dist/IO-All/"
+source=("https://cpan.metacpan.org/authors/id/F/FR/FREW/IO-All-$pkgver.tar.gz")
+sha256sums=('54e21d250c0229127e30b77a3461e10077854ec244f26fb670f1b445ed4c4d5b')
+
+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 "${srcdir}/IO-All-${pkgver}"
+  perl Makefile.PL
+  make
+}
+
+check() {
+  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+  cd "${srcdir}/IO-All-${pkgver}"
+  make test
+}
+
+package() {
+  cd "${srcdir}/IO-All-${pkgver}"
+  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