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

Sergej Pupykin spupykin at archlinux.org
Tue Jun 2 18:36:49 UTC 2015


    Date: Tuesday, June 2, 2015 @ 20:36:48
  Author: spupykin
Revision: 134637

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

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

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

Copied: perl-variable-magic/repos/community-staging-i686/PKGBUILD (from rev 134636, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-06-02 18:36:48 UTC (rev 134637)
@@ -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.57
+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=('d208dd12d0835f518784f83f48a24e02')
+
+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-staging-x86_64/PKGBUILD (from rev 134636, perl-variable-magic/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-06-02 18:36:48 UTC (rev 134637)
@@ -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.57
+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=('d208dd12d0835f518784f83f48a24e02')
+
+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