[arch-commits] Commit in perl-proc-processtable/repos/community-x86_64 (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Dec 20 21:21:42 UTC 2021


    Date: Monday, December 20, 2021 @ 21:21:42
  Author: felixonmars
Revision: 1080902

archrelease: copy trunk to community-x86_64

Added:
  perl-proc-processtable/repos/community-x86_64/PKGBUILD
    (from rev 1080901, perl-proc-processtable/trunk/PKGBUILD)
Deleted:
  perl-proc-processtable/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-20 21:21:34 UTC (rev 1080901)
+++ PKGBUILD	2021-12-20 21:21:42 UTC (rev 1080902)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-proc-processtable
-pkgver=0.61
-pkgrel=1
-pkgdesc="Provides a consistent interface to process table information."
-arch=('x86_64')
-url="https://search.cpan.org/dist/Proc-ProcessTable/"
-license=('PerlArtistic')
-depends=('perl')
-provides=('perl-proc-killall' 'perl-proc-killfam' 'perl-proc-processtable-process')
-options=(!emptydirs)
-source=("https://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz")
-sha512sums=('066ce3ec47165f29d308bfb4065c4412516bcb520f41e98dcb8eb6a7c36dd100ce8c3d6691d148afd2e39736c06571d169be3498397b5d103c540321450e4c91')
-
-build() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-  make test
-}
-
-package() {
-  cd "$srcdir/Proc-ProcessTable-$pkgver"
-
-  make install DESTDIR="${pkgdir}"
-  find "${pkgdir}" -name perllocal.pod -delete
-  find "${pkgdir}" -name .packlist -delete
-}

Copied: perl-proc-processtable/repos/community-x86_64/PKGBUILD (from rev 1080901, perl-proc-processtable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-20 21:21:42 UTC (rev 1080902)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-proc-processtable
+pkgver=0.62
+pkgrel=1
+pkgdesc="Provides a consistent interface to process table information."
+arch=('x86_64')
+url="https://search.cpan.org/dist/Proc-ProcessTable/"
+license=('PerlArtistic')
+depends=('perl')
+provides=('perl-proc-killall' 'perl-proc-killfam' 'perl-proc-processtable-process')
+options=(!emptydirs)
+source=("https://search.cpan.org/CPAN/authors/id/J/JW/JWB/Proc-ProcessTable-$pkgver.tar.gz")
+sha512sums=('6f3313bb89fb480db5a45ebbfcf456435d1558c1a6ca5267a122eea9896ada7afde043bdbca80e2c0d725e7536572940f3b35735b41133eec2bcda4d5d7a0540')
+
+build() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+  make test
+}
+
+package() {
+  cd "$srcdir/Proc-ProcessTable-$pkgver"
+
+  make install DESTDIR="${pkgdir}"
+  find "${pkgdir}" -name perllocal.pod -delete
+  find "${pkgdir}" -name .packlist -delete
+}



More information about the arch-commits mailing list