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

Felix Yan felixonmars at archlinux.org
Sat Jun 1 14:14:23 UTC 2019


    Date: Saturday, June 1, 2019 @ 14:14:22
  Author: felixonmars
Revision: 476476

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-lchown/repos/community-staging-x86_64/PKGBUILD
    (from rev 476475, perl-lchown/trunk/PKGBUILD)
Deleted:
  perl-lchown/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   76 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 14:14:11 UTC (rev 476475)
+++ PKGBUILD	2019-06-01 14:14:22 UTC (rev 476476)
@@ -1,38 +0,0 @@
-# Maintainer: Florian Pritz <bluewind at xinu.at>
-
-pkgname=perl-lchown
-pkgver=1.01
-pkgrel=10
-pkgdesc="use the lchown(2) system call from Perl"
-arch=(x86_64)
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=('perl')
-makedepends=('perl-module-build')
-url=https://metacpan.org/release/Lchown
-source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
-md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
-
-build() {
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
-      PERL_AUTOINSTALL=--skipdeps                            \
-      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
-      PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
-      MODULEBUILDRC=/dev/null
-
-    cd "${srcdir}/Lchown-${pkgver}"
-    /usr/bin/perl Build.PL
-    ./Build
-}
-
-check() {
-    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build test
-}
-
-package() {
-    cd "${srcdir}/Lchown-${pkgver}"
-    ./Build install
-    find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-lchown/repos/community-staging-x86_64/PKGBUILD (from rev 476475, perl-lchown/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 14:14:22 UTC (rev 476476)
@@ -0,0 +1,38 @@
+# Maintainer: Florian Pritz <bluewind at xinu.at>
+
+pkgname=perl-lchown
+pkgver=1.01
+pkgrel=11
+pkgdesc="use the lchown(2) system call from Perl"
+arch=(x86_64)
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=('perl')
+makedepends=('perl-module-build')
+url=https://metacpan.org/release/Lchown
+source=("http://search.cpan.org/CPAN/authors/id/N/NC/NCLEATON/Lchown-${pkgver}.tar.gz")
+md5sums=('e3db31be650437eb5d9bfc4da6252ee3')
+
+build() {
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""                 \
+      PERL_AUTOINSTALL=--skipdeps                            \
+      PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='"$pkgdir"'"     \
+      PERL_MB_OPT="--installdirs vendor --destdir '"$pkgdir"'" \
+      MODULEBUILDRC=/dev/null
+
+    cd "${srcdir}/Lchown-${pkgver}"
+    /usr/bin/perl Build.PL
+    ./Build
+}
+
+check() {
+    export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build test
+}
+
+package() {
+    cd "${srcdir}/Lchown-${pkgver}"
+    ./Build install
+    find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list