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

Sergej Pupykin spupykin at gemini.archlinux.org
Fri Aug 27 21:48:23 UTC 2021


    Date: Friday, August 27, 2021 @ 21:48:23
  Author: spupykin
Revision: 1007476

archrelease: copy trunk to community-any

Added:
  perl-file-slurp/repos/community-any/PKGBUILD
    (from rev 1007475, 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	2021-08-27 21:48:16 UTC (rev 1007475)
+++ PKGBUILD	2021-08-27 21:48:23 UTC (rev 1007476)
@@ -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.28
-pkgrel=2
-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
-}

Copied: perl-file-slurp/repos/community-any/PKGBUILD (from rev 1007475, perl-file-slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-08-27 21:48:23 UTC (rev 1007476)
@@ -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.32
+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=('4c3c21992a9d42be3a79dd74a3c83d27d38057269d65509a2f555ea0fb2bc5b0')
+
+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