[arch-commits] Commit in perl-file-slurp/repos/community-any (PKGBUILD PKGBUILD)

Sergej Pupykin spupykin at archlinux.org
Thu Oct 17 11:06:43 UTC 2019


    Date: Thursday, October 17, 2019 @ 11:06:43
  Author: spupykin
Revision: 516405

archrelease: copy trunk to community-any

Added:
  perl-file-slurp/repos/community-any/PKGBUILD
    (from rev 516404, perl-file-slurp/trunk/PKGBUILD)
Deleted:
  perl-file-slurp/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-17 11:06:35 UTC (rev 516404)
+++ PKGBUILD	2019-10-17 11:06:43 UTC (rev 516405)
@@ -1,28 +0,0 @@
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
-# Contributor: François Charette <firmicus ατ gmx δοτ net>
-
-pkgname=perl-file-slurp
-pkgver=9999.23
-pkgrel=1
-pkgdesc="Read/write/append files quickly"
-arch=('any')
-url="http://search.cpan.org/dist/File-Slurp"
-license=('GPL' 'PerlArtistic')
-depends=('perl>=5.14.0')
-options=('!emptydirs')
-source=(https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-$pkgver.tar.gz)
-sha256sums=('9eb73287890e172c4e39ce069f0e6a82da90df20dc7e2d52c666e9b07489a7f7')
-
-build() {
-  cd  "$srcdir"/File-Slurp-$pkgver
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-package() {
-  cd  "$srcdir"/File-Slurp-$pkgver
-  make install DESTDIR="$pkgdir"
-  find "$pkgdir" -name '.packlist' -delete
-  find "$pkgdir" -name '*.pod' -delete
-}

Copied: perl-file-slurp/repos/community-any/PKGBUILD (from rev 516404, perl-file-slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-17 11:06:43 UTC (rev 516405)
@@ -0,0 +1,28 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Contributor: François Charette <firmicus ατ gmx δοτ net>
+
+pkgname=perl-file-slurp
+pkgver=9999.28
+pkgrel=1
+pkgdesc="Read/write/append files quickly"
+arch=('any')
+url="https://search.cpan.org/dist/File-Slurp"
+license=('GPL' 'PerlArtistic')
+depends=('perl>=5.14.0')
+options=('!emptydirs')
+source=(https://cpan.metacpan.org/authors/id/C/CA/CAPOEIRAB/File-Slurp-$pkgver.tar.gz)
+sha256sums=('0587ce010bcb79db9e744f14b5498be97bf2c7f2474d971916d92f0a10827cee')
+
+build() {
+  cd  "$srcdir"/File-Slurp-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/File-Slurp-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list