[arch-commits] Commit in perl-proc-processtable/repos/community-x86_64 (2 files)
Felix Yan
felixonmars at gemini.archlinux.org
Thu Nov 25 22:34:02 UTC 2021
Date: Thursday, November 25, 2021 @ 22:34:01
Author: felixonmars
Revision: 1054800
archrelease: copy trunk to community-x86_64
Added:
perl-proc-processtable/repos/community-x86_64/PKGBUILD
(from rev 1054799, 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-11-25 22:33:52 UTC (rev 1054799)
+++ PKGBUILD 2021-11-25 22:34:01 UTC (rev 1054800)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=perl-proc-processtable
-pkgver=0.60
-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=('5320f5a316307d804b3d4d35c569fd72c459586ea84c4006f33abfae8bd3dffc164fe9aabb259c8a7bac6e6e6cbdcfc9cf42fa16c494663232f82b4038a5f20d')
-
-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 1054799, perl-proc-processtable/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-25 22:34:01 UTC (rev 1054800)
@@ -0,0 +1,34 @@
+# 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
+}
More information about the arch-commits
mailing list