[arch-commits] Commit in perl-linux-pid/repos/community-staging-x86_64 (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 14:38:12 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:38:12
  Author: foutrelis
Revision: 476530

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-linux-pid/repos/community-staging-x86_64/PKGBUILD
    (from rev 476529, perl-linux-pid/trunk/PKGBUILD)
Deleted:
  perl-linux-pid/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:38:07 UTC (rev 476529)
+++ PKGBUILD	2019-06-01 14:38:12 UTC (rev 476530)
@@ -1,41 +0,0 @@
-# Maintainer: Angel Velasquez <angvp at archlinux.org>
-# Contributor: Angel Velasquez <angvp at archlinux.org>
-# Generator  : CPANPLUS::Dist::Arch 1.12
-
-pkgname='perl-linux-pid'
-pkgver=0.04
-pkgrel=11
-pkgdesc="Interface to Linux getpp?id functions"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl')
-url='http://search.cpan.org/dist/Linux-Pid'
-source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz")
-md5sums=('130c4d299f827abf1f2285fddf03fccb')
-
-build() {
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor"     \
-      PERL_MB_OPT="--installdirs vendor" \
-      MODULEBUILDRC=/dev/null
-
-    cd Linux-Pid-$pkgver
-    /usr/bin/perl Makefile.PL
-    make
-  )
-}
-
-check() {
-  cd Linux-Pid-$pkgver
-  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    make test
-  )
-}
-
-package() {
-  cd Linux-Pid-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: perl-linux-pid/repos/community-staging-x86_64/PKGBUILD (from rev 476529, perl-linux-pid/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:38:12 UTC (rev 476530)
@@ -0,0 +1,41 @@
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Contributor: Angel Velasquez <angvp at archlinux.org>
+# Generator  : CPANPLUS::Dist::Arch 1.12
+
+pkgname='perl-linux-pid'
+pkgver=0.04
+pkgrel=12
+pkgdesc="Interface to Linux getpp?id functions"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl')
+url='http://search.cpan.org/dist/Linux-Pid'
+source=("http://search.cpan.org/CPAN/authors/id/R/RG/RGARCIA/Linux-Pid-$pkgver.tar.gz")
+md5sums=('130c4d299f827abf1f2285fddf03fccb')
+
+build() {
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor"     \
+      PERL_MB_OPT="--installdirs vendor" \
+      MODULEBUILDRC=/dev/null
+
+    cd Linux-Pid-$pkgver
+    /usr/bin/perl Makefile.PL
+    make
+  )
+}
+
+check() {
+  cd Linux-Pid-$pkgver
+  ( export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    make test
+  )
+}
+
+package() {
+  cd Linux-Pid-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list