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

Sergej Pupykin spupykin at archlinux.org
Mon Oct 29 07:56:41 UTC 2018


    Date: Monday, October 29, 2018 @ 07:56:40
  Author: spupykin
Revision: 399377

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 07:56:28 UTC (rev 399376)
+++ PKGBUILD	2018-10-29 07:56:40 UTC (rev 399377)
@@ -1,29 +0,0 @@
-# $Id$
-# 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.19
-pkgrel=4
-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=(http://www.cpan.org/authors/id/U/UR/URI/File-Slurp-$pkgver.tar.gz)
-md5sums=('7d584cd15c4f8b9547765eff8c4ef078')
-
-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 399376, perl-file-slurp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 07:56:40 UTC (rev 399377)
@@ -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.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
+}



More information about the arch-commits mailing list