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

Evangelos Foutras foutrelis at archlinux.org
Sat Jun 1 09:04:43 UTC 2019


    Date: Saturday, June 1, 2019 @ 09:04:42
  Author: foutrelis
Revision: 476321

archrelease: copy trunk to community-staging-x86_64

Added:
  perl-variable-magic/repos/community-staging-x86_64/PKGBUILD
    (from rev 476320, perl-variable-magic/trunk/PKGBUILD)
Deleted:
  perl-variable-magic/repos/community-staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   94 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 47 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-01 09:04:38 UTC (rev 476320)
+++ PKGBUILD	2019-06-01 09:04:42 UTC (rev 476321)
@@ -1,47 +0,0 @@
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
-# Contributor: Justin Davis <jrcd83 at gmail.com>
-
-pkgname="perl-variable-magic"
-_cpanname="Variable-Magic"
-pkgver=0.62
-pkgrel=3
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="https://search.cpan.org/dist/$_cpanname"
-source=("https://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
-
-# Function to change to the working directory and set
-# environment variables to override undesired options.
-prepareEnvironment() {
-  cd "$srcdir/$_cpanname-$pkgver"
-  export \
-    PERL_MM_USE_DEFAULT="1" \
-    PERL_AUTOINSTALL="--skipdeps" \
-    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
-    PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
-    MODULEBUILDRC="/dev/null"
-}
-sha256sums=('3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c')
-
-build() {
-  prepareEnvironment
-  /usr/bin/perl Makefile.PL
-  make
-}
-
-check() {
-  prepareEnvironment
-  make test
-}
-
-package() {
-  prepareEnvironment
-  make install
-
-  # Remove "perllocal.pod" and ".packlist".
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-}

Copied: perl-variable-magic/repos/community-staging-x86_64/PKGBUILD (from rev 476320, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-01 09:04:42 UTC (rev 476321)
@@ -0,0 +1,47 @@
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Maxwell Pray a.k.a. Synthead <synthead at gmail.com>
+# Contributor: Justin Davis <jrcd83 at gmail.com>
+
+pkgname="perl-variable-magic"
+_cpanname="Variable-Magic"
+pkgver=0.62
+pkgrel=4
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="https://search.cpan.org/dist/$_cpanname"
+source=("https://search.cpan.org/CPAN/authors/id/V/VP/VPIT/$_cpanname-$pkgver.tar.gz")
+
+# Function to change to the working directory and set
+# environment variables to override undesired options.
+prepareEnvironment() {
+  cd "$srcdir/$_cpanname-$pkgver"
+  export \
+    PERL_MM_USE_DEFAULT="1" \
+    PERL_AUTOINSTALL="--skipdeps" \
+    PERL_MM_OPT="INSTALLDIRS=vendor DESTDIR='${pkgdir//\'/\\\'}'" \
+    PERL_MB_OPT="--installdirs vendor --destdir '${pkgdir//\'/\\\'}'" \
+    MODULEBUILDRC="/dev/null"
+}
+sha256sums=('3f9a18517e33f006a9c2fc4f43f01b54abfe6ff2eae7322424f31069296b615c')
+
+build() {
+  prepareEnvironment
+  /usr/bin/perl Makefile.PL
+  make
+}
+
+check() {
+  prepareEnvironment
+  make test
+}
+
+package() {
+  prepareEnvironment
+  make install
+
+  # Remove "perllocal.pod" and ".packlist".
+  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
+}



More information about the arch-commits mailing list