[arch-commits] Commit in perl-variable-magic/repos (4 files)

Sergej Pupykin spupykin at archlinux.org
Mon Jan 30 10:37:53 UTC 2017


    Date: Monday, January 30, 2017 @ 10:37:52
  Author: spupykin
Revision: 209457

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |  110 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   55 ----------------------
 community-x86_64/PKGBUILD |   55 ----------------------
 3 files changed, 110 insertions(+), 110 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-30 10:37:36 UTC (rev 209456)
+++ community-i686/PKGBUILD	2017-01-30 10:37:52 UTC (rev 209457)
@@ -1,55 +0,0 @@
-# $Id$
-# 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.60
-pkgrel=1
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("i686" "x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://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"
-}
-md5sums=('ddc93efff919735e2f4e2306a4b3c81a')
-
-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
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-variable-magic/repos/community-i686/PKGBUILD (from rev 209456, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-30 10:37:52 UTC (rev 209457)
@@ -0,0 +1,55 @@
+# $Id$
+# 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.61
+pkgrel=1
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("i686" "x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://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=('b8afe92e54c72a2ed2ca1b08ce90518b855734f7d33c454d0f66f2c1ccf8a6d7')
+
+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
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-30 10:37:36 UTC (rev 209456)
+++ community-x86_64/PKGBUILD	2017-01-30 10:37:52 UTC (rev 209457)
@@ -1,55 +0,0 @@
-# $Id$
-# 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.60
-pkgrel=1
-pkgdesc="Associate user-defined magic to variables from Perl."
-arch=("i686" "x86_64")
-license=("PerlArtistic" "GPL")
-options=("!emptydirs")
-depends=("perl")
-url="http://search.cpan.org/dist/$_cpanname"
-source=("http://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"
-}
-md5sums=('ddc93efff919735e2f4e2306a4b3c81a')
-
-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
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
-	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
-	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-variable-magic/repos/community-x86_64/PKGBUILD (from rev 209456, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-30 10:37:52 UTC (rev 209457)
@@ -0,0 +1,55 @@
+# $Id$
+# 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.61
+pkgrel=1
+pkgdesc="Associate user-defined magic to variables from Perl."
+arch=("i686" "x86_64")
+license=("PerlArtistic" "GPL")
+options=("!emptydirs")
+depends=("perl")
+url="http://search.cpan.org/dist/$_cpanname"
+source=("http://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=('b8afe92e54c72a2ed2ca1b08ce90518b855734f7d33c454d0f66f2c1ccf8a6d7')
+
+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
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+	_perlver_min=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]);')
+	_perlver_max=$(perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]+1);')
+	depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}



More information about the arch-commits mailing list